/*
Theme Name: 	Foxtail - Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group - Modified by Foxtail
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* 0. Common */

body {

}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

p {
	line-height: 24px;
} 

.column_column ul,
.column_column ol, 
.column_visual ul, 
.column_visual ol, 
.mfn-acc ul, 
.mfn-acc ol, 
.ui-tabs-panel ul, 
.ui-tabs-panel ol, 
.the_content_wrapper ul, 
.the_content_wrapper ol {
/*    margin: 0 0 15px;*/
    font-size: 18px;
    line-height: 21px;
}


/* 1. Header ======================================== */

body:not(.template-slider) #Header {
    min-height: 250px;

}

.header-classic #Action_bar {
	padding: 0px 0 0px !important;
}

.header-stack #Action_bar .logo #logo {
	display: inline-block;
	height: auto;
}

#Action_bar {
    background-color: rgba(42,114,185,0.5) !important;

}

#Action_bar #logo img {
	vertical-align: middle;
	max-height: 100%;
}

#Action_bar #logo img.logo-sticky {
 	display: none;
}

#Action_bar .contact_details {
	float: right;
}

#Action_bar .contact_details li {
    padding: 0px 0 !important;
}

#Action_bar .contact_details li a {
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 500;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

}

#Action_bar .contact_details li a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}


#Action_bar .social {
	float: right;
	padding: 0px !important;
	margin-left: 10px;
	display: none;
}

#Action_bar .social li a {
  color: rgba(255,255,255,1);
}

#Action_bar .social li a:hover {
  color: rgba(255,255,255,0.5);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.sticky-dark #Top_bar.is-sticky  {
	background: rgba(42,114,185,1) !important;
	opacity: 1 !important;
}

.sticky-dark #Top_bar.is-sticky .menu > li > a span:not(.description) {
	margin-top: 0px;
}


#Top_bar .menu > li > a span:not(.description) {
/*	font-weight: 700;*/
	letter-spacing: -0.5px;
}

#Top_bar .top_bar_right {
	height: 70px;
}

#Top_bar .contact_wrapper ul.header-contact {
	margin: 0px;
	padding: 18px 0;
}

#Top_bar .top_bar_right a {
  	font-size: 18px;
  	color: #ffffff;
}

#Top_bar .menu > li ul {
	background-color: rgba(255,255,255,0) !important;; 
}

#Top_bar .menu li ul li a {
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Top_bar .menu ul.sub-menu li {
	background: rgba(42,114,185,0.9);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#Top_bar .menu ul.sub-menu li:hover {
	background: rgba(42,114,185,0.25);
}

#Subheader .title {

	letter-spacing: -1px;
	display: block;
	/*padding: 20px;*/
	width: auto !important;
}

    /* Responsive Menu 
    ======================= */


	/* Tablets */
	@media (min-width: 320px) and (max-width: 480px) { 

		#Top_bar a.responsive-menu-toggle {
			color: #ffffff;
		}

	}

	/* Tablets */
	@media (min-width: 768px) and (max-width: 1024px) { 

		#Top_bar a.responsive-menu-toggle {
			color: #ffffff;
		}

	}


		@media (min-width: 1960px) { 

		#Header_wrapper {
			background-size: 100% ;
		}

	}


/* 2. Button 
========================================================================== */
a.button .button_label {
    padding: 5px 12px;
}

a.button-border-blue span{
	border: 1px solid #2a72b9 !important;
	background-color: #fcfcfc !important;
	color: #2a72b9;
}

a.button-border-blue span:hover {
	background-color: #2a72b9 !important;
	color: #ffffff;
}


/* 3. Homepage - Revolution Slider 
========================================================================== */

.keyfeatures {
	top: -200px;
	margin-bottom: -200px;
	position: relative;
	z-index: 50;
}

.keyfeatures .column_icon_box {
	width: 25% !important;
	margin:0 0px 40px !important;
	background: rgba(255,255,255,1);
}

.keyfeatures .icon_box {
	padding: 25px 0 10px;
}

.keyfeatures .icon_box.has_border::after {
  right: 0%;
}

.tp-leftarrow {
	margin-left: -20px !important;
}

.tp-leftarrow.default {
 	height: 80px;
}

.tp-rightarrow {
	margin-right: -20px !important;
}

.tp-rightarrow.default {
 	height: 80px;
}

.tp-caption.protect:before {
    content: " ";
    border-top: 6px solid #d42028;
    width: 50%;
    position: absolute;
    top: -22px;

}


/* 3.1 Homepage - Hero Highlights
========================================================================== */

.hero h1.title {
	font-size: 42px;
	font-weight: 500;
	color: #2a72b9;

}

.hero .desc_wrapper p {
	color: rgba(98,98,98,1);
}



.hero .emergency-alerting .desc_wrapper h4 {
	color: #2a72b9 !important;
}

.hero .responder-mobilization .desc_wrapper h4  {
	color: #2a72b9 !important;
}

.hero .organization-communication .desc_wrapper h4 {
	color: #2a72b9;
}

.hero .innovative-technology .desc_wrapper h4 {
	color: #2a72b9;
}

.hero .alertsense-ipaws .desc_wrapper h4 {
	color: #2a72b9;
}


