@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand');


body, html{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9efff+0,e2d9e9+100 */
background: rgb(249,239,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(249,239,255,1) 0%, rgba(226,217,233,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,239,255,1) 0%,rgba(226,217,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(249,239,255,1) 0%,rgba(226,217,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9efff', endColorstr='#e2d9e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:100%;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

p {
    margin: 0 0 10px;
    line-height: 25px;
    font-size:16px;
}

#factsheet li{
    font-size:16px;
   margin-bottom:10px;
}

#factsheet ul{
   margin-bottom:30px;
}

a {
    color: #ffffff;
    text-decoration: none;
}
#header-bar-green {
    display: inline-block;
    height: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fbb59+0,ffffff+62 */
background: #7fbb59; /* Old browsers */
background: -moz-linear-gradient(left, #7fbb59 0%, #ffffff 62%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7fbb59 0%,#ffffff 62%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7fbb59 0%,#ffffff 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbb59', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}

#header-bar-purple {
    display: inline-block;
    height: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fbb59+0,ffffff+62 */
background: #7fbb59; /* Old browsers */
background: -moz-linear-gradient(left, #7fbb59 0%, #ffffff 62%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7fbb59 0%,#ffffff 62%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7fbb59 0%,#ffffff 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbb59', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}

#header-bar-blue {
    display: inline-block;
    background-color: #285ea8;
    height: 20px;
}


#header, #footer{
    background-color: #d2c3dd;
	border-top:2px solid #c4213c;
	display: inline-block;
    width: 100%;
}


#header h1{
    color:#285ea8;
}

button#info {
    position: relative;
    margin-top: 9px;
    font-size: 22px;
	float: right;
	
}

#company-branding img {
    width: 100%;
   
}


#meat {
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: -15px;
}

#welshGov {
    position: relative;
    top: -15px;
    width: 50%;
}

span.glossary {
    color: #57b1ff;
}
#homeText{
	color:#285ea8
}


.section-title{

	font-weight:bold;
	margin-top:5px;
}

.section-title:after{
	    font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 33px;
    right: -9px;
    top: -1px;
	z-index:2;
/*        transform: rotate(90deg);*/
}



.section-sub-text:after{
	font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 33px;
    right: -9px;
    top: 61px;
	z-index:2;
}


.last-title:after, .last-sub-text:after{
	content: none;
}

.section-title.blue:after, .section-sub-text.blue:after{
	color: #00aded;
}

.section-title.purple:after, .section-sub-text.purple:after{
	color: #80549e;
}

 

.section-sub-text {
    font-size: 10px;
	height: 75px;
	margin-top:10px
}

.section-title, .section-sub-text, .home-buttons-container{
	padding: 5px;
    border: 2px solid #fff;
	
}

.purple {
    background-color: #80549e;
}

.blue {
    background-color: #00aded;
}

.home-buttons-container{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edbe5f+0,f6e6bf+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+3,d1c2dd+99 */
display: inline-block;
margin-bottom:20px;
height: 250px;
margin-top:20px;
cursor:pointer;
}


.purple-gradient{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 3%, rgba(209,194,221,1) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 3%,rgba(209,194,221,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 3%,rgba(209,194,221,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1c2dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.blue-gradient{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(157,228,252,1) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(157,228,252,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(157,228,252,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de4fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.polaroid-images
{
	background: white;
	
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
    position:relative;
	line-height:7px;
}



.home-buttons-container p{
   
    margin: 0 0 10px;
    line-height: 14px; 
    color: #285ea8;
    font-size: 11px;

}



.link-item {
    margin: 5px;
}


.popover{
	background-color:#80549e;
	max-width: 310px;
}

.popover-content a{
	width: auto;
    padding: 10px;
    display: inline-block;
    box-shadow: none;
    
    color: #fff;
    font-size: 1.5em;
    margin-right: 5px;
    border: solid 2px #fff;
}

.popover-content a:last-child{
	margin-right:0;

}

#btn_pdf{
	background-color: #c4213c;
}



#btn_factsheet{
	background-color: #e9ae35;
}

#btn_activity{
	background-color: #285ea8;
}

.popover.bottom>.arrow:after {
   
    border-top-width: 0;
    border-bottom-color: #80549e;
}

/*FACTSHEET*/

div#factsheet {
    background-color: #fff;
    margin-top: 20px;
    color: #777;
    padding: 40px;
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
    margin-bottom:70px;
	    
}

#factsheet h1{
	
	    color: #285ea8;
	    
}

#factsheet a{
    color:#57b1ff !important;
}

.itemContainer h3{
	
	    color: #ffffff;
    width: 40%;
    background-color: #e9ae35;
    /* font-weight: bold; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
	position:relative;
}
.itemContainer h3:after {
        font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 42px;
    right: -33px;
    top: -5px;
    z-index: 2;
    color: #e9ae35;
}

.itemContainer {
  
    background-color: #fff;
    color: #777;
    margin-top: 20px;
    padding-bottom: 20px;
	    box-shadow: 0 4px 6px rgba(0,0,0,.3);
	
}

.itemContainer:last-child{
	margin-bottom:150px
}


.item-description ul{
	
	padding-top:20px;
}

.item-description li{
	padding-top:10px
}

.item-image img {
    width: 100%;
    height: auto;
}


td, th {
    padding: 10px;
    border: 1px #bdbdbd solid;
}

 td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
 th{    /* font-family: Arial, sans-serif; */
    /* font-size: 14px; */
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #A0ADDB;
    color: #039;
    background-color: #b9c9fe;}
 .tg-k282{background-color:#ffffff;color:#777777;text-align:center;vertical-align:top}
 .tg-kbin{background-color:#ffffff;color:#777777;text-align:center;vertical-align:top}
 .tg-8482{background-color:#003399;color:#ffffff;text-align:center;vertical-align:top}

/*FOOTER-*/


#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #285ea8;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

h4#totalCorrectHolder {
    color: #777;
}

#myBtn:hover {
  background-color: #555;
}



#footer{
	border-top:none;
	font-size:10px;
	position: fixed;
    bottom: 0;
    color:#285ea8;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #7e6590;
    color:#fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.incomplete {
	opacity:.3;
	pointer-events: none;
}


.modal-header{
	background:#80549e;
	color:#FFF;
}
.modal {
	color:#222;
}


@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}