@charset "UTF-8";

/*** 
Left Header Gradient: 		0, 132, 197
Right Header Gradient:		252, 210, 1
***/

.transp-bg-left {
background: rgb(0, 132, 197); /* Old browsers */
    background: linear-gradient(to right, rgba(0, 132, 197, 0.65) 0%, rgba(0, 132, 197, 1) 35%, rgba(0, 132, 197, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.transp-bg-right {
background: rgb(252, 210, 1); /* Old browsers */
    background: linear-gradient(to left, rgba(252, 210, 1, 0.65) 0%, rgba(252, 210, 1, 1) 35%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(0, 132, 197, 0.9) 0%, rgba(0, 132, 197, 1) 10%, rgba(0, 132, 197, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(252, 210, 1, 0.9) 0%, rgba(252, 210, 1, 1) 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(0, 132, 197, 0.95) 0%, rgba(0, 132, 197, 1) 5%, rgba(0, 132, 197, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(252, 210, 1, 0.95) 0%, rgba(252, 210, 1, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


/* Header Bottom Border */
.main-header {
	border-bottom: 2px solid #ffca37;	
}

/* Heading1Section Gradient */
.mobile-sponsors .Heading1Section,
.bg-gradient,
#Offline .Heading1Section {
background: #edb602; /* Old browsers */

background: -moz-linear-gradient(45deg,  #edb602 0%, #edc709 50%, #f9d418 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#edb602), color-stop(50%,#edc709), color-stop(100%,#f9d418)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* IE10+ */

background: linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb602', endColorstr='#f9d418',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


color: #005190  /* Text colour change - optional*/

}


/* Print Button Gradient */
.print-newsletter {
background: #edb602; /* Old browsers */

background: -moz-linear-gradient(45deg,  #edb602 0%, #edc709 50%, #f9d418 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#edb602), color-stop(50%,#edc709), color-stop(100%,#f9d418)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* IE10+ */

background: linear-gradient(45deg,  #edb602 0%,#edc709 50%,#f9d418 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb602', endColorstr='#f9d418',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

/* Print Button Hover Gradient */
.print-newsletter:hover {
background: #f9d418; /* Old browsers */

background: -moz-linear-gradient(45deg,  #f9d418 0%, #edc709 50%, #edb602 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f9d418), color-stop(50%,#edc709), color-stop(100%,#edb602)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #f9d418 0%,#edc709 50%,#edb602 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #f9d418 0%,#edc709 50%,#edb602 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #f9d418 0%,#edc709 50%,#edb602 100%); /* IE10+ */

background: linear-gradient(45deg,  #f9d418 0%,#edc709 50%,#edb602 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d418', endColorstr='#edb602',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/* Top Icon Colour */
.top-menu.wrapper li:hover a, .top-menu.wrapper li:hover i {
    color: #BBBBBB;
}

/* Top Icon Hover Colour */
.top-menu.wrapper li:hover a, .top-menu.wrapper li:hover i {
    color: #CCCCCC;
}


/* Print Button Text Colour */
.fixed-menu .print-newsletter span, .fixed-menu .print-newsletter i {
    color: #192b46;
    text-shadow: none !important;
}


@media print {
#Offline .Heading1Section {
color:white !important;
}
}

/* Put this at the end of the custom CSS in the design tab on the master Account Settings */
@media(min-width:991px){
    #newsHeader4 .header-img{
        height:323px;
        background-color:transparent;
    }
}