*{
margin: 0px;
padding: 0px;
}
body{
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	color: #004955;
	line-height:1.5;
}
a {
	color: #004955;
	text-decoration: underline;
}
a:hover {
    color: #004955;
	text-decoration: none;
}
b, strong {
    font-weight: bold;
}
p{
	padding: 0px;
	margin: 0 0 20px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	color: #004955;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 1em;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 28px;
	font-weight: 300;
}
h5{
	font-size: 16px;
}
h1.vc_custom_heading {
	font-size: 70px;
	margin: 0;
}
h2.vc_custom_heading {
	color: #004955;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h3.vc_custom_heading {
	font-size: 32px;
	margin: 0 0 30px;
}
.wrapper{
	overflow: hidden;
}
.no-margin{margin: 0px !important;}
/* HEADER */
.top-header{
	padding:25px 0px 0;
}
.top-header .top-text{
	font-size: 12px;
	color:#7e8c99;
	text-transform: uppercase;
	padding: 5px 0px;
}
.header-links {
	float: right;
	padding: 20px 0;
}
.header-links ul{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
}
.header-links ul li{
	list-style: none;
    display: inline-block;
    padding: 0 0 0 5px;   
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.header-links ul li a {
	border: 2px solid #004955;
	color: #004955;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	padding: 0 25px;
	text-transform: uppercase;
	text-decoration: none;
}
.header-links ul li.heart a, .header-links ul li.facebook a, .header-links ul li.twitter a {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
}
.header-links ul li.heart a {
	background: url(../img/heart.png) no-repeat center;
	border-color: #ffa700;
}
.header-links ul li.facebook a {
	border-color: #3a559f;
	color: #3a559f;
}
.header-links ul li.twitter a {
	border-color: #1cb7eb;
	color: #1cb7eb;
}
.header-links ul li.heart .fa {	
	display: none;
}
.header-links ul li.facebook a .fa, .header-links ul li.twitter a .fa {
	font-size: 24px;
}
.header-links .tooltiptext {
    display: none;
	color: #2e3841;
	font-size: 16px;
	padding-left: 10px;
}
.header-links li:hover .tooltiptext {
	display: inline-block;
}
.header-links ul li i {
	font-size: 16px;
}
.header-links .header-button {
	border: 2px solid #f87206;
	color: #f87206;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
	vertical-align: middle;
}

.header {
	box-shadow: 0 6px 6px -2px #f3f3f3;
    -moz-box-shadow: 0 6px 6px -2px #f3f3f3;
    -webkit-box-shadow: 0 6px 6px -2px #f3f3f3;
}
.main-menu{
	
}
.contact-info {
    font-size: 14px;
    font-weight: 700;
    outline: none;
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
   	width: 19%;
    height: 100%;
  
    -moz-transition: rotate(20deg);
    -webkit-transition: rotate(20deg);
    -o-transition: rotate(20deg);
    -ms-transition: rotate(20deg);
    transition: rotate(20deg);
    font-size: 17px;
    height: 100%;
    line-height: 1.3;
   
    color: #929da9;
}
.contact-info a{
    color: #929da9;
    text-decoration:none !important;
}
.phone_icon
{
	float:left;
	height:100%;
	width:30px;
	-moz-transition: rotate(20deg);
	-webkit-transition: rotate(20deg);
	-o-transition: rotate(20deg);
	-ms-transition: rotate(20deg);
	transition: rotate(20deg);
	font-size: 36px;
	height: 100%;
	line-height: 1.3;
	width: 30px;
	color:#929da9;
}
.phone_number
{
	float: left;
}
.phone_number h3
{
	margin:0;
	font-weight: 900;
	line-height:1;
	color: #435061;
	font-size: 24px !important;
}
.phone_number h5
{
	margin:0;
	font-size:12px !important;
	text-transform: uppercase;
	color:#7e8c99 !important;
	font-weight: normal;
}
/* MENU */
.navbar-toggle{
	background-color:#102a3b;	 	
	border-radius: 0px 0px 0px !important;
	margin-right: 0px !important;
	position: absolute;
	right: 0;
    top: -93px;
}
.navbar-toggle .icon-bar{
	background: #fff;	
}
.main-menu {
    clear: both;
    float: left;
}
.main-menu .navbar-brand
{
	margin-right: 20px;
	padding: 0;
	height: auto;
	padding: 10px 0px;
}
.main-menu .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.main-menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	float: none;
	justify-content: space-between;
	margin-right: -15px;
}
.main-menu .nav>li{
	background: none !important;
	display: inline-block;
	float: none;
	padding: 0 0 20px;
	vertical-align: middle;
}

.main-menu .nav>li>a{
	font-size: 15px;
	font-weight: 500;
	color: #004955;
	display: table-cell;
	height: 76px;
	padding: 18px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-menu .nav>li.menu-donatenow > a, .main-menu .nav>li.menu-donatenow > a:hover,.main-menu .nav>li.menu-donatenow.active > a {
	background: #ffa700;
	color: #fff;
	text-transform: uppercase;
}
.main-menu .nav>li>a:hover, .main-menu .nav>li.active>a{
    background: #ffa700;
    color: #fff;
    text-decoration: none;
}
.main-menu .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: none !important;
	color:#f87206;
}
.main-menu .nav>li>a .caret {
	display: none;
}

