
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: normal;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
  color: #014c80;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.35;
   -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

h1, h2, h3, h4, h5, h6, .sideBar span {
  margin: 0 0 .5em 0;
  font-family: 'Play', sans-serif;
  color: #014c80; /*dark blue*/
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  clear: both;
}


h1 {
  margin: .5em 0 .5em .5em;
  font-size: 1.5em;
  color: #016db5;/*mid blue*/
}

h2 {
  font-size: 1.9em;
}


h3 {
  font-size: 1.7em;
  color: #da0929; /*red*/
  border-bottom: 2px solid #EEF5FB; 
}

h4 {
  font-size: 1.5em;
  border-bottom: 2px solid #EEF5FB; 
}

h5 {
  font-size: 1.35rem;
  border-bottom: 2px solid #EEF5FB; 
}

h6 {
  font-size: 1.25rem;
}

b, strong {
  font-weight: 700; 
}

 b a, strong a {
    font-weight: 700; 
}

em, i {
  font-style: italic;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;}
  
 small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px;
  }


a {
  color: #da0929; /*red*/
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto!important;
}

.imageRight, .imageLeft {
  display: block;
  margin: .5em auto;
  text-align: center;
}

a:hover, a:active {
  text-decoration: underline;
}

hr {
  height: 2px;
  border: 0;
  background: #EEF5FB;
}

.clear {
  clear: both;
}

/* iframe {
	display: none;
} */

/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn, .slicknav2_btn {
  display: block;
  vertical-align: middle;
  padding: .75em .75em 2em .75em;
  line-height: 1.2;
  cursor: pointer;
  }

  .slicknav2_btn {
    width: 100%;
    display: block;
    background: #016DB5;/*dark blue*/
    text-align: center;
  }

  
.slicknav_menu  .slicknav_menutxt, .slicknav2_menu .slicknav2_menutxt{
  display: block;
  float: left;
  line-height: 20px;
  font-family: 'Play', sans-serif;
  font-size: 1.25em;
  color: #014c80;
  font-weight: bold;
  }

.slicknav2_menu .slicknav2_menutxt {
  color: #fff;
}

  
.slicknav_menu .slicknav_icon, .slicknav2_menu .slicknav2_icon  {
  float: left;
  margin: 1px;
  }
  
  
.slicknav_menu .slicknav_icon-bar, .slicknav2_menu .slicknav2_icon-bar  {
  display: block;
  width: 1.125em;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 3px;
  background-color: #014c80;/*dark blue*/
  }

.slicknav2_menu .slicknav2_icon-bar {
  background: white;
}
  
.slicknav_nav, .slicknav2_nav { 
  clear: both; 
  font-family: 'Play', sans-serif;
  }
  
.slicknav_nav ul, .slicknav_nav li, .slicknav2_nav ul, .slicknav2_nav li {
  display: block; 
  }

  
.slicknav_nav .slicknav_arrow, .slicknav2_nav .slicknav2_arrow  { 
  margin: 0 0 0 0.4em; 
  font-family: sans-serif;
  font-size: .85em;
  }
  
.slicknav_nav .slicknav_item, .slicknav2_nav .slicknav2_item { 
  display: block; 
  cursor: pointer; 
  }
  
.slicknav_nav a, .slicknav2_nav a  { 
  display: block 
  }
  
.slicknav_nav .slicknav_item a, .slicknav2_nav .slicknav2_item a { 
  display: inline; 
  }
  
.slicknav_menu:before, .slicknav_menu:after { 
  content: " "; 
  display: table; 
  }
  
.slicknav_menu:after { clear: both }


.slicknav_menu {
  background: #FFFFFF;
  display: block;
  border-bottom: 3px solid #efefef;
}

.slicknav_nav, .slicknav2_nav  {
  color: #014c80;/*dark blue*/
  margin: 0;
  padding: 0;
}

.slicknav_nav, .slicknav_nav ul, .slicknav2_nav, .slicknav2_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav2_nav ul ul {
  padding-left: 20px;
}

.slicknav_nav a, .slicknav2_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration:none;
  color: #014c80;/*dark blue*/
}

.slicknav2_nav a {
  text-decoration:none;
  color: #014c80;/*dark blue*/
}

.slicknav_nav .slicknav_item a, .slicknav2_nav .slicknav2_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover, .slicknav2_nav .slicknav2_item:hover {
  background: #014c80; /*dark blue*/
  color: #fff;
  text-decoration: none;
}

.slicknav_item:hover a, .slicknav2_item:hover a {
  color: white;
}

.slicknav_nav a:hover, .slicknav2_nav a:hover {
  background: #014c80; /*dark blue*/
  color: white;
  text-decoration: none;
}

