@charset "UTF-8";

/*** 
Left Header Gradient: 		124, 181, 148
Right Header Gradient:		61, 133, 85
***/

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


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

/* Heading1Section Gradient */
#Offline .Heading1Section, #Offline #header, #Offline .PageHeading, .mobile-sponsors .Heading1Section, .mobile-content-holders .item-header, .bg-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8a67+0,4e9b6e+100 */

background: rgb(78,138,103); /* Old browsers */

background: -moz-linear-gradient(45deg,  rgba(78,138,103,1) 0%, rgba(78,155,110,1) 100%); /* FF3.6+ */

background: -webkit-gradiensit(linear, left bottom, right top, color-stop(0%,rgba(78,138,103,1)), color-stop(100%,rgba(78,155,110,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* W3C */

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


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


/* Print Button Gradient */
.print-newsletter {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8a67+0,4e9b6e+100 */

background: rgb(78,138,103); /* Old browsers */

background: -moz-linear-gradient(45deg,  rgba(78,138,103,1) 0%, rgba(78,155,110,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(78,138,103,1)), color-stop(100%,rgba(78,155,110,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(78,138,103,1) 0%,rgba(78,155,110,1) 100%); /* W3C */

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


}

/* Print Button Hover Gradient */
.print-newsletter:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e9b6e+0,4e8a67+100 */

background: rgb(78,155,110); /* Old browsers */

background: -moz-linear-gradient(45deg,  rgba(78,155,110,1) 0%, rgba(78,138,103,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(78,155,110,1)), color-stop(100%,rgba(78,138,103,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(78,155,110,1) 0%,rgba(78,138,103,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(78,155,110,1) 0%,rgba(78,138,103,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(78,155,110,1) 0%,rgba(78,138,103,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(78,155,110,1) 0%,rgba(78,138,103,1) 100%); /* W3C */

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


}


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

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


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

.sidepanel.left p.ImageCenter img {
    background: -moz-linear-gradient(center top , #fff, #dfdfdf 50%, #cecece) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.main-nav li {
    text-shadow: none !important;
}
.main-nav li:hover, .main-nav li.active {

}

#Offline .SignOff { 
    font-style: italic !important;
    font-weight: normal !important;
}