/* SUB MENU */
.dropdown-menu{
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.3);
    left: 0;
    list-style: none;
    padding: 14px 11px 34px;
    position: absolute;
    top: calc(100%);
    width: 180px;
    margin: .125rem 0 0;
    min-width: 10rem;
    z-index: 1000;
}
.dropdown-menu:after {
    -webkit-filter: drop-shadow(2px 3px 4px rgba(0,0,0,.39));
    border-bottom: 17px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    filter: drop-shadow(2px 3px 4px rgba(0,0,0,.39));
    left: -1px;
    position: absolute;
    right: 100%;
    top: -17px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-nav li ul li .dropdown-menu {
	left: auto;
	right: 100%;
	top: 0;
	margin: 0;
}
.navbar-nav li ul li .dropdown-menu:after {
	display: none;
}
.navbar-nav li.dropdown:hover > .dropdown-menu
{
 display:block;
 opacity:1;
}
.dropdown-menu > li {
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu > li > a {
	 color:#004955;
	 text-decoration:none;
	 display:block;
	 font-size:15px;
	 font-weight: 500;
	 line-height:1;
	 letter-spacing: .4px;
	 padding: 10px 19.2px;
	 white-space: normal;
	 text-align: center;
}
.dropdown-menu > li > a:hover
{
 	color:#ffffff;
 	background: #ffa700;
}

/* FOOTER */
.footer{
	box-shadow: 0 -6px 6px -2px #f3f3f3;
	-moz-box-shadow: 0 -6px 6px -2px #f3f3f3;
	-webkit-box-shadow: 0 -6px 6px -2px #f3f3f3;
	color: #818181;
	font-size:18px;
	padding: 35px 0 20px;
}
.copyright{
	padding-top: 50px;
	text-align: center;
}

/* TAB */
.ui-tabs-nav{
	margin: 30px 0px !important;
    text-align: center !important;
}
.ui-tabs-nav li{
	border: none  !important;
	margin: 0px !important;
    float:none !important;
    display: inline-block !important;
}
.ui-tabs-nav li.ui-tabs-active, .ui-tabs-nav li:hover{
	background-color: #435061 !important;
}
.ui-tabs-nav li.ui-tabs-active a,.ui-tabs-nav li:hover a{
	color: #fff;
}
.ui-tabs-nav li a{
	font-size: 14px;
	color: #4b5867;
	line-height: 18px;
	padding: 0.5em 1.3em !important;
}
.ui-tabs .ui-tabs-panel{
	background: none !important;
}
.box-image{
	padding-left: 0px !important;
}
.box-image img{
	background: #ffffff;
    padding: 15px;
    box-shadow: 1px 1px 5px #888888;
    width:100%;
}

.ui-tabs .image-icon{
	width:20%;
}
.ui-tabs .right-content{
	width:80%;
}

/* Photo gallery */
.box-gallery {
	margin-bottom: -20px !important;
}
.box-gallery .vc_col-sm-12{
	padding: 0px !important;
}
.box-gallery .wpb_content_element {
	overflow: hidden;
}
.photogalary
{
	width:100%;
	float:left;
}
.photogalary ul
{
	margin:0px;
	padding:0px;
}
.photogalary li
{
	width:20%;
	height:auto;
	float:left;
	position:relative;
	list-style:none;
	border:1px solid #ffffff;
}
.clear_all
{
	clear: both;
}
.photogalary li img
{
	width:100%;
	height:auto;
}
.photogalary li .image_description,
.inner-page-gallery-two-columns-dimension-detail .image_description,
.inner-page-gallery-three-columns-dimension-detail .image_description
{
	background: rgba(64, 166, 220, 0.9) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	opacity:1;
	top: 0;
	width: 100%;
	z-index: 1;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
	cursor:pointer;
    overflow: hidden;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    border-radius:100%;	
}
.photogalary li:hover .image_description,
.inner-page-gallery-two-columns-dimension-detail li:hover .image_description,
.inner-page-gallery-three-columns-dimension-detail li:hover .image_description
{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    border-radius:0;  
}
.photogalary .image_description p,
.inner-page-gallery-two-columns-dimension-detail  .image_description p,
.inner-page-gallery-three-columns-dimension-detail .image_description p
{
	font-size:16px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	text-align:center;
}
.photogalary .icon,
.inner-page-gallery-two-columns-dimension-detail .icon,
.inner-page-gallery-three-columns-dimension-detail .icon
{
	background: rgba(255,255,255,0) none repeat scroll 0 0;
	border-radius: 50%;
	color: #31a2e1;
	font-size: 30px;
	height: 48px;
	margin: 25% auto 15px;
	text-align: center;
	width: 48px;
}
.inner-page-gallery-two-columns-dimension-detail .icon img,
.inner-page-gallery-three-columns-dimension-detail .icon img
{
	border:none;
}
.photogalary a{text-decoration: none !important;}



/* NEAR BY */

.near-location-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;	
}
.near-location-info .right{
	width: 83%;
	float: left;
	color: black;
	font-weight: bold;
	color: #435061;
	text-transform: capitalize;
}
.near-location-info .left{
	width: 17%;
	float: left;
	color: #a6afb8
}
.near-location-info span{
	width: 100%;
	font-size: 14px;
	float: left;
	color: #a6afb8;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom: #e1e6ec solid 1px; 
	
}
.near-location-info:last-child span:last-child{
	margin: 0px;
	border-bottom: none;
}
@media screen and (max-width: 1199px){
	.near-location-info .right{
		width: 83%;
	}
	.near-location-info .left{
		width: 17%;
	}
}

@media screen and (max-width: 991px){
	.near-location-info .right{
		width: 79%;
	}
	.near-location-info .left{
		width: 21%;
	}
}

@media screen and (max-width: 767px) and (min-width: 592px){
	.near-location-info .right{
		width: 92%;
	}
	.near-location-info .left{
		width: 8%;
	}
}
@media screen and (max-width: 766px){
	.near-location-map{
		clear:both;
		width:100%;
	}	
}

.near_by_place {margin-top: 38px;margin-bottom: 60px !important;}
.near_by_place img{
	max-width: 100%;
}
.near-by-box{margin-bottom: -20px !important;}
.near-by-box .wpb_content_element{
	margin-bottom: 0px !important;
}
/*.careers{margin-bottom: -20px !important;}*/
/* LOCATION */
.location-contact-box{
	margin:0px !important;
}
.location-contact-box .wpb_content_element{
	margin-bottom: 0px !important;
}
.location-contact-box .vc_col-sm-12{
	padding: 0px !important;
}

.location-detail{
	min-height: 914px;
	width: 100%;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px;
	position:relative;
}
.footer_background_image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.location-detail-inner
{
	min-height:635px;
	float:left;
	width:100%;
	background:rgba(0, 0, 0, 0) linear-gradient(360deg,  rgba(67,80,97,0.9) 80%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) 
	-webkit-linear-gradient(360deg, rgba(67,80,97,0.9) 80%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) 	
	-moz-linear-gradient(360deg, rgba(67,80,97,0.9) 80%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) 	
	-o-linear-gradient(360deg, rgba(67,80,97,0.9) 80%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) 
	-ms-linear-gradient(360deg, rgba(67,80,97,0.9) 80%, rgba(255,255,255,0) 40%);

}

.location-detail-inner .container .row div.col-md-8.col-sm-7.col-xs-12.locations,
.location-detail-inner .container .row div#contact-part{
	padding-bottom: 50px;
}
.locations{

	min-height: 637px;
	padding: 0 38px 0 43px !important;
	float: left;
}
@media screen and (max-width:767px){
	.locations
	{
		padding:0px 15px;		
	}
}
.location-detail-inner{
    color:#a5b4c7;
     font-size:14px;
}
.tollfree a{
    color:#a5b4c7 !important; 
}
.tollfree span{
    color:#fff; 
}