*[id*="lptopspacer"] {
	height: 0!important;
}

/* ---- MAIN STYLES -----*/

nav.main, nav.overview {
  display: none;
}

.headerWrapper {
  background: url(/regimages/topbg.jpg) no-repeat top left;
  background-size: cover;  
}

header {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

header h1 {
  display: none;
}

.logo {
  display: block;
  max-width: 360px;
  margin: auto;
  padding: .5em;
}

.topLinks, .socialMedia, .search {
  text-align: center;
}

.search {
  margin-top: .5em;
}

.topLinks li {
  display: inline;
  margin: 0 .25em;
  font-size: 1.1rem;
  color: #da0929;
  font-weight: bold;
}

.topLinks a {
  color: #014c80;/*dark blue*/
  font-weight: bold;
}

.topLinks ul {
  margin: 0 auto;
  list-style: none;
  max-width: 450px;
}

.socialMedia {
  background: white;
  margin-top: .5em;
  padding: .5em;
}

.socialMedia img {
  width: 30px;
  margin: 0 .2em;
}

.socialMedia .formText {
  height: 29px;
  padding: 0 4px 0 4px;
  margin-left: 1em;
  border: 0;
  border-right: none;
  background: #efefef;
}

.socialMedia #btnSearch {
  width: 29px;
  height: 29px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: 0;
  background: #efefef url('/regimages/searchBtn.png') no-repeat center center; 
}

.redBtn {
  display: block;
  width: 220px;
  margin: .5em auto;
  padding: 0 1em;
  line-height: 32px;
  background: #da0929;/*red*/
  color: white;
  text-align: center;
  font-family: 'Play', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.btnWrapper {
  background: #fff;
  text-align: center;
}

.btns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em .5em;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: .25em;
  width: 260px;
  height: 75px;
  padding: .25em 1em;
  border: 2px solid #E8F3F9;
  line-height: 1.85;
  text-decoration: none;
  text-align: left;
  color: #016db5;/*mid blue*/
  font-weight: bold;
  font-size: 1.2rem;
}

.btn:hover, .viewBrochure:hover {
  border: 2px solid #c0deec;
  text-decoration: none;
}

.sideBar .btn:hover {
  border: 2px solid #014c80;/*dark blue*/
}

.sideBar ul {
  margin: 0;
  padding: .5em;
  list-style: none;
  background: #016DB5;
  text-transform: uppercase;
}

.sideBar ul li a
{
  display: block;
  margin: .5em;
  color: #fff;
}

.sideBar span {
  display: block;
  margin: 0;
  padding: .75em .5em 0;
  color: #0F2E41;/*dark blue*/
  text-align: center;
  font-size: 1.2em;
}

.btnOne {
  background: url(/regimages/btnBg1.jpg) no-repeat top left;
  background-size: cover;
}

.btnTwo {
  padding: 0;
}

.btnThree {
  background: url(/regimages/btnBg3.jpg) no-repeat top left;
  background-size: cover;
}

.btnFour {
  background: url(/regimages/btnBg4.jpg) no-repeat top left;
  background-size: cover;
}

.btnFour span {
  display: block;
  color: #014c80;/*dark blue*/
  font-family: 'Play', sans-serif;
  line-height: 1.2rem;
}

.viewBrochure {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  height: 120px;
  margin: 0 auto 1em auto;
  padding: 1em .5em;
  text-align: left;
  font-weight: bold;
  color: #016db5;/*mid blue*/
  font-size: 1.2rem;
  background: #fff url(/regimages/brochures.png) no-repeat center right;
  background-size: 25%;
  text-decoration: none;
  border: 2px solid white;
  text-shadow: 1px 1px 3px rgba(255,255,255,1);
}

.subpageWrapper {
  position: relative;
  max-width: 1200px;
  min-height: 720px;
  margin: 1em auto 2em auto
}

.regContent {
  padding: 1em;
  background: white;
}

.regContent li, .regContentCampsList li, .overviewContent li {
  margin-bottom: .5em;
}

#map iframe {
	display: inline-block;
	max-width: 500px;
}

.addressMap {
	margin: 1em auto;
}

.sideBar {
  background: #016db5;/*mid blue*/
}

.sideBar .btns {
  padding: .25em;
}

.sideBar .btn {
  display: block;
  margin: .25em auto;
}

#lptopspacer84994748 {
	display: none!important;
	height: 0!important;
}

input[type="submit"], .smallBtn, .btnRegister, .submitButton {
    display: block;
    max-width: 200px;
    margin: .5em auto;
    padding: .25em .5em;
    text-align: center;
    background: url(/regimages/btnBg.jpg);
    font-family: 'Play', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #B7DAEE;
    color: #014C80; /*dark blue*/
    ;
}

