body.landing #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.landing #footer {
	background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {
	background: none;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/banner2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header {
	height: 4.5em;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {	
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	position: absolute;
	top: 0;
	display: none;
}
		

.wrapper.style1 {
    color: #FFF;
    background-color: #ED4933;
}
.wrapper.style3 {
    color: #333;
    background-color: #FFF;
}
.wrapper.style3 header.major p {
	color: #333;
}
.wrapper.style3 strong, .wrapper.style3 b {
	color: #ffffff;
}

.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
	color: #333;
}

.wrapper.style3 hr {
	border-color: rgba(0, 0, 0, 0.125);
}
#menu {
	background-color: #fff;
	color: #333;
}
.icon.style1 {
	color: #fff;
}
.icon.style2 {
	color: #fff;
}
.icon.style3 {
	color: #fff;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 0px!important;
}

#map h2 {
	font-size: 11px;
	font-weight: 400;
	color: #333;
}

.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 60px;
}

@media(min-width:767px) {
    #map {
        height: 400px;
        margin-top: 250px;
    }

}
	
@media screen and (max-width: 736px) {
	input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
		font-size: 1em;
	}
	.logo {
	    height: 50px;
    }
}

.style5 {
	background-color: #fff;
	height: 100px;	
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
	padding: 13px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 100px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 100px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 190px;
	height: 100px;
}
