/*HTML Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
	display:block;
}
input, select {
	vertical-align:middle;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #444;
	min-width: 1100px;
	background: url(../images/bg.jpg) repeat-x center top #fff;
}
body .bg {
	background: url(../images/shadow.png) no-repeat center 523px;
	background-size: contain;
	width: 1038px;
	margin: 0 auto;
}
/*--------------- Global Container ---------------*/
.globalContainer {
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
.wrap {
	width: 100%;
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*--------------- Global Site Text Styles ---------------*/
h1 {
	font-size: 30px;
	line-height: 32px;
	background: #246078;
	padding: 30px 40px;
	color: #fff;
	font-weight: 400;
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #246078;
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height:20px;
	margin-bottom: 5px;
}
h6 {
	font-size: 14px;
	line-height:18px;
	margin-bottom: 5px;
}
p {
	font-size: 13px;
	line-height: 22px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #444;
	font-weight: 400;
}
hr {
	margin: 30px 0px 30px 0px;
	border-bottom: dotted 1px #ccc;
	clear: both;
	border-right: none;
	border-left: none;
	border-top: none;
}
/*--------------- Global Link Styles ---------------*/
a {
	text-deccoration: underline;
}
a.generalBtn {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
	background: #444;
	color: #fff;
	float: left;
}
#mainContainer a.generalBtn {
	margin: 0 0 30px;
}
a:hover {
	text-decoration: none;
}
/*--------------- Global List Styles ---------------*/
#mainContainer ul, #mainContainer ol {
	padding: 0px;
	margin: 0px 30px 30px 0px;
	position: relative;
	left: 30px;
}
#mainContainer ul li {
	padding: 0px;
	margin-bottom: 5px;
}
/*--------------- Global Imgage Styles ---------------*/
.floatLeft, .alignleft {
	float: left;
	margin: 0 5% 5% 0;
}
.floatRight, .alignright {
	float: right;
	margin: 0 0 5% 5%;
}
.aligncnenter {
	text-align:center;
	margin: 0 auto;
	display: block;
}
.inside #mainContent img {
	padding: 5px;
	margin: 10px;
	background: #fff;
}
/*--------------- Column Styles ---------------*/
.columns {
	float: left;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}
.one {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0px;
}
.threeFour {
	width: 75%;
}
.two {
	width: 50%;
}
.twoThree {
	width: 66.67%;
}
.three {
	width: 33.33%;
}
.four {
	width:25%;
}
.five {
	width: 20%;
}
.six {
	width: 	16.67%;
}
.columnContent {
	padding: 20px;
}
.gutter {
	padding: 20px 0px 20px 20px;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: auto;
}
a.logo {
	display: block;
	width: 293px;
	height: 87px;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	padding: 0;
	margin: 0;
	top: 20px;
	left: 20px;
	position: absolute;
}
.phoneNumber {
	float: right;
	width: auto;
	padding: 5px 0px 0px 0px;
	margin: 30px 10px 0px 0px;
	position: relative;
	text-align: right;
	font-size: 24px;
	font-weight: 400;
	height: 30px;
	color: #fff;
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
}
.phoneNumber strong {
	font-weight: 700;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
	text-align: right;
	width: 16.5%;
	padding: 0;
	margin: 0 20px 0 0;
	float: right;
	clear: right;
	position: relative;
	height: 30px;
}
.icon {
	padding: 0;
	margin: 0 1% 0% 0%;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.icon:last-child {
	margin: 0;
}
.facebook {
	background: url(../images/facebook.png) center center no-repeat;
}
.twitter {
	background: url(../images/twitter.png) center center no-repeat;
}
.linkedIn {
	background: url(../images/linkedIn.png) center center no-repeat;
}
.googlePlus {
	background: url(../images/google-plus.png) center center no-repeat;
}
.youtube {
	background: url(../images/youtube.png) center center no-repeat;
}
/*--------------- Site Search ---------------*/
#siteWideSearch {
	display: block;
	float: right;
	padding: 0;
	margin: 24px 20px 0 0;
	position: relative;
}
a.searchEnable {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
a.searchEnable span.enabled {
	background: url(../images/magnifying-glass-icon.png) center center no-repeat;
	display: block;
	width: 40px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.searchEnable span.disabled {
	background: url(../images/close-btn-white.png) center center no-repeat;
	display: none;
	width: 40px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 9px;
}
.searchSite {
	width: 325px;
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: solid 1px #e8e8e8;
	display: none;
	right: 50px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
.searchSite input[type=text] {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	border: none;
	font-size: 12px;
	padding: 10px 50px 10px 10px;
	width: 100%;
	height: 39px;
}
.searchSite input[type=submit] {
	background: url(../images/magnifying-glass-icon.png) center center no-repeat #ccc;
	position: absolute;
	height: 39px;
	width: 39px;
	right: 0px;
}
/*--------------- Beginning of Top Navigation Menu ---------------*/
nav.top {
	float: right;
	text-align: right;
	position: relative;
	z-index: 999;
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu-top-nav {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	z-index: 99;
	display: block;
	float: right;
}
#menu-top-nav li {
	margin: 0 0 0 -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
	border-right: solid 1px #aaa;
}
#menu-top-nav li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 20px;
	color: #fff;
	font-weight: 400;
	line-height: 13px;
}
#menu-top-nav li a:hover {
	text-decoration: underline;
}
#menu-top-nav li:last-child {
	border: none;
}
/*--------------- Tagline ---------------*/
.tagline {
	float: left;
	width: 40%;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
	color: #fff;
	text-align: left;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	float: right;
	text-align: right;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	min-width: 69.5%;
}
nav a.navControl {
	display: none;
}
nav.a.disabled {
	pointer-events: none;
	cursor: default;
}
#menu-main-nav {
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 99;
	display: block;
}
#menu-main-nav li {
	margin: 0px 0px 0px -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
	border-left: solid 1px #ccc;
}
#menu-main-nav li:first-child {
	margin: 0px !important;
}
#menu-main-nav li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px 20px;
	color: #777;
	font-weight: 300;
	background: #fff;
}
#menu-main-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
#menu-main-nav li:last-child a {
	border: none;
}
/*--------------- Main Nav Dropdown First Tier ---------------*/
#menu-main-nav li ul {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 0px;
	z-index: 99;
	width: 200px;
	left: 0px;
}
ul#menu-main-nav li:hover > ul {
	visibility: visible;
}
ul#menu-main-nav li:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
ul#menu-main-nav li ul li {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 !important;
}
ul#menu-main-nav li ul li a {
	padding: 10px 30px !important;
	text-align: left !important;
	color: #fff;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display: block;
	margin: 0px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
