/*
Theme Name: jSinger Custom Theme
Author: jSinger Marketing
Author URI: http://jsingermarketing.com/
Description: jSinger Custom Theme
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
}
body{
	line-height:1.450em;
	background:#fff;
	font-family: 'Lato', sans-serif;
	color:#77787b;
}

a{
	text-decoration:none;
	color:#23a3e2;   /* LINK COLOR */
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}


.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


a:hover{color:#224092;}
h1, h2, h3, h4{line-height:1em;}
section{font-size: 1.313em;line-height: 1.313em;}
section h2{font-weight:normal;font-size:2.143em;line-height:1em;text-transform:uppercase;}
.bottom-arrow{width:54px;height:27px; position: absolute; bottom:-26px; left: 50%; margin-left: -27px; z-index: 2;}
.icon-circle{width:190px; height:190px; border-radius:50%; border: 15px solid; display:inline-block;}
.wrapper { position:relative; padding: 0 20px; max-width: 1220px; margin:0 auto;}
img{height: auto; max-width: 100%;}
input[type="submit"], button, .button{ display:inline-block; margin-top:1.5em; background:#9eb2c7; border:1px solid #9eb2c7; color:#fff;
	text-transform:uppercase; font-size: 1em; padding:.75em 1.5em; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
input[type="submit"]:hover, button:hover, .button:hover{ background:#607a96; border-color:#607a96; color:#fff;}
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"],input[type="number"],
input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"],
input.text, textarea { -webkit-appearance: none; border: 0; padding: 20px 25px; font-size: 1.125em; background: #efeff0; border-radius: 5px; 
	text-transform:uppercase;}
select {border:0;padding: 0.5em;}
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus,
input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input.text:focus, textarea:focus, select:focus {background:#daeffa;}
::-webkit-input-placeholder { /* Chrome */color: #939598;}
:-ms-input-placeholder { /* IE 10+ */color: #939598;}
::-moz-placeholder { /* Firefox 19+ */ color: #939598; opacity: 1;}
:-moz-placeholder { /* Firefox 4 - 18 */ color: #939598; opacity: 1;}
.google-map{ height:380px;}
#map{position: absolute !important; width:100%; height:380px; overflow: hidden; transform: translateZ(0px);}
.map-overlay{background:rgba(255, 255, 255, 0.8); border:1px solid #607a96; font-size:.8em; font-weight:700; line-height:1.125em; margin:0 auto;
	top:200px; padding:15px; position:relative; text-transform:uppercase; width:300px; z-index:2;}
.map-overlay svg{ fill:#696565; float:left; height:58px; margin-right:1em; width:58px;}
.map-overlay span{color:#607a96;}
.content.internal .wpcf7-form{ margin-top:3em;}
.content.internal .wpcf7-text, .content.internal .wpcf7-tel, .content.internal .wpcf7-textarea{ width: 100%; max-width: 500px; margin-bottom:1em;}
/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Top Bar ------------- ////////// */
/* ////////// --------------------------------- ////////// */
.top-bar{ color:#dcdcdc; font-size:.85em; line-height:25px; padding:3px 0; background:#9eb2c7; }
.top-bar-wrapper{ text-align:left; position:relative; padding: 0 20px;}
.top-bar .user{ margin-right:2em;}
.top-bar .user .name{color:#dcdcdc;}
.top-bar .alerts{margin-right:2em;}
.top-bar .alert-count{ color:#dcdcdc;}
.top-bar a{}
.top-bar .exlemation-circle{ width:23px; height:23px; fill:#dcdcdc; vertical-align:middle; margin-right:10px;}
.top-bar .svg-user-icon{ width:23px; height:23px; fill:#dcdcdc; vertical-align:middle; margin-right:10px;}
.top-bar .phone{}
.top-bar .dot{ color:#dcdcdc;}
.top-bar .email a{ color:#dcdcdc;}
.top-bar .email a:hover{ color:#fff;  text-decoration:underline;}
.top-bar span{ margin-right:1em;}
.top-bar .social-links{ float:right; margin-right:15px;}
.top-bar .social-links a{ margin: -5px 7px 0; display:inline-block; width:21px; height:21px;/* border-radius:50%; border:1px solid #dcdcdc; */
	vertical-align:middle;}
/* .top-bar .social-links a svg{}
.top-bar .social-links a:hover{ order:1px solid #fff; background:#637a0e;} */
.top-bar .social-links a:hover svg{	fill:#fff;   /* LINK HOVER COLOR */}
.top-bar .social-links .svg-linkedin{width:12px;height:12px;fill: #eaf9b4;}
.top-bar .social-links .svg-facebook{width:7px;height:14px;	fill: #eaf9b4;margin-left:6px;}
.top-bar .social-links .svg-twitter{width:14px;height:14px;fill: #eaf9b4;}
.top-bar .social-links .svg-instagram{width:14px;height:14px;fill: #eaf9b4;}
.top-bar .social-links .svg-youtube{width:30px;	height:14px;fill: #eaf9b4;}
.top-bar .social-links .svg-pinterest{width:14px;height:14px;fill: #eaf9b4;}
/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Header ------------- ////////// */
/* ////////// --------------------------------- ////////// */
header{
	margin:0;
	-webkit-transition: all .04s ease-in-out;
    -moz-transition: all .04s ease-in-out;
    -o-transition: all .04s ease-in-out;
    -ms-transition: all .04s ease-in-out;
    transition: all .04s ease-in-out;
	padding:1.5em 0 0 0;
}
header .logo-link{
	display:inline-block;
    color:#696565;  /* Gray */
		width:242px;
}
header .logo-link img {
	display:inline-block;
}
header .logo-link svg {
    height: 67px;
    width: 178px;
}
.home-icon{
	position:absolute;
	left:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
}
.home-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}
.home-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
	fill:#3d3e3e;
}
.home-icon:hover svg{
	fill:#23a3e2;   /* LINK HOVER COLOR */
}
/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Home Page ----------- ////////// */
/* ////////// --------------------------------- ////////// */
h2.tag{
    color:#696565;  /* Lime Green Dark */
	font-size:1.75em;
	line-height:1.500em;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	width:80%;
	margin-top:60px;
	margin-bottom:60px;
}
.home-hr{
	height:1px;
	border:0;
	background:#bab3b3;  /* Light Gray */
	width:60%;
	margin-top:35px;
	margin-bottom:55px;
	margin-left:auto;
	margin-right:auto;
}
.icon-circle{
	border-radius: 50%;
	width:160px;
	height:160px;
	background:#fff;
	border:6px solid #4b6684; 
}
.icon-circle svg{
		fill:#4b6684; 
		width:80px;
	height:80px;
	margin:36px 25px;		
}
h3.icon-text{
	width:80%;
	font-size:1.250em;
	line-height:1.250em;
    color:#696565;  
	text-align:center;
	font-weight:normal;
	margin:0 auto;
	margin-top:25px;
}
.three-icons{
	margin-bottom:3em;
}
/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Internal ------------ ////////// */
/* ////////// --------------------------------- ////////// */
.internal{
	margin-bottom:4em;
}
.internal hr{
    height: 0;
    border-top: 1px solid #acacac;
    border-bottom: 0;
    max-width: 300px;
    width: 100%;
    margin: 2.5em auto 3em;
}
.internal .page-title h1{
	font-weight:400;
}
.narrow{
	max-width: 950px;
	margin:0 auto;
}
/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Donate Bar ----------- ////////// */
/* ////////// --------------------------------- ////////// */
.donate-bar{
    padding: 1em 0 3em;
	background:#1d252f;
}
.donate-bar h3{
	font-size:1.5em;
	color:#ffffff;
	font-weight:400;
}
.donate-bar p{
	display:inline-block;
}
.donate-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size: .875em;
	color:#bab3b3;  /* Light Gray */
}
.donate-bar ul strong{
	color:#ffffff;
}
.donate-bar .button{
	padding:1em 5em;
}
/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Site Search ---------- ////////// */
/* ////////// --------------------------------- ////////// */
.search-icon, .search-icon.active{
	position:absolute;
	right:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
}
.search-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}
.search-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
}
.search-icon:hover svg{
	fill:#23a3e2;   /* LINK HOVER COLOR */
}	
.search-icon .svg-search{
	fill:#3d3e3e;
}
.search-icon .svg-x{
	fill:#3d3e3e;
	display:none;
}
.search-icon.active .svg-search{
	display:none;
}
.search-icon.active .svg-x{
	display:block;
}
.site-search{
	position:absolute;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
	border-top:1px solid #efeff0;
	z-index:1100;
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	top: -1px;
	width:0;
	background: #fff;
	padding:15px 18px;
	display:none;
}
.site-search.active {
	width:80%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.site-search input {
	padding:2px;
	border-width: 0;
	width: 0;
	background: #fff;
	float:left;
	z-index:1100;
}	
.site-search.active input {
	width:100%;
}
.site-search .search-icon-submit{
	position:absolute;
	right:0;
	top:0;
	width:22px;
	height:22px;
	margin:15px 13px 0 0;
	z-index:1101;
	cursor: pointer;
}
.site-search .search-icon-submit:hover{
	fill:#23a3e2;
}
.site-search .search-icon-submit svg{
	width:22px;
	height:22px;
}
.content{
	padding:0 0 0 0;
}
.content h1{
	margin-top:2em;
	margin-bottom:1.5em;
}
/* ////////// --------------------------------- ////////// */
/* ////////// --------- Logo Slider  ---------- ////////// */
/* ////////// --------------------------------- ////////// */
/* /css/slick.css */
/* /css/slick-themes.css */
.logos-block{
	margin:3em 0 3em;
}
/* ////////// --------------------------------- ////////// */
/* ////////// -------- Contactform Bar -------- ////////// */
/* ////////// --------------------------------- ////////// */
.contactform-bar{
	background:#fff;
	text-align:center;
	padding:25px 0;
    color: #77787b;
}
.contactform-bar h2{
	margin-bottom:.25em;
	font-size:1.875em;
	font-weight:normal;
    color:#607a96;  /* PRIMARY COLOR */
}
.contactform-bar form{
	padding:0;
	margin-top:2em;
}
.contactform-bar .form-wrapper{
	margin:0 auto;
	width:80%;
	margin-top:2em;
}	
.contactform-bar form .wpcf7-text, .contactform-bar form .wpcf7-textarea{
	padding:20px 25px;
	border:none;
	font-size:1.125em;
	width:100%;
}
.contactform-bar form .wpcf7-text{
	margin-bottom:40px;
}
.contactform-bar form .wpcf7-text.phone{
	margin-bottom:0;
}
.contactform-bar form .wpcf7-submit{
	background:#9eb2c7; /* PRIMARY COLOR LIGHT */
	color:#fff;
	border:1px solid #9eb2c7; /* PRIMARY COLOR LIGHT */
	padding:15px 45px;
	font-size:1.125em;
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contactform-bar form .ajax-loader{
	display:none;
}
.contactform-bar form .wpcf7-submit:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
}
/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Contact Bar ---------- ////////// */
/* ////////// --------------------------------- ////////// */
.contact-bar{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	color:#ffffff;
	padding:2em 0;
	font-size:.9em;
}		
.contact-bar .box{
	border:1px solid #649db7;
	padding:1em 2em;
	display:inline-block;
	width:30%;
	margin-right:3%;
	vertical-align:middle;
}
.contact-bar .box .phone{
	font-size:1.758em;
}
.contact-bar p{
	display:inline-block;
	width:60%;
	text-align:left;
	margin:0;
	vertical-align:middle;
}
/* ////////// --------------------------------- ////////// */
/* ////////// --------- Testimonial ----------- ////////// */
/* ////////// --------------------------------- ////////// */
.testimonial-block{
	background:#f9f9f9;
	text-align:left;
	padding:0 1.5em 1.5em;
}
.testimonial-block .test-content{
	width:80%;
	float:left;
	font-style:italic;
}
.testimonial-block  .test-commenter{
	color:#607a96;  /* PRIMARY COLOR */
	vertical-align:middle;
	font-size:.875em;
}
.testimonial-block  .test-commenter svg{
	fill:#607a96;  /* PRIMARY COLOR */
	width:22px;
	height:18px;
	vertical-align:middle;
	margin-right:6px;
}
.testimonial-block .svg-quote{
	width:50px;
	height:50px;
	margin:1.5em 1.5em 0 0;
	fill:#d5d5d5;
	float:left;
}
/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Footer ------------- ////////// */
/* ////////// --------------------------------- ////////// */

/*footer{background:#9eb2c7; text-align:center; padding:3em 0;}*/
footer .testimonial-block{
	text-align:left;
	background:none;
	padding:0;
	margin:0;
}
footer .testimonial-block h3{
	text-transform:uppercase;
	color:#dcedfe;
}
footer .testimonial-block .test-content{
	font-style:italic;
	line-height:1.25em;
	color:#fff;
	float:left;
	width:75%;
}
footer .testimonial-block .test-featured{
	max-width:125px;
	float:left;
	margin-right:2em;
	border:6px solid #d3d5e5; 
	border-radius:50%;
	overflow:hidden;
}
footer .testimonial-block .test-content p{
	margin:0;
	padding:0 0 10px 0;

}
footer .testimonial-block .test-commenter{
	color:#dcedfe;
	vertical-align:middle;
	font-size:.875em;
}
footer .testimonial-block .test-commenter svg{
	fill:#dcedfe;
	width:22px;
	height:18px;
	vertical-align:middle;
	margin-right:6px;
}
footer .testimonial-block .button{
	background:none;
	font-size:.75em;
	color:#dcedfe;
	padding:.25em .75em;
	border:1px solid #dcedfe;
}
footer .testimonial-block .button:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
	color:#fff;
}
footer .recent-posts-block{
	text-align:left;
	color:#fff;
}
footer .recent-posts-block h3{
	text-transform:uppercase;
	color:#dcedfe;
}
.recent-posts{
	list-style:none;
	font-size:.875em;
	color:#dcedfe;
	padding:0;
	margin:0;
}
.recent-posts li{
	border-top:1px solid #dcedfe;
	padding:1em 0;
	line-height:1.25em;
}
.recent-posts li:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}
.recent-posts a{
	font-size:1.25em;
	color:#fff;
	display:block;
}
.subfooter{
	font-size:.75em;
	line-height:1.4em;
	text-align:center;
	color:#dcdcdc;
    background:#607a96;  /* PRIMARY COLOR */
	padding:.8em 0;
}
.subfooter .address-block{
	font-size:1.5em;
	color:#dcdcdc;
	font-weight:400;
	margin-bottom:2em;
	line-height:1.3em;
}
.subfooter .address-block .company{
	margin-top:25px;
	font-size:1.500em;
	line-height:1.250em;
}
.subfooter .address-block .phone{
	font-size:1.250em;
	line-height:1.250em;
}
.subfooter a{
	color:#dcdcdc;
}
.subfooter a:hover{
	color:#fff;
	text-decoration:underline;
}
.subfooter #site-by{
	font-size:1.25em;
}
.subfooter .social-links{
	margin-bottom:2em;
}
.subfooter .social-links a{
	margin:0 7px;
	display:inline-block;
}
.subfooter .social-links a svg{
	vertical-align:middle;
}
.subfooter .social-links a:hover svg{
	fill:#fff;   /* LINK HOVER COLOR */
}
.subfooter .social-links .svg-linkedin{
	width:12px;
	height:12px;
	fill: #dcdcdc;
}
.subfooter .social-links .svg-facebook{
	width:7px;
	height:14px;
	fill: #dcdcdc;
}
.subfooter .social-links .svg-twitter{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}
.subfooter .social-links .svg-instagram{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}
.subfooter .social-links .svg-youtube{
	width:30px;
	height:14px;
	fill: #dcdcdc;
}
.subfooter .social-links .svg-pinterest{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}
/* ////////// --------------------------------- ////////// */
/* ////////// ------------- Blog -------------- ////////// */
/* ////////// --------------------------------- ////////// */
.post-item{
	padding-bottom:2em;
	margin-bottom:2em;
}
.post-item a h2:hover{
	color:#23a3e2;
}
.post-item a h2{
	margin:.25em 0;
	font-size:2.5em;
	color:#181818;
}
.post-item .entry-date, .post .entry-date{
	font-size:.75em;
	margin-top:1em;
}
.post-item .category{
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
}
.post-item .category.Hunger {
	background:#fad556
}
.post-item .category.Press {
	background:#d0e389
}
.post-item .button{
	font-size:.9em;
	padding:.4em .8em;
}
.xoxo{
	list-style:none;
}
.post .category{
	text-align:left;
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
	margin-bottom:.5em;
}
.post .category.Hunger {
	background:#fad556
}
.post .category.Press {
	background:#d0e389
}
/* ////////// --------------------------------- ////////// */
/* ////////// ------------- FAQs -------------- ////////// */
/* ////////// --------------------------------- ////////// */
.faq{margin-bottom:1em;}
.faq .que{color:#fff;background:#607a96;padding:.5em 1em;cursor:pointer;/*-webkit-transition: all 0.15s ease-out;transition: all 0.15s ease-out;*/}
.faq .que:hover{background:#9eb2c7;}
.faq .que.active{background:#9eb2c7;}
.faq .ans{overflow: hidden;margin: 0 auto;background:#f9f9f9;padding:.5em 1em;/*-webkit-transition: all 0.15s ease-out;transition: all 0.15s ease-out;*/}

/* ////////// --------------------------------- ////////// */
/* ////////// -------- Media Queries ---------- ////////// */
/* ////////// --------------------------------- ////////// */
@media only screen and (max-width: 1000px) {
	.search-icon .svg-search{display:none;}
	.site-search input {background: #efeff0;}	
	.nav-wrapper.mobile .site-search {position:relative;display:block;width:auto;margin:20px;background: #efeff0;padding:10px 18px;}
	.nav-wrapper.mobile .site-search input {width:100%;display:block;float:none;}
}
.col-1-3{width:29%;display:inline-block;vertical-align:top;margin:0 2%;}
.col-2-3{width:60%;display:inline-block;vertical-align:top;margin:0 2%;}
.col-1-2{width:44%;margin:0 2% 1.5em;display:inline-block;vertical-align:top;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.cntr{text-align:center;}	
/* ---------------------------------WordPress Core ---------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; /* Image does not overflow the content area */padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;white-space: nowrap;height: 1px;width: 1px;overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 14px;font-size: 0.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000; /* Above WP toolbar. */}
.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {border: none !important;}
						/*section_part*/
/*banner_part*/
/*.banner_home{ background-image: url('../../uploads/2018/07/home_banner.jpg'); background-repeat: no-repeat; background-size: cover;}*/
.banner_home{width: 100%;position: relative; float: left;}
.banner_home_img img, .banner_left img, .banner_center img, .banner_right img{ width: 74%;margin-left:13%}
#header{position: relative; top: 0; left: 0; width: 100%; z-index: 99;box-shadow: inset 0 90px 67px #ffffff80;}
.page-id-2 #header{position: absolute;}
#header .nav-wrapper{background: transparent;border: none;text-align: right;}
.mls_btn_wrapper{
	float: right;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.svg-logo{ margin-top: 15px; }
.login_btn {/*float: right;*/ vertical-align: middle; z-index: 999999;}
.nav-wrapper nav.site-nav ul.menu > li > a{font-weight: 600; letter-spacing: normal; padding: 0 18px; font-size: 18px; border: none !important;
	margin-top: 10px;text-transform: capitalize;}
.container{max-width: 1170px; padding: 0 15px; margin: 0 auto; width: 100%; min-height: 0; overflow: hidden;position: relative;}
.welcome_part{position: absolute; top: 18%; text-align: right; right: 1%; width: 100%; margin: 0 auto;}
.welcome_part h2{font-size: 32px; color: #e70033; text-transform: capitalize; font-weight: 700;}
.wel_block{ background: #fff; opacity: 0.83; padding: 25px 28px; max-width: 507px; text-align: left; float: right; margin-top: 20px; position: relative;}
.wel_block h3{ margin: 0; margin-top: 25px; color: #00aecc;text-transform: uppercase;}
.wel_block:after { content: ''; position: absolute; right: 0; bottom: -9px; width: 507px; height: 32px; display: block; transform: skewX(0deg) skewY(2deg);
    -moz-transform: skewX(0deg) skewY(2deg); -webkit-transform: skewX(0deg) skewY(-2deg); z-index: -1; background: #fff;}
.wel_block p{margin: 0; color: #000; line-height: 1.5;}
/*.banner_home:after { content: ''; position: absolute; bottom: -41px; width: 100%; left: 0; max-width: 100%; height: 70px; display: block;transform: skewX(0deg) skewY(2deg); -moz-transform: skewX(0deg) skewY(2deg); -webkit-transform: skewX(0deg) skewY(2deg); z-index: 0;background: #fff;}*/
/*.banner_home { position: relative; overflow: hidden; width: 70%; height:150px; margin: 0 auto; background-color:#fff; }*/
/*.banner_home img { width: 100%; height: auto; display: block;}*/
.banner_home_img:before, .banner_home_img:after { content:''; position: absolute; bottom: 0; width: 65%; background-color: #fff; height: 195px;}
.banner_home_img:before { right: 53%; -ms-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; 
	-ms-transform: skewX(78deg);-webkit-transform: skewX(78deg); transform: skewX(78deg);}
.banner_home_img:after { left: 35%; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -ms-transform: skewX(-81deg); 
	-webkit-transform: skewX(-81deg); transform: skewX(-81deg);}
.banner_home_img{float: left; width: 100%; clear: both; position: relative; overflow: hidden;}
.connect_part, .connect_login_part, .product_part{float: left; width: 100%; clear: both;padding: 10px 0; overflow: hidden;}
.col-sm-8{ width: 70%;padding: 0 15px; float: left;}
.col-sm-7{ width: 60%;padding: 0 15px; float: left;}
.col-sm-6{ width: 50%;padding: 0 15px; float: left;}
.col-sm-5{ width: 40%;padding: 0 15px; float: left;}
.col-sm-4{ width: 30%;padding: 0 15px; float: left;}
.connect_part h3, .communications_part h3{color:#00aecc;text-transform: capitalize; font-size: 32px; margin-top: 5px;}
.connect_part p{color: #7f7f7f; font-size: 22px; letter-spacing: 1px;}
.connect_part img { display: inline-block; vertical-align: middle; margin: 10px;}
.connect_login_part .left_connect_login img{width: 100%; height: 100%; max-height: 261px;}
.left_connect_login, .right_connect_login {width: 50%; float: left; position: relative;}
.left_connect_login {background: rgba(0,0,0,0.3)}
.left_connect_login:before, .left_connect_login:after { content:''; position: absolute; bottom: 0; width: 24%; background-color: #fff; height: 245px;}
.left_connect_login:before {top: 0; right: -120px; -ms-transform: skewX(35deg); -webkit-transform: skewX(35deg); transform: skewX(35deg);}
.left_connect_login:after {bottom: 0; right: -120px; -ms-transform: skewX(-24deg); -webkit-transform: skewX(-24deg); height: 360px;
	transform: skewX(-24deg);}
.connect_login_text{max-width: 542px; font-size: 24px; color: #000;}
.right_connect_login{background: #e5e5e5; padding: 19px 25px;}
.connect_login_text p{ line-height: 1.4; margin: 0 0 15px 0;}
#owl-demo .item img{ display: block; width: 100%; height: auto;}
.product_heading { background: #eaeaea;}
.product_heading h3{ font-size: 33px; color: #e70033;padding: 15px 0; margin: 0; letter-spacing: 0.5px;}
#owl-demo .slider_img{position: relative;width: 100%; height: auto; max-width: 100%; overflow: hidden; background: #d2d2d2;}
 #owl-demo .slider_img:before, #owl-demo .slider_img:after{ content:''; position: absolute; bottom: 0; width: 50%; background-color: #fff; height: 200px;}
#owl-demo .slider_img:before { -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; 
	-ms-transform: skewX(79deg);-webkit-transform: skewX(79deg); transform: skewX(79deg);}
#owl-demo .slider_img:after { right: 0; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%;
	-ms-transform: skewX(-259deg); -webkit-transform: skewX(-259deg); transform: skewX(-259deg);}
.logo_slider img{width: auto !important; float: left; margin: 7px;}
.text_slider{background: #000; opacity: 0.7; max-width: 470px;float: right; padding: 0 25px;margin-top: 60px;}
.absolute_part_slider{ position: absolute;top: 2%; left: 0; right: 0; margin: 0 auto; max-width: 1170px;}
.text_slider p{ color: #fff; font-size: 28px; line-height: 1.3;}
.owl-theme .owl-controls .owl-buttons div{background: none; position: absolute;top: 35%; width: 33px; height: 33px;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left: 1%; background-image: url(images/left_arrow.png); background-repeat: no-repeat;}
.communications_part h4{margin-top: 5px; font-weight: normal; text-transform: uppercase;}
.owl-theme .owl-controls .owl-buttons .owl-next{right: 1%; background-image: url(images/right_arrow.png); background-repeat: no-repeat;}
.communications_part .col-sm-6{padding: 20px 35px 10px;}
.communications_part .col-sm-6.left_communication { border-right: 3px solid #00afcc; padding-left: 0;}
.communications_part .col-sm-6 img{float: left; margin: 0 20px 0 0;}
.communications_part p {font-size: 18px;}
.top_footer {background: #000;}
.top_footer .left_Part{ float: left;}
.top_footer ul li, .copyright ul li{ display: inline-block; list-style-type: none; margin: 0 5px;}
.copyright ul li { border-right: 1px solid #000; margin: 0;}
.copyright ul li:last-child{ border-right: none;}
footer .top_footer ul li a{ color: #6cd5e2;padding: 0 5px; font-size: 18px; font-weight: 600;line-height: 1.7;}
.left_top_footer{ float: left; margin: 26px 0; padding: 0;}
.right_top_footer, .right_bottom_part{ float: right;}
.top_footer ul.right_top_footer li a { padding: 0;}
.mid_footer { background: #94e0ea; color: #000; line-height: 1.5;font-size: 18px; font-family: "Montserrat", sans-serif; }
.mid_footer h4{font-family: "Montserrat", sans-serif; font-size: 18px; margin: 3px 0;}
.mid_footer p{ margin: 0; font-size: 16px;}
.mid_footer .custom-mred-office p{ font-size:18px; font-weight: normal;}
.mid_footer .col-sm-6 { margin: 20px 0;}
.copyright p{ margin: 1em 0;}
.copyright ul li a{ padding: 2px 5px; color: #000; font-size: 14px;}
footer#footer{ margin-top: 25px;}
.right_link { text-align: center;}
nav.site-nav ul.menu > li:hover > a, nav.site-nav ul.menu > li.current-menu-item > a, nav.site-nav ul.menu > li > ul >li.current-menu-item > a {color: #ab1d38;
	background: none;}
.nav-wrapper nav.site-nav ul.menu > li > a:hover{background: transparent; color: #ab1d38;}
.copyright ul{ padding: 0;}
.pull-right{ float: right;}
.pull-left{ float: left;}
#owl-demo .slider_right:before, #owl-demo .slider_right:after { width: 70%;height: 154px;}
#owl-demo .slider_right:before{ transform: skewX(86deg);}
#owl-demo .slider_right:after{ width: 33%;-ms-transform: skewX(-260deg); -webkit-transform: skewX(-260deg); transform: skewX(-260deg);}
#owl-demo .slider_left:before, #owl-demo .slider_left:after{width: 30%; height: 154px;}
.slider_left:before{-ms-transform: skewX(-80deg); -webkit-transform: skewX(-80deg); transform: skewX(80deg);}
#owl-demo .slider_left:after{-ms-transform: skewX(-263deg); -webkit-transform: skewX(-263deg);transform: skewX(-263deg); width: 70%;}
.slider_right .absolute_part_slider{ top: 5%;}
.page-id-159 header#header{position: relative;}
#mg-wprm-wrap li.menu-item a{color: #fff;}
.page-title h1{color: #00aecc; font-family: "Montserrat", sans-serif;  font-weight: normal; margin-top: 1.5em; margin-bottom: 0.5em;}
.text-error{color: #e70033; font-family: "Montserrat", sans-serif; font-weight: bold; font-style: normal;}
.grid_contain .col-sm-8, .grid_contain .col-sm-4{padding-left: 0;}

/*Help Desk page*/
.banner_left{position: relative;width: 100%; height: auto; max-width: 100%; overflow: hidden;}
.banner_left:before, .banner_left:after{ content:''; position: absolute; bottom: 0; width: 70%; background-color: #fff; height: 200px;}
.banner_left:before { -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; width: 30%;
	-ms-transform: skewX(80deg);-webkit-transform: skewX(80deg); transform: skewX(80deg);}
.banner_left:after { right: 0; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%;
	-ms-transform: skewX(-261deg); -webkit-transform: skewX(-261deg); transform: skewX(-261deg);}
.help_contain p, .grid_contain p, .county_contain p{ font-size: 22px; letter-spacing: 0.5px; font-family: "Montserrat", sans-serif; font-weight: 100; line-height: 28px; color: #000;}
.side_list{padding: 0; margin-bottom: 0;}
.side_list li:last-child { border-bottom: 2px solid #75d4e3;}
.side_list li:first-child{ border-top: 2px solid #75d4e3;}
.side_list li {padding: 14px 6px;list-style: none;border-top: 1px solid #75d4e3;}
.side_list li a{color: #747578;font-family: "Montserrat", sans-serif; font-weight: normal;font-size: 18px;}
.side_list li.active a{color: #00aecc;font-family: "Montserrat", sans-serif; }
.county_contain .col-sm-4 img, .grid_contain .col-sm-4 img{ text-align: center; margin: 20px auto; padding: 20px 0; max-width: 180px;}

/*county page*/
.county_table table tr td:first-child { font-family: "Montserrat", sans-serif;  color: #000;padding: 20px 0; vertical-align: top;}
.county_table table tr td li { color:#000;}
.county_table table tr td a{ font-family: "Montserrat", sans-serif; font-weight: normal; color: #e70033; text-decoration: underline;}
.county_contain h3{ font-family: "Montserrat", sans-serif; font-weight: 100; font-size: 22px; color: #000; font-weight: normal; line-height: 1.6;}
.county_contain .col-sm-8, .county_contain .col-sm-6{ padding: 0 0;}
.county_table tr { font-size: 18px;}
.county_contain{margin-bottom: 50px;}


/*contact Page*/
.banner_center, .banner_right {position: relative;width: 100%; height: auto; max-width: 100%; overflow: hidden;}
.banner_center:before, .banner_center:after{ content:''; position: absolute; bottom: 0; width: 50%; background-color: #fff; height: 200px;}
.banner_center:before { -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; transform: skewX(79deg);
	-ms-transform: skewX(79deg);-webkit-transform: skewX(79deg); }
.banner_center:after { right: 0; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; transform: skewX(-259deg);
	-ms-transform: skewX(-259deg); -webkit-transform: skewX(-259deg);}
.contact_contain{font-family: "Montserrat", sans-serif; font-weight: normal; margin-bottom: 40px;}
.left_contact_page h3, .left_contact_page h4{font-family: "Montserrat", sans-serif;  font-size: 22px; margin: 0; color: #000;}
.left_contact_page{ margin: 25px;}
.contact_hours{ margin: 0 40px 37px;font-size:1em;}
.contact_contain p{ margin: 10px 0; line-height: 28px; color: #000;}
.contact_contain h4{ font-size:1em;}
.left_contact_page a{ color:#e70033; text-decoration: underline;}
.contact_contain .right_contact_page{ float: right; text-align: right; font-family: "Montserrat", sans-serif; font-weight: bold; background: #4ac6db; position: relative;
	overflow: hidden;}
.contact_contain .right_contact_page p{ color: #fff; font-size: 36px; padding: 9px 5px 9px 30px; line-height: 48px;}
.contact_contain .right_contact_page span{ font-size: 28px;}
.right_contact_page:after { bottom: 0; left: -64px; -ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); height: 360px; transform: skewX(-20deg);}
.right_contact_page:before, .right_contact_page:after { content: ''; position: absolute; bottom: 0; width: 22%; background-color: #fff; height: 295px;}
.right_contact_page:before { top: 0; left: -40px; -ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg);}
.contact_contain .col-sm-5{position: absolute; right: 0; top: 10%;}

/*Grid Page*/

.banner_right:before, .banner_right:after{ content:''; position: absolute; bottom: 0;width: 70%; height: 154px; background-color: #fff;}
.banner_right:before { -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; 
	-ms-transform: skewX(86deg);-webkit-transform: skewX(86deg); transform: skewX(86deg);}
.banner_right:after { right: 0; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; width: 33%;
	-ms-transform: skewX(-260deg); -webkit-transform: skewX(-260deg); transform: skewX(-260deg);}

.grid_contain .small_grid_text p{ font-size: 16px;}
.grid_contain .small_grid_text p i{color: #00aecc;font-style: normal;}
.grid-link{ background: #767474; position: relative; padding: 8px 15px; overflow: hidden;}
.grid-link p{color: #fff; font-family: "Montserrat", sans-serif; font-weight: bold;}
.grid-link p a{color: #b6e55f;}

.grid-link:before { top: 0; right: -69px; -ms-transform: skewX(35deg);-webkit-transform: skewX(35deg); transform: skewX(35deg);}
.grid-link:before, .grid-link:after { content: ''; position: absolute; bottom: 0; width: 15%; background-color: #fff; height: 100px;}
.grid-link:after { bottom: 0; right: -72px; -ms-transform: skewX(-24deg);  -webkit-transform: skewX(-24deg);transform: skewX(-24deg);}

.county_contain ul.county-ul > li{ display: inline-block; width: 85%; font-size:.9em;margin: 15px 0; font-family: "Montserrat", sans-serif;  color: #000;}
.county_contain ul.county-ul > li > ul {float: right; padding: 0;}
.county_contain ul.county-ul > li > ul > li > a{font-family: "Montserrat", sans-serif; font-weight: normal; color: #e70033; text-decoration: underline;font-size:.9em;}
/* .grid-link:before, .grid-link:after { content:''; position: absolute; bottom: 0; width: 24%; background-color: #fff; height: 245px;}
.grid-link:before {top: 0; right: -50px; -ms-transform: skewX(35deg); -webkit-transform: skewX(35deg); transform: skewX(35deg);}
.grid-link:after {bottom: 0; right: -64px; -ms-transform: skewX(-24deg); -webkit-transform: skewX(-24deg); height: 360px; transform: skewX(-24deg);}
*/
.county_contain ul.county-ul > li > ul > li{list-style-type: initial;}
.county_contain ul.county-ul{padding: 0;}
nav.site-nav ul.menu > li:hover > a{background: transparent; color: #ab1d38;}
.mred_top_header .container{overflow: visible;}
.mred_top_header nav.site-nav .sub-menu{left: auto;}
.mred_top_header nav.site-nav .sub-menu a{padding: 1em;font-family: "Montserrat", sans-serif; font-weight: normal;font-size: 14px; line-height: 1.7;}
.grid_page .custom-menu-link {padding: 14px 6px; list-style: none; border-bottom: 2px solid #75d4e3;}
.grid_page .custom-menu-link a {color: #747578; font-family: "Montserrat", sans-serif; font-weight: normal; font-size: 18px; text-transform: capitalize;}
.grid_contain p em {font-size: 16px; font-style: normal;}
.grid_contain p em i{font-style: normal; color: #94e0ea;}
.page-id-24 .county_contain p{ font-size: 22px; font-family: "Montserrat", sans-serif; font-weight: 100; line-height: 1.3;}
.page-id-24 .county_contain p strong{color: #e70033; font-size: 24px; font-family: "Montserrat", sans-serif; font-weight: bold;}

/*17-07*/
.custom-question-button img{ max-width: 220px; display: inline-block; vertical-align: middle; margin: 0;}
.custom-question-button {background: #00afcc; color: #fff; font-size: 30px; font-family: "Montserrat", sans-serif; font-weight: bold; position: relative;overflow: hidden;}
.custom-question-button span{display: inline-block; margin-left: 15px; vertical-align: middle; line-height: normal;}
.custom-question-button a{color: #4d4d4d; display: block;}
.custom-question-button:after {bottom: 0; right: -64px;-ms-transform: skewX(-24deg); -webkit-transform: skewX(-24deg); transform: skewX(-24deg);}
.custom-question-button:before, .custom-question-button:after { content: ''; position: absolute; bottom: 0; width: 15%; background-color: #fff; height: 100px;}
.custom-question-button:before {top: 0; right: -69px; -ms-transform: skewX(35deg); -webkit-transform: skewX(35deg); transform: skewX(35deg);}
/*18-08*/

.county_contain ul li {font-size: 17px; font-family: "Montserrat", sans-serif; font-weight: normal; line-height: 1.5;margin:2px 0 0 0;list-style:none;}
.sticky {position: fixed !important; top: 0 !important; background: #fff !important; box-shadow: 0 0px 17px #ccc !important; transition: 0.4s;
    -moz-transition: .4s; -o-transition: .4s; -ms-transition: .4s;}
.sticky#header{ padding: 15px 0 5px;}
.sticky#header img {width: 180px;}
.sticky#header .nav-wrapper nav.site-nav ul.menu > li > a{margin-top: 0; line-height: 2.5;}

#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right{ width: 400px; max-width: 100%;}
.sticky_res#wprmenu_bar{ background: #fff; height: 62px !important;}
.sticky_res#wprmenu_bar.wprmenu_bar .hamburger-inner, .sticky_res#wprmenu_bar.wprmenu_bar .hamburger-inner::before, .sticky_res#wprmenu_bar.wprmenu_bar .hamburger-inner::after { background: #ab1d38 !important;}
.sticky_res#wprmenu_bar ~ #mg-wprm-wrap.cbp-spmenu-left, .sticky_res#wprmenu_bar ~ #mg-wprm-wrap.cbp-spmenu-right {top: 62px;}
/*.sticky_res#wprmenu_bar{ background-color: #ab1d38;z-index: 9;}*/

/* custom css 11.07.2018 @rahul*/

.county_contain .county_table .county-ul{column-count: 2;}
.county_contain .col-sm-8 .col-sm-6{width: 100%;}
#mg-wprm-wrap li.current-menu-item > a{background-color: #b8455c;}

.connect_login_part .left_connect_login p{ position: absolute; top: 50%; text-align: center; left: 0; right: 0; margin: 0 auto; transform: translateX(0%) translateY(-47%);}
/*.connect_login_part .left_connect_login p iframe .statBox{border: none !important;}*/
.cff-author, .cff-post-links {display: none;}
.county_contain .wpcf7-form span input[type='text'], .county_contain .wpcf7-form .wpcf7-form-control-wrap input[type='textarea'], 
.county_contain .wpcf7-form .wpcf7-form-control-wrap input[type='email'] {background: transparent; border-bottom: 2px solid #00aecc; border-radius: 0;
	position: relative; float: right; margin: 2px auto; padding: 5px; max-width: 100%; font-family: "Montserrat", sans-serif; font-weight: normal;}
.county_contain .wpcf7-form .custom-radio { display: block; line-height: 40px;font-size: 22px; font-family: "Montserrat", sans-serif; font-weight: 100;}
.county_contain .wpcf7-form p label {line-height: 2.3;}
.county_contain .wpcf7-form input[type='submit'], .county_contain .wpcf7-form input[type="submit"]:hover{background: #00aecc; border-color: #00aecc;}
.custom-submit-btn{text-align: center;}

/* 31.07.2018 */
.grid-link p a{text-transform: capitalize;}
.right_link a>span{border: 1px solid #777; padding: 0px 5px; display: inline-block; width: 270px; overflow: hidden; vertical-align: middle; color:#777; 
text-align: left;}
.page-id-159 .custom-thumb-image img{display: inline-block;max-width: 150px;height: auto;width: auto;}
.custom-permalink p{color: #77787b;}
.home .left_communication a>img{display: inline-block;width:85px;height: auto;}
.grid-link p a{color: #fff;}
.grid-link p a>span{display: inline-block;color: #b6e55f;}
/*.banner_home_img{max-height: 850px;}*/


/*16-08*/
.faq .ans {display: none;}
.page-template-about-child .tg { width: 100%; }
.page-template-about-child .tg th.tg-031e { padding-top: 27px; }
.mobile-connect-mls-login a { background: url('images/loginbtn.png') no-repeat center center;font-size: 0 !important; height: auto; }
.page-template-about-child.page-id-26 .tg h5 { font-size: 16px; margin-bottom: 0; text-align: left; font-weight: normal; }
.page-template-about-child.page-id-26 .tg p { text-align: left; margin-top: 5px; font-size: 15px; color: #77787b; }

/* 11-10 */
.page-template-faqs .pum-theme-908 .pum-container,.page-template-faqs .pum-theme-lightbox .pum-container{background: #fff;padding: 18px 26px;padding-bottom: 10px;background-color: #fcfcfc;border-radius: 5px;box-shadow: inset 0 -2px 2px rgba(0,0,0,.15), inset 0 2px 2px #fff, inset -1px 0 2px rgba(0,0,0,.05), inset 1px 0 2px rgba(0,0,0,.05);}
.page-template-faqs .pum-theme-908 .pum-title,.page-template-faqs .pum-theme-lightbox .pum-title{font-size: 18px;padding: 0;margin: 0;line-height: 1.3;padding-bottom: 5px;font-family:sans-serif;color: #444;text-align: left;font-weight: 700;}
.page-template-faqs form  input[type="text"],.page-template-faqs form input[type="email"]{font-size: 15px;background-color: #fff;border: 1px solid #d3d3d3;border-top-color: #c9c9c9;border-radius: 4px;padding: 10px;box-shadow: 0 1px 1px hsla(0,0%,100%,.45), 0 0 2px rgba(74,139,217,0), 0 -1px 0 rgba(0,0,0,.02), inset 0 1px 0 rgba(0,0,0,.04), inset 0 2px 0 rgba(0,0,0,.02), inset 1px 0 0 rgba(0,0,0,.04), inset -1px 0 0 rgba(0,0,0,.04);transition: border-color .3s ease;-webkit-appearance: none;width: 100%;display: block;}
.page-template-faqs form  input[type="text"]:focus,.page-template-faqs form input[type="email"]:focus{border-color: #aec7df;outline: none;box-shadow: 0 1px 1px hsla(0,0%,100%,.45), 0 0 2px rgba(74,139,217,.3), inset 0 1px 0 rgba(0,0,0,.04), inset 0 2px 0 rgba(0,0,0,.02), inset 1px 0 0 rgba(0,0,0,.04), inset -1px 0 0 rgba(0,0,0,.04);transition-duration: .05s;}
.page-template-faqs form p{margin: 9px 0 0;}
.page-template-faqs form p > br,.page-template-faqs form p > label{display:none;}
.page-template-faqs form .js-cm-submit-button{background-color: #6aae53;background-image: linear-gradient(rgba(71,148,56,0),#428f33);box-shadow: inset 0 1px 2px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.2), 0 2px 1px rgba(0,0,0,.05);color: #fefefe;text-shadow: 0 1px 1px #488739, 0 0 5px hsla(0,0%,100%,0);-webkit-font-smoothing: antialiased;background-clip: padding-box;padding: 8px 11px 10px;text-decoration: none!important;display: inline-block;vertical-align: middle;border: 1px solid #4e9340;border-radius: 4px;cursor: pointer;font-style: inherit;font-weight: 700;font-family: Helvetica Neue,Arial,Verdana,sans-serif;transition: background-color .2s ease;width: 100%;font-size: 17px;text-transform: capitalize;margin: 0;}







@media only screen and (max-width: 1600px){
	.banner_home_img img, .banner_left img, .banner_center img, .banner_right img{ width: 80%;margin-left:10%}
}

@media only screen and (max-width: 1450px){
	.banner_home_img img, .banner_left img, .banner_center img, .banner_right img{ width: 90%;margin-left:5%}
}

@media only screen and (max-width: 1300px){
	.banner_home_img img, .banner_left img, .banner_center img, .banner_right img{ width: 100%;margin-left:0%}
}

@media only screen and (max-width: 1199px){
	.wel_block h3{margin-top: 15px;}
	.welcome_part{top: 20%;}
	.wel_block {padding: 15px 28px; max-width: 530px; margin-top: 0px;}
	.connect_login_text p{font-size: 22px;}
}
@media only screen and (max-width: 1130px){
	.nav-wrapper nav.site-nav ul.menu > li > a{padding: 0 9px;}
	.wel_block{padding: 10px 20px; max-width: 50%; margin-top: 0;}
	.wel_block h3{ font-size: 20px; margin-top: 15px;}
	.wel_block p{font-size: 18px;}
	.welcome_part{top: 22%;}
	.welcome_part h2{margin-bottom: 10px;}
	.county_table table tr td ul{ padding-left: 18px;}
	.county_contain .col-sm-8{width: 75%;}
	.county_contain .col-sm-4{width: 25%;}
}
@media only screen and (max-width: 1024px){
/*	11-10*/
	.page-template-faqs .pum-theme-908 .pum-content + .pum-close,.page-template-faqs .pum-theme-lightbox .pum-content + .pum-close{right: 0;top: -42px;}
}
@media only screen and (max-width: 1000px){
	.text_slider{max-width: 415px; margin-top: 30px;}
	.text_slider p{font-size: 18px;}
/*	.welcome_part h2{ font-size: 28px}*/
	.wel_block{max-width: 550px; margin-top: 0;}
	.wel_block h3{font-size: 18px; margin-top: 10px;}
	.wel_block p{font-size: 15px;}
	#header{box-shadow: inset 0 50px 67px #ffffff80;}
	header#header img{ max-width: 195px;}
	.col-sm-7, .col-sm-5 {width: 50%;}
	.nav-behind {display: none !important;}
	#header{top: 52px; box-shadow: none;}
	#wprmenu_bar, #mg-wprm-wrap { display: block;}
	#wprmenu_bar { background-color: #607a96; }
	.site-nav ul.menu { display: none !important; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{background-color: #fff;}
	#wprmenu_bar .menu_title{font-size: 20px; color: #fff; margin: 10px 5px; vertical-align: middle; display: none;}
	#wprmenu_bar{background-color: #ffffff;z-index: 9; height: 63px;}
	#mg-wprm-wrap{background-color: #ab1d38;}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{background-color: #b8455c;}
	.connect_login_text p{font-size: 21px;}
	.connect_part h3{font-size: 28px;}
	#wprmenu_bar div.hamburger{ margin-top: 7px;}
	.cbp-spmenu-push-toright { overflow: hidden;height: 100%;}
	#mg-wprm-wrap.cbp-spmenu-left{top: 63px;}
	.sticky#header{position: fixed !important; background: transparent !important; box-shadow: none !important; top: -10px !important; transform: scale(0.9);
		left: 5%;}	
}
@media only screen and (max-width: 992px){
	.left_connect_login, .right_connect_login{width: 100%; margin-top: 10px;}
	.connect_login_text{max-width: 100%;}
	header#header{position: absolute;}
	
	.county_contain .col-sm-8, .county_contain .col-sm-4{width: 100%;}
	.side_list {width: 100%; max-width: 350px; float: left;}
	.county_table table tr td ul {padding-left: 24px;}
	.contact_contain .right_contact_page span{ font-size: 27px;}
	.grid-link p{font-size: 21px;}
	.county_contain .col-sm-4 img, .grid_contain .col-sm-4 img{margin: 0px auto; padding: 0px 0; max-width: 180px;}
    .contact_contain .col-sm-5{top: 8%;}
	
}
@media only screen and (max-width: 767px){
	#header{ top: 0%;}
	.col-sm-7, .col-sm-6, .col-sm-5{ width: 100%;}
	.communications_part .col-sm-6.left_communication{ border-right: none;}
	.communications_part .col-sm-6{ padding: 20px 0;}
	.copyright ul{ padding: 0;}
	.left_top_footer{ margin: 15px 0;}
	.right_top_footer, .right_bottom_part{ width: 100%; padding: 0;}
	.mid_footer .custom-mred-office{ margin-bottom: 0;}
	.connect_part .col-sm-5{ text-align: left;}
	.wel_block{ padding: 5px 20px; max-width: 100%;}
	.text_slider{ max-width: 100%; margin-top: 10px;}
	#owl-demo .slider_img:after,#owl-demo .slider_img:before, #owl-demo .slider_img:after{display: none;}
	.slider_right .absolute_part_slider .logo_slider{float: none; margin-left: 25px;}
	.help_contain p{font-size: 18px;}
	.col-sm-8, .col-sm-4{width: 100%;}
	.county_table table tr td ul { padding-left: 5em;}
	.contact_contain .right_contact_page{float: left;}
	.contact_contain .col-sm-5{position: relative;}
	.side_list{margin: 40px 0;}
	.county_contain ul.county-ul > li {width: 84%;}
	.custom-question-button {font-size:20px;}
	
/*	16-08 */
	.logo-link{display: none !important; }
	#header{ position: relative; padding: 0;}
	#header .container{ position: absolute; top: -24px; right: 0; width: 57%;padding-left: 0;}	
	#header.sticky .container{top: 15px; right: 40px;}
	#wprmenu_bar .menu_title{display: block;}
	.page-template-about-child .tg th { display: inline-block; margin-right: 25px;}

/*	21-08 */
	#mg-wprm-wrap ul#wprmenu_menu_ul li.mobile-connect-mls-login a:hover{background: #b8455c url('images/loginbtn.png') no-repeat center center;}
	.nav-wrapper.clearfix.mred_top_header .container {display: none;}
	
	.mls_btn_wrapper{ display: block; }
}
@media only screen and (max-width: 640px){
	.welcome_part, .absolute_part_slider{ position: relative; text-align: left; right: 0;}
	.wel_block{ padding: 5px 0px; float: left;}
	.connect_part h3, .communications_part h3{ font-size: 28px;}
	.col-sm-7, .col-sm-5{ padding: 0;}
/*	.banner_home:before, .banner_home:after,#owl-demo .slider_img:before{ display: none;}*/
	.top_footer ul li, .copyright ul li { width: 100%; border: none;}
	.top_footer ul.right_top_footer li{ width: auto;}
	.owl-theme .owl-controls .owl-buttons div{ top: 25%;}
	.text_slider{ margin-top: 0px;}
	.side_list { max-width: 100%;}
	.grid-link p{font-size: 18px;}
	.county_contain .county_table .county-ul{column-count: 1;}
	.custom-question-button img{ max-width: 160px;}
	header#header img{max-width: 169px;}
	
}
@media only screen and (max-width: 480px){
	.connect_part h3, .communications_part h3, .welcome_part h2{font-size: 26px; margin-top: 15px; line-height: normal;}
	.wel_block h3{font-size: 20px;}
	.wel_block p{font-size: 16px;}
	.connect_part p,.connect_login_text p{font-size: 18px;}
	.left_connect_login:before, .left_connect_login:after{width: 26%;}
/*	.login_btn{position: absolute; top: -126%; z-index: 999999; right: 0;}*/
	header#header img{max-width: 180px;}
	.county_table table tr td ul {padding-left: 1.5em;}
	.page-title h1{ font-size: 26px;}
	.left_contact_page { margin: 25px 0;}
	.left_contact_page h3, .left_contact_page h4{font-size: 15px;}
	.contact_contain p{font-size: 14px;}
	.grid-link p{font-size: 22px; text-align: center; line-height: 1.5;}
	.grid-link:before, .grid-link:after, .custom-question-button:before, .custom-question-button:after {display: none;}
	.custom-question-button {font-size:20px; text-align: center;}
	.custom-question-button img{margin: 10px;}
	.sticky#header {left: 15%;}	
	.connect_login_part .left_connect_login p iframe {height: 190px; width: 260px;-webkit-transform: scale(0.8); transform: scale(0.8);}
    
    /* 31.07.2018 */
    .right_link a{width: 100%;display: inline-block;}
    .right_link a>span {padding: 0px 0px 0px 5px;display: inline-block;width: 196px;font-size: 15px;line-height: 20px;vertical-align: middle;}
    .right_link a>img {display: inline-block;vertical-align: middle;margin: 0px 10px 10px 0px;}
	
	/*	11-10*/
	.page-template-faqs .pum-container.pum-responsive{width: 90%;}
}
@media only screen and (max-width: 380px){
	#header .container {top: -21px; padding-right: 10px; width: 51%;}
	header#header img {max-width: 135px; }
	.left_connect_login {height: 180px;}
	.left_connect_login:before, .left_connect_login:after {width: 29%;}
	
}

/* custom css 13.07.2018 */

.side_list .current_page_item a{color: #00aecc; font-family: "Montserrat", sans-serif; font-weight: bold;}

.page-id-345 .grid_contain ul li{ font-size: 20px; letter-spacing: 0.5px; font-family: "Montserrat", sans-serif; font-weight: 100; line-height: 28px; color: #000;}
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input.text, textarea{text-transform: none;}