body {
	font-family: "Lato", Arial, Helvetica, sans-serif;	
}
.bg {
	background: #f9f9f9;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: auto;
	min-height: 120px;
	z-index:999;
	background: #c7c7c7;
}
a.logo {
	display: block;
	width: 30%;
	height: 100px;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	padding: 0;
	margin: 0;
	top: 10px;
	left: 20px;
	position: absolute;
}
.phoneNumber {
	float: right;
	width: auto;
	padding: 5px 40px 0px 0px;
	margin: 7px 10px 0px 0px;
	position: relative;
	background:;
	text-align: right;
	font-size: 24px;
	font-weight: 300;
	height: 30px;
	text-shadow: 2px 2px #555;
	
}
.phoneNumber strong {
	font-weight: 700;
	color:#e10007;
	
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
	text-align: right;
	width: 15%;
	padding: 0;
	margin: 0 20px 0 0;
	float: right;
	clear: right;
	position: relative;
	height: 30px;
}
.icon {
	padding: 0;
	margin: 0 2% 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;
}
.googlePlus {
	background: url(../images/google-plus.png) center center no-repeat;
}
.youtube {
	background: url(../images/youtube.png) center center no-repeat;
}
.instagram {
	background: url(../images/instagram.png) center center no-repeat;
}
.pinterest {
	background: url(../images/pinterest.png) center center no-repeat;
}

/*--------------- Beginning of Top Navigation Menu ---------------*/
nav.top {
	clear: both;
	text-align: right;
	position: relative;
	z-index: 999;
	padding: 10px 0px;
}
#menu-top-nav {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	z-index: 99;
	display: block;
	float: right;
}
#menu-top-nav li {
	margin: 0 0 0 -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
	
}
#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;
	text-shadow: 2px 2px #555;
}
#menu-top-nav li a:hover {
	text-decoration: underline;
}
#menu-top-nav li:last-child {
	border: none;
}
/*--------------- Tagline ---------------*/
.tagline {
	float: left;
	width: 40%;
	padding: 8px 0 8px 20px;
	margin-left: 35%;
	position: relative;
	color: #fff;
	font-size:30px;
	font-style:italic;
	text-shadow: 2px 2px #555;
	text-align: left;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	clear: both;
	text-align: center;
	background:#2e3d96;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
}
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;
}
#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: 15px 15px;
	color: #fff;
	font-weight: 400;
}
#menu-main-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
#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: #2E3D96;
	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 {
	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: 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: #E10007;
	position:absolute;
	top: 0%;
	left: 200px;
	width: 200px;
}

/*--------------- Header ---------------*/
header {
	height: auto;
	min-height:548px;
	overflow: hidden;
	margin-bottom:7px;
	
}
.inside header .featuredImg {
	height: 0px;
	position: relative;
	padding-bottom: 50%;
}
.inside header .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%);
}
/*--------------- 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:0px;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
	display: block;
	position: relative;
}
.cycle-slideshow article .slideTxt {
	padding: 40px;
	margin: 0;
	position: absolute;
	bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background: rgba(0, 0, 0, 0.8);
	display: none !important;
}
.cycle-slideshow article .slideTxt p, .cycle-slideshow article .slideTxt a, .cycle-slideshow article .slideTxt h2 {
	color: #fff;
}
.cycle-slideshow article .slideTxt p {
	margin-bottom: 0px;
}
.cycle-slideshow article .img {
	overflow: hidden;
	padding: 0 0 50%;
	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 {
	padding:10px;
	margin-bottom: 7px;
	background:#000;
}
#callToActions h2 {
	color:#fff;	
}
#callToActions .columns {
	margin-right:10px !important;
	margin-bottom:0px !important;
	background: #373636;
	
}
#callToActions .columns.four {
	width:24.5% !important;	
}
#callToActions .columns:last-child {
	margin-right:0px !important;
}

#callToActions a.columns .img {
	overflow:hidden !important;
}
#callToActions a.columns .img img{
	max-width:100% !important;
	margin: 0 auto;
}
#callToActions .columnContent img {
	width: 100%;
}
#callToActions .columns .columnContent h2 {
	font-size:20px;
	color:#ffd000;
	text-transform:uppercase;
}
#callToActions .columns .columnContent h2 span {
	font-size:16px;
	color:#fff;
}
#callToActions .columns .columnContent p {
	color:#fff;
}
#callToActions .columns .columnContent p a {
	color:#ffd000;
	text-transform:uppercase;
}
/*--------------- BXSlider Section ------------------*/
.inside #slider {
	clear: both;	
}
#slider .bx-wrapper {
	margin: 0px !important;
	max-width: none !important;
}
#slider .bx-wrapper .bx-viewport {
	height: 450px !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
	background: none !important;
}
#slider .bx-wrapper #bx-pager {
	display: none;
}
#slider .bx-wrapper .bx-prev {
	background: url(../images/arrow-left.png) no-repeat center center rgba(0,0,0,0.5);
	border-radius: 25px;
	overflow: hidden;
	left: 70px !important;
	bottom: -70px !important;
	z-index: 1;
	top: auto !important;
}
#slider .bx-wrapper .bx-next {
	background: url(../images/arrow-right.png) no-repeat center center rgba(0,0,0,0.5);
	border-radius: 25px;
	overflow: hidden;
	right: 70px !important;
	bottom: -75px !important;
	z-index: 1;
	top: auto !important;
}
#slider .bxslider {
	left: 0px !important;
	background: #ccc;
}
#slider .bxslider li {
	height: 450px;
	overflow: hidden;
	background: #000 !important;
}
#slider .bxslider li:nth-child(4n) {
 border: none !important;
}
#slider .bxslider li iframe {
	width:100% !important;
	height:100% !important;
		
}
#slider .bxslider li img {
	width: 100%;
	height: auto;
}
/*--------------- BXSlider Pager Section ------------------*/
#slider ul#bx-pager {
	display:block;
	text-align: center;
	overflow: hidden;	
}
#slider ul#bx-pager ifame {
	width: 100% !important;
	height:100% !important;
	padding:0;	
}
#slider ul#bx-pager li {
	display:inline-block !important;
	position:relative;
	margin:10px 5px ;
	padding:0px;
	width:100px;
	height:100px;
	overflow:hidden;
	
}
#slider ul#bx-pager li a img  {
	max-width:100% !important;
	height:auto !important;
	min-height:100% !important;
}
/*--------------- Gallery Section ---------------*/
#gallery {}