.openhour span{
    color:#fff;
}
h2.sub-title{
    font-size: 14px !important;
	color: #ffffff !important;
	text-transform: uppercase;
    margin: 16px 0px !important;
}
.location-detail h1.location-title{
	font-size: 18px !important;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 50px 0 5px 0;
	margin: 0;
}
.location-detail .col-sm-8 .location-map{
	height: 292px;
	width: 100%;
	margin: 0 0 38px 0;
}
.location-map{
	margin-bottom: 10px;
    margin-top:10px;
}
.location-map img{
	width: 100%;
}


.address {
	padding-bottom: 29px;
}
.address-area p,.time-detail p,
.contact-detail a{
	font-size: 14px;
	color: #a5b4c7;
	line-height: 15px;
	margin-bottom:10px;
}
.contact-detail a:hover
{
	color: #a5b4c7 !important;
}
.address-area p span{
	font-weight: bold;
	color: #ffffff;
    width: 60px;
    display: inline-block;
}

.time-detail h6 {
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: bold;
	padding-bottom: 25px;
	margin: 0;
}

.time-detail .schedule_visit{
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #ff551a;
	min-width: 197px;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}
.time-detail .schedule_visit:hover{
	background: #39a3de;
	outline:none;
}
.time-detail .schedule_visit a{
	font-size: 14px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 6px 30px;
	float: left;
	text-decoration: none;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}
.time-detail .schedule_visit a:hover,
.time-detail .schedule_visit a:focus,
.time-detail .schedule_visit a:active{
	outline:none;
}
.col-lg-6.address-area {
	border-right: 1px solid #505d6f;
	margin-right: 20px;
	padding-right: 0;
	width: 47%;
}

.col-lg-6.time-detail{
	padding-left: 21px;
}

.location-detail #contact-part{
	background: #31a2e1;
	min-height: 637px;
}
.box-contact img{
    width:100%;
}
.box-contact h3.agent-name{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    text-transform: unset;
}
.box-contact p, .box-contact a{
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 10px;
}
.contact-agent{
	padding: 48px 0 48px 22px;
}
.button-message a{
    background: #ff551a;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    transition: 0.2s all;
    padding: 4px 10px;
    text-decoration:none !important;
	color:#fff !important;
}
.contact-agent h1{
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}

