/*
Theme Name: Hanover Fire
Theme URI: http://www.hanoverfire.com
Author: Mason Digital
Author URI: http://www.masondigital.com/
Description: Hanover Fire
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Hanover Fire
*/

/* GLOBAL
*********************************************/


body{
	color: #080a0a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	  -webkit-backface-visibility: hidden;


}

h1, h2, h3, h4, h5{
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 0;
}



p{
	margin-bottom: 20px;
	max-width: 650px;
}

a, a:focus{
	color: #f37736;
	font-weight: bold;
	text-decoration: underline;
	
}

a:hover{
	color: #c05225;
}


.orange{
	color: #f37736;
}

.dark-orange{
	color: #c05225;
}

.red-orange{
	color: #c83d12;
}

.gold{
	color: #eaa613;
}



.orange-bg{
	background-color: #f37736;
}

.dark-orange-bg{
	background-color: #c05225;
}

.red-orange-bg{
	background-color: #c83d12;
}

.gold-bg{
	background-color: #eaa613;
}


.logo{
	max-width: 200px;
}

.page-form{
	padding: 30px;
	background-color: #f6f6f3;
}

.wpcf7-submit, #wpsl_search_widget-2 input[type="submit"]{
	text-transform: uppercase;
	border: 0;
	background-color: #f37736;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0;
	font-weight: 700;
}


input[type="text"], input[type="email"], input[type="tel"], textarea  {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
 input[type="text"]:focus,
 input[type="text"].focus,
  input[type="email"]:focus,
   input[type="tel"]:focus,
   textarea:focus {
  outline: none;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  font-weight: normal;
  width: 100%;
}
 input[type="text"]:focus,
 input[type="text"].focus,
  input[type="email"]:focus,
   input[type="tel"]:focus,
   textarea:focus{
  border-bottom: solid 2px #f37736;
}

.widget-area ul{
	margin: 0;
	padding: 0;
}

.widget-area ul li{
	list-style: none;
}

.social-links{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-links li{
	display: inline-block;
}

.social-links li a{
	display: block;
	padding: 2px 10px;
	font-size: 26px;
}

.social-links li a:hover{
	background: #c05225;
	color: #fff;
}

/* HEADER
*********************************************/



#top-header{
	position: relative;
    z-index: 20;
    font-size: 14px;
}

header a{
	color: #fff;
	text-decoration: none;
}

header .menu-item a{
	display: block;
	padding: 20px 25px;
}

#menu-eyebrow .menu-item a, #agent-login a{
	padding: 11px 15px;
	display: block;
	color: #fff !important;
	}


@media (max-width: 1199px){
	
	#menu-eyebrow .menu-item a, #agent-login a{
	font-size: 13px;
		padding: 12px 15px;

		}
		
		#eyebrow-links{
			padding: 0;
		}
}

#eyebrow{
	text-align: right;
background: #f37736; /* Old browsers */
background: -moz-linear-gradient(left,  #f37736 50%, #c05225 51%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f37736 50%,#c05225 51%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f37736 50%,#c05225 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37736', endColorstr='#c05225',GradientType=1 ); /* IE6-9 */

}

#menu-eyebrow{
	text-transform: uppercase;
	float: right;
    margin-right: 45px;
}

#logo-holder{
	background-color: #fff;
	height: 45px;
}

#logo-holder:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 45px solid #f37736;
	border-right: 45px solid transparent;
    position: absolute;
    left: 0;
	
}


#logo-holder:after{
	content: '';
    width: 0;
    height: 0;
    border-top: 45px solid #f37736;
    border-left: 45px solid transparent;
    position: absolute;
    right: 0;
	
}

#eyebrow-links{
	background: #f37736;
	height: 45px;
}

#eyebrow-links:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 45px solid #c05225;
    border-left: 45px solid transparent;
    position: absolute;
    right: 0;
}

#logo{
	    margin-top: -50px;
    position: relative;
    z-index: 2;
    padding: 15px 40px;
}

