@charset "utf-8";
/* CSS Document */

/* * { line-height: 1.5 !important;  letter-spacing: 0.12em !important;  word-spacing: 0.16em !important; }
p{ margin-bottom: 2em !important;}*/


@font-face {		
	font-family: 'segoe';
    src: url('/css/fonts/SegoeUI.ttf'); 
    src: local('xxxaheadxxx'),
        url('/css/fonts/SegoeUI.woff') format('woff'),
		url('/css/fonts/SegoeUI.woff2') format('woff2'),
        url('/css/fonts/SegoeUI.ttf') format('truetype');
	font-weight: 400;
}
@font-face {		
	font-family: 'segoe';
    src: url('/css/fonts/SegoeUIBold.ttf'); 
    src: local('xxxaheadxxx'),
        url('/css/fonts/SegoeUIBold.woff') format('woff'),
		url('/css/fonts/SegoeUIBold.woff2') format('woff2'),
        url('/css/fonts/SegoeUIBold.ttf') format('truetype');
	font-weight: 600;
}
@font-face {		
	font-family: 'segoe';
    src: url('/css/fonts/segoe-ui-black.ttf'); 
    src: local('xxxaheadxxx'),
        url('/css/fonts/segoe-ui-black.woff') format('woff'),
		url('/css/fonts/segoe-ui-black.woff2') format('woff2'),
        url('/css/fonts/segoe-ui-black.ttf') format('truetype');
	font-weight: 800;
}


body{
	font-size: 18px;
}


.clearfix:before,
.clearfix:after {

    content: " "; 
    display: table;
}

.clearfix:after {

    clear: both;
}



#container, .container {
    max-width: 1600px;
	width: 100% !important;
    margin: 0 auto 0 auto;
	padding: 0;
}
/*@media (max-width: 1640px) {*/
@media (max-width: 1720px) {
	#container, .container {
		/*padding: 0 20px;*/

		/*new*/
		padding: 0 60px;
		margin: 0;

	}
	.container #container {
		padding: 0 !important;
	}
}
body.subsite-main header {
    max-width: 1600px;
	width: 100%;
    margin: 0 auto;
	padding: 0 20px;
}

#megamenu-1, #megamenu-container .container {
    max-width: 1600px;
	width: 100%;
    margin: 0 auto;
	padding: 0;
	font-size: 16px;
	
}

#maincontent h2 {
    color: #444;
    font-size: 30px;
    text-transform: none;
    padding: 0 0 3px 0;
    margin: 65px 0 20px 0;
    text-align: left;
    clear: both;
    border-bottom: none;

}
#sidebarwidgets h2 {
    color: #333;
    font-size: 20px;
    text-transform: none;
    border-bottom: none;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 600;
}
.sidebarwidget {
    margin: 0 0 60px 0;
    clear: both;
}

input{ 
	padding: 10px 25px !important;
	display: block;
	margin: 0 auto;
	width: 325px;
	border-radius: 30px;
	border: 2px solid #3A3A3A !important;
	font-size: 18px;
}
#cookiemodalform input{display: inline;}
#cookiemodalform input[type="submit"]{
	display: block; 
	margin: 10px auto !important;
	float: none;
}
#tracksharemodal p{
	display: block;
	clear: both;
}
#header2{
	text-align: right;
	width: 50%;
}
#sitesearch{
	margin-top: 40px;
}
#sitesearch input{
	display: inline;
}
#sitesearch input[type="text"], #sitesearch input[type="search"]{
	width: 300px;
	margin-right: 20px;
}
@media (max-width: 1000px) {
	#sitesearch input[type="text"], #sitesearch input[type="search"]{
		margin-right: 0px;
	}
}
#sitesearch input[type="text"]:focus, #sitesearch input[type="search"]:focus{
	background: #ffff00;
	outline: 2px solid #000 !important;
}