.contact-agent img{
	width: 100%;
}

.contact-agent h3.agent-name{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    text-transform:unset;
}

.contact-agent p,
.contact-agent a{
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
	margin-bottom:10px;
}
.certified-agent{
	color: #a4d8f7 !important;
}

.row.agent-row .col-sm-5{
	width: 36%;
	padding-right: 0px;
}

.row.agent-row .col-sm-7{
	width: 64%;
	padding-left: 20px;
}

.agent-form {
	margin-top: 40px;

}
.agent-form h1{
	font-size: 14px;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
}
.agent-form input{
     height: 38px !important;
}
.agent-form textarea{
     height: 95px !important;
}
.agent-form input{
	width: 94% !important;
	background: #0e90d9;
	padding: 5px 20px 5px 20px !important;
	font-size: 14px;
	color: #b1e2ff;
	border: #0e90d9 !important;
	margin-bottom: 10px !important
	resize: none;	
	line-height: 28px !important;
   
}
.agent-form ::-webkit-input-placeholder {
  color: #b1e2ff;  
}

.agent-form :-moz-placeholder { /* Firefox 18- */
  color: #b1e2ff;   
}

.agent-form ::-moz-placeholder {  /* Firefox 19+ */
  color: #b1e2ff;  
}

.agent-form :-ms-input-placeholder {  
   color: #b1e2ff;  
}
.agent-form textarea{
	height: 95px;
	color: #b1e2ff !important;
	margin-bottom: 10px;
}