#logo img{
/*	padding: 15px 40px; */
}

.serving-areas a{
	color: #f37736;
}

header ul{
	list-style: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

header li{
	float: left;
	
	font-weight: bold;
}


#agent-login{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #c05225;
	text-align: center;
}

#menu-main li:first-child{
	padding-left: 0;
	margin-left: -25px;
}
	
header li:last-child{
	padding-right: 0;
}	


header #main #logo{

}

#main-nav{
	background-color: rgba(0,0,0,.75);
}

#call-message{
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 600;
}



#call-message .phone-number{
	font-size: 22px;
	white-space: nowrap;
}


#call-message i{
	font-size: 40px;
	border: 1px solid #f37736;
	border-radius: 500px;
	padding: 10px 15px;
}

#menu-main li a:hover, #agent-login a:hover {
	background-color: #f37736;
}

#menu-main a:hover, #menu-eyebrow a:hover, #agent-login a:hover {
	text-decoration: none;
	color: #fff;
}

#menu-eyebrow li:hover{
	background-color: #c05225;
}



#main{
	background-color: rgba(255,255,255,.95);
}

#menu-main .current-menu-item{
	background-color: #f37736;
	
}
#menu-main .current-menu-item a:hover{
	background-color: #c05225;
	
}

#menu-eyebrow .current-menu-item{
	background-color: #c05225;
	
}


#menu-eyebrow .current-menu-item a:hover{
	background-color: #c83d12;
	
}




/* FOOTER
*********************************************/



#main-footer{
	background-color: #080a0a;
	color: #fff;
	padding: 20px 0;
}

#legal{
	padding: 20px 0;
}

#mason{
	text-align: right;
}



#main-footer h2{
		font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #f37736;
}

.footer-links{
	text-align: center;
	font-size: 14px;
}


/* HOME
******************************************************************************************************************************************************************/

#intro{
	margin: 25px 0 50px 0;
}

#teasers{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}

.teaser{
	flex-basis: 25%;
	    transition: all .2s ease-in-out;

	text-decoration: none;	 
}

.teaser a{
	text-decoration: none;
}


.teaser:hover {
    transform: scale(1.1);
    text-decoration: none;
    }

.teaser-content{
margin: 15px 15px 15px 0;
position: relative;
height: 100%;
padding-bottom: 20px;
}

.teaser-copy{
	
	padding: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
		text-decoration: none;	 
	
	
}

.more{
	background-color: #080a0a;
	padding: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
}

.more a{
	color: #fff;
	text-decoration: none;
	background-color: #080a0a;
	
	width: 100%;
	
}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {



.teaser{
width: 25%;
float: left;
}
.teaser-copy{
min-height: 200px;
}

.more a{
	margin-top: 15px;
	
}


}

/* Safari 7.1+ */


_::-webkit-full-page-media, _:future, :root .teaser{
width: 25%;
float: left;
}
_::-webkit-full-page-media, _:future, :root .teaser-copy{
min-height: 200px;
}

_::-webkit-full-page-media, _:future, :root .more a{
	margin-top: 15px;
	
}


#secondary{
	background-image: url("/wp-content/themes/hanover/images/secondary-bg.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	color: #fff;
	overflow: hidden;
	}


#image{

	position: absolute;
	top: 0;
	right: 0;
}


.secondary-hp-image {
    width: 850px;
    height: 100%;
}



/*--------Main Slider-------------*/

#slider{
	background-color: #080a0a;
	height: 425px;
	position: relative;
	color: #fff;
	margin: -60px auto 0 auto;
	
}

#hp-slider{
    height: 425px;
    background-color: #080a0a;
    font-size: 28px;
    color: #fff;
    
}

.hp-slide-content{
    padding-top: 50px; 
    padding-left: 0;
}

#hp-slider span{
	display: block;
	color: #f37736;
	font-size: 70px;
	font-family: 'Droid Serif', serif;
	line-height: 1;
	white-space: nowrap;
}

.hp-slideshow{
    position: relative;
}