.btnRegister {
  max-width: 100px;
  margin: 1em 0 0;
}

input[type="submit"]:hover, .smallBtn:hover, .btnRegister:hover {
  border: 2px solid #016DB5;
  text-decoration: none;
}

input[type="text"], input[type="password"], select {
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}

#logout {
	float: right;
}

.campLocation {
	width: 178px!important;
	margin: 0 auto;
	text-align: center;
}

.camperName {
	text-transform: uppercase;
}

.error, #error {
	color: #DA0929;
    font-weight: bold;
}

.error::before {
	content:">>";
}

.registrations div {
	padding: .5em;
	background: #EAF5FB;
}

.registrationHeader {
    background: #016DB5!important;
    color: white;
}

p span, p label {
    display: block;
}

#_Body {
	width: 260px;
}

.andOr {
  display: inline;
  width: inherit;
  text-align: inherit;
  margin-right: 0;
  color: #016DB5;
  font-weight: bold;
}

.balance {
    padding: .5em;
	background: #014c80;
    color: white;
}

.downloadBrochure td {
  padding:  .75em 0;
  text-align: center;
  background: url(/regimages/btnBg.jpg);
  font-family: 'Play', sans-serif;
}

.downloadBrochure a {
  text-transform: uppercase;
  color: #014c80;/*dark blue*/
}

#OtherEmailAddresses {
	width: 100%;
}

.footerWrapper {
  background: #016db5;/*mid blue*/
  text-align: center;
  padding: 1em .5em;
  clear: both;
  line-height: 1.65;
  font-size: .95em;
}

footer {
  max-width: 1200px;
  margin: 0 auto 1em auto;
}

footer a {
  color: #fff;
}

footer h6 {
  margin: .5em 0;
  color: #043B61;
}

footer div {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

footer img {
  display: none;
}

.copyright {
  color: #b2b2b2
}

.copyright a {
  color: #fff;
}

.testimonial {
  padding: .5em;
  background: #DCEDF7
}

div[title="home"] {
	display: none;
}

.menu_black {
display: block;
}

input[name="CampIDs"] {
    margin: 1em .25em;
}

#e10 {
	width: 100%;
}

@media screen and (max-width: 767px) {

.mapLink, #state_Answer {
	display: none!important
}

}

@media screen and (min-width: 768px) {

.logo {
  width: 45%;
  margin: 0;
}

.topLinks {
  position: absolute;
  top: .75em;
  right: 0;
  text-align: right;
}

.socialMedia {
  position: absolute;
  bottom: 1em;
  right: 0;
}

.findACamp {
  position: relative;
  padding: 1em;
}

.findACamp .redBtn {
  position: absolute;
  top: 1.5em;
  right: 1em;
}

.sideBar {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: .5em;
  width: 280px;
  margin: auto;
}

.sideBar .btn {
  margin: .5em auto!important;
}

.sideBar ul li a
{
  margin: .25em;
}

.btnContainer {
	float: right;
}

input[type="submit"], .smallBtn, .submitButton {
	display: inline-block;
	max-width: none;
	margin:  0;
}

.campLocation {
	width: 178px!important;
	margin-right: 1em;
	text-align: right;
}

p span, p label {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    text-align: right;
    margin-right: 1em;
}

#OtherEmailAddresses {
	width: auto;
}

.menu_black {
display: inline-block;
margin-right: 1em;
}

footer div {
  width: auto;
  margin-right: 2em;
}
}