.agent-form .send-message{
	font-size: 14px;
	font-weight: 900;
	margin: 10px 0 0 0 !important;
	color: #0e90d9 !important;
	background: #ffffff !important;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

.agent-form .send-message:hover{
	background: #435060 !important;
	color: #ffffff !important;
}
.agent-form h3{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.agent-form .wpcf7-form img{width:auto !important;}
.agent-form .wpcf7-form .wpcf7-not-valid-tip{display: none;}
.agent-form .wpcf7-form div.wpcf7-validation-errors{
	font-size: 14px;
	color: #fff;
}


/* About us image */
.row-image-box{margin-bottom:0px !important;margin-top:30px !important;}
.row-image-box img{
	border: 1px solid #d2d2d2;
}
.col-large-image{width: 30% !important;}
.col-box-image{
	width: 70% !important;
}
.col-box-image .wpb_single_image{
	float: left;
	width: 22%;
    margin-right: 20px;
}

.services{margin-bottom:0px !important;}

/* HOME OHTER COLOR */
#contact-part .wpcf7-mail-sent-ok{
    color:#fff !important;
}

.model-contact-form input{
	border:1px solid #c7c7c7;
height:48px;
}
.agnet-contact-form input, .agnet-contact-form textarea {
	font-size: 14px;
	width: 100%;
	margin: 0 15px 10px 0;
	padding: 10px 20px;
	background: #d9e8f0;
	color: #435061;
	border: none;
    margin:5px 0px;
}
.agnet-contact-form input::-webkit-input-placeholder, .agnet-contact-form textarea::-webkit-input-placeholder {
	color: #435061;
	opacity: 1
}
.agnet-contact-form input:-moz-placeholder, .agnet-contact-form textarea:-moz-placeholder {
	color: #435061;
	opacity: 1
}
.agnet-contact-form input::-moz-placeholder, .agnet-contact-form textarea::-moz-placeholder {
	color: #435061;
	opacity: 1
}
.agnet-contact-form input:-ms-input-placeholder, .agnet-contact-form textarea:-ms-input-placeholder {
	color: #435061;
	opacity: 1
}
.agnet-contact-form textarea {
	height: 94px;
	resize: none;
	width: 100% !important;
    margin:5px 0px !important;
}
.send-message {
	font-size: 15px;
	font-weight: 900;
	margin: 0 !important;
	color: #fff !important;
	background: #ff551a !important;
	line-height: 1.5;
	transition: .2s all
}
.send-message:hover {
	background: #39a3de !important
}
.col-left{width:49%;float:left;margin-right:1%;}
.col-right{width:49%;float:right;margin-left:1%;}
.wpcf7-not-valid-tip{display: none !important;}
.model-contact-form .wpcf7-response-output{clear:both !important;}

.phone_info{
    font-size: 15px !important;
    color: #7e8c99;
    text-transform: uppercase;
}
.phone_info span.phone_num{
    padding-left:5px;
}
.agent-row .col-md-8{padding-left:0px !important;}


/* For Team */



.team_contact{
    background:#4f6b7b;
}
.team_contact .agent-form .wpcf7-text, .team_contact .agent-form .wpcf7-textarea{
    background:#709ab2 !important;
}
.teamjobs{padding:0px 50px;position: relative;}
.jobs{
      overflow: hidden;
    border-top:1px solid #c2c2c2;
}
.jobs_header{
    color:#000 !important;
    border:none !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.jobs_header li{
    color:#000 !important;
    font-weight:bold;
}
.jobs_header li.left{
    padding:0px !important;
}
.jobs_footer{
     border-bottom:none !important;
     color:#000 !important;
     text-align: right;
     margin-top:45px;
     font-weight:bold;
}
.jobs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;	
}
.jobs ul li{
       padding: 6px 34px;
}
.jobs .right{
	width: 70%;
	float: left;
	color: #7e8c99;
	text-transform: capitalize;
}
.jobs .left{
	width: 30%;
	float: left;
	color: #a6afb8;
    text-align: center;
}
.jobs .left i{
    font-size:16px;
    color:#060202;
}
.jobs span{
	width: 100%;
	font-size: 14px;
	float: left;
	color: #a6afb8;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom: #e1e6ec solid 1px; 
	
}
.jobs:first-child{
	margin: 0px;
	border: none;
}
@media screen and (max-width: 1199px){
    .jobs .right{
		width: 83%;
	}
	.jobs .left{
		width: 17%;
	}
}

@media screen and (max-width: 991px){
	.jobs .right{
		width: 79%;
	}
	.jobs .left{
		width: 21%;
	}
}

@media screen and (max-width: 767px){
    
	.jobs .right{
		width: 70%;
	}
	.jobs .left{
		width: 30%;
	}
    .teamjobs{padding:20px 15px !important;}
}

.jobs_header{
    text-transform: uppercase;
}
.jobs_footer li{padding-right: 76px !important;
    color:#000;
    text-decoration: none;
}
.jobs_footer li a{
     color:#000;
    text-decoration: none;
    padding-left:15px;
}
.preload{position: absolute; top: 50%; left: 50%; display: none;}

.top-logo {
	float: left;
	padding-top: 54px;
}

.right-header {
	float: right;
}

.footer-widgets {
	display: flex;
}
.footer-widgets:before, .footer-widgets:after {
	content: "";
	display: table;
}
.footer-widgets:after {
	clear: both;
}
.footer-widgets .widget {
	border-right: 1px solid #eaeaea;
	float: left;
	padding: 0 30px;
	width: 185px;
}
.footer-widgets .widget:first-child {
	padding-left: 0;
}
.footer-widgets .widget:last-child {
	border-right: none;
	padding-right: 0;
}
.footer-widgets .widget.footer_logo {
	width: 400px;
}
.footer-widgets .widget > h3 {
	color: #818181;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-widgets ul.menu {
	list-style: none;
	margin: 0;
}
.footer-widgets ul.menu li a {
	color: #474747;
	font-size: 14px;
	text-decoration: none;
}
.footer-widgets .widget p {
	margin: 0;
}

.welcome-text {
	padding-top: 95px;
	padding-bottom: 55px;
}

.welcome-text .wpb_text_column {
	color: #004955;
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}

.news-area {
	margin-left: -15px;
	margin-right: -15px;
}
.news-area:before, .news-area:after {
	content: "";
	display: table;
}
.news-area:after {
	clear: both;
}
.news_item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 33.33%;
}
.inner_bg {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.news_item:nth-child(2) .inner_bg {
	background: #f2f6f6;	
}
.news_item:nth-child(2) {
    animation-delay: 300ms;
}
.news_item:nth-child(3) {
    animation-delay: 600ms;
}
.news_title {
    min-height: 116px !important;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
}
.news_title span {
	display: block;
}
.news_date {
	border-bottom: none;
	color: #004955;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 8px 0 0;
	text-decoration: none;
}
.news_link a {
	border: 1px solid #004955;
	color: #004955;
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	text-transform: uppercase;
	text-decoration: none;
}
.news_text {
	color: #818181;
	font-size: 18px;
	margin-bottom: 35px;
}
.news_img {
	margin: 0 0 30px;
}
.news_img img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.row-find-ucp {
    background-repeat: no-repeat;
	background-position: top center;
}

.row-stay-connected {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 115px;
    padding-bottom: 85px;
}
.stay-connected {
	color: #fff;
	max-width: 690px;
}
.contactUsForm {
	margin-left: -15px;
	margin-right: -15px;
}
.contactUsForm:before, .contactUsForm:after {
	content: "";
	display: table;
}
.contactUsForm:after {
	clear: both;
}
.contactUsForm .input_container {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
}
.contact-explore .contactUsForm .input_container {
    padding-bottom: 30px;
    width: 50%;
}
.contactUsForm input[type=text], .contactUsForm input[type=email] {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	height: 46px;
	padding: 4px 6px;
	text-align: center;
	width: 100%;
}
.contact-explore .contactUsForm input[type=text], .contact-explore .contactUsForm input[type=email] {
    border: 1px solid #004955;
    color: #004955;
}
.contactUsForm .input_submit {
	clear: both;
	margin: 0 auto;
	padding: 45px 15px 0 15px;
	width: 33.33%;
}
.contactUsForm input[type=submit] {
	background: #004955;
	border: 1px solid #004955;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	height: 46px;
	text-transform: uppercase;
	width: 100%;
}
.contact-explore .contactUsForm .input_submit {
    clear: none;
    padding: 0 15px 0 15px;
    width: 50%;
    float: right;
}
.contactUsForm .input_container input::-webkit-input-placeholder {
  color: #fff;  
}

.contactUsForm .input_container input:-moz-placeholder { /* Firefox 18- */
  color: #fff;   
}

.contactUsForm .input_container input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;  
}

