body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
}
.bg {
	/*background: url(../images/_bg.jpg) no-repeat center top;*/
	background: #fff;
	padding: 25px 75px 75px;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: auto;
	min-height: 290px;
	background: #fff;
	margin-top: 10px;
}
.single #masthead {
	min-height: 200px;
}
a.logo {
	display: block;
	width:16%;
	height: 140px;
	background:  url(../images/logo.jpg) no-repeat center center;
	background-size: contain;
	padding: 0;
	margin: 0;
	top:0px;
	left: 0px;
	position: absolute;
	z-index: 10000;
}
.secondLogo {
	width: 231px;
	height: 83px;
	float: right;
	position: absolute;
	left: 74%;
	top: 160px;
	clear: both;
	/*background: url(../images/second-logo.jpg) no-repeat center center;*/
}
, home .secondLogo {
 right: 5%;
}
.single .secondLogo {
	display: none;
}
/*--------------- Site Search ---------------*/
#siteWideSearch {
	display: block;
	float: right;
	padding: 0;
	margin: 0 20px 20px 0px;
	position: relative;
	z-index: 10000;
}
.searchSite {
    width: 250px;
    padding: 0px;
    margin: 0px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #E8E8E8;
    right: 0px;
    top: 0px;
    position: relative;
    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;
	margin: 0px;
}
.searchSite input[type=submit] {
	background: url(../images/magnifying-glass-white.png) no-repeat center center / 60% auto #ccc;
	position: absolute;
	height: 39px;
	width: 39px;
	right: 0px;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
	text-align: right;
	width: 100px;
	padding: 0;
	margin: 5px 0 0 0;
	float: right;
	clear: right;
	position: relative;
	height: 30px;
	z-index: 10000;
}
.icon {
	padding: 0;
	margin: 0 1% 0% 0%;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain !important;
}
.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;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	clear: both;
	text-align: right;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
	top: 0px;
}
nav a.navControl {
	display: none;
}
nav.a.disabled {
	pointer-events: none;
	cursor: default;
}
#menu-main-nav {
    margin: 0px;
    padding: 0px;
    z-index: 99;
    display: block;
    top: 0;
    position: relative;
    width: 90%;
    right: 0;
    float: right;
}
#menu-main-nav li {
	margin: 0px 0px 0px -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
}
#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: 0px 15px 15px;
    color: #19233D;
    font-weight: 400;
}
#menu-main-nav li a:hover {
	color: #19233D;
	font-weight: 400;
}
#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: #0c121f;
	border-radius: 0px;
	z-index: 99;
	width: 250px;
	left: 0px;
}
ul#menu-main-nav li:hover > ul {
	visibility: visible;
}
ul#menu-main-nav li:hover {
	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 !important;
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display: block;
	margin: 0px !important;
	text-transform: capitalize !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: 250px;
	width: 250px;
}
/*--------------- Header ---------------*/
header {
	height: auto;
	overflow: hidden;
	max-height: 430px;
	margin-top: -120px;
	z-index: 999;
}
header .topCorner {
	background: url(../images/top-corner.png) no-repeat center center;
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 0;
	width: 41px;
	height: 41px;
}
header .headerTxt {
	position: relative;
	background: -webkit-linear-gradient(#40516f, #19233d);
	background: linear-gradient(#40516f, #19233d);
	padding: 30px;
	height: 430px;
	margin-top: 80px;
	width: 33%;
}
header .headerTxt h2, header .headerTxt p {
	color: #fff;
}
/*--------------- Slideshow ---------------*/
.cycle-slideshow {
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 67% !important;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
	display: block;
	position: relative;
}
.cycle-slideshow article .img {
	overflow: hidden;
	padding: 0 0 64%;
	float: none !important;
	height: 0px;
}
.cycle-slideshow article .img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*--------------- Calls to Action ---------------*/
#callToActions {
	margin-bottom: 0px;
	background: #e3e4e6;
	overflow: visible;
	position: relative;
	z-index: 10000;
}
#callToActions .four {
	overflow: visible;
	width: 25% !important;
	margin-right: 0 !important;
	text-align: center;
}
#callToActions .four h2 {
	text-transform: uppercase;
	color: #426e93;
	text-align: center;
	min-height: 50px;
}
#callToActions .ctaImg {
	width: 168px;
	height: 168px;
	position: relative;
	margin: -125px auto 0;
	padding: 0;
	display: block;
}
#callToActions .four:first-child .ctaImg {
	background: url(../images/handshake.png) no-repeat center center / contain;
}
#callToActions .four:nth-child(2) .ctaImg {
 background: url(../images/document.png) no-repeat center center / contain;
}
#callToActions .four:nth-child(3) .ctaImg {
 background: url(../images/creditcard.png) no-repeat center center / contain;
}
#callToActions .four:last-child .ctaImg {
	background: url(../images/newpaper.png) no-repeat center center / contain;
}
#callToActions .four a.generalBtn {
	width: 100%;
	text-align: center;
}
#phoneNumberInterest {
	background: -webkit-linear-gradient(#416c91, #2c4963);
	background: linear-gradient(#416c91, #2c4963);
	padding: 30px 20px;
	display: block;
	clear: both;
	color: #fff;
	text-align: center;
}
#phoneNumberInterest h2 {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-right: 2%;
	margin-bottom: 0;
	font-weight: 300;
	padding-right: 2%;
	border-right: solid 1px #fff;
}
#phoneNumberInterest h2:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#phoneNumberInterest h2 strong {
	font-weight: 700;
}
#phoneNumberInterest h2 a {
	color: #fff;
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
	background: #E3E4E6;
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 40px;
	margin-bottom: 0px;
	background: #fff;
	margin-right: 0px;
	width: 68%;
	margin-top: -125px;
}
#mainContent img {
	max-width: 100%;
	height: auto;
}
#mainContent img[align=left] {
	margin: 10px 20px 20px 0;
}
#mainContent img[align=right] {
	margin: 10px 0 20px 20px;
}
.inside #mainContent .topCorner, aside .topCorner {
	background: url(../images/top-corner.png) no-repeat center center;
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 0;
	width: 41px;
	height: 41px;
}
/* background: #40516F; */
.inside #mainContent h1 {
	text-align: center;
	padding: 20px;
	margin-top: 0px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	background: #476930;
	color: #fff;
}
.inside #mainContent .two, .inside #mainContent .three, .inside #mainContent .four {
	float: left;
}
.inside.single #mainContent {
	width: 100%;
	margin-top: -40px;
}
.inside.single #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 40px;
}
.inside #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 -40px 40px;
}
.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%);
}
.single #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 40px;
	float: right;
	width: 50%;
}
.single #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%);
}
.single #mainContent.blog .two {
	margin: 0 4% 0 0;
	width: 48%;
}
.single #mainContent.blog .two:nth-child(odd) {
 margin: 0;
 width: 48%;
}
.single #mainContent.blog .featuredImg {
	height: 0px;
	padding-bottom: 20%;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 30%;
}
.single #mainContent.blog .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%);
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.single #mainContent.services .two, .single #mainContent.programs .two {
	margin: 0 4% 0 0;
	width: 48%;
}
.single #mainContent.services .two:nth-child(even), .single #mainContent.programs .two:nth-child(even) {
 margin: 0;
 width: 48%;
}
.single #mainContent.services .servicesImg, .single #mainContent.programs .programImg {
	height: 0px;
	padding-bottom: 25%;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 40%;
}
.single #mainContent.services .servicesImg img, .single #mainContent.programs .programImg 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: 40px 40px 0px !important;
	background: transparent linear-gradient(#40516F, #19233D) repeat scroll 0% 0%;
}
aside {
	margin-top: -40px;
}
aside p, aside a, aside h2, aside h3, aside h4, aside h5, aside h6 {
	color: #fff;
}
aside #callToActions p, aside #callToActions h2, aside #callToActions h3, aside #callToActions h4, aside #callToActions h5, aside #callToActions h6 {
	color: #444;
}
#mainContent + aside {
	margin-bottom: 0px !important;
}
aside img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
aside img.ajax-loader {
	width: auto;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px !important;
}
aside #callToActions {
	margin-right: -40px;
	margin-left: -40px;
	width: auto;
}
aside #callToActions .four {
	width: 50% !important;
	border-bottom: solid 1px #ccc;
	padding-top: 20px;
	margin-bottom: 0px;
}
aside #callToActions .four h2 {
	font-size: 16px;
	line-height: 18px;
	min-height: 40px !important;
}
aside #callToActions .four a.generalBtn {
	line-height: 14px;
}
aside #callToActions .four .ctaImg {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
aside #callToActions .four h2 {
	min-height: 0px;
}
#callToActions .four a.generalBtn {
	margin-bottom: 0px;
}
/*--------------- Footer Section ---------------*/
/*.footerContainer {
	background: url(../images/footer-bg.jpg) repeat center center;
}*/
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	padding: 40px 20px;
	background: #fff;
	text-align: center;
}
#secondaryContainer a.generalBtn {
	padding: 30px 80px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 2%;
	background: -webkit-linear-gradient(#828a94, #575c63);
	background: linear-gradient(#828a94, #575c63);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.3), 0px 0px 0px 2px #b7bcc3;
}
#secondaryContainer a.generalBtn:hover {
	background: -webkit-linear-gradient(#575c63, #828a94);
	background: linear-gradient(#575c63, #828a94);
}
#secondaryContainer a.generalBtn:last-child {
	margin-right: 0px;
}
footer {
	background: #19233d !important;
	display: block;
	clear: both;
}
/*footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px;
}*/
footer .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
}
footer #socialMedia {
	margin: 0 20px 0 0 !important;
	float: right;
	text-align: right;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 12px;
	padding: 10px
}
p.developer a, p.copyright a {
	color:#fff;
}
p.copyright {
	float: left;
	width: auto;
	color:#fff;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 12px;
	padding: 10px
}
span#siteseal {
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 20px;	
}