.slick-list, .slick-track{
	height: 100%;
}

.slick-dots li{
	    margin: 0 15px 0 0;
}

.slider-image{
	position: absolute;
	right: 0;
    width: 900px;
}


.triangle-image{
	bottom: 0;
    right: 175px;
}

.slide{
	position: relative;
}

.slide-copy{
	font-size: 28px;
	padding: 100px 15px 75px 15px;
}

.slide-copy span{
	display: block;
	color: #f37736;
	font-size: 70px;
	font-family: 'Droid Serif', serif;
	line-height: 1;
	white-space: nowrap;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f37736;
}

.slick-dots{
	list-style: none !important;
}

.slick-dots li button{
	background: #f37736;
	border: 0;
	width: 20px;
	height: 20px;
}

.slick-dots li button:focus{
	border: 1px solid #f37736;
	content: " ";
}

.slick-dots li:before, .slick-dots li button:before{
	content: " ";
}

.slick-dots .slick-active button, .slick-dots .slick-active button:focus{
	background: #fff;
}

.slick-dots	{
	bottom: 75px;
	text-align: left;
	width: auto;
}


/*--------Testimonials Slider-------------*/


#testimonials{
	background-color: #f6f6f3;
	padding: 40px 20px; 
}


#testimonials .quote{
	background-color: #fff;
	padding: 20px 100px;
	text-align: center;
	margin: 0 75px;
}
#testimonials .quote-name{
	color:  #f37736;;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;

}

#testimonials .quote-location{
	display: block;
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	color: #080a0a;
	text-transform: none;
}
.glide__arrow{
    background-color: #f37736;
    border-radius: 800px;
    padding: 22px 30px;
    border: 0;
    font-size: 20px;
}

.glide--horizontal .glide__bullets {
	bottom: 0;
	margin-top: 20px;
	position: relative;
	}

.glide__bullets .active{
	background-color:#f37736;
}

.glide__bullet{
	background-color: #cccccc;
}



/* PAGES
*********************************************/




.page-title{
	background-color: #080a0a;
	padding: 30px 0px 30px 0px;
}

.page-title h1{
	color: #f37736;
	margin: 0;
	font-weight: 500;
	font-size: 36px;
}

.secondary-title{
}

.secondary-title h2{
	border-bottom: 2px solid #f37736;
	padding: 20px 0;
}

#content{
	margin-bottom: 30px;
}

.top-image{
	position: absolute;
	right: 0;
	width: 900px;
}


.page-image{
}

.copy strong{
	color: #f37736;

}

.copy-section{
	padding-bottom: 30px;
}

.copy-section img{
	width: 100%;
	height: auto;
}


.section-image:after{
	content: ' ';
	width: 0;
	height: 0;
	border-top: 75px solid #fff;
	border-left: 75px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.copy-section ul li{
	padding-bottom: 15px;
	list-style: none; 
}

.copy-section ul li:before{
	color: #f37736;
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 15px 0 -25px;
	}


.contacts, .team-members{
	list-style: none;
}

.team-members{
	margin: 0;
	padding: 0;

}

.team-members li{
	margin-bottom: 25px;
}

@media (min-width: 1200px){
    
    
    .team-members{

	display: flex;
	flex-flow: row wrap;

}
    
    
    .team-members li{
	flex-basis: 50%;
}
    
    
}

.team-members .media-object{
	width: 125px;
	height: auto;
}

.contacts li{
	margin-bottom: 15px;
	}

.contacts p, .team-members p{
	margin: 0;
}

.contacts .name, .team-members .name{
	font-size: 18px;
	font-weight: bold;
	color: #f37736;
	}

.contacts .department, .team-members .department{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	}
	
	.toll-free-phone{
		margin-bottom: 0;
	}
	
	
.claims-send{
	float: right;
}	

@media (min-width: 992px){

.comments-input{
	min-height: 350px;
}

}
	
div.wpcf7 .ajax-loader{
	display: block;
}	
	
/*------ QUOTE CONTACT FORM
*********************************************/

#request-quote, #wpsl_search_widget-2{
	background-color:#f6f6f3;
	margin-top: 0px;
	margin-bottom: 30px;
}