#gallery h1 {
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	color:#e10007;
	margin-bottom:20px;
}
#gallery h1 span {
	color:#ffd000;	
}
#gallery a.columns.four {
	margin-right: 10px !important;	
	margin-bottom:10px !important;
}

#gallery a.generalBtn {
	text-align: center;
    width: 14%;
	float: none !important;
	margin: 0px auto !important;
	background:#e10007;
	font-size:18px;
	padding: 18px 20px;
}
#gallery .imgDisplay {
	margin: auto 2%;
}
#gallery a.columns.four {
	height:150px;
	overflow:hidden;	
}
#gallery a.columns.four .imgDisplay {
	width:100% !important;
	height:auto !important; 
}
#gallery .imgDisplay  a.columns.four .overlay {
	ooacity: 0;	
	position:absolute;
}
#gallery .imgDisplay  a.columns.four:hover .overlay {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    background: url(../images/hover-img.png) center center no-repeat;
	background-size:cover;
	opacity:0.7;
	
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
	background: #000;
}
.inside #mainContainer {
	background: none !important;
}

#mainContainer .calendar {
	background:#e10007;
	padding:25px 40px;
	text-decoration:none !important;
	border-right: #fff solid 10px;
}
#mainContainer .calendar.columns {
	margin-right:10px !important;
	margin-bottom: 0px !important;	
}
#mainContainer .calendar p {
	color:#fff;	
}
#mainContainer .calendar h1 {
	font-size:36px;
	font-weight:900;
	text-align:center;
	color:#FFF;
	text-transform: uppercase;
}
#mainContainer .dailyQuote h1 {
	font-style:italic;
	color:#fff;
}
.dailyQuote .columnContent {
    padding: 20px 20px 20px 0;
}
.dailyQuote .columnContent p {
	color:#fff;
}
.inside header .featuredImg h1 {
	z-index:9;
	position:absolute;
	top:150px;
	font-size: 36px;
	font-weight:900;
	text-transform:uppercase;	
	left:40px;
	color:#E10007;
	text-shadow: 2px 2px #999;
}
#mainContent h1 {
	z-index:9;
	font-weight:900;
	text-transform:uppercase;	
	color:#E10007;
	text-shadow: 2px 2px #999;
}
#mainContainer a.generalBtn {
	background:	#E10007;
}
.inside #mainContainer h2 {
		color:#2E3D96;
}
.inside #mainContainer h3  {
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	padding:10px 0px;
	font-weight:100;
	text-transform:uppercase;
}
.inside #mainContainer h4 {
	color:#FFD000;
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 40px;
	margin-bottom: 0px;
}
#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 .two, .inside #mainContent .three, .inside #mainContent .four {
	float: left;	
}
.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 !important;
	background: #CCC;
}
#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;
}
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	padding: 15px 15px 0px 15px;
	background: url('../images/secondary-bg.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	color:#fff;
}
#secondaryContainer h2 {
	font-style:italic;
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
#secondaryContainer h2 span {
	color:#ffd000;	
}
#joinMailList {
	padding:20px;
}
.join.clearfix label {
	float:left;
	margin-right:3%;
	font-style:italic;
	font-size:18px;	
	margin-top: 4px;
}
.join.clearfix input[type=email]  {
	float:left !important;
	width: 41% !important;
	padding: 8px;
	margin-right:2%;
}
.join.clearfix input[type=submit] {
	float:left !important;	
	font-style:italic;
	text-transform:uppercase;
	width: 20% !important;
	background:#ffd000;
	padding: 7px;
}
.bookRob.clearfix {
	padding:20px;
}
.bookRob.clearfix label {
	float:left;
	margin-right:3%;
	font-style:italic;
	font-size:18px;	
	margin-top: 4px;
}
.bookRob.clearfix input[type=text]  {
	float:left !important;
	width: 30% !important;
	padding: 8px;
	margin-right:2%;
}
.bookRob.clearfix input[type=email]  {
	float:left !important;
	width: 23% !important;
	padding: 8px;
	margin-right:2%;
}
.bookRob.clearfix input[type=submit] {
	float:left !important;	
	font-style:italic;
	text-transform:uppercase;
	width: 20% !important;
	background:#ffd000;
	padding: 7px;
}
/*--------------- Footer Section ---------------*/
footer {
	background: #000 !important;
	display: block;
	clear: both;
}
footer .wrap {
	margin: 0 auto;
	padding: 20px 0px;
}
/*--------------- Footer Logo ---------------*/
a.footerLogo {
	display: block;
	width: 30%;
	height: 100px;
	padding: 0;
	margin: 0 20px 20px 20px;
	position: relative;
	background: #000;
	float: left;
}
footer #socialMedia {
	margin: 0 auto;
	float: right;
	text-align: right;
	width: 30%;
	margin-right: 20px;
}
/*--------------- Footer Address ---------------*/
address.contactInfo {
	display: block;
	font-style: normal;
	width: 30%;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}