@media screen and (min-width: 900px) {

  .topLinks {
    top: 1em;
  }

  .socialMedia {
    bottom: 3em;
  }

  .search {
    display: inline;
  }

  .menuWrapper {
    height: 50px;
    background: #fff;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(189,222,241,0.28);
    -moz-box-shadow: -1px 4px 5px 0px rgba(189,222,241,0.28);
      box-shadow: -1px 4px 5px 0px rgba(189,222,241,0.28);
  }

 .slicknav_menu, .slicknav2_menu {
  display: none;
  }
  
  nav.main {
      display: block;
      margin: auto;
      text-align: center;
  }

  nav.overview {
    display: block;
    margin: auto;
  }  
  
  nav.main ul, nav.overview ul {
   display: none;/*prevent flash of unstyled content*/
}

  .menu, .subMenu  {
    display: inline!important;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-family: 'Play', sans-serif;
    text-align: center;
    list-style: none;
    background: none
  }
  
  .menu li, .subMenu li {
    display: inline-block;
    width: auto;
    vertical-align: top;
    max-width: 215px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.25em;
    cursor: pointer;
  }
  
  .menu a, .subMenu a {
    padding: 6px;
    display: block;
    text-transform: uppercase;
  }

  .subMenu a {
    padding: 8px;
  }

 .menu a:first-of-type {
    color: #014c80;/*dark blue*/
  }

  .menu>li:nth-child(1)>a,
  .menu>li:nth-child(6)>a
  {
    pointer-events: none;
  }

  .menu>li>ul>li a { 
     pointer-events: auto !important;
     text-transform: none;
  }
  
  .menu a, .menu li, .subMenu a, .subMenu li {
    color:  white;
  }

  .highlight, .menu .highlight a:first-of-type {
    background: #016db5;/*mid blue*/
    color: white!important;
  }

  .menu li:hover a {
    background: #016db5;/*mid blue*/
    color: white;
    text-decoration: none;
  }
  
  .menu li ul, .subMenu li ul {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    min-width:160px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-variant: normal;
  }
  
  .menu li ul {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
}

  .menu li ul li, .subMenu li ul li { 
    display: block; 
    background: #016db5;/*mid blue*/
    color: white;
    text-align: left;
  }
  
  .menu li ul li a, .subMenu li ul li a {
    padding: 8px 12px;
  }
  
  .menu li ul li:hover >a, .subMenu li ul li:hover >a { 
    background: #da0929; /*red*/
    color: white;
  }

  .menu >li:hover >ul, .subMenu >li:hover >ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .menu >li:hover >ul li:hover ul, .subMenu >li:hover >ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .menu ul ul, .subMenu ul ul {
    top: 2px;
    left: 100%;
  }

  .menu ul ul ul {
    display: none !important;
  }

  .menu li:last-of-type>ul>ul {
    top: 0px;
    right: 100%;
  }

 .menu >li:nth-child(1) {
   width: 80px !important;
 }

 .menu li:first-of-type ul {
    min-width: 210px;
 }

 .menu > li:nth-child(1) ul {
   width: 150px;
 }

  .menu >li:nth-child(2) {
   width: 112px !important;
 }

   .menu >li:nth-child(5) {
   width: 116px !important;
 }
 
   .menu >li:nth-child(6) {
   width: 124px !important;
 }

  .menu li:last-of-type ul {
    left: inherit;
    right: 0px;
  }

  .subMenu li {
    width: auto;
    height: 34px;
    margin: 0 1px;
    font-size: .9rem;
    background: #016db5;/*mid blue*/
    border-radius: 3px 3px 0 0;
  }

  .subMenu li ul {
    display: none;
  }

  .subMenu ul li {
    max-width: none;
    min-width: 260px;
    height: auto;
    border-radius: 0;
  }

  /*--End desktop menu styles */

 .contactForm, .addressMap  {
  	display: inline-block;
  	vertical-align: top;
  }

  .contactForm {
  	width: 58%;
  	margin-right: 1%;
  }

  .addressMap {
  	width: 40%;
	margin: 0;
  }
	
  .contactForm p span, .contactForm p label {
  	width: 200px;
  }

  .findACamp {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }

  .bottomContent {
    display: inline-block;
    vertical-align: top;
    width: 39.5%
  }

  .viewBrochure {
    margin-bottom: 2em;
    padding: 1em;
  }

  .bottomContent img {
    width: 49%;
  }
  
	.imageRight {
	  float: right;
	  clear: right;
	  margin: .5em 0 1em 1em; 
	}

	.imageLeft {
	  float: left;
	  margin: .0 1em 1em 0; 
	}

footer {
  text-align: left;
}
}

@media screen and (min-width: 1024px) {
  
  h1 {
    font-size: 2em;
  }

}

@media screen and (min-width: 1100px) {

  .topLinks ul {
    max-width: none;
  }

  .menu li {
    max-width: 240px;
   }

   .menu li ul li {
     max-width: none;
   }

  .menu >li:nth-child(2) {
   width: 122px !important;
 }

   .menu >li:nth-child(5) {
   width: 130px !important;
 }
 
   .menu >li:nth-child(6) {
   width: 138px !important;
 }

  .btns {
      padding: 1.5em 0;
  }

  .btn {
    margin: 0;
  }

  .btnOne, .btnTwo, .btnThree {
    margin-right: .5em!important;
  }

  .bottomContent {
    padding: 2em;
  }

  .regContent {
    padding: 1.5em;
  }

}

@media screen and (min-width: 1250px) {

  h1 {
    margin: .5em 0;
  }

  .btnOne, .btnTwo, .btnThree {
    margin-right: 2.5em!important;
  }
  
  footer img {
  	display: inline-block;
  	width: 260px;
	}
}