.bx-wrapper{position: relative;}
.bx-viewport{ height: 24vw !important;}
ul.bxslider {
	height:100%;
}
ul.bxslider li{
	height:100%; 
	background-size: contain !important;
	background-position: center top !important;
}
@media (max-width: 800px) {
	ul.bxslider li{  }
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{ 
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
	margin-top: -50px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
	
}
@media (max-width: 1000px) {
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{ 
		display:  none;

	}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff !important;
	border: 2px solid #333 !important;
	width: 17px !important;
	height: 17px !important;
	border-radius: 9px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #8A9A41 !important;
}

ul.bxslider a{
	width: 100% !important;
	max-width: 1600px;
	margin: 0 auto;
	color: #FFF;
	display: block;
}

ul.bxslider a:hover{
	text-decoration: none;
}

ul.bxslider div{
	width: 40% !important;
	margin: 50px 0 50px 20px;
}

ul.bxslider .title{
    background: #8A9A41;	
	font-size: 40px;
    line-height: 57px;
    display: inline;
    opacity: 1;
	font-family: 'segoe';
	font-weight: 800;
	 -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	box-shadow: 20px 0 0 #8A9A41, -20px 0 0 #8A9A41;
	max-width: 50%;
	margin-left: 20px;
	border-bottom: 12px solid #8A9A41;
}
ul.bxslider a:hover .title, ul.bxslider a:focus .title{
	background: #C44676;
	border-bottom: 12px solid #C44676;
	box-shadow: 20px 0 0 #C44676, -20px 0 0 #C44676;
}
.subtitle{
	background: #3A3A3A;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;

}
@media (max-width: 1600px) {
	.subtitle{
		padding: 10px;
		margin-top: 13px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	ul.bxslider .title{
		font-size: 24px;
		line-height: 24px;
		font-weight: 600;
		max-width: 35%;
		margin-left: 10px;
		border-bottom: 12px solid #8A9A41;
		box-shadow: 10px 0 0 #8A9A41, -10px 0 0 #8A9A41;
	}
	ul.bxslider a:hover .title, ul.bxslider a:focus .title{
		background: #C44676;
		border-bottom: 12px solid #C44676;
		box-shadow: 10px 0 0 #C44676, -10px 0 0 #C44676;
		margin-left: 10px;
	}
}
@media (max-width: 1000px) {
	ul.bxslider div{
		width: 30% !important;
		margin: 0px 0 0px 0px;
		border-top: 8px solid #8A9A41;
	}

	ul.bxslider .title{
		font-size: 24px;
		line-height: 30px;
		max-width: 100%;
	}
	ul.bxslider a:hover .title, ul.bxslider a:focus .title{
		background: #C44676;
	}
	ul.bxslider a:hover div{
		border-top: 8px solid #C44676;
	}
	.subtitle{
		margin-top: 11px;
		font-size: 14px;
	}
	
}
@media (max-width: 800px) {
	.bx-viewport{ 
		height: 28vw !important;
	}
	ul.bxslider {
		height:100%;
	}
	ul.bxslider{
		/*background-color: #8A9A41;*/
	}
	ul.bxslider li{
		position: relative;
		padding-bottom: 100px;
		background-size: contain !important;
		background-position: center top !important;
		
	}
	ul.bxslider div{
		width: 100% !important;
		position: absolute;
		bottom: 0px;
		padding-top: 10px;
		border: none;
	}
	ul.bxslider .title{
		font-size: 20px;
		line-height: 20px;
		max-width: 100%;
		background: none;
		color: #333;
		width: 100%;
		text-align: center;
		border: none;
		box-shadow: none;
		display: block;
		padding: 0;
		margin: 0 0 0 0;
	}
	ul.bxslider a:hover .title, ul.bxslider a:focus .title{
		background: none;
		border-bottom: none;
		box-shadow: none;
		margin-left: 0;
	}
	.subtitle{
		padding: 0;
		font-size: 14px;
		display: block;
		margin: -20px auto 0 auto;
		text-align: center;
		background: none ;
		color: #333;
		max-width: 80%;
	}
}
@media (max-width: 650px) {
	.bx-viewport{ 
		height: 32vw !important;
	}
	ul.bxslider .title{
		background: #fff;
		font-size: 18px;
		line-height: 18px;
	}
}

#homecontent{
	text-align: center;
	padding: 45px 0;
	max-width: 1024px;
	margin: 0 auto;
}
#homecontent h2, #homenews h2{
	font-size: 50px !important;
	text-align: center;
}
#homecontent p{
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 45px;
}
h1{
	font-family: 'segoe' !important;
    font-weight: 800;
    font-size: 50px;
}
h2{
	font-family: 'segoe' !important;
	font-weight: 800;
	padding-bottom: 45px;	
}