ul#menu-main-nav li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
/*--------------- Main Nav Dropdown Second Tier ---------------*/
ul#menu-main-nav li:hover ul ul {
	visibility: hidden;
}
ul#menu-main-nav li ul li:hover> ul {
	visibility: visible;
}
/*--------------- Main Nav Dropdown Third Tier ---------------*/
ul#menu-main-nav li ul li ul {
	visibility: hidden;
	background: #555;
	position:absolute;
	top: 0%;
	left: 200px;
	width: 200px;
}
#requestQuote {
	float: right;
	widht: auto;
	position: relative;
}
#requestQuote a.quoteBtn {
	display: block;
	float: right;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: url(../images/white-arrow.png) left center no-repeat #246078;
}
#requestQuote a.quoteBtn:hover {
	background: url(../images/white-arrow.png) left center no-repeat #333;
}
#requestQuote a.closeBtn {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #555;
	font-size: 12px;
}
#requestQuote form.quote {
	background: #fff;
	padding: 20px;
	color: #333;
	position: absolute;
	width: 300px;
	height: auto;
	top: 100%;
	right: 0;
	display: none;
}
/*--------------- Header ---------------*/
header {
	height: auto;
	overflow: hidden;
	border-top: solid 5px #246078;
}
/*--------------- Slideshow Navigation ---------------*/
a.navigation {
	display: block;
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	position: absolute;
	top: 200px;
	text-align: center;
	text-decoration: none;
	font-size: 48px;
	font-weight: 400;
	padding-top: 10px;
	padding-left: 5px;
}
a.navigation:hover {
	opacity: 0.5;
}
a#next {
	right: -50px;
}
a#previous {
	left: -50px;
}
/*--------------- Slideshow ---------------*/
.cycle-slideshow {
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
	height: 335px;
}
/*--------------- Slides ---------------*/
.cycle-slideshow img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50% !important;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.message, .thanks {
	background: #246078;
	padding: 30px 40px;
	color: #fff;
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
	height: 85px;
}
.thanks {
	background: #4e4e4e !important;
}
.message h2, .thanks h2 {
	font-weight: 400;
	margin-bottom: 0px;
}
.apply, .payonline {
	background: #4e4e4e;
	padding: 20px 20px;
	text-transform: uppercase;
	text-align: center;
	height: 85px;
}
.payonline {
	background: #246078 !important;
}
.apply a, .payonline a {
	display: block;
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 300;
}
#callToActions.gutter {
	background: #fff;
	clear: both;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#callToActions .columns {
	padding: 40px 30px;
	border-right: solid 1px #e8e8e8;
	min-height: 275px;
}
#callToActions .columns:nth-child(2) {
 border: none;
}
#callToActions .columns:last-child {
	border: none;
	background: #f6f6f6;
}
#callToActions h3 {
	text-transform: uppercase;
	color: #707070;
	font-weight: 700;
	font-size: 19px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