.hero .emergency-alerting .desc_wrapper h4, 
.hero .responder-mobilization .desc_wrapper h4,
.hero .organization-communication .desc_wrapper h4,
.hero .innovative-technology .desc_wrapper h4,
.hero .alertsense-ipaws .desc_wrapper h4 {
	font-weight: 500;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
}


.hero .emergency-alerting .desc_wrapper h4:hover {
}



.hero .emergency-alerting .image_wrapper img {
/*	background: rgba(98,98,98,.05) !important;
	padding: 15px;*/
	border-radius: 50%;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
}

.hero .emergency-alerting .image_wrapper img:hover {
}

.hero .emergency-alerting {
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
}

.hero .emergency-alerting:hover {
/*	color: #fff !important;
	background: rgba(98,98,98,.05) !important;*/
}

.hero .icon_box a.read-more {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}



/* 3.2 Homepage - Call To Action 
========================================================================== */
.call-to-action .fancy_heading {
	text-align: left;
	float: left;
}	

/* 4. Shortcodes - Features */


.fancy_heading_line {
  background-image: none !important;
}

.fancy_heading .title {
  font-size: 34px;
}

.billboard .fancy_heading .inside {
	font-size: 28px;
	line-height: 40px;
	color: #444444;
	text-align: left;
}

.billboard .fancy_heading .inside b {
	color: #2a72b9;
}

.billboard .desc_wrapper {
	margin: 0 5%;
}

.fancy_heading .title:after {
	content: " ";
	background-color: blue;
	width:25%;
	height: 3px;
}

.fancy_heading_line .inside {
/*	font-size: 28px;
	line-height: 38px;*/
}

ul.list_mixed
li:after,
ul.list_check
li:after,
ul.list_star
li:after,
ul.list_idea
li:after { 
	display: none !important
}

.as-testimonial {
/*    border-top: 1px solid rgba(0,0,0,.1) !important;*/
}

.as-testimonial blockquote {
	background: inherit !important;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 20px !important;
}

.as-testimonial blockquote:after {
    background: url(../../uploads/2015/11/blockquote1.png) !important;
}

.as-testimonial .bq_wrapper {
	background: inherit !important;
} 

.as-testimonial .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
	margin-bottom: 0px !important;
}

.as-testimonial .hr_color,
.as-testimonial .hr_color hr,
.as-testimonial .hr_dots span {
/*	color: #ffffff !important;
	background: #ffffff !important;*/
}

.as-testimonial .slider_pagination a.selected, 
.as-testimonial .slider_pagination a.selected:after {
	/*background: #ffffff;*/
}

.as-testimonial .author h5 {
	margin-bottom: 0px !important;
}

.as-testimonial .author span.company {
	font-size: 1em;
}

.as-testimonial p.author i.icon-user {
	display: none;
}

.as-testimonial p.author small {
	font-size: 65%;
}


.tooltip:hover:after,
.tooltip.hover:after {
	background-image: none !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 160px;
	font-size: 14px;
}



/* 3.3 Homepage - Contact Form 
========================================================================== */
.contact h2.title {
	color: #ffffff;
}

.contact form.contact-form ul {
	margin-left: 0px;
}

.contact form.contact-form ul li {
	list-style: none;
}

.contact form.contact-form .gfield_label {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.contact form.contact-form .gfield_required {
	margin-left: 3px;
	color: #EC2127;
}

.contact form.contact-form li.gfield {
	margin-bottom: 15px;
}

.contact form.contact-form li input[type="submit"],
.contact form.contact-form li input[type="reset"], 
.contact form.contact-form li input[type="button"], 
.contact form.contact-form li input[type="text"], 
.contact form.contact-form li input[type="password"], 
.contact form.contact-form li input[type="tel"], 
.contact form.contact-form li input[type="email"], 
.contact form.contact-form li select {
	background: rgba(255,255,255,0.85);
	width: 70%;
	font-size: 16px;
	font-weight: 700;
	color: #444444;
}

.contact form.contact-form li textarea {
	background: rgba(255,255,255,0.85);
	width: 90%;	
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	height: 125px;
}

.contact .textwidget {
	background: rgba(255,255,255,0.85);
	padding: 20px 0px;
}

.contact .textwidget p {
	padding: 0px 20px;
}

.contact .textwidget address {
	margin-left: 47px;
}

.contact .textwidget p i {
	color: #2a72b9;
}

.contact .textwidget address::before {
	position: absolute;
	margin-left: -23px;
	content: url(/wp-content/images/alertsense-home.png);
}





/* 5. Shortcodes - Custom Edits */

.section.billboard .icon_box {
	padding: 0 20px;
}

.section.billboard {
    border-top: 1px solid rgba(0,0,0,.1) !important;
    overflow: hidden;
}

ul.list_check li {
	line-height: 24px !important; 	
}


.highlight-left:after, .highlight-right:after {
    background: rgba(255,255,255,0) !important;
}


/* 6. Footer */

footer {
	
}

footer .widgets_wrapper {
	padding: 25px 0 40px !important;
}

footer ul.shortcode_menu li {
	font-size: 14px !important;
}

footer ul.shortcode_menu li:first-child {
	font-weight: 700;
	
}

footer ul.shortcode_menu li:first-child a {
	color: #757575 !important;
	font-size: 16px;
}

footer ul.shortcode_menu li a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#Footer a:hover {
  text-decoration: none;
}

.copyright p {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0 0px 0;
}

.copyright ul.menu {

}

