body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3{
	font-family: font112855;
}
#Subheader:after{
	background: none;
}
.headerText *{
	color: #fff;
	line-height: 1em;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 2%;
	margin-bottom: 0;
}
.headerText h1{
	/*font-size: 9em;*/
}
.headerText h3{
	/*font-size: 6em*/
}
.headerText h1,.headerText h3{
	border-radius: 15px
}
.headerText .redBackground{
	background-color:#d4311e
}
.headerText .orangeBackground{
	background-color:#fca603
}
.headerText .orangeBackground.opaque{
	background-color: rgba(204, 31, 39, 0.3);
}
.accordion,.accordion *{
	border-left-width: 0px!important;
	border-left-color: transparent!important;
}
.style-simple .accordion .question.active:after{
	display: none
}
#Top_bar #menu ul li.submenu .menu-toggle{
	background: url(../images/icons/add.svg) center no-repeat;
	background-size: 25px 25px;
}
#messageUs input,#messageUs textarea{
	width: 90%;
	background-color: #cd1f28;
	border-radius: 10px
}
#messageUs input:focus,#messageUs textarea:focus,#messageUs input:active,#messageUs textarea:active,#messageUs input:-internal-autofill-selected{
	background-color: #cd1f28!important;
}
#messageUs ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e98485;
}
#messageUs ::-moz-placeholder { /* Firefox 19+ */
  color: #e98485;
}
#messageUs :-ms-input-placeholder { /* IE 10+ */
  color: #e98485;
}
#messageUs :-moz-placeholder { /* Firefox 18- */
  color: #e98485;
}
.buttonTitle{
	border: 2px solid #fff;
    border-radius: 40px;
    padding: 20px 30px;
    color: #fff;
    display: inline-block;
}
.business{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	margin-bottom: 20px
}
.business .topSection{
	background: radial-gradient(rgba(170, 11, 15, 0.80), transparent);
}
.business .bottomSection{
	/*background-color: rgba(0,0,0,0.5);*/
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:5% 3%;
	padding-bottom:1px;
}
.business .bottomSection p{
	font-size: 11px;
	color: rgba(255,255,255,0.8);
	line-height: 1.5em;
}
.business .bottomSection h3{
	margin-bottom: 7px
}
.business .right img{
    /*background-color: #fff;*/
    /*color: rgba(0,0,0,0.7);*/
    /*border-radius: 50%;*/
    height: 40px;
    width: 40px;
    /*font-size: 1.5em;*/
    /*line-height: 40px;*/
    float: right;
    margin-top: 10px;
    margin-right: 10px;
} 
.business .topSection .imgContainer{
	padding-top: 75px;
	padding-bottom: 25px;
}
.business .topSection img{
	max-height: 100px;
}
.business *{
	color: #fff;
}
.sans{
	font-family: sans-serif;
}
.center{
	text-align: center
}
#Header_wrapper{
	background-size: cover;
	background-attachment: initial!important;
}
@media only screen and (min-width: 1240px){
	.sticky-dark #Top_bar.is-sticky {
	    background: rgba(255, 255, 255, 1);
	}
}
@media only screen and (max-width: 639px){
	#Top_bar, #Action_bar{
		background-color: #fff!important;
	}
	#Top_bar #menu{
		background-color: #fda602
	}
	#Top_bar .menu>li>a{
		color: #fff
	}
	#Top_bar .menu>li.current_page_item>a{
		color: #aa0b0f
	}
}
@media only screen and (min-width: 640px){
	.submenu ul{
		margin-top:14px!important;
	}
	#Top_bar.is-sticky .submenu ul{
		margin-top:0!important;
	}
	#Top_bar.is-sticky #logo img{
		max-height: 50px;
	}
	#Subheader{
		padding-top: 20px;
		border-bottom-color:transparent;
	}
	
	#Top_bar #logo{
		height: 55px;
		line-height: 55px;
		padding:5px 0;
	}
	#Top_bar .top_bar_left{
		border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	    border-bottom-left-radius: 50px;
	    border-bottom-right-radius: 50px;
	    background-color: #fff
	}
	#Top_bar .menu>li>a{
		padding: 8px 0;
	}
	#Top_bar .menu>li a:after{
		background: transparent;
	}
	#Top_bar .menu>li>a span:not(.description){
		color: #5e5e5e;
	    border-radius: 16px;
	    height: 25px;
	    font-size: 15px;
	    line-height: 25px;
	    padding: 2px 13px;
	    /*font-family: sans-serif;*/
	    font-weight: 700;
	    letter-spacing: 1px;
	}
	#Top_bar .menu>li.current_page_item>a span:not(.description) {
		background: #fda604;
	    color: #fff;
	}
	#Top_bar .menu_wrapper{
		margin: 15px 5% 15px 0;
	}
	#Top_bar.is-sticky .menu_wrapper{
		margin: 0;
	}
	#Top_bar.is-sticky .menu>li>a, #Top_bar.is-sticky .menu>li>a span{
		line-height: 25px!important
	}
}