@charset "UTF-8";

/*** 
Left Header Gradient: 		255, 255, 255
Right Header Gradient:		19, 180, 66
***/

.transp-bg-left {
background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.transp-bg-right {
background: rgb(19, 180, 66); /* Old browsers */
    background: linear-gradient(to left, rgba(19, 180, 66, 0.65) 0%, rgba(19, 180, 66, 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(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(19, 180, 66, 0.9) 0%, rgba(19, 180, 66, 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(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(19, 180, 66, 0.95) 0%, rgba(19, 180, 66, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


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

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

background: -moz-linear-gradient(45deg,  #0f7534 0%, #10b04c 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0f7534), color-stop(100%,#10b04c)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* IE10+ */

background: linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* W3C */

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


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

}


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

background: -moz-linear-gradient(45deg,  #0f7534 0%, #10b04c 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0f7534), color-stop(100%,#10b04c)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* IE10+ */

background: linear-gradient(45deg,  #0f7534 0%,#10b04c 100%); /* W3C */

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


}

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

background: -moz-linear-gradient(45deg,  #10b04c 0%, #0f7534 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#10b04c), color-stop(100%,#0f7534)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #10b04c 0%,#0f7534 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #10b04c 0%,#0f7534 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #10b04c 0%,#0f7534 100%); /* IE10+ */

background: linear-gradient(45deg,  #10b04c 0%,#0f7534 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b04c', endColorstr='#0f7534',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: #ffffff;
    text-shadow: none !important;
}

/* ============= Full Width Header Change ===================== */
.main-header {
    background: url(/background) no-repeat top center transparent;
    border-bottom: 3px solid #fff;
}

/* ============= Full Width Header ===================== */
.header-img {
    display: none;
}
.is-mobile .main-header {
    background: none;
}
.is-mobile .header-img {
    display: block;
}

/* ================ Other Options ================  */
.transp-bg-left {
    display: none;
}
.transp-bg-right {
    display: none;
}
.main-header {
    border-bottom: none;
}