#callToActions ul {
	padding: 0px;
	margin: 0px 30px 20px 0px;
	position: relative;
	left: 30px;
}
#callToActions a {
	color: #246078;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	text-decoration: none;
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
	border-bottom: solid 1px #e8e8e8;
	background: #fff;
	clear: both;
	z-index: 0;
}
#mainContainer.gutter {
	padding-top: 0px;
	padding-bottom: 0px;
}
.inside #mainContainer ul, .inside #mainContainer ol {
	margin-right: 50px;
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 30px 30px 0px;
}
.inside #mainContent, .inside aside {
	min-height: 1000px;
	padding: 30px 50px 0px;
}
#mainContent h2 {
	font-weight: 300;
	color: #246078;
}
#mainContent h3 {
	font-weight: 400;
	color: #246078;
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
}
#mainContent img {
	max-width: 50%;
	height: auto;
}
#mainContent img[align=left] {
	margin: 10px 20px 20px 0;
}
#mainContent img[align=right] {
	margin: 10px 0 20px 20px;
}
.inside #mainContent {
	border-right: solid 1px #e8e8e8;
	padding-top: 20px;
}
.inside.single #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 35%;
	overflow: hidden;
	position: relative;
	margin: -30px -50px 30px;
}
.inside #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	margin: -30px -50px 30px;
}
.inside #mainContent .featuredImg img {
	max-width: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}