#homecontent a, input[type="submit"] {
	background: #3A3A3A;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	max-width: 320px;
	border-radius: 35px;
	font-size: 16px;
	border: none;
}
#sitesearch input[type="submit"]{
	width: 150px;
	min-width: 150px;
	padding: 12px 25px 11px 25px !important;
}


@media (max-width: 1000px) {
    #header1, #header2 {
        width: 100%;
        float: none;
        text-align: center;
    }

    #sitesearch {
        width: 100%;
        max-width: 370px;
        float: none;
        margin: 10px auto !important;
        text-align: center;

    }
	#sitesearch input[type="submit"]{
		display: inline-block;
        max-width: 300px;
		float: none;
		 margin: 10px auto !important;
		width: 100%;
	}
	#sitesearch input[type="text"] {
		margin-right: 0px; 
	}
}

#homecontent a:hover{
	background: #C44676;
}
#homecontent a:focus{
	background: #C44676;
	outline: #000 4px solid;
}
#homenews{
	background: #E4E4E4;
	padding: 45px 0;
}
#homenews ul{
	display: flex;
	flex-wrap: wrap;
	
}
#homenews .newsevents{
	flex-direction: row;
	clear: none;
	flex: 1 0 calc(20% - 25px);
	margin: 25px;
	background: #fff;
}


@media (max-width: 1200px) {
	#homenews .newsevents{
		flex: 1 0 calc(30% - 25px);
	}
}
@media (max-width: 650px) {
	#homenews .newsevents{
		flex: 1 0 calc(100% - 25px);
		margin: 0 0 25px 0;
	}
}
#homenews .newsevents .title{
	padding: 15px 15px 10px 15px;
	display: block;
}
#homenews li.newsevents img {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
	
}
#homenews li.newsevents span.date {
	display: inline-block;
	font-weight: bold;
	color: #3A3A3A;
	width: auto;
	height: auto;
	position: static;
	padding-right: 3px;
}
li.newsevents a{
	font-size: 18px !important;
	display: block;
	padding: 10px;
	min-height: 117.5px;
}
li.newsevents a:focus{
	outline: 4px solid #000;
}
li.newsevents a:focus .title{

	color: #C44676;

}
#homenews li.newsevents a:focus span.date{
	color: #C44676;
}

#homestats{
	background: #2C585F;
	padding: 45px 0;
	text-align: center;
	
}
#homestats ul{
	display: flex;
	flex-wrap: wrap;
	
}
#homestats li{
	flex-direction: row;
	clear: none;
	flex: 1 0 calc(20% - 25px);
	margin: 25px;
	color: #fff;	
	list-style-type: none;
}
#homestats .title{
	font-size: 100px;	
}
#homestats .content{
	padding: 0 0 25px 0;
	display: block;
	max-width: 385px;
	margin: 0 auto;
	font-size: 22px;
}
#homestats img{
	width: 100%;
	max-width: 150px;
}

@media (max-width: 1200px) {
	#homestats .title{
		font-size: 50px;	
	}
	#homestats .content{
		max-width: 385px;
		font-size: 16px;
	}
	#homestats img{
		width: 75%;
		max-width: 80px;
	}
	
}
@media (max-width: 660px) {
	#homestats li{
		flex: 1 0 calc(100% - 25px);
	}
}