.contactInfo p {
	color:#fff;
	margin: 0;
}
.contactInfo a {
	color: #fff;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 40px;
	margin-bottom: 0px;
}
p.developer a, p.copyright a {
	color:#fff;
}
p.copyright {
	float: left;
	width: auto;
	color:#fff;
	margin-left: 40px;
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 #masthead {
 height: auto;
 min-height: 120px;
 margin-top:50px;

}
 #masthead a.logo {
	top:20px;
 }
 #masthead .tagline {
	padding: 35px 0px 8px 20px; 
	line-height: 37px;
 }
#masthead .phoneNumber {
	padding: 35px 20px 0px 0px;	
}
#socialMedia {
 text-align: center;
 width: 100%;
 padding: 0;
 margin: 0px auto 10px;
}
/*--------------- Navigation Section ---------------*/
nav.top { 
	position:absolute;
	right:0px;
	height:80px;
	width: 50%;
	top:-50px;
	width:45%;
	background:#E10007;
	
}
nav.main {
	height:80px;
	position: absolute;
	top: -50px;
	width: 55%;
}
nav a.navControl {
 display: block;
 height: 75px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon.png');
 background-repeat: no-repeat;
 background-position: left center;
 margin: 0px 0px 0px 39px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #0b1a72;
 width: 100%;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225,255,255,0.3);	
}
#menu-main-nav ul {
 display: none;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 display: block;
}
#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:visible !important;
 min-height: 380px;
}
.inside header {
 overflow: hidden !important;
 height:auto !important;
 
}
.inside header .featuredImg img {
	margin: 0px -50% 0px 0px;	
}

.cycle-slideshow {
 width: 100%;
 position:absolute;
 padding: 0;
 margin: 0px;	
 z-index: 10;
 background: #333;
 overflow: hidden;
 height: 380px;
 top: 0px;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
 display: block;
 margin: 0;
}
.cycle-slideshow article .img {
 overflow: hidden;
 max-height: 400px;
 height: 0;
 padding: 0 0 50%;
 position: relative;
 width: 100% !important;
}
.cycle-slideshow article .img img {

}