/*--------------- Sidebar Section ---------------*/
aside {
	padding: 30px !important;
	background: url(../images/grey-arrow.png) no-repeat center -5px #f6f6f6;
}
.inside aside {
	margin-left: -1px;
	border-left: solid 1px #e8e8e8;
	 background-image: none;
}
aside img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	padding: 40px;
	background: #e8e8e8;
	text-align: center;
}
/*--------------- Footer Section ---------------*/
footer {
	background: #246078;
	display: block;
	clear: both;
	z-index:999;
}
footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 20px;
	margin-bottom: 0px;
}
p.developer a, p.copyright a {
	color:#fff;
}
p.copyright {
	float: left;
	width: auto;
	color:#fff;
	margin-left: 20px;
	margin-bottom: 0px;
}
@media screen and (min-width:1025px) {
#menu-main-nav {
 display: block !important;
}
}
@media screen and (max-width:1024px) {
body {
 min-width: 100%;
}
.globalContainer, body .bg {
 width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 #masthead {
 height: auto;
 min-height: 170px;
}
nav.top {
 float: none;
 background: #000;
 width: 100%;
 margin: -5px 0px 20px;
 padding: 0px;
 text-align: left;
}
#menu-top-nav {
 float: none;
}
#menu-top-nav li a {
 padding: 20px 20px;
}
.phoneNumber {
 margin: 0px;
 font-family: "Cinzel", Arial, Helvetica, sans-serif;
 position: absolute;
 top: 110px;
 right: 20px;
}
#siteWideSearch {
 position: absolute;
 top: 5px;
 right: 20px;
 margin: 0px;
}
a.searchEnable span.enabled, a.searchEnable span.disabled {
 left: 0px;
}
a.logo {
 top: 80px;
 margin-bottom: 0px;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 float: right;
 text-align: right;
 position: relative;
 z-index: 999;
 text-transform: uppercase;
 min-width: 100%;
}
nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon.png');
 background-repeat: no-repeat;
 background-position: 5% center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px 0px 10%;
 width: 100%;
 text-align: left;
}
#requestQuote {
 float: none;
 position: absolute;
 right: 0px;
 top: 0;
 z-index: 999;
}
#requestQuote a.quoteBtn {
 padding: 14px;
 background-image: none;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #777;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 padding: 20px;
 border-bottom: solid 1px #ccc;
}
#menu-main-nav ul {
 background: #555;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 background: #333;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 position: relative !important;
 left: 0 !important;
}
/*--------------- Header ---------------*/
header {
 overflow: hidden;
}
.cycle-slideshow {
 width: 100%;
 position: relative;
 padding: 0;
 margin: 0;
 z-index: 10;
 background: #333;
 overflow: hidden;
 height: 300px;
}
.message h2, .thanks h2 {
 font-weight: 400;
 margin-bottom: 0px;
 font-size: 18px;
}
#callToActions .columns {
 min-height: 320px;
}
#mainContent, aside {
 min-height: 600px;
  background-image: none;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
}
}
 @media screen and (max-width:767px) {
 h1 {
 font-size: 24px;
 line-height: 26px;
 background: none repeat scroll 0% 0% #246078;
 padding: 30px 40px;
 color: #FFF;
 font-weight: 400;
 font-family: "Cinzel", Arial, Helvetica, sans-serif;
}
#masthead {
 height: auto;
}
a.logo {
 width: 80%;
 height: 100px;
 margin: 20px auto 0;
 left: auto;
 top: auto;
 position: static;
 float: none;
}
.phoneNumber {
 display: block;
 text-align: center;
 float: none;
 width: 100%;
 padding: 10px;
 margin: 0;
 border: none;
 position: relative;
 top: auto;
}
.phoneNumber {
 background: none;
 margin-bottom: 20px;
 float: none;
}
#siteWideSearch {
 display: none;
}
nav.top {
 float: none;
 width: 100%;
 margin: 0px 0px 20px;
 padding: 0px;
 text-align: center;
}
#menu-top-nav {
 float: none;
}
#menu-top-nav li a {
 padding: 0px 15px;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 float: none;
 text-align: left;
 position: relative;
 z-index: 999;
 text-transform: uppercase;
 min-width: 100%;
}
nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon.png');
 background-repeat: no-repeat;
 background-position: 5% center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px 0px 15%;
 width: 100%;
 text-align: left;
}
#requestQuote {
 float: none;
 position: absolute;
 right: 0px;
 top: 0;
 z-index: 999;
}
#requestQuote a.quoteBtn {
 padding: 14px;
  background-image: none;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #777;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 padding: 20px;
 border-bottom: solid 1px #ccc;
}
#menu-main-nav ul {
 background: #555;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 background: #333;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 position: relative !important;
 left: 0 !important;
}
/*--------------- Header ---------------*/
header {
 max-height: 350px;
 overflow: hidden;
}
.cycle-slideshow {
 height: auto;
}
.message, .thanks {
 padding: 20px !important;
 text-align: center;
}
.message h2, .thanks h2 {
 font-weight: 400;
 margin-bottom: 0px;
 font-size: 18px;
 line-height: 20px;
 height: auto;
}
.apply, .payonline {
 padding: 20px !important;
}
/*--------------- Call To Actions ---------------*/
#callToActions.gutter {
 margin-bottom: 0px;
 padding: 0px !important;
}
#callToActions .columns {
 min-height: 0px;
 padding-bottom: 0px;
}
#callToActions .columns:last-child {
 padding-bottom: 40px;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}
#mainContainer.gutter {
 padding: 0;
}
#mainContent, aside {
 padding: 40px 40px 0px !important;
}
.inside #mainContent .featuredImg, .inside.single #mainContent .featuredImg {
margin: -40px -50px 30px;
padding-bottom: 56%;
}
.inside #mainContent .featuredImg img, .inside.single #mainContent .featuredImg img {
 max-width: none;
 width: 100%;
 padding: 0px;
 margin: 0px50% 0px 0px;
 position: absolute;
 top: 0%;
 left: 0%;
 transform: translate(0%, 0%);
}
.inside #mainContent, .inside aside {
 min-height: 0px;
  background-image: none;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding-top: 20px;
}
nav.footer {
 display: none;
}
/*--------------- Footer Logo ---------------*/
a.footerLogo {
 display: block;
 width: 80%;
 height: 100px;
 padding: 0;
 margin: 0 auto 20px;
 position: relative;
 background: #000;
 float: none;
}
footer #socialMedia {
 margin: 0 auto 20px;
 float: none;
 text-align: center;
 right: auto;
 width: 100%;
}
/*--------------- Footer Address ---------------*/
address.contactInfo {
 display: block;
 font-style: normal;
 width: 100%;
 float: center;
 padding: 0;
 margin: 0 0 2% 0;
 text-align: center;
}
.contactInfo p, .contactInfo a {
 color: #fff !important;
 margin: 0;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
 display: none;
}
p.copyright a {
 color:#fff;
}
p.copyright {
 float: none;
 text-align: center;
 width: 0 auto;
 color:#fff;
 margin: 0 0 20px;
}
}



h3.gsection_title {
	font-size: 1.8em;
	margin-top: 30px;
}