.quote-form{
	padding: 15px;
}

.quote-form p{
	margin-top: 0;
}

input, select, textarea{
	width: 100%;
}

.field--wrapper {
  position:relative;
  margin:20px 0;
}

/*

.field--wrapper label {
  position:absolute;
  top:-13px;
  left:0;
  font-size:11px;
  color:#aaa;
  transition: all 0.1s linear;
  opacity:0;
  font-weight:bold;
}
.field--wrapper label.on {
  color:#f37736;
}
.field--wrapper label.show {
  top:-17px;
  opacity:1;
}

.field--wrapper label.visible{
	opacity:1;
	 top:-17px;
}

*/

.quote-form .required{
	float: right;
}

input[type=submit]{
	width: auto;
}

.quote-header, #wpsl_search_widget-2 > h3{
	background-color: #f37736;
	padding: 15px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}


#wpsl_search_widget-2 form{
	padding: 15px;
}

/* Find an Agent
*********************************************/

label{
	width: 100%;
}

#wpsl-result-list .agent-info{
	margin-top: 20px;
}

#wpsl-result-list .agent-info p{
	margin: 0;
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li{
	width: 25%;
	padding: 30px 10px 30px 0;
	}
	
	#wpsl-search-wrap .wpsl-input label{
		width: 100%;
	}
	

	#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap #wpsl-radius label{
		width: 115px;
		padding: 5px 0;
		text-align: right;
	}
	
	
	#wpsl-wrap {

}

.copy #wpsl-wrap strong {
    color: #080a0a;
}

#wpsl-stores ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 30px 10px 30px 0;
    flex-basis: 33.33333%;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li.no-results{
        width: 100%;
    flex-basis: 100%;
    padding: 5px;
}

.wpsl-directions {
    display: inline;
    border-bottom: none!important;
}
	
@media (max-width: 1199px) {
	
	   	#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap #wpsl-radius label{
		padding: 0;
		text-align: left;
	}
	
	}
	
	
@media (min-width: 992px) and (max-width: 1199px) {
	
	
	  #wpsl-results{
	    width: 70px;
    }
    
    #wpsl-radius{
	    width: 115px;
    margin-right: 30px;
    margin-left: 15px;
    }
    
    	#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap #wpsl-radius label{
		width: 115px;
		padding: 0;
		text-align: left;
	}
	
	#wpsl-search-wrap .wpsl-input{
		width: 400px;
	}
	
	#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn{
		margin: 15px 0 15px 30px;

	}
	
	}
	
	
	@media (max-width: 991px) {
	 #wpsl-wrap.wpsl-store-below #wpsl-result-list li{
	width: 50%;
	}
	
	
#wpsl-search-wrap .wpsl-search-btn-wrap{
	width: 100%;
	 padding: 20px 0;
}

#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn{
	width: 100%;
   
}

#wpsl-search-input {
    width: 98%!important;
}

#wpsl-search-wrap .wpsl-dropdown {
    width: 96%!important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    flex-basis: 50%;
}

	
	}
	
	
	
@media (max-width: 600px) {
	
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li{
	width: 100%;
	flex-basis: 100%;
	}
	
	}
	

/* MODULES
*********************************************/

/* OVERRIDES
*********************************************/

/* MEDIA QUERIES
*********************************************/


@media (min-width: 992px){
	#call-message{
	
	float: right;
    width: 450px;
    margin: 25px 0 0 0;
}


.header{
	margin-top: -60px;
	position: relative;
	margin-bottom: 30px;
	}
	
	.page-title{
	padding: 90px 15px 30px 15px;
}


.page-template-default #request-quote{

	
}


.home #request-quote{

	margin-bottom: 0px;
	
}
	
}

