/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/**  **/
/**  **/


/** Font Import **/
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Scheherazade);


/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/
body #content {
	background: url(http://static.contentres.com/media/images/55f204aa-ea52-49a6-a2b2-3ff3cae43afb.jpg);
}
body #content .container {
	background: #fff;
}


/** HOMEPAGE TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
.homepage #additional {
	background: none;
	background-image: none;
}


/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/


/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header {
	background: url(http://static.contentres.com/media/images/106fc1c7-647e-4843-bdad-91a02d076745.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	height: 390px;
	padding: 0;
}
.headerBranding {
	text-align: left;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e7e6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 ); /* IE6-9 */
	padding: 15px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 3px 4px #777;
	margin-top: 5px;
}

.headerSocial {
	text-align: right;
	padding-top: 30px;
}
.headerSocial img {
	padding-right: 5px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(256,256,256,0.3);
	box-shadow: 1px 1px 2px 2px rgba(256,256,256,0.3);
	width: 25px;
	height: 25px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 10.5s ease;
    transition: all 0.5s ease;
}
.headerSocial img:hover {
  width: 26px;
  height: 26px;
}



/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .socialSidebar **/
nav#main .homeButton {
	font-family: FontAwesome; /* add fontawesome icon font */
	font-weight: normal;
	font-style: normal;
	font-size: 23px; /* change icon size */
	display: block;
	padding: 1px;
	margin: -8px 0px 0px 0px;
	float: left;
	color: #fff; /* change icon color */
}
nav#main .homeButton:before {
  content: "\f015"; /* fontawesome font icon */
}
nav#main #homeButton{
  display: none; /* remove FMG home icon image */
}
nav#main {
	background: #022857;
}
nav#main .container {
	top: 5px;
}
nav#main li a, nav#main li {
	font-size: 13px!important;
}
nav#main ul ul {
	top: 22px;
}
nav#main li li:hover {
	border-right: 5px solid #b59736;
}


/** HERO ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero {
	background: url(http://static.contentres.com/media/images/55f204aa-ea52-49a6-a2b2-3ff3cae43afb.jpg);
}
#hero .container {
	background: #FFF;
	height: 350px;
}

/** HERO ROTATOR ASIDE **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero aside or wrapper **/
#hero aside h2, #hero aside p {
	color:#022857;
}
#hero aside p + p a {
	color: #000;
	background: #ccc;
	padding: 4px 20px;
	border-radius: 10px;
	border: 2px solid #aaa;
}
#hero aside p + p a:hover {
	color: #fff;
	background: #012D5F;
}
#hero aside p + p a + a {
	display: none;
}


/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer {
	background-color: rgba(4, 1, 42, 0.86);
	background-image: url(http://static.contentres.com/site/templates/001/img/1a1-footer.png);
}
footer a {
	color: #b59736;
}
footer a:hover {
	color: #eee;
}
.contactMap {
	position: absolute;
	bottom: 0px;
	margin-left: 520px;
}
.contactMap img {
	width: 200px;
	padding-left: 40px;
}


/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/