.copyright ul.menu li.menu-item {
	display: inline;
}

.copyright ul.menu li.menu-item a {
	padding: 3px 15px;
    font-size: 14px;
    font-weight: 500;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}



.copyright ul.menu li.menu-item a:hover{
	text-decoration: none;
}

.footer_copy .social {
	padding-bottom: 50px;
}

/* 7. Shortcodes - Executive Team Zoom Box 
========================================================= */

	.zoom_box { position: relative !important;  line-height: 0 !important;  overflow: visible !important;  }

	.zoom_box .photo {
		z-index: 50;
	}

	.zoom_box .photo img,
	.zoom_box .desc {
		-webkit-transition: all 0.3s ease-in-out !important;  -moz-transition: all 0.3s ease-in-out !important;  -o-transition: all 0.3s ease-in-out !important;  transition: all 0.3s ease-in-out;
			}

	.zoom_box .photo img {
		-webkit-transform: scale(1) !important;  -moz-transform: scale(1) !important;  -ms-transform: scale(1) !important;  -o-transform: scale(1) !important;  transform: scale(1);
	}
	.zoom_box:hover .photo img { 
		-webkit-transform: scale(1) !important;  -moz-transform: scale(1) !important;  -ms-transform: scale(1) !important;  -o-transform: scale(1) !important;  transform: scale(1);
	}

	.zoom_box .photo h3 {
		margin: 8px 0 0px 0 !important;  text-align: center !important;  font-size: 20px !important;  font-weight: 700 !important;  
	}

	.zoom_box .photo p {
		margin: 0px !important;  color: #757575 !important;  text-align: center !important;  font-size: 14px !important;  line-height: 14px !important;  font-weight: 500 !important;  
	}

	.zoom_box .desc {
		visibility: hidden !important;
		background:rgba(255,255,255,1) !important;
		width: 600px;
		height:100%;
		position:absolute;
		left:-36px;
		top:-41px;
		text-align:left !important;
		opacity:0;
		padding: 30px 0 10px 35px;
		border: 1px solid #dddddd;
		border-radius: 6px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 100;
	}

	.zoom_box:hover .desc, 	.zoom_box.slide-left:hover .desc { visibility: visible !important; opacity:1; width:600px; height:100%;
		-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;		
		/*-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);*/
	}

	.zoom_box .desc h3 {
		font-weight: 700 !important;
		color: #2a72b9 !important;
		margin: 0px !important;
		line-height: 15px !important;
		margin-bottom: 9px !important;
	}

	.zoom_box .desc h3 small {
		color: #757575 !important;
		font-size: 50% !important;
		font-weight: 500 !important;
	}

	.zoom_box .desc p {
		font-weight: 500 !important;
		height:200px !important;
		color: #757575 !important;
		font-size: 16px !important;
		overflow: hidden !important;
	}

	.zoom_box .desc .desc_img img { max-width:100% !important; padding-bottom:15px; padding-right: 15px; float: left;}
	.zoom_box .desc .desc_txt { padding:0 40px; font-size:18px; line-height:20px; color:#fff;}
	

	.zoom_box.slide-left .desc .desc_img img {
		float: right;
		padding: 0 0 15px 15px;
	}

	.zoom_box.slide-left .desc {
		visibility: hidden !important;
		background:rgba(255,255,255,1) !important;
		width:600px;
		height:100%;
		position:absolute;
		left:-400px;
		top:-41px;
		text-align:left;
		opacity:0;
		padding: 30px 15px 10px 0px;
		border: 1px solid #dddddd;
		border-radius: 6px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 100;
	}



	.zoom_box.industry1 .desc {
		width: 960px !important;
	}

	.zoom_box.industry2 .desc {
		width: 960px !important; left: -271px;
	}

	.zoom_box.industry3 .desc {
		width: 960px !important; left: -506px;
	}

	.zoom_box.industry4 .desc {
		width: 960px !important; left: -731px;
	}


#ubermenu-management-43 {
	background: none;
}

#ubermenu-management-43 .ubermenu-target {
	padding: 10px 20px 0px 20px;
	font-weight: bold;
}

#ubermenu-management-43 .ubermenu-current-menu-item .ubermenu-target:before {
	content: ' ';
	left: 5px;
	top: 16px;
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-left-color: #2a72b9;
}


#ubermenu-management-43 .ubermenu-custom-content {
	padding: 0 0 10px 20px;
	font-size: 80%;
	font-weight: normal;
}




#ubermenu-management-43 li.ubermenu-item {
	border-bottom:1px solid rgba(0,0,0,.08);
}

}

#ubermenu-management-43 li.ubermenu-item:last-child {
	border-bottom: none;
}


.bio_header {
	display: block;
}

.bio_photo {
	display: inline-block;
}

.bio_title {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.75em;
	line-height: 1em;
	font-weight: bold;
	color: #2a72b9;
}

.bio_title small {
	font-size: 60%;
	font-weight: normal;
	color: #000000;
}

.bio_text {
	margin-top: 20px;
}







/* 10. General */

.pull_left {
	float: left;
	clear: both;
}

.padding-left-20 { padding-left: 20px; }
.padding-left-30 { padding-left: 30px; }


.padding-right-20 { padding-right: 20px; }








/* Public Alerting Sticky Nav
======================================== */

.hide {
	display: none;
}


nav .ubermenu-nav {
	background: #f2f2f2;
}