#homemailinglist{
	padding: 45px 0;
	background: #E4E4E4;
}
#homemailinglist .container{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#homemailinglist h2{
	text-align: center;
	font-size: 50px;
}







/*

.mc-field-group label, .mc-field-group div{ 
	width: 40%; 
	float: left;
	margin: 0 5%;
}

@media (max-width: 660px) {
	.mc-field-group label, .mc-field-group div{ 
		width: 100%; 
		float: none;
		margin: 10px 0%;
		display: block;
	}
	
}
.mc-field-group div input{
	width: 100%;
	margin: 0 0 20px 0;
	max-width: 320px;
}
@media (max-width: 660px) {
	.mc-field-group div input{
		display: block;
		margin: 10px auto;
		float: none;
	}
}
.mc-field-group div input[type='email']:focus{
	background: #ffff00;
	outline: 2px solid #000;
}

#mailinglist label {
    font-size: 20px;
    margin: 0 0 0 0;
    display: block;
}
@media (max-width: 660px) {
	#mailinglist .mc-field-group label{
		margin-bottom: 50px;
		text-align: center;
	}
}
*/

/* new newsletter mailchimp form 2026 */
.mc-field-group label, .mc-field-group div{ 
	width: 40%; 
	float: left;
	margin: 0 5%;
}

@media (max-width: 660px) {
	.mc-field-group label, .mc-field-group div{ 
		width: 100%; 
		float: none;
		margin: 10px 0%;
		display: block;
	}
	
}
.mc-field-group input{
	width: 100%;
	margin: 0 0 20px 0;
}

.mc-field-group input[type=radio]{
	width: auto !important;
	margin: 0 10px 0 40px !important;
	display: inline-block !important;
}

.mc-field-group input[type=radio] + label{
	width: auto !important;
	display: inline !important;
	float: none !important;
}

/*
@media (max-width: 660px) {
	.mc-field-group input{
		display: block;
		margin: 10px auto;
		float: none;
	}
}
*/

.mc-field-group input[type='email']:focus{
	background: #ffff00;
	outline: 2px solid #000;
}

#mailinglist label {
    font-size: 20px;
    margin: 0 0 0 0;
    display: block;
}

/*
@media (max-width: 660px) {
	#mailinglist .mc-field-group label{
		margin-bottom: 50px;
		text-align: center;
	}
}
*/

input + .mce_inline_error {
float: none !important;
width: 100% !important;
margin: -10px 0 20px 0 !important;
	border-radius: 8px;
	padding: 10px 15px;
}

#mc-embedded-subscribe {
	width: 100%;
	max-width: 100%;

}

#mce-error-response {
padding: 10px 15px;
  background-color: #6B0505;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
	margin-bottom: 20px;
}

#mce-success-response {
padding: 10px 15px;
  background-color: #086B05;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
	margin-bottom: 20px;
}





label{ 
	font-weight: 400 !important;
}
	
input[type="submit"]:hover, input[type="submit"]:focus-visible {
    background: #C44676;
}
#cookiemodalform input[type="submit"], #cookiemodalform input[type="submit"]:hover{
	border: none !important;
}
input[type="submit"]:focus {
    background: #C44676;
	outline: 4px solid #000 !important;
}
footer{
	background: #2C585F;
	color: #fff;
	font-size: 18px;
	padding: 45px 0 !important;
}
footer a{
	color: #fff;
	text-decoration: underline;
	border: 2px solid transparent;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	outline: none;
}
footer a:focus{
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	outline: none;
	background: #333;
}
.index #maincontent{
	display: none;
}
footer #socialnetworks li{
	margin: 0 ;
}
footer #socialnetworks li a{
	border: 2px solid transparent;
	padding: 20px 5px;
	border-radius: 50px;
	width: 65px;
	height: 65px;
}
footer #socialnetworks li a:hover, footer #socialnetworks li a:focus{
	border: 2px solid #fff;
	background: rgba(0,0,0,0.1);
	outline: none;
	
}

#maincontent a {
    color: #C44676;
    text-decoration: underline;
}

#navonecontainer {
	border: none;
}