.contactUsForm .input_container input:-ms-input-placeholder {  
   color: #fff;  
}
.contact-explore .contactUsForm .input_container input::-webkit-input-placeholder {
  color: #004955;  
}

.contact-explore .contactUsForm .input_container input:-moz-placeholder { /* Firefox 18- */
  color: #004955;   
}

.contact-explore .contactUsForm .input_container input::-moz-placeholder {  /* Firefox 19+ */
  color: #004955;  
}

.contact-explore .contactUsForm .input_container input:-ms-input-placeholder {  
   color: #004955;  
}

.find-textblock {
	color: #fff;
	text-align: center;
}

.sub_page_title {
	background-color: #004955;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 50px;
	padding: 316px 0 60px;
}
.sub_page_title h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.site-content ul {
	margin-left: 1em;
	margin-bottom: 30px;
}
.site-content ul li {
	padding-bottom: 15px;
}
.site-content ul li:last-child {
	padding-bottom: 0;
}
.globe_btn a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	padding: 0 80px; 
	text-transform: uppercase;
	width: auto;
	margin: 0 15px;
	text-decoration: none;
	text-align: center;
}
.globe_btn.three_btn a {
	padding: 0;
	width: 260px;
}
.my-globe-but a {
    background: #004955;
    border: 1px solid #004955;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    line-height: 46px;
    height: auto;
    text-transform: uppercase;
}
.trustee-group {
	position: relative;
	    padding-left: 173px;
	padding-bottom: 0;
}
.trustee-group.honorary {
	padding-left: 180px;
}
.trustee-group.our-trustees .trustee-lists {
	    background: url(../img/bg.jpg) no-repeat left top;
        background-repeat: repeat;
        padding: 90px 50px 25px;
		margin-bottom:35px;
}
.our-officers .trustee_item{
	    padding-bottom: 0;
}
.trustee-lists {
	padding: 0 35px;
}
.trustee-type {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	width: 150px;
	text-transform: uppercase;
}
.honorary_img {
	float: left;
	margin-right: 110px;
}
.honorary_text {
	overflow: hidden;
}
.honorary_title {
	font-size: 30px;
	margin: 0 0 20px;
}

.trustee-count {
	font-size: 70px;
	font-weight: normal;
}
.trustee_item {
	float: left;
	padding-bottom: 55px;
	position: relative;
	width: 20%;
	    min-height: 272px;
	    cursor: pointer;
}
.trustee_title {
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.2;
}
.trustee_text {
	    background: #004955;
    color: #fff;
    font-size: 7px;
    display: none;
    position: absolute;
    top: 140px;
    padding: 15px;
    width: 150px;
    z-index: 9;
}
.trustee_item:hover .trustee_text {
	display: block;
	transform: scale(2.5);
}
.trustee_item h6 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 8px;
    font-weight: 500;
}
.trustee_item h6 br{
	display:none;
}

.trustee_text:before { 
	content: "";
	width: 0; 
	height: 0; 
	position: absolute;
	top: -8px;
	left: 68px;
	border-left: 7px solid transparent; 
	border-right: 7px solid transparent; 
	border-bottom: 8px solid #004955; 
}
.ceb_para {
	color: #fff;
	font-size: 21px;
}
.national-staff-item .wpb_single_image {
	padding-right: 75px;
	padding-left: 180px;
	position: relative;
}
.national-staff-item h2.wpb_singleimage_heading {
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
}
.national-staff-item .wpb_text_column h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}
.national-staff-item .wpb_text_column a {
	color: #004955;
	text-decoration: underline;
}
.national-staff-item .wpb_text_column .fa {
	color: #303131;
	font-size: 32px;
	margin-right: 20px;
}
.row-fiscall ul {
	background: url(../img/vertical-line.png) repeat-y top center;
	list-style: none;
	margin: 0;
}
.row-fiscall ul li {
	clear: both;
	margin-bottom: 30px;
	padding-top: 23px;
	padding-bottom: 23px;
	position: relative;
	width: 50%;
}
.row-fiscall ul li:last-child {
	padding-top: 23px;
	padding-bottom: 23px;
}
.row-fiscall ul li.left {
	float: left;
	padding-right: 76px;
	text-align: right;
}
.row-fiscall ul li.right {
	float: right;
	padding-left: 76px;
}
.row-fiscall ul li em {
	background: #fff;
	border: 1px solid #ffa700;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	top: 0;
	left: -53px;
	height: 106px;
	width: 106px;
	line-height: 104px;
	text-align: center;
}
.row-fiscall ul li.left em {
	left: auto;
	right: -53px;
}
.row-fiscall ul li a {
	color: #004955;
	display: block;
	text-decoration: none;
}
.buttons a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	    font-weight: normal !important;
	line-height: 54px;
	margin-right: 25px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.buttons a{
	    background-color: #ffa600;
}
.buttons a:hover, .find-textblock a:hover, .buttons a:focus, .find-textblock a:focus{
	background-color: #f8be50;
}