@media (min-width: 768px){
	#main-footer .address, #main-footer .phone{
	border-left: 1px solid #f37736;
	padding: 20px 20px 20px 20px;
    margin-top: 30px;
}

	.container{
	padding-left: 40px;
}

#top-header .container{
	padding-left: 15px;
}


}


@media (min-width: 1800px){
	.top-image{

	    width: 1200px;
    height: 300px;
}
	
	}


@media (min-width: 1200px){

.mega-insurance .mega-menu-link:after{
	content: ' Insurance' !important;
}

#call-message{
	
	float: right;
    width: 450px;
    margin: 40px 0 0 0;
}

}

@media (max-width: 1450px){
.top-image{
	width: 700px;
}

}

@media (max-width: 1575px){

.secondary-hp-image{
	width: 650px;
}

}


@media (max-width: 1250px){
.top-image{
	width: 650px;
}

}



@media (max-width: 1199px){
	
	.slider-image{
		width: 600px;
	}
	
	.triangle-image {
    bottom: 0;
    right: 234px;
    width: 350px;
    height: 203px;
}


.page-image{
	width: 250px;
}


.secondary-title h2{
	padding-right: 50px;
	font-size: 24px;
}


.entry-title{
	font-size: 36px;
}

.top-image{
	width: 600px;
}

.secondary-hp-image{
	width: 750px;
}

	.teaser{
	flex-basis: 50%;
	margin-bottom: 20px;
	}
	
	#teasers .teaser-content{
		margin: 0;
		padding-bottom: 60px;
	}
	
	.teaser:nth-child(odd){
		padding-right: 10px;
	}
	
	.teaser:nth-child(even){
		padding-left: 10px;
	}

}

@media (max-width: 1050px){

.secondary-hp-image{
	margin-right: -100px;
}




}

@media (max-width: 991px){
	
	.secondary-hp-image{
		display: none;
	}
	


#slider, #hp-slider{
	height: 300px;
	margin-top: 0;
}

.triangle-image {
        bottom: -22px;
    right: 167px;
    top: auto;
    width: 277px;
}

.large-image{
	width: 430px;
    top: -65px;
}

.hp-slide-content{
    font-size: 24px;
}

.

.slide-copy {
    font-size: 24px;
    padding: 20px 15px 75px 15px;
}

.slide-copy span, #hp-slider span{
	font-size: 50px;
}

#eyebrow, #agent-login{
	background: #f37736;
	text-align: right;
}

#call-message{
	    padding: 30px 0;
}

#mobile-nav{
	position: absolute;
    right: 25px;
    text-align: right;
    font-size: 30px;
    top: 65px;
    }
    
    .page-image{
	width: 200px;
	height: 300px;
}

.top-image {
    width: 500px;
    height: 200px;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 13px;
    padding: 10px;
}

#legal, #mason{
	text-align: center;
	padding-top: 20px;
}


}

@media (max-width: 767px){
	

	
	#intro, #content{
		margin: 0;
	}
	#request-quote{
		margin: 0 -15px;
	}
	
	#logo {
    margin-top: 0px;
    padding: 15px;
    }
    
    .logo {
    max-width: 100px;
}

    
#call-message{
	background-color: #f37736;
	padding: 15px;
	color: #fff;
	font-size: 14px;
}   

#call-message .phone-number {
    font-size: 18px;
    white-space: nowrap;
} 

.slider-image{
	display: none;
}


.slide-copy, #hp-slider {
	font-size: 18px;
}

.slide-copy span, #hp-slider span{
	font-size: 36px;
}

#slider, #hp-slider{
	height: auto;
	padding-bottom: 75px
}

/* #slider-nav{
	margin-top: 25px;
} */

.slick-dots{
	bottom: 60px;
}

#mobile-nav{
	position: absolute;
    right: 25px;
    text-align: right;
    font-size: 30px;
    top: 15px;
    }
    
   #testimonials .quote{
	   padding: 20px;
	   margin: 10px;
	   font-size: 14px;
   } 
   
   .glide--horizontal .glide__arrow.prev{
	   left: -35px;
   }
   
   .glide--horizontal .glide__arrow.next {
    right: -35px;
}