#headerimage #transparentblock{ display: none;}

body.headerimage #container{
	margin-top: 20px;
}
body.headerimage #maincontent h1 {
    margin: 0 0 60px 0;
}
#maincontent h1 {
    margin: 40px 0 60px 0;
}



.breadcrumb.mainsitebc {
	padding: 12px 0px 6px !important;
}

.breadcrumb.mainsitebc ul {

	padding: 0 20px;

	max-width: 1600px;
	margin: 0 auto 10px;

}


@media (max-width: 1026px) {

	#respnav-button{ display: block; height: 71px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  background: /*#3D7983*/ #2C585F;
	}
	#respnav-button a { text-align: left; display: block; height: 71px; background: /*#3D7983*/ #2C585F url(/userfiles/images/icon_menu.svg) no-repeat right center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color:#FFF; text-decoration: none; text-transform:uppercase; transition: all 0.5s; padding:24px 20px 0 20px;}
	
	#respnav-button a:hover{ background:#747B12 url(/userfiles/images/icon_menu.svg) no-repeat right center; transition: all 0.5s;}
	#navcontainer { display: none; }

	#navonecontainer, #navtwocontainer, #navonecontainer a, #navtwocontainer a { border: 0; background: /*#3D7983*/ #2C585F; width:100%; }

	nav#one li, nav#two li {
		display: block;
		/*background: #3D7983;*/
		background: #2C585F;
		border-top: 0 none;
		border-right: 0 none;
		border-bottom: 1px solid #70A0A7;
		border-left: 0 none;
	}
	nav#one a, nav#two a {
		display: block;
		/*background: #3D7983;*/
		background: #2C585F;
		border: none;
		transition: background 0.5s;
	}

	nav#one a:hover, nav#one li.current a, nav#two a:hover, nav#two li.current a { text-decoration: none; background: #6C9599; transition: background 0.5s; }

	nav#one, nav#two{ 
		width:100%; 
	}
}









#megamenu-container {



	margin: 0;

	/*background: #3D7983;*/

	background: #2C585F;

	/*padding: 20px 0;*/

}



#megamenu-1 {



	max-width: 1600px;

	margin: 0 auto;

}



#megamenu-1 > ul {

	margin: 5px 0 0 0;

	position: relative;

	display: flex;

}



#megamenu-1 > ul > li {

	/*display: inline-block;*/

	display: block;

	/*float: left;*/

	vertical-align: top;

}



#megamenu-1 > ul > li > a {

	display: block;

	padding: 15px 20px 20px 20px;

	color: #fff;

	text-decoration: none;

	height: 100%;

}



#megamenu-1 > ul > li > a.megamenu-parent-button {

	background-image: url('/userfiles/images/chevron.svg');

	background-repeat: no-repeat;

	background-position: top 21px right 15px;

	padding-right: 35px;

}





#megamenu-1 > ul > li.megamenu-open > a.megamenu-parent-button {

	background-image: url('/userfiles/images/chevron_black_up.svg');

	background-repeat: no-repeat;

	background-position: top 21px right 15px;

	padding-right: 35px;

}



#megamenu-1 > ul > li > a:hover, #megamenu-1 > ul > li > a:focus-visible {

	color: #ffffff;

	background-color: #42656b;

	outline: none;

}

#megamenu-1 > ul > li > a:focus {

	color: #ffffff;

	background-color: #42656b;

	outline: 2px #fff solid;

}





#megamenu-1 > ul > li.megamenu-current > a {

	color: #ffffff;

	background-color: #1F383D;

}



#megamenu-1 > ul > li.megamenu-open > a {

	color: #000000;

	background-color: #fafafa;

}



.megamenu-inner {



	display: none;



	position: absolute;

	top: 100%;

	left: 0;

	background-color: #fafafa;

	padding: 40px;

	width: 100%;

	max-width: 1600px;

	z-index: 999999;



	/*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/

	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;



}



#megamenu-1 li.megamenu-open .megamenu-inner {

	display: flex;

}





.megamenu_inner_col {



	padding: 0 10px 0 40px;

	overflow: visible;



	flex-grow: 1;

	flex-basic: 0; /* default auto */



}