.testimonies {
	font-size: 30px;
	line-height: 1.2;
}
.testimonies em {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 0 ;
}
.testimonies .owl-dots {
	margin: 60px 0 0;
}
.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    background: #cecece;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span {
	background: #ffa700;
}
.find-textblock a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 220px;
    height: 60px;
    background-color: #ffa600;
    display: block;
	line-height: 60px;
    margin: auto;
	text-transform: uppercase;
	text-decoration: none;
}
#loadingProgressG {
    position: fixed;
    display: none;
    width: 100%;
    color: #72a0ab;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 20%;
}
.acf-map {
    width: 100%;
    height: 260px;
    display: block;
}
.find_filter .filter-inner {
    background: #004955;
    color: #fff;
    padding: 30px;
}
.find_filter p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    line-height: 1.3;
}
.find_filter .vc_column-inner, .find_filter .vc_column_container > .vc_column-inner, .find_filter .find-col .vc_column-inner {
    padding: 0 0 15px !important;
}
.find_filter select, .find_filter input[type="text"], .find_filter input[type="submit"], .find_filter #radius_aff {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: .3px;
    height: 48px;
    padding: 0 6px;
    width: 100%;
    font-weight: normal;
}
.find_filter select {
    -moz-appearance: none;
    padding: 0 3px;
}
.find_filter #zip::placeholder {
    color: #fff;
}
.find_filter #zip::-webkit-input-placeholder {
	color: #fff;
}

.find_filter #zip:-moz-placeholder {
	color: #fff;
}

.find_filter #zip::-moz-placeholder {
	color: #fff;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

.find_filter #zip:-ms-input-placeholder {
	color: #fff;
}
.distance-file-field {
    display: none;
}
.find_filter input[type="submit"] {
    text-align: left;
}
.find_filter input[type="reset"] {
    background: #fff;
    border: none;
    color: #004955;
    height: 48px !important;
    line-height: 48px;
    padding: 0 !important;
    width: 100% !important;
    font-weight: normal;
    text-transform: uppercase;
}
.reult_cont {
    background: #f2f6f6;
    min-height: 307px;
    padding: 15px 15px 35px 15px;
    position: relative;
}
.reult_cont span {
    display: block;
    font-weight: 300;
}
.reult_cont .loc_title {
    font-size: 20px;
    font-weight: bold;
}
.results_box .vc_column_container > .vc_column-inner {
    padding-bottom: 30px;
}
.result_buttons {
    position: absolute;
    bottom: 35px;
    left: 15px;
    right: 15px;
}
.result_buttons a.map-donate {
    border: 1px solid #004955;
    color: #004955;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    max-width: 215px;
    text-align: center;
    text-decoration: none;
    width: 215px;
}