#blogListing {border-bottom:1px solid #ccc;padding: 10px;}
#blogListing:hover {background-color:#E9E9E9;cursor:pointer;}

a.validationPop {
	text-decoration: none;
}
a.validationPop span {
	display: none;
	text-decoration: none;
	width:200px;
	word-wrap:normal;
}
a.validationPop:hover span {
	position: absolute;
	text-align: left;
	padding: 3px;
	text-decoration: none;
	display: inline;
	left: 18px;
	background: rgb(242, 222, 222);
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border: 1px solid #e70000;
	color: black;
	cursor: hand;
}
a.infoPop {
	text-decoration: none;
	position:absolute;
}
a.infoPop span {
	display: none;
	text-decoration: none;
	min-width:350px !important;
}
a.infoPop:hover span {
	white-space:normal;
	position: absolute;
	text-align: left;
	padding: 3px;
	text-decoration: none;
	display: inline;
	min-width:350px !important;
	left: 18px;
	background: #e9f3ff;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #0033ff;
	color: black;
	cursor: hand;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #e70000;
  color: #e70000;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #e70000;
}
.required {font-size:.7em;top:-7px;position:relative;color:#d21822;}
.formFieldRequiredDesc {font-style:italic;font-size:.9em;}
.formFieldLabel {font-weight:bold;font-size:1.1em;padding-right: 5px;}
.formFieldDescription {font-style:italic;font-size:.9em;margin:0;}
.formFieldGroup {border:1px solid #fff;padding:10px;margin-bottom:10px;}

@media screen and (min-width: 768px) and (max-width:1024px) {
 .bg {
 padding: 0;
}
 #masthead {
 height: auto;
 min-height: 220px;
 margin-top: 0;
}
a.logo {
 top: 60px;
 left: 20px;
}
.secondLogo {
    right: 20px;
    bottom: auto;
    top: 100px !important;
    left: auto;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 background: #19233D;
 top: 0;
 height: 50px;
 z-index: 99999;
}
#socialMedia {
 position: absolute;
 right: 20px;
 top: 10px;
 clear: none;
 margin-top: 0;
 width: 20%;
 z-index:100000;
}
#siteWideSearch {
    display: block;
    float: right;
    padding: 0px;
    margin: 0px 140px 20px 0px;
    position: absolute;
    z-index: 100000;
    right: 0px;
	top: 3px;
}
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: 20px center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #19233D;
 width: 100%;
 top: 0;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225, 255, 255, 0.3);
 padding: 15px;
 color: #fff;
}
#menu-main-nav li a:hover {
 color: #fff !important;
 font-weight: 400;
}
#menu-main-nav ul {
 display: none;
 background: #426E93 !important;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 display: block;
 background: #777 !important;
}
#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;
}
#menu-main-nav li .expand {
 display: block;
 padding: 15px 20px;
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 z-index: 999;
}
#menu-main-nav li ul li .expand {
 display: none !important;
}
/*--------------- Header ---------------*/
header {
 overflow: hidden;
 margin-top: 0;
 background: #fff;
 max-height: 325px;
}
header .headerTxt {
 margin-top: 40px;
}
.cycle-slideshow {
 width: 100%;
 position: relative;
 padding: 0;
 margin: 0;
 z-index: 10;
 background: #333;
 overflow: hidden;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
 display: block;
 margin: 0;
}
.cycle-slideshow article .img {
 overflow: hidden;
 max-height: 400px;
 height: 0;
 padding: 0 0 64%;
 position: relative;
 width: 100% !important;
}
.cycle-slideshow article .img img {
 width: 100%;
 height: auto;
 position: absolute;
 top: 50%;
 left: auto;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#callToActions .ctaImg {
 width: 108px;
 height: 108px;
 margin: -40px auto 0px;
}
#callToActions .four h2 {
 font-size: 18px;
 line-height: 18px;
 min-height: 37px;
}
#mainContainer .videoContainer {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%; /*16:9*/
}
#mainContainer .videoContainer iframe {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
}
.inside #mainContainer {
 background: #fff;
}
.inside #mainContent {
 margin-top: 0px !important;
}
.inside aside {
 margin-top: 75px !important;
 padding: 40px 20px 0px !important;
}
.inside aside #callToActions {
 margin-right: -20px;
 margin-left: -20px;
 width: auto;
}
.inside aside #callToActions .four {
 width: 100% !important;
}
.inside aside #callToActions .four .ctaImg {
 width: 50px;
 height: 50px;
 margin: 5px 0px 0px 20px;
 float: left;
}
#phoneNumberInterest h2 {
 margin-right: 2%;
 margin-bottom: 0px;
 width: 49%;
 text-align: center;
 line-height: 30px;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
}
footer #socialMedia {
 display: none;
}
}
 @media screen and (max-width:767px) {
 .bg {
 padding: 0;
}
#masthead {
 height: auto;
 padding-bottom: 10px;
 margin-top: 0;
}
a.logo {
 width: 30%;
 height: 100px;
 margin: 0px;
 left: 20px;
 top: 60px;
 position: relative;
 float: none;
}
.secondLogo {
 width: 131px;
 height: 83px;
 float: right;
 position: absolute;
 right: 20px;
 bottom: -50px;
 clear: both;
 /*background: transparent url("../images/second-logo.jpg") no-repeat scroll center center / contain;*/
}
.tagline, .phoneNumber {
 display: block;
 text-align: center;
 float: none;
 width: 100%;
 padding: 10px;
 margin: 0;
 border: none;
 position: relative;
 top: auto;
}
.phoneNumber {
 background: none;
 height: auto;
 width: 75%;
 padding: 20px 30px;
 text-align: left;
}
#siteWideSearch {
    display: none
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
 position: absolute;
 right: 20px;
 top: 10px;
 clear: none;
 margin-top: 0;
 width: 20%;
 z-index:100000;
}
.icon {
 margin: 0 3% 0% 0%;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 background: #19233D none repeat scroll 0% 0%;
 top: 0px;
 height: 50px;
 z-index: 99999;
 position: absolute;
 top: 0;
 width: 100%;
}
#socialMedia {
 position: absolute;
 right: 20px;
 top: 10px;
 clear: none;
 margin-top: 0;
 width: 40%;
}
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: 20px center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #19233D;
 width: 100%;
 top: 0;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225, 255, 255, 0.3);
 padding: 15px;
 color: #fff;
}
#menu-main-nav li a:hover {
 color: #fff !important;
 font-weight: 400;
}
#menu-main-nav ul {
 display: none;
 background: #426E93 !important;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 display: block;
 background: #777 !important;
}
#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;
}
#menu-main-nav li .expand {
 display: block;
 padding: 15px 20px;
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 z-index: 999;
}
#menu-main-nav li ul li .expand {
 display: none !important;
}
/*--------------- Header ---------------*/
header {
 max-height: none;
 overflow: hidden;
 margin-bottom: 0px !important;
}
header .headerTxt {
 height: auto;
 margin: 0;
}
header .three .topCorner {
 display: none;
}
/*--------------- Slide Navigation ---------------*/
a.navigation {
 display: none;
}
/*--------------- Slides ---------------*/
.cycle-slideshow {
 margin-bottom: 0 !important;
 padding-bottom: 0 !important;
}
.cycle-slideshow article .three {
 display: none;
}
.cycle-slideshow article .img {
 width: 100%;
 max-height: 350px;
 overflow: hidden;
 position: relative;
 background: #111;
 display: block;
}
/*--------------- Call To Actions ---------------*/
#callToActions {
 margin-bottom: 0px;
}
#callToActions .four {
 width: 100% !important;
 padding-top: 20px;
 padding-bottom: 20px;
 border-bottom: solid 1px #ccc;
}
#callToActions .four:last-child {
 border-bottom: none;
 padding-bottom: 0;
}
#callToActions .four h2 {
 text-align: left;
}
#callToActions .four .ctaImg {
 width: 50px;
 height: 50px;
 margin: 5px 10px 0px 20px;
 float: left;
}
#phoneNumberInterest h2 {
 text-align: center;
 margin-bottom: 20px;
 line-height: 30px;
}
#secondaryContainer a.generalBtn {
 padding: 30px;
 margin-bottom: 20px;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}
#mainContainer.gutter {
 padding: 0;
}
#mainContent, aside {
 padding: 40px 40px 0px !important;
}
#mainContainer .videoContainer {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%; /*16:9*/
}
#mainContainer .videoContainer iframe {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding-top: 20px;
}
footer #socialMedia {
 display: none;
}
/*--------------- 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;
}
}

.nonav #masthead { display: none; }
.nonav .footerContainer { display: none; }