.ubermenu-sticky .ubermenu-nav:after {
    content: "";
    height: 75px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -75px;
    z-index: 1;
    background: url(../../images/white_transition_box_shadow.png) repeat-x left top;
}





/* Jobs 
=================================== */

.jobs .column_column ul li, .single_job_listing .meta li {
    list-style: none !important;
}





/* Blog Styling 
=================================== */

h2.entry-title {
	line-height: 42px !important;

}

body.single-post #Subheader h1.title {
	font-size: 46px;
	line-height: 54px;
}

body.single-post #Subheader {
	background-color: #FCFCFC;
}

body.single-post #Subheader:after {
	background: none !important;
}

body.single-post .post-nav {
	display: none !important;
}

body.single-post .post-header .title_wrapper {
	padding-left: 0px !important;
}

body.single-post .post-header {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

/*--Foxtail Starts Custom Styling--*/
/*#Action_bar{
	display: none!important;	
}*/

body.header-classic #Top_bar {
	background-color: #202021;
}

#Top_bar ul.menu > li > a {
    color: #fff;
}

#Top_bar ul.menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a{
	color: #637079;	
}

#Top_bar ul.menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a:hover{
	color: #637079;	
}

@media(min-width: 767px){
.menu_wrapper{
	width: 100%;
    position: absolute;
    top: 0;	
}

	body #Top_bar .menu ul.sub-menu li:hover {
    	background: #555;
	}

#Top_bar ul#menu-main-menu > li{
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);	
}

ul#menu-main-menu{
	width: 100%;	
}

#Top_bar ul#menu-main-menu > li:nth-child(1){
	left: 40%!important;
}

#Top_bar ul#menu-main-menu > li:nth-child(2){
	left: 50%!important;
}

#Top_bar ul#menu-main-menu > li:nth-child(3){
	left: 60%!important;
}

#Top_bar ul#menu-main-menu > li:nth-child(4){
	left: 62%;
	left: inherit!important;
    right: 0;
    transform: none!important;
}

#Top_bar ul#menu-main-menu > li:nth-child(5){
	left: 85%;
}

#Top_bar ul#menu-main-menu > li:nth-child(4){
	left: 94%;
}

#Top_bar ul#menu-main-menu > li:nth-child(4) span{
	background: #c7232d;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}

body #Top_bar .menu > li.hover a{
	color: #ccc;	
}

}

@media(min-width: 767px) and (max-width: 960px){
	body #Top_bar #logo img, body #Top_bar.is-sticky #logo img.logo-sticky{
		width: 130px!important;	
	}	
	
	#Top_bar ul#menu-main-menu li:nth-child(4) span{
	padding: 10px;
	height: 20px;
    line-height: 20px;
}
}

@media(max-width: 767px){
	body #Top_bar #logo img{
		width: 150px!important;	
	}
	
	body #Top_bar .menu ul.sub-menu li a, body #Top_bar .menu > li.hover > a {
    	color: #fff;
	}
	
	body #Top_bar {
    background: #202021 !important;
    border-bottom: 1px solid #ccc;
	}	
	
	body #Top_bar a.responsive-menu-toggle {
	color: #99aab5;
	}
	
	body #Top_bar #menu{
		background-color: #202021;	
	}
	
	#Top_bar ul#menu-main-menu > li:nth-child(4) span{
		color: #c64646;
	}
}

body.sticky-dark #Top_bar.is-sticky {
	background: #202021!important;	
}

body.sticky-dark #Top_bar.is-sticky .menu > li > a {
	color: #fff;	
}

body.sticky-dark #Top_bar.is-sticky ul#menu-main-menu > li:nth-child(4) span{
		margin-top: -6px;
	}
	
	#Footer .widgets_wrapper{
		  /* can be treated like a fallback */
  	background-color: #121213;

  /* will be "on top", if browser supports it */
  background-image: -moz-linear-gradient(#202021, #121213);
  background-image: -webkit-linear-gradient(#202021, #121213);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#202021), to(#121213));
  background-image: -o-linear-gradient(#202021, #121213);
  background-image: linear-gradient(#202021, #121213);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #121213;
  background: -moz-linear-gradient(#202021, #121213);
  background: -webkit-linear-gradient(#202021, #121213);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#202021), to(#121213));
  background: -o-linear-gradient(#202021, #121213);
  background: linear-gradient(#202021, #121213);
	}
	
	#Footer .textwidget img{
		display: block;
		margin: auto;	
		    padding-top: 5%;
    padding-bottom: 4%;
	}
	
	#Footer ul{
		text-align: center;	
		display: block;
	}
	
	body footer ul.shortcode_menu li:first-child a {
		color: #fff!important;
		font-weight: 600;	
	}
	
	body footer ul.shortcode_menu li a {
		color: #fff!important;
	}
	
	.copyright p{
		clear: both;
    text-align: center;
    color: #fff;
    margin-bottom: -40px;
    padding-top: 5%;	
	}
	
	.footer_copy .copyright{
		display: none;	
	}
	
	body #Footer{
  		background-color: #202021;
	}
	
	body #Footer .footer_copy .social li a {
		color: #ddd;	
	}
	
	body #Footer .footer_copy .social li a:hover {
		color: #999;	
	}
	
	.footer-copy-center #Footer .footer_copy .social{
		padding-bottom: 0px;	
	}
	
	#Footer .footer_copy .one {
    margin-bottom: 10px;
    padding-top: 20px;
	}
	
	#Footer #text-4{
		clear: both;	
	}
	
	@media (max-width: 768px){
		#Footer ul {
			padding-bottom: 15px!important;	
		}
		
		#Footer select{
			color: #fff;
    		background-color: transparent;
    		border-color: transparent;
    		box-shadow: none;
    		margin: auto;
    		padding: 0px;
    		margin-top: -15px;
			font-size: 14px;
			width: 146px;
		}
	
	}
	
	body:not(.template-slider) #Header {
    min-height: 0px;
}