.result_buttons .fa-stack {
    font-size: 16px;
    line-height: 22px;
    height: 26px;
    width: 26px;
    margin-top: 4px;
    text-align: center;
}
.result_buttons .fa-stack.facebook {
    border: 2px solid #3a559f;
    color: #3a559f;
}
.result_buttons .fa-stack.twitter {
    border: 2px solid #1cb7eb;
    color: #1cb7eb;
}
.show_states {
    text-align: center;
}
.row-afiliate {
    padding-bottom: 70px;
}
.vc_toggle_title > h4 {
    font-size: 20px;
      font-weight: normal;
}
.column-contactform {
    border-right: 1px solid #b3b3b3;
    padding-right: 75px;
}
.column-contacttext {
    padding-left: 75px;
}
.column-contacttext p {
    padding-left: 60px;
    position: relative;
}
.column-contacttext p img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.support-type a {
    font-size: 25px;
    font-weight: bold;
    float: left;
    width: 230px;
}
.wpb-js-composer .vc_tta.vc_general {
    margin-left: -15px;
    margin-right: -15px;
}
.wpb-js-composer .vc_tta.vc_general:before, .wpb-js-composer .vc_tta.vc_general:after {
    content: "";
    display: table;
}
.wpb-js-composer .vc_tta.vc_general:after {
    clear: both;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-container {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tab {
    display: block;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    color: #004955;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    background: none;
    border: none;
    border-bottom: 1px solid #004955 !important;
    padding: 8px 0;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    background: none;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background: none;
    color: #004955;
    font-weight: bold;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-panel-body {
    padding: 8px 0;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
}
.wpb-js-composer .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: none;
}
.vc_tta-title-text {
    display: block;
    position: relative;
}
.vc_tta-title-text:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
}
.resource-guide-text p {
    margin: 0;
    position: relative;
    padding-left: 90px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.resource-guide-text strong {
    color: #c2d3d6;
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 15px;
}
.site-content .my-class-pdf {
    list-style: none;
    margin: 0;
}
.site-content .my-class-pdf li {
    background: url(../img/ico-pdf.png) no-repeat;
    padding: 8px 0 8px 70px;
}
.site-content .my-class-pdf li:last-child {
    padding-bottom: 8px;
}

.people-involved p {
    position: relative;
    padding-left: 170px;
}
.people-involved p strong {
    position: absolute;
    left: 0;
}

.site-content .join-social-link {
    list-style: none;
    margin: 0;
}
.join-social-link .fa {
    border: 2px solid;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 24px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.join-social-link .fa.fa-facebook {
    border-color: #3a559f;
    color: #3a559f;
}
.join-social-link .fa.fa-twitter {
    border-color: #1cb7eb;
    color: #1cb7eb;
}
.join-social-link .fa.fa-youtube-play {
    border-color: #e52d27;
    color: #e52d27;
}
.join-social-link .fa.fa-blogger {
    background: url(../img/ico-blogger.png) no-repeat;
    border: none;
}
.row-employment .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding-left: 260px;
}
.row-employment .wpb_single_image {
    position: absolute;
    left: 0;
}
.our-host-affiliate:before, .our-host-affiliate:after {
    content: "";
    display: table;
}
.our-host-affiliate:after {
    clear: both;
}
.our-host-affiliate .wpb_singleimage_heading, .annual-slider .wpb_gallery_heading {
    float: left;
    width: 41.66666667%;
    text-align: left;
}
.our-host-affiliate .vc_figure, .annual-slider .vc_images_carousel {
    float: left;
    padding-left: 65px;
    width: 58.33333333%;
    max-width: 58.33333333%;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators li {
    background: #cecece;
    border: none;
    height: 15px;
    width: 15px;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: #ffa700;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: none;
    border: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panel-title>a {
    padding: 8px 0;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #004955;
}
.tarren-bragdon {
    padding-left: 180px;
    position: relative;
}
.tarren-bragdon .wpb_singleimage_heading {
    position: absolute;
    left: 0;
    text-transform: uppercase;
    width: 180px;
}
.js-mq {
    height: 0;
}

ul.dropdown-menu .current-page-ancestor a{
	background:transparent !important;
	color: #004955 !important;
}
.globe_btn2{
	    text-align: center;
    padding: 30px 80px 50px;
}
.globe_btn2:hover{
	opacity:0.7;
}
.globe_btn2 h2{
	font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
}
.globe_btn2 h2 a {
    text-decoration: none;
}
.boardoftrust1 .our-trustees{
	display:none;
}
.boardoftrust2 .our-officers{
	display:none;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
	display:none;
}
.trigger_popup_fricc .hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left: 0;
    width:100%;
    z-index:10000;
}

.trigger_popup_fricc .hover_bkgr_fricc .popup-box {
       background-color: #004955;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
   max-width: 50%;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    margin: 12% 0;
    padding: 2%;
    text-align: left;
}
.trigger_popup_fricc .hover_bkgr_fricc .popup-box p{
	color:#fff;
	font-size:16px;
}
.trigger_popup_fricc .popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

/* Popup box BEGIN */
.abt_para{
	text-align:left;
}
.abt_para .vc_toggle_title{
	    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.abt_para .vc_toggle_title:last-child{
	border-bottom: 0;
}
.abt_para .vc_toggle_title:hover, .vc_toggle_default.vc_toggle_active .vc_toggle_title{
	      background: #dff1f1
}
.abt_para .vc_toggle_icon {
        float: right;
    text-align: right;
    right: 0;
    left: inherit !important;
    margin-right: 10px;
}
.abt_para .vc_toggle_content {
    font-size: 17px;
}
.btn-outline{
	    border: 1px solid #004955;
    color: #004955;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.btn-outline:hover, .btn-outline:focus{
	    background-color: #f8be50;
	color:#ffffff;
	    border: 1px solid transparent;
	text-decoration:none;
}
.vc_toggle_default .vc_toggle_icon{
	width: 12px !important;
    height: 14px !important;
    border: 0;
}
.vc_toggle_default .vc_toggle_icon{
	    background: url(http://ucporgv2.westarinfo.com/wp-content/uploads/2018/09/right-arrow.png) no-repeat;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon{
	    background: url(http://ucporgv2.westarinfo.com/wp-content/uploads/2018/09/bottom-arrow.png) no-repeat;
}
.vc_toggle_default .vc_toggle_icon:before, .vc_toggle_default .vc_toggle_icon:after{
	display:none;
}
.vc_toggle_default.vc_toggle{
	    margin: 0;
}
.page-id-59 .sub_page_title{
	    margin-bottom: 0;
}
.popup-box h4{
	    color: #fff;
    font-size: 25px;
}
.popup-box h4 br{
	display:none;
}
.trustee_img img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.trustee_img img:hover{
	filter:inherit;
}
@media (max-width: 767px){
.trigger_popup_fricc .hover_bkgr_fricc .popup-box {
    max-width: 100%;
    width: 84%;
    padding: 5%;
}
.trustee-group.our-trustees .trustee-lists {
    padding: 90px 10px 25px;
	margin-bottom:35px;
}
}
.label {
    color: inherit;
    font-size: 100%;
    padding: 0;
    text-align: left;
}
label {
    font-weight: normal;
}

input, button, select, textarea {
    line-height: 32px;
}
select {
    height: 34px;
}
input[type=text], input[type=email], input[type=tel] {
    padding: 0 3px;
}
input[type="submit"] {
    padding: 0 15px;
}