.megamenu_inner_col h2 {



	font-size: 22px;

	font-weight: 600;

	color: #2c585f;

	margin: 0 0 20px 0;

	padding: 0;

}







img.mm_inner_header_icon {



	width: 30px;

	display: inline-block;

	margin: 0 10px 0 -40px;

}



.megamenu_inner_col li {

	display: block;

	;

}


.megamenu-inner a{
	color: #333;
	padding: 10px;
	display: inline-block;
	margin-left: -10px;
}
.megamenu-inner a:hover{
	color: #000;
}
.megamenu-inner a:focus{
	outline: 2px solid;
	padding: 10px;
	text-decoration: none;
	
}




@media (max-width: 1026px) {
	#megamenu-1 > ul {
		display: block;
	}
	.megamenu-inner {
		position: static;
		padding: 10px 20px 0;

	/*
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		background-color: #fafafa;
		padding: 40px;
		width: 100%;
		max-width: 1600px;
		z-index: 999999;
		box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	*/

	}
	#megamenu-1 li.megamenu-open .megamenu-inner {
		display: block;
	}

	.megamenu_inner_col {
		padding: 0 0 20px 40px;
	}

	.megamenu_inner_col h2 {
		font-size: 20px;
		font-weight: 400;
		color: #2c585f;
		margin: 0 0 10px 0;
		padding: 0;
	}

}


.rpp_reset_all_filters_button{
	text-decoration: underline;
	text-transform: uppercase;
	color: #000;
	float: right;
	padding: 10px;
	margin-top: -10px;
}

.rpp_reset_all_filters_button:focus{
	outline: 4px solid #000;
	
}

#rpp_dl_record_count{
	text-transform: uppercase;
}

.browsernote{
	margin: -30px auto 60px auto;
	width: 100%;
	text-align: center;
	
}


/* AT HIVE rules moved here */

#maincontent .at-detect-device-button {
    width: 600px;
    max-width: 100%;
    display: inline-block;
    margin: 20px auto;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    background: #34c0eb;
    color: #fff;
}

#noresults-container {
	
	background: #fafafa;
	padding: 20px 0;
	border: 2px solid #ccc;
	border-radius: 14px;
	text-align: center;
	font-size: 30px;
}


#at-feedback-form-container, #at-feedback-results-container {

	background: #eeeeee;
	padding: 30px 15px 10px;
	margin: 0 0 20px 0;
}

#at-feedback-form label { 

	font-weight: normal;
}

#at-feedback-form textarea { 

	display: block;
	width: 100%;
	background: #fafafa;
}

#at-feedback-form button { 

	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 5px auto;
	border: 1px solid #000;
	background: #000000;
	color:  #fff;
}

#at-feedback-form button:hover { 

	background: #fff;
	color:  #000;
}

#AT-feedback-container {
	border-top: 1px solid #333;
}

.AT-feedback-item {
	float: left;
	width: 50%;
	padding: 20px 5% 5% 13%;
	background-image: url('/images/at-images/icon-AT-feedback-quote.svg');
	background-size: 23%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.AT-feedback-item:nth-of-type(2n+1) {
	clear: both;
}


.bx-wrapper .bx-pager.bx-default-pager a{color: #000;}


x{
	background-image: url('/userfiles/images/Featured_Images/News%26Events/aishe_featured.png') no-repeat center center; 
	background-size: cover; 
	padding-top: 225px;
}


.srimage{
	background-repeat:  no-repeat !important;
	background-position: center top !important;
	background-size: cover !important; 
	padding-top: 50%;
	max-height: 225px;
}



a#rpp_video_viewer_close_button_1, a#rpp_video_viewer_close_button_2{
	color: #29689F !important;
}
a#rpp_video_viewer_close_button_1:hover, a#rpp_video_viewer_close_button_2:hover{
	color: #1F486C !important;
}