body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ccc;
}
.bg {
	overflow: hidden;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: auto;
	min-height: 136px;
	background: url(../images/masthead-bg.png) repeat-x top left;
	z-index: 1000;
	margin-bottom: -50px;
	position: absolute;
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #303877;
}
a.logo {
	display: block;
	width: 215px;
	height: 174px;
	background: url(../images/logo.png) no-repeat center center / contain;
	background-size: contain;
	padding: 0;
	margin: 0;
	top: 0px;
	left: -15px;
	position: absolute;
}
#masthead .four {
	float: right;
	width: 8%;
	padding-top: 20px;
}
#masthead .four + .threeFour {
	float: right;
	width: 60%;
	margin-right: 2%;
	padding-top: 20px;
	text-align: right;
}
#masthead .four + .threeFour .two {
	border-right: solid 1px #ccc;
	padding-right: 20px;
}
#masthead .four + .threeFour .two:last-child {
	text-align: left;
}
#masthead .four + .threeFour .two:last-child a.signUpBtn {
	display: block;
	padding: 5px 10px;
	border-radius: 15px;
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	font-weight: 400;
	border: solid 1px #444;
	background: #fff;
	color: #444;
	margin: 10px 0px 0px 75px;
	float: left;
}
.phoneNumber {
	float: right;
	width: auto;
	padding: 10px 0 0;
	margin: 0px;
	position: relative;
	text-align: right;
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #303877;
}
.phoneNumber strong {
	font-weight: 700;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
	text-align: right;
	width: 30px;
	padding: 0;
	margin: 0 0 0 20px;
	float: 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;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	clear: both;
	text-align: left;
	background: #303877;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	margin: 80px 0 0;
	width: 18%;
	overflow: visible;
}
nav a.navControl {
	display: none;
}
nav.a.disabled {
	pointer-events: none;
	cursor: default;
}
#menu-main-nav {
	margin: 0px;
	padding: 100px 0px 0px;
	left: 0px;
	z-index: 99;
	display: block;
}
#menu-main-nav li {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}
#menu-main-nav li:first-child {
	margin: 0px !important;
}
#menu-main-nav li a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 8px 20px;
	color: #fff;
	font-family: "Chewy", Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu-main-nav li a:hover {
	color: #303877;
	background-color: #EFE745;
}
#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: #90BB51;
	border-radius: 0px;
	z-index: 99;
	width: 200px;
	left: 100%;
	top: 0;
}
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 {
	text-align: left !important;
	color: #fff;
	font-size: 14px !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);
	color: #EFE745;
}
/*--------------- 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;
}
/*--------------- Header ---------------*/
header {
	height: auto;
	overflow: hidden;
	width: 82% !important;
	margin-top: 80px;
	margin-bottom: 0 !important;
	z-index: 10;
}
/*--------------- Slideshow ---------------*/
.cycle-slideshow {
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
	display: block;
	position: relative;
}
.cycle-slideshow article .img {
	overflow: hidden;
	padding: 0 0 56.25%;
	float: none !important;
	height: 0px;
}
.cycle-slideshow article .img img {
    width: auto;
    height: 100% !important;
	max-width: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*--------------- Calls to Action ---------------*/
#callToActions {
	background: url(../images/starburst.png) no-repeat right center #76252C;
	padding: 10px 20px 0;
	clear: both;
}
#callToActions .twoThree {
	width: 55%;
}
#callToActions .columnContent {
	padding-bottom: 0px;
}
#callToActions .columnContent img[align=right] {
	margin: 0px 10px 10px;
}
#callToActions p, #callToActions a {
	color: #fff;
}
#callToActions h2 {
	color: #90BB51;
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
}
#callToActions h2 strong {
	text-transform: uppercase;
}
#callToActions h2 span strong {
	color: #EFE745;
}
#callToActions .kid {
	background: url(../images/kid.png) no-repeat center center;
	width: 335px;
	height: 405px;
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 999;
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
	background: #fff;
}
nav + #mainContainer {
    padding-top: 80px;
}
.contain {
	width: 82%;
	float: left;
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 40px;
}
#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: 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%);
}
/*--------------- Recent News Section ---------------*/
#mainContent #news {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	border-top: dotted 1px #ccc;
}
#news .newsItem {
	background: #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 2%;
}
#news .newsDate {
	font-size: 11px;
}
#news .newsImg {
	margin-right: 5%;
}
#news img {
	width: 100% !important;
	max-width: none;
	height: auto;
}
#news .viewAll {
	display: block;
	float: right;
	padding: 10px;
}
/*--------------- Sidebar Section ---------------*/
aside {
	padding: 40px 0px 0px 40px!important;
	margin-bottom: 0 !important;
}
#mainContent + aside {
	padding: 40px 40px 0px 0px !important;
}
aside + #mainContent {
	padding: 40px !important;
}
aside h2 {
	font-size: 36px;
	line-height: 40px;
	color: #303877;
}
.inside aside {
	margin-left: -1px;
	border-left: solid 1px #e8e8e8;
}
aside img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
/*--------------- Footer Section ---------------*/
footer {
	display: block;
	clear: both;
}
footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px;
}
nav.footer {
	text-align: center;
	margin-bottom: 0px;
}
nav.footer #footerNav {
	padding:0;
	margin:0;
}
nav.footer #footerNav li {
	display: inline-block;
	padding:0;
	margin:0;
}
nav.footer #footerNav li a {
	padding: 0px 10px;
	border-right: solid 1px #fff;
	color: #fff;
}
nav.footer #footerNav li:last-child a {
	border: none;
}
footer p {
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
footer a {
	color: #fff;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 20px;
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 #masthead + .globalContainer {
 margin-top: 0px;
}
 #masthead {
 height: auto;
 min-height: 150px;
 margin-bottom: 0;
 font-size: 15px;
}
a.logo {
 left: 0;
}
.phoneNumber {
 font-size: 30px;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 width: 100%;
 padding-top: 60px;
}
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: center center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #777;
 width: 100%;
 padding-top: 0;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#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;
}
#requestQuote {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 1000;
}
#requestQuote a.quoteBtn {
 padding: 14px 30px;
}
/*--------------- Header ---------------*/
header {
 overflow: hidden;
 width: 100% !important;
 padding-top: 0;
 margin-top: 0;
 height: auto !important;
}
.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 40% !important;
 position: relative;
 width: 100% !important;
}
.cycle-slideshow article .img img {
 width: 100%;
 height: auto !important;
 position: absolute;
 top: 50%;
 left: auto;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
 max-width: none;
}
#callToActions .twoThree {
 width: 60%;
}
.contain {
	width: 100%;
	float: left;
}
#mainContent img {
    max-width: 50%;
    height: auto !important;
    width: auto !important;
}
aside img {
    max-width: 100%;
    height: auto !important;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
}
}
@media screen and (min-width: 768px) and (max-width:960px) {
 #masthead + .globalContainer {
 margin-top: 0px;
}
 #masthead {
 height: auto;
 min-height: 150px;
 margin-bottom: 0;
 font-size: 13px;
}
a.logo {
 left: 0;
}
.phoneNumber {
 font-size: 24px;
}
}
 @media screen and (max-width:767px) {
#masthead {
 height: auto;
 background-size: auto 65%;
 background-color: #303877;
 position: static;
 padding-top: 20px;
 margin-bottom: 0;
}
#masthead .four {
 display: none;
}
#masthead .four + .threeFour {
 margin: 0;
 padding: 0;
 text-align: center;
}
#masthead .four + .threeFour .two {
 border: none;
 padding: 0px 20px;
 color: #fff;
}
#masthead .four + .threeFour .two:last-child {
 display: none;
}
a.logo {
 width: 80%;
 height: 100px;
 margin: 0px auto 55px;
 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;
 color: #fff;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
 display: none;
}
.icon {
 margin: 0 5% 0% 0%;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 margin-top: 0;
 padding-bottom: 0;
}
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: center center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 padding-top: 0;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#menu-main-nav ul li a {
 color: #fff;
}
#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;
 margin: 0;
 padding: 0 !important;
 height: auto !important;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article .three {
 display: none;
}
.cycle-slideshow article .img {
 width: 100%;
 max-height: 350px;
 overflow: hidden;
 position: relative;
 background: #111;
 display: block;
 padding: 0 0 40% !important;
}
.cycle-slideshow article .img img {
	width: 100% !important;
	height: auto !important;	
	
}
/*--------------- Call To Actions ---------------*/
#callToActions {
 margin-bottom: 0px;
}
#callToActions .kid {
 display: none;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}
	 .contain {
	width: 100%;
	float: left;
}
#mainContainer.gutter {
 padding: 0;
}
#mainContent, aside {
 padding: 40px 40px 0px !important;
}
#mainContent img {
    max-width: 50%;
    height: auto !important;
    width: auto !important;
}
aside img {
    max-width: 100%;
	width: 100% !important;
    height: auto !important;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding: 20px;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
 display: none;
}
}