/*--------------- Slide Navigation ---------------*/
a.navigation {
 display: none;
 padding: 15px 10px 5px 10px;
 border-radius: 20px;
 line-height: 0;
}
a.navigation {
 opacity: 0.5;
 z-index:999;
}
a#next {
 right: 25px;
}
a#previous {
 left: 25px;
}
#callToActions .columns.four {
	width: 23.5% !important;	
}
#slider .bx-wrapper .bx-next {
	right: 1% !important;	
}
#slider .bx-wrapper .bx-prev {
	left:1% !important;
}
#mainContainer {
    padding: 0px 10px 10px;
}
.inside #mainContainer {
    background:#fff;
}
#mainContainer .dailyQuote {
	background-size: contain !important;
}
.join.clearfix label {
	float: none !important;
	display:block;
	text-align:center;
	margin-bottom:10px;	
}
.join.clearfix input[type="email"] {
	width: 100% !important;
	margin-bottom:5px;
}
.join.clearfix input[type="submit"] {
	width: 100% !important;
	float:none !important;
}
.bookRob.clearfix label {
	float: none !important;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.bookRob.clearfix input[type="text"] {
	width:48% !important;
	margin-bottom:5px;
}
.bookRob.clearfix input[type="email"] {
	width:50% !important;
	margin-right:0px;
	margin-bottom:5px;
}

.bookRob.clearfix input[type="submit"] {
	width: 100% !important;	
}
#mainContainer {
	background: #fff;
}
#mainContainer a.calendar {
	border-right: none !important;	
}
#mainContainer a.calendar.columns {
	margin-bottom: 20px !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;
}
}
 @media screen and (max-width:767px) {
	 nav.top {
		margin-bottom: 20px; 
		background: #E10007;
	 }
#masthead {
 height: auto;
 padding-bottom: 10px;
}
a.logo {
 width: 80%;
 height: 100px;
 margin:0 auto;
 left: auto;
 top: auto;
 position: static;
 float: none;
}
nav.top {
	text-align: center;	
}
#menu-top-nav {
    width: 100%;
	margin-bottom: 20px;
}
.tagline, .phoneNumber {
 display: block;
 text-align: center;
 float: none;
 width: 100%;
 padding: 10px;
 margin: 0;
 border: none;
 position: relative;
 top: auto;
 line-height: 29px;
}
.phoneNumber {
 background: none;
 height: auto;
 width: 100% !important;
 padding: 20px 30px;
 text-align: center;
}
.phoneNumber a {
	color: #E10007;	
}
#siteWideSearch {
    margin: 10px 30px 0px 0px;
}
.siteSearch, .siteSearch input[type=text] {
 width: 100%;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
 text-align: center;
 width: 100%;
 padding: 0;
 margin: 0px auto 10px;
 position: static;
 top: auto;
 right: auto;
 float: none;
}
.icon {
 margin: 0 3% 0% 0%;
}
/*--------------- Navigation Section ---------------*/
nav.main {
	height:50px;
}
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: 30px center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
  background: #0b1a72;
 width: 100%;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225,255,255,0.3);	
}
#menu-main-nav ul {
 display: none;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 display: block;
}
#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:visible !important;
 min-height: 0px !important;
}
.inside header {
 overflow: hidden !important;
 height:auto !important;
 min-height: 235px !important;
}
.inside header .featuredImg img {
	margin: 5px -50% 0px 0px;
	padding-bottom: 3%;	
}
/*--------------- Slide Navigation ---------------*/
a.navigation {
 display: none;
}
/*--------------- Slides ---------------*/
.cycle-slideshow {
	position:relative;	
	margin-top:0px !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 .columns {
	margin-bottom:20px !important;	
}
#callToActions .columns.four {
	margin-bottom: 10px !important;
	width: 100% !important;
}
#callToActions {
 margin-bottom: 20px;
 z-index: 99;
}
#slider .bx-wrapper .bx-next {
	display:none !important;
}
#slider .bx-wrapper .bx-prev {
	display: none !important;	
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}

#mainContainer {
	background:#fff !important;	
}
#mainContainer a.calendar {
 border-right:none !important;	
}
#mainContainer .dailyQuote {
	background-size: contain;
}
.inside #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;	
}
.inside #gallery {
    background: #fff;
}
#gallery .imgDisplay a.columns.four:hover .overlay {
	display:none !important;	
}
#gallery a.generalBtn {
	width: 100%;	
}
/*--------------- Subscribe section ---------------*/
.join.clearfix label {
	float: none !important;
	display:block;
	text-align:center;
	margin-bottom:10px;	
}
.join.clearfix input[type="email"] {
	width: 100% !important;
	margin-bottom:5px;
}
.join.clearfix input[type="submit"] {
	width: 100% !important;
	float:none !important;
}
.bookRob.clearfix label {
	float: none !important;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.bookRob.clearfix input[type="text"] {
	width:100% !important;
	margin-bottom:5px;
}
.bookRob.clearfix input[type="email"] {
	width:100% !important;
	margin-right:0px;
	margin-bottom:5px;
}

.bookRob.clearfix input[type="submit"] {
	width: 100% !important;	
}
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;
}
}

#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;}