.glide__arrow {
    background-color: #f37736;
    border-radius: 800px;
    padding: 16px 22px;
    border: 0;
    font-size: 14px;
}

.page-title h1{
	font-size: 30px;
}

#call-message i {
    font-size: 30px;
    border: 1px solid #f37736;
    border-radius: 500px;
    padding: 10px 15px;
}

#legal, #mason{
	text-align: left;
	padding-top: 20px;
}
.footer-links{
	text-align: left;
	font-size: 14px;
}

#main-footer .logo{
	display: none;
}
    
}

@media (max-width: 500px){
	
	.teaser{
	flex-basis: 100%;
	margin-bottom: 20px;
	padding: 0;
	}
	
		.teaser:nth-child(odd){
		padding-right: 0px;
	}
	
	.teaser:nth-child(even){
		padding-left: 0px;
	}

	.media-left {
    display: none;
}

	
}



/* OTHER
*********************************************/
/* YouTube Video Aspect Ratio */
.video-container { position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Google Map Aspect Ratio */
.map-container { position: relative; padding-bottom: 33%; padding-top: 30px; height: 0; overflow: hidden; }
.map-container iframe,
.map-container object,
.map-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* SYSTEM
**************************************************/

.wpcf7-form input:focus, #wpsl-widget-form input:focus, .wpcf7-form textarea:focus, #wpsl-widget-form textarea:focus{
	border: 1px solid #f37736;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus {     color: #f37736; background: #fff; }

/* High Contrast
**************************************************/

body.contrast #eyebrow, body.contrast #menu-eyebrow, body.contrast #eyebrow-links {
	background: #f6f6f3 !important;
}

body.contrast #menu-eyebrow .menu-item a, body.contrast #menu-eyebrow #agent-login a, body.contrast .social-links li a, body.contrast .serving-areas a{
	color: #000 !important;
	text-decoration: underline !important;
}

body.contrast #menu-eyebrow .current-menu-item a{
	color: #fff !important;
}

body.contrast #logo-holder:before, body.contrast #logo-holder:after{
	border-top-color: #f6f6f3 !important;
}

body.contrast #main-nav, body.contrast #mega-menu-wrap-main-menu #mega-menu-main-menu, body.contrast #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link, body.contrast #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
	background: #f6f6f3 !important;
	color: #000 !important;
}

body.contrast a, body.contrast a:focus, body.contrast .copy strong, body.contrast .contacts .name, body.contrast .team-members .name{
	color: #c83d12;
}

body.contrast div.teaser-content, body.contrast .quote-header, body.contrast #wpsl_search_widget-2 > h3{
	background-color: #c83d12 !important;
}

body.contrast #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus{
	background-color: #c83d12 !important;
	color: #fff !important;	
}

body.contrast #main-footer a{
	color: #fff !important;
	text-decoration: underline;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.high-contrast{
	padding: 7px 0;
}

.toggleWrapper{
	position: relative;
	overflow: hidden:
}
.toggleWrapper input{
	position: absolute;
	left: -99em;
}
.toggle{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 90px;
	height: 25px;
	margin-bottom: 0;
	background: #f37736;
	border-radius: 5px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before, .toggle:after{
	position: absolute;
	line-height: 25px;
	font-size: 14px;
	z-index: 2;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before{
	content: "OFF";
	left: 10px;
	color: #f37736;
}
.toggle:after{
	content: "ON";
	right: 13px;
	color: #fff;
}
.toggle__handler{
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #fff;
	width: 40px;
	height: 19px;
	border-radius: 3px;
	top: 3px;
	left: 3px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
input:checked + .toggle{
	background: #f37736;
}
input:checked + .toggle:before{
	color: #fff;
}
input:checked + .toggle:after{
	color: #f37736;
}
input:checked + .toggle .toggle__handler{
	width: 40px;
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
	border-color: #fff;
}