#Subheader{
display: none;	
}

#Header{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);	
}

#pageHeader .vc_single_image-wrapper{
	margin-bottom: 0px;	
}

#pageHeader h1{
	font-size: 38px;
    padding-bottom: 10px;
	padding-top: 10%;
	line-height: 46px;	
}

#pageHeader .redCTA a{
	margin-bottom: 0%!important;
}

#pageHeader img{
	width: 100%;
	max-width: 650px;	
}

.redCTA a{
	    background: #c7232d!important;
    color: #fff!important;
    border-radius: 3px!important;
    height: 44px!important;
    line-height: 40px!important;
    padding: 2px 35px!important;
    font-size: 16px!important;
    /* margin-top: 10px; */
    border: none!important;
    margin: 0px!important;	
	text-transform: uppercase;
}

body #Content{
	padding-top: 0px;	
}

.homePageDarkGradient{
	/* can be treated like a fallback */
  	background-color: #98a9b4;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#98a9b4, #70828f);
    background-image: -webkit-linear-gradient(#98a9b4, #70828f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#98a9b4), to(#70828f));
    background-image: -o-linear-gradient(#98a9b4, #70828f);
    background-image: linear-gradient(#98a9b4, #70828f);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: red;
    background: -moz-linear-gradient(#98a9b4, #70828f);
    background: -webkit-linear-gradient(#98a9b4, #70828f);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#98a9b4), to(#70828f));
    background: -o-linear-gradient(#98a9b4, #70828f);
    background: linear-gradient(#98a9b4, #70828f);
}

.homePageLightGradient{
	background: #99aab5;
}

.homePageLightGradient, .homePageDarkGradient, .homePageBrightGradient, .homePageLightBrightGradient{
	padding: 80px 45px;		
}

.noPaddingOrMargin .wpb_wrapper > div{
	margin-bottom: 0px;	
}

.vc_row-has-fill+.vc_row-full-width+.vc_row.noPaddingOrMargin>.vc_column_container>.vc_column-inner {
	padding-top: 0px;	
}

.lightBlueGradient{
			/* can be treated like a fallback */
  	background-color: #87cae1;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#87cae1, #69b7d5);
    background-image: -webkit-linear-gradient(#87cae1, #69b7d5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87cae1), to(#69b7d5));
    background-image: -o-linear-gradient(#87cae1, #69b7d5);
    background-image: linear-gradient(#87cae1, #69b7d5);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: red;
    background: -moz-linear-gradient(#87cae1, #69b7d5);
    background: -webkit-linear-gradient(#87cae1, #69b7d5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#87cae1), to(#69b7d5));
    background: -o-linear-gradient(#87cae1, #69b7d5);
    background: linear-gradient(#87cae1, #69b7d5);
}

.icons img{
	width: 65px;	
}

.vc_column_container.twenty_padding{
	padding: 20px;	
}

.homePageHTwo{
	padding-top: 1%;
    padding-bottom: 2%;	
}

.fadedBlueGradient{
			/* can be treated like a fallback */
  	background-color: #c5d5dd;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#c5d5dd, #a7bbc6);
    background-image: -webkit-linear-gradient(#c5d5dd, #a7bbc6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5d5dd), to(#a7bbc6));
    background-image: -o-linear-gradient(#c5d5dd, #a7bbc6);
    background-image: linear-gradient(#c5d5dd, #a7bbc6);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: red;
    background: -moz-linear-gradient(#c5d5dd, #a7bbc6);
    background: -webkit-linear-gradient(#c5d5dd, #a7bbc6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c5d5dd), to(#a7bbc6));
    background: -o-linear-gradient(#c5d5dd, #a7bbc6);
    background: linear-gradient(#c5d5dd, #a7bbc6);
}


.topBottomBorder{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 16% 0;	
}

.topBottomBorder h2{
	padding-bottom: 25px;	
}

.quote{
	font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;	
}
.quoteTitle{
	font-size: .8em;	
}
.quoteName{
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 600;	
}

.quote, .quoteTitle, .quoteName{
	color: #fff;	
}

.quoteImage{
    /*width: 100px;*/
    margin: auto;
    /* margin-bottom: -25px; */
    margin-top: 35px;	
}

.width_ninety p{
	width: 90%;
    display: block;
    margin: auto;	
}

.textPadding{
	padding-top: 4%;
	padding-bottom: 5%;	
}

.formPadding{
	padding-top: 6%;
	padding-bottom: 8%;	
}

.paddingTop{
	padding-top: 8%;	
}

h2.marginBottom{
	margin-bottom: 25px;	
}

.displayOnPhone{
	display: none!important;	
}

.homePageBrightGradient{
	/* can be treated like a fallback */
  	background-color: #346a8a;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#68bedf, #346a8a);
    background-image: -webkit-linear-gradient(#68bedf, #346a8a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#346a8a));
    background-image: -o-linear-gradient(#68bedf, #346a8a);
    background-image: linear-gradient(#68bedf, #346a8a);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #346a8a;
    background: -moz-linear-gradient(#68bedf, #346a8a);
    background: -webkit-linear-gradient(#68bedf, #346a8a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#346a8a));
    background: -o-linear-gradient(#68bedf, #346a8a);
    background: linear-gradient(#68bedf, #346a8a);
}

.homePageLightBrightGradient{
	background: #69bfe0;
}


@media only screen and (max-width: 768px){
	body:not(.template-slider):not(.header-simple) #Header {
		min-height: 0px;
	}
	
	.paddingOnTopOnPhone{
		padding-top: 14%;	
	}
	
	.displayOnPhone{
		display: block!important;	
	}
	
	.displayOnDesktop{
		display: none!important;	
	}
	
	.paddingTop{
		padding-top: 14%;	
	}
	
	#pageHeader h1 {
		padding-bottom: 0px;	
	}
	
	.homePageDarkGradient{
	/* can be treated like a fallback */
  	background: #70828f!important;
	}
	
		.homePageBrightGradient{
	/* can be treated like a fallback */
  	background: #336a89!important;
	}
	
	div.morePaddingPhone{
		padding-top: 65px!important;
    	padding-bottom: 45px!important;	
	}
	
	.topBottomBorder{
		margin-top: 65px;	
	}
	
	.cta .wpb_wrapper > div {
   	 margin-bottom: 15px;
	}
	
	.centerButtonsOnMobile .vc_btn3-container.vc_btn3-right, .centerButtonsOnMobile .vc_btn3-container.vc_btn3-left {
    	text-align: center;
	}
	
	.centerButtonsOnMobile .vc_btn3-container.vc_btn3-right{
		margin-bottom: 10px;	
	}
	
	.centerButtonsOnMobile .vc_btn3-container.vc_btn3-left {
    	margin-bottom: 0px;	
	}
}

.centerButtonsOnMobile a{
	min-width: 190px;	
}

.nks_cc_trigger_tabs.ncf_tab .fa {
	display: none;	
}

body h2, body h3{
	color: #70828f;	
}

body h2{
	line-height: 38px;	
}

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

ul.gform_fields li{
	list-style-type: none;	
}

ul.gform_fields{
	margin-left: 0px;	
}

ul.gform_fields select, ul.gform_fields input, ul.gform_fields textarea{
	width: 100%!important;	
	max-width: 100%!important;
}

ul.gform_fields .gfield{
	margin-bottom: 45px;	
}

ul.gform_fields .gfield span label{
	margin-top: -15px;	
}

input.gform_button{
    width: 100%;
    background: #c7232d!important;
    color: #fff!important;
    border-radius: 3px!important;
    height: 44px!important;
    line-height: 40px!important;
    padding: 2px 35px!important;
    font-size: 16px!important;
    border: none!important;
    margin: 0px!important;
    text-transform: uppercase;
}

.nks_cc_trigger_tabs.ncf_tab.ncf_label_visible.nks_metro{
	display: none!important;	
}

.vc_carousel-slideline img{
	display: block;
	margin: auto;	
}

.wpb_images_carousel.wpb_content_element.vc_clearfix{
	margin-bottom: 0px;	
}

.vc_carousel-slideline{
	width: 4031.2px!important;	
}

.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    width: 8.3%!important;
	height: auto!important;
}

@media only screen and (max-width: 768px){
	.vc_carousel-slideline{
		width: 2046.4px!important;	
	}

	.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    	width: 7%!important;
	}
	
	.vc_carousel-slideline img{
		display: block;
		margin: auto;
		max-width: 80%!important;	
	}
}

.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 360px;	
}

@media only screen and (max-width: 1540px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 380px;	
}
}

@media only screen and (max-width: 1270px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 410px;	
}
}

@media only screen and (max-width: 1130px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 430px;	
}
}

@media only screen and (max-width: 934px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 480px;	
}
}


@media only screen and (max-width: 890px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 560px;	
}
}


@media only screen and (max-width: 768px){
.homePageKeepThemTheSameHeight div.homePageBrightGradient, .homePageKeepThemTheSameHeight div.homePageLightBrightGradient{
	min-height: 0px;	
}

body .lessPaddingOnPhone{
	padding-top: 0px!important;
}
}

@media only screen and (max-width: 767px){
#Action_bar .contact_details li.slogan {
    display: block;
}
}

body #Action_bar {
    background-color: #202021 !important;
}

body #Action_bar .contact_details li {
    color: #fff;
}

body #Header a.responsive-menu-toggle {
	margin-right: -10px;	
}

.header-classic #Action_bar{
	padding: 2px 0!important;	
}

#Top_bar .menu ul.sub-menu li {
    background: #202021;
}

.hideThem p, .hideThem a{
		display: none!important;
}

.hideThem p{
	color: #fff;
	text-align: center;
	margin-top: 20px;	
}

.hideThem:hover p, .hideThem:hover a, .hideThem:active p, .hideThem:active a{
	display: block!important;	
}

.hideThem > .vc_column-inner{
		  -o-transition:.5s!important;
  -ms-transition:.5s!important;
  -moz-transition:.5s!important;
  -webkit-transition:.5s!important;
  /* ...and now for the proper property */
  transition:.5s!important;	
	background-position: center !important;
	min-height: 350px!important;	
}

.hideThem:hover > .vc_column-inner, .hideThem:active > .vc_column-inner{
	background: rgba(135, 202, 220, 0.7);	
}

.hideThem  > .vc_column-inner a{
	position: absolute!important;
    top: -9999px;
}

.hideThem:active  > .vc_column-inner a, .hideThem:hover  > .vc_column-inner a{
		position: initial!important;
}

.lightGrayGradient{
	/* can be treated like a fallback */
  	background-color: #2f2f2f;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#494949, #2f2f2f);
    background-image: -webkit-linear-gradient(#494949, #2f2f2f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#2f2f2f));
    background-image: -o-linear-gradient(#494949, #2f2f2f);
    background-image: linear-gradient(#494949, #2f2f2f);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #2f2f2f;
    background: -moz-linear-gradient(#494949, #2f2f2f);
    background: -webkit-linear-gradient(#494949, #2f2f2f);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#2f2f2f));
    background: -o-linear-gradient(#494949, #2f2f2f);
    background: linear-gradient(#494949, #2f2f2f);
}

.darkBlackGradient{
	/* can be treated like a fallback */
  	background-color: #121213;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#1d1d1e, #121213);
    background-image: -webkit-linear-gradient(#1d1d1e, #121213);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d1d1e), to(#121213));
    background-image: -o-linear-gradient(#1d1d1e, #121213);
    background-image: linear-gradient(#1d1d1e, #121213);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #121213;
    background: -moz-linear-gradient(#1d1d1e, #121213);
    background: -webkit-linear-gradient(#1d1d1e, #121213);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1d1d1e), to(#121213));
    background: -o-linear-gradient(#1d1d1e, #121213);
    background: linear-gradient(#1d1d1e, #121213);
}

.mediumBlueGradient{
	/* can be treated like a fallback */
  	background-color: #3c7797;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#68bedf, #3c7797);
    background-image: -webkit-linear-gradient(#68bedf, #3c7797);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#3c7797));
    background-image: -o-linear-gradient(#68bedf, #3c7797);
    background-image: linear-gradient(#68bedf, #3c7797);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #3c7797;
    background: -moz-linear-gradient(#68bedf, #3c7797);
    background: -webkit-linear-gradient(#68bedf, #3c7797);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#3c7797));
    background: -o-linear-gradient(#68bedf, #3c7797);
    background: linear-gradient(#68bedf, #3c7797);
}

.whiteOutline a{
	background-color: transparent!important;
    border: #fff 2px solid!important;
    padding: 8px 45px!important;
    color: #fff!important;
    background-image: none!important;
    text-transform: uppercase!important;
    font-weight: 900!important;
    margin-top: 20px!important;	
}

.ifb-flip-box-section{
	padding: 0px;	
}

.flip-box-wrap h3{
	font-size: 1.2em!important;
	font-weight: 900!important;
}

.flip-box-wrap .ifb-front h3{
    position: fixed!important;
    display: block!important;
    top: 50px!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
	font-size: 1.2em!important;
	font-weight: 900!important;
}

.ifb-back p{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0px;
    font-size: 0.65em!important;
    margin: 10px 20px;	
}

.ifb-back a{
	font-size: .9em!important;
    border-radius: 3px;
    padding: 7px 30px!important;	
	margin-top: 20px!important;
}

.ifb-back h3{
	margin-top: 25px!important;	
}

.cta label{
	color: #fff;	
}

.cta .gfield_checkbox label, .cta .gfield_checkbox input, .darkForm .gfield_checkbox label, .darkForm .gfield_checkbox input{
	width: inherit!important;
}

.cta .contact-form input[type=checkbox], .darkForm .contact-form input[type=checkbox]{
	float: left;	
}

.cta .gfield_checkbox label, .darkForm .gfield_checkbox label{
	margin-left: 26px;	
}

.cta .gfield_checkbox input, .darkForm .gfield_checkbox input{
	margin-top: 5px;	
}

#pageHeader.moreSpacing{
	padding-bottom: 10%;	
}

#Content .singleQuoteBox img{
	max-width: 150px;	
}

.singleQuoteBox{
	padding-top: 4%;
    padding-bottom: 2%;	
}


.gfield_required{
	display: none;	
}

body ul.gform_fields .gfield {
	margin-bottom: 15px;	
}

@media (min-width: 768px){
	ul.gform_fields #field_4_1, ul.gform_fields #field_4_11, ul.gform_fields #field_4_7, ul.gform_fields #field_4_2, ul.gform_fields #field_5_1, ul.gform_fields #field_5_11, ul.gform_fields #field_5_7, ul.gform_fields #field_5_2{
		width: 49%;
	}
	
	ul.gform_fields #field_4_5, ul.gform_fields #field_5_5{
		width: 100%;	
	}
	
	.gfield_checkbox li{
		width: inherit;
		margin-right: 35px;
		font-size: .94em;
		float: left;	
	}
	
	.the_content_wrapper ul.gfield_checkbox{
		margin: 0px;	
	}
	
	input.gform_button {
		max-width: 350px;
		display: block;
		margin: auto!important;	
	}
	
	body .cta .gfield_checkbox label,  body .darkForm .gfield_checkbox label{
		width: 100%!important;
		margin-top: 2px;
	}
	
	.cta .gfield_checkbox input,  .darkForm .gfield_checkbox input{
		width: 15px!important;
	}
	
	ul.gform_fields #field_4_2, ul.gform_fields #field_4_4, ul.gform_fields #field_5_2, ul.gform_fields #field_5_4{
		margin-bottom: 0px;
	}
	
	ul.gform_fields #field_4_8, ul.gform_fields #field_4_4, ul.gform_fields #field_5_8, ul.gform_fields #field_5_4{
		width: 49%;
		float: right;
	}
	
	ul.gform_fields #field_4_8, ul.gform_fields #field_5_8{
		margin-top: -209px;
	}
	
	ul.gform_fields #field_4_4, ul.gform_fields #field_5_4{
		margin-top: -157px;
	}
	
	body .contact-form textarea {
		height: 141px;
	}
}

p.biggerParagraphText{
    font-size: 1.25em;	
}

p.paddingSquares{
	font-size: .84em;	
}

.noPadding .vc_tta-panel-body{
	padding: 0px!important;	
}

.paddingForTabText{
	padding: 0 35px;	
}

.vc_tta-panel-body{
	border: none!important;	
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	border-radius: 0px;	
}

body .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
	margin: 0px;	
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0px;
    width: 8.333333333%;
}

body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a{
    text-align: center;
}

.paddingForTabText h3{
	color: #202021;	
}

body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(1), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(3), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(5), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(7), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(9), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(11){
		/* can be treated like a fallback */
  	background-color: #346a8a;

  	/* will be "on top", if browser supports it */
    background-image: -moz-linear-gradient(#68bedf, #346a8a);
    background-image: -webkit-linear-gradient(#68bedf, #346a8a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#346a8a));
    background-image: -o-linear-gradient(#68bedf, #346a8a);
    background-image: linear-gradient(#68bedf, #346a8a);

  /* these will reset other properties, like background-position, but it does know what you mean */
  	background: #346a8a;
    background: -moz-linear-gradient(#68bedf, #346a8a);
    background: -webkit-linear-gradient(#68bedf, #346a8a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#68bedf), to(#346a8a));
    background: -o-linear-gradient(#68bedf, #346a8a);
    background: linear-gradient(#68bedf, #346a8a);
}

body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(2), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(4), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(6), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(8), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(10), body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab:nth-child(12){
	background-color: #69bfe0!important;
}

.vc_tta-tab.vc_active a{
	background-color: #fff!important;
    color: #202021!important;		
}

body .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
	background-color: #fff;	
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
	background-color: transparent;
    color: #fff;	
	border: none;
}

.paddingForTabText{
	padding-bottom: 35px;	
}

/*@media(min-width: 768px) and (max-width: 1350px){*/
	body .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
		margin: 0px;
		width: 16.6666%;
		border-bottom: 1px solid #fff;
	}
/*}*/

.column_blog{
	margin: 15% 0px!important;	
}

.post.type-post{
	margin: 10% 0px!important;
}

.column_blog .post.type-post{
	margin-bottom: 10%!important;
	margin-top: 0px!important;
}

@media(min-width: 768px) and (max-width: 1000px){
	body .vc_tta.vc_tta-spacing-1 .vc_tta-tab a{
			font-size: .78em;
	}
}

@media(max-width: 768px){
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(1), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(3), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(5), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(7), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(9), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(11){
	background-color: #69bfe0!important;
}	

.post.type-post{
	margin: 15% 0px!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(2), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(4), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(6), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(8), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(10), .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(12){
	background-color: #336a89!important;
}	

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none!important;
    background-color: transparent!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a{
	color: #fff!important;
	border-radius: 0px!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #201010!important;
    background-color: #fff;
    border-bottom: 1px solid #201010;
}
	
	
.imgagesInTwoOnPhone .vc_col-sm-3, .imgagesInTwoOnPhone .vc_col-sm-4{
	width: 50%;	
}

.imgagesInTwoOnPhone .displayNone{
	display: none!important;	
}

.rightSide .topBottomBorder{
	margin-top: 35px;	
}

.leftSide img{
	margin-top: 35px;	
}

.maxWidthOnPhone{
	max-width: 250px;
	display: block;
	margin: auto;
}

.ifb-back p {
    font-size: 1em!important;
}
}

/*Change colors on already existing pages*/

body .bio_title, body h4, body h4 a, body h4 a:hover, body .style-simple .sliding_box .desc_wrapper h4, body a{
	color: #202021;	
}

body a.button{
	background: #c7232d!important;
    color: #fff!important;
    border-radius: 3px!important;
}

body h2 a, body h2 a:hover{
	color: #202021;
}

body .pager .pages a.active{
	background-color: 	#c7232d;
}

.flip-box-wrap .flip_link a {
	background: transparent!important;
    padding: 0px!important;	
	/*text-decoration: underline!important;*/
}

body .gform_wrapper li.gfield.gfield_error {
    border: 1px #c7232d solid!important;
}

@media only screen and (min-width: 768px){
	.blog #Top_bar.is-sticky .menu_wrapper .menu > li:nth-child(4) > a, .post-template-default #Top_bar.is-sticky .menu_wrapper .menu > li:nth-child(4) > a {
		padding: 0px 0;
	}
}