/*
Camp Lohikan TOP  Navigation CSS
Author: Mat Kraner | Creative DBS
Version: 1.0

/*
 * Style Guidelines (Proposed)
 */

/* HEADINGS */
/*
  .page-heading:
    use: is generally applied to h1 for page headings
    example: <h1 class="page-heading">page-heading</h1>
    font: 'Impact'

  .logofont:
    use: applied to .page-heading styles that use the Lohikan logo font
    example:  <h1 class="page-heading logofont">Camp Lohikan</h1>
    font: 'pussycat_snickers'

  .page-subheading:
    use: .page-subheading is generally applied to h2 for subheadings
    example: <h2 class="page-subheading">page-heading</h2>
    font: 'Rock Salt'

  .content-heading:
    use: .content-heading is generally applied to h3 for headings before p content
    example: <h3 class="content-heading">content-heading</h3><p>...content</p>
    replaces:
      a. <h3 class="content-heading">heading</h3>
      b. <p><font><b>Heading</b></font> content..<p>
          (will need to extract out of p tag)
    font: 'Strait'
*/

/*

COLORS:
*******
yellow: 			      #fee03f
yellow /w opacity:  rgba(254, 224, 63, 1.0)
light blue:			    #194c91
dark blue: 			    #061A38
lighest blue:       #337ab7

*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Aldrich); /* font-family: 'Aldrich', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Viga); /* font-family: 'Viga', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Rambla:400,400italic,700,700italic); /* font-family: 'Rambla', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Strait|Rock+Salt); /* font-family: 'Strait', sans-serif; */ /* font-family: 'Rock Salt', sans-serif; */

@font-face {
    font-family: 'pussycat_snickers';
    src: url('../fonts/pusss-webfont.eot');
    src: url('../fonts/pusss-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pusss-webfont.woff2') format('woff2'),
         url('../fonts/pusss-webfont.woff') format('woff'),
         url('../fonts/pusss-webfont.ttf') format('truetype'),
         url('../fonts/pusss-webfont.svg#pussycat_snickers') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Impact.woff') format('woff'),
         url('../fonts/Impact.ttf') format('truetype'),
         url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Hide/Show Mobile  Desktop */
.hide-on-desktop {visibility:hidden !important; display:none !important;}
.hide-on-mobile {visibility:visible !important; display:block !important;}

/* Bootstrap additional buttons */
a.btn-homepage {position:relative; display:block; color: #FEE03F; border-color: #FEE03F; font-family: 'Strait', sans-serif; text-transform:uppercase; font-size: 22px; line-height: 40px; white-space: normal; width: 90%; height: 90px; border-radius: 10px; border-bottom-left-radius: 0px; margin: 0px 0px 10px 0px; text-align:left; background: url('../images/top-navi-bg-03.png'), #194c91;}
a.btn-rounded {border-bottom-left-radius: 10px;}
a.btn-homepage:hover {background: #194c91; color: #fee03f !important;}
a.btn-homepage:visited, a.btn-homepage:active {color: #FFF;}
.btn-video, .btn-activities, .btn-primary, .btn-submit {
  margin: 30px 0;
  line-height: 1;
  font-family: 'Rock Salt', sans-serif ;
  font-size: 24px;
  font-weight: 700;

  border: 3px solid #0a2a57;
  padding: 1em;
  vertical-align: middle;
  background:  #0a2a57;
  color: #fff;
  border-radius: 6px;
}

.btn-submit {
  font-size: 1em;
}

.btn-activities.btn-block-80 {
  width: 80% !important;
}

.btn-video {
  padding: 12px;
}

.btn-activities {
  background: #02335c;
  border-color: #02335c;
  margin: 0 auto;
}

.btn-video:focus, .btn-activities:focus,  .btn-primary:focus {
  color: #fff;
}
.btn-video:hover,  .btn-primary:hover {
  background:  none;
  color: #0a2a57;
  opacity: 1;
}

.btn-activities:hover {
  color: #fff;
  background: none;
  border-color: #fff;
  opacity: 1;
}

.btn-block-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-block-72 {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-play {
  /*background: url(../images/play_button.png) no-repeat;*/
  background: url(../images/play_button_yellow.png) no-repeat;
  width: 2em;
  height: 2em;
  background-size: 2em;
  display: inline-block;
  vertical-align: middle;
}

.btn-video:hover .icon-play {
  background: url(../images/play_button_blue.png) no-repeat;
  background-size: 2em;
}

.btn-social-icon {
  width: 30px;
  height: 30px;
}

.btn-social-icon>:first-child {
  line-height: 30px;
}


.hp-3-buttons-adjustment {top: 52px;}

.chose-activities-image {position: relative; display: block; float: left; left: -12px; bottom: 58px;}
.chose-activities-image img {width: 100px; height: 140px; position: relative; display: block;}
.chose-activities-text {position: absolute; display: block; right: 10px; font-size:35px; font-weight:bold; top: 10px;}
.chose-activities-text-2 {position: absolute; display: block; right: 10px; top: 45px;}

.daily-activities-image {position: relative; display: block; float: left; left: -12px; bottom: 58px;}
.daily-activities-image img {width: 98px; height: 160px; position: relative; display: block; left: 40px;}
.daily-activities-text {position: absolute; display: block; right: 10px; font-size:35px; font-weight:bold; top: 10px;}
.daily-activities-text-2 {position: absolute; display: block; right: 10px; top: 45px;}

.spy-camp-image {position: relative; display: block; float: left; left: -12px; bottom: 58px;}
.spy-camp-image img {width: 116px; height: 140px; position: relative; display: block;}
.spy-camp-text {position: absolute; display: block; right: 10px; font-size:35px; font-weight:bold; top: 10px;}
.spy-camp-text-2 {position: absolute; display: block; right: 10px; top: 45px;}


/* Close Window Button */
a.CloseWidget {
   visibility: hidden;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* basic Setting */
body {font-family: 'Open Sans', sans-serif; font-size: 19px; line-height: 28px; letter-spacing: 0.009em; background: #03294f url(../images/blue_pattern_10.jpg);}
html {scroll-behavior: smooth;}

p {margin: 0 0 20px 0;}

/* Sets the marker to a "star" character */
ul.star { list-style-type: "★"; }
ul.star li {padding: 0 0 20px 15px;}

a {-webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -ms-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; opacity: 0.4s;}
a:hover {text-decoration: none; opacity: 0.60;}

.h1, h1 {font-family: 'Strait', sans-serif; font-size: 50px;}
/*.h2, h2 {font-family: 'Strait', sans-serif; font-size: 40px;}*/
h2 {
  color: #fff;
  text-align: center;
  font-family: 'Rock Salt', sans-serif;
  font-size: 60px;
  text-transform: lowercase;
  line-height: 3;
  margin: 0;
}
.h3, h3 {font-family: 'Strait', sans-serif; font-size: 30px;}
.h4, h4 {font-family: 'Strait', sans-serif; font-size: 22px; font-weight: bold;}



h1.homepage_t1 {position:relative; display: block; text-align: center; font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 100px; line-height: 100px; padding: 0; margin: 40px 0 0 0; border-bottom: 3px solid;}
h1.homepage_t1.logoimage, .logoimage {
  background: url(../images/logo-text.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow:hidden;
  width: 400px;
  line-height: 1;
  margin: 20px auto;
  background-position: left 0px bottom 10px;
  display: inline-block;
}

.logoimageblue {
  background: url(../images/logo-big-web-blue.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow:hidden;
  line-height: 1.5em!important;
  background-position: center;
  display: block;
}

h1.homepage_t1, h2.homepage_t2 { text-transform: uppercase; }
h2.homepage_t2 {position:relative; display: block; text-align: center; font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 60px; line-height: 60px; padding: 0; margin: 15px 0 6px 0;}
h3.homepage_t3 {position:relative; display: block; text-align: center; font-size: 32px; line-height: 32px; padding: 0; margin: 0px 0 20px 0;}
h2.h2-homepage {margin: 40px 0 20px; font-weight: bold;}
h4.homepage {position:relative; display: block; text-align: center;font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 60px; text-transform: uppercase; color: #fff; text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47); -webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47);}
h5.homepage {position:relative; display: block; text-align: center;font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 40px; text-transform: uppercase; color: #fff; margin-bottom:25px; top: -10px; text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47); -webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47);}

h4.new_title {position:relative; display:block; text-align:center; font-family:'Impact', 'pussycat_snickers', 'Arvo', serif; font-size: 50px; font-weight:normal; text-transform:uppercase; color:#fff; padding: 15px 0; text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47); -webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.47);}
h4.new_title #h4_bigger {font-size: 80px; padding: 0 20px;}
h4.panel-title {font-size: 18px;}
  .expand-collapse-font-color {color: #333; font-size: 16px; line-height: 22px;}

h1.interior_t1 {position:relative; display: block; text-align: center; font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 110px; line-height: 110px; padding: 0; margin: 10px 0 0px 0;}
h2.interior_t2 {position:relative; display: block; text-align: center; font-size: 40px; line-height: 40px; padding: 0; margin: 15px 0 15px 0;}
h3.interior_t3 {position:relative; display: block; text-align: center; font-size: 32px; line-height: 32px; padding: 0; margin: 0px 0 20px 0;}
h4.interior_t4 {position:relative; display: block; text-align: center; font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 46px; line-height: 46px; padding: 0; margin: 15px 0 10px 0;}
h4.interior_t5 {position:relative; display: block; text-align:left; font-family: 'Arvo', serif; font-size: 30px; line-height: 30px; padding: 0; margin: 0px 0 26px 0; font-weight:bold;}
h4.interior_t6 {position:relative; display: block; text-align: center; font-family: 'pussycat_snickers', 'Arvo', serif; font-size: 36px; line-height: 36px; padding: 0; margin: 0px 0 20px 0;}
h5.interior_t5 {position:relative; display: block; text-align:left; font-family: 'Arvo', serif; font-size: 24px; line-height: 24px; padding: 0; margin: 0px 0 26px 0; font-weight:bold;}
h5.interior_t5_arial {position:relative; display: block; text-align:left; font-family: Arial Narrow, Arial, 'Arvo', serif; font-size: 24px; line-height: 24px; padding: 14px 0 0; margin: 0px 0 26px 0; font-weight:bold;}
h5.interior_t5_arial_blue {position:relative; display: block; text-align:left; font-family: Arial Narrow, Arial, 'Arvo', serif; font-size: 24px; line-height: 24px; padding: 14px 0 0; margin: 0px 0 12px 0; font-weight:bold; color: #3952A4;}

h9.interior_t9 {position:relative; display: block; text-align:left; font-family: 'Arvo', serif; font-size: 0px; line-height: 0px; padding: 0; margin: 0px 0 40px 0; font-weight:bold; border-bottom: 3px solid #444; color:#444;}

.page-heading {
  text-align: center;
  font-family: 'Impact', 'Arvo', serif;
  font-size: 80px;
  line-height: 1;
  padding: 0;
  margin: 26px 0 10px 0;
  color: #134589;
  font-weight: 700;
}

.page-subheading {
  text-align: center;
  padding: 0;
  margin: 15px 0 15px 0;
  line-height: 1.5;
  font-family: 'Rock Salt', sans-serif ;
  font-size: 30px;
  font-weight: 700;
  color: #0a2a57;
  text-transform: lowercase;
}

.logofont {
  font-family: 'pussycat_snickers', 'Impact', 'Arvo', serif;
  font-size: 110px;
  margin: 10px 0 0px 0;
}

.content-heading {
  margin: 0.5em 0;
  font-family: 'Strait';
  font-size: 1.3em;
  font-weight: 700;
  color: #134589;
  text-transform: uppercase;
}

.star-heading {
  padding: 0;
  margin: 30px 0;
  line-height: 1;
  font-family: 'Rock Salt', sans-serif ;
  font-size: 24px;
  font-weight: 700;
  color: #0a2a57;
  vertical-align: middle;
}

.star-heading:before {
  content: '';
  display: inline-block;
  height: 1.5em;
  width: 2em;
  background: url(../images/lohikan_star.png) no-repeat;
  background-size: 1.5em;
  vertical-align: middle;
}

.address-bar-map-holder .star-heading {
  margin: 0;
  text-align: center;
}

.address-bar-map-holder .star-heading a {
  text-decoration: underline;
}

/*iFrame*/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.red-text {color: #7b112f;}
.highlight {color: #134589;}
.image-caption {font-size: 16px; line-height: 20px; color: #666; padding: 0px 0 20px 0; text-align: center;}

.photo-align-left  {width: 40% !important; margin: 10px 20px 10px 0 !important;}
.photo-align-right {width: 40% !important; margin: 10px 0px 10px 20px !important;}

.relative { position: relative !important; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nobackground { background: none !important; }

.img-border {border:1px solid #666 !important;}

/* Just Testing */
h1.interior_t1_impact {position:relative; display: block; text-align: center; font-family: 'Impact', 'Arvo', serif; font-size: 80px; line-height: 80px; padding: 0; margin: 26px 0 10px 0;}
h2.interior_t2_impact {position:relative; display: block; text-align: center; font-family: Arial Narrow, Arial, 'Impact', 'Arvo', serif; font-size: 40px; line-height: 40px; font-weight: bold; padding: 0; margin: 15px 0 15px 0;}
h3.interior_t3_impact {position:relative; display: block; text-align: center; font-family: Arial Narrow, Arial, 'Impact', 'Arvo', serif; font-size: 32px; line-height: 38px; font-weight: bold; padding: 0; margin: 0px 0 20px 0;}

#pano {
  width: 100%;
  height: 70vh;
  margin-bottom:-8px;
}
.remove-black-border {border-bottom:none !important;}
.add-black-border {border-bottom: 3px solid #444;}
.yellow-divider { margin: 0; padding: 0; border-top: 3px solid #fee03f; }
.grey-divider, .gray-divider   { margin: 0; padding: 0; border-top: 3px solid #444; }
.page-heading-divider { margin:20px 0 40px 0; padding: 0; border-top: 3px solid #444; }

.text-left { text-align: left!important;}
.margin-bottom-20 {margin-bottom: 20px !important;}
.margin-top-20 {margin-top: 20px !important;}
.padding-top-20 {padding-top: 20px;}
.padding-top-interior {padding-top: 25px;}
.padding-bottom-20 {padding-bottom: 20px;}
.margin-fix {padding-left: 0px;}
.box-align-center {position: relative; display:block; text-align:center; }
.container-full {margin: 0; padding: 0; width: 100%; background-color: #cacaca; height: 4px; border-bottom: 1px solid #194c91; border-top: 1px solid #194c91;}
.container-full-gray {margin: 0; padding: 0; width: 100%; background-color: #cacaca; height: 4px;}
body.template_4 .carousel-indicators, body.template_5 .carousel-indicators {visibility:hidden; display:none;}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths { position:relative; min-height:1px; padding-right:15px; padding-left:15px }
.col-xs-5ths { width:20%; float:left }

/* Online Forms */
.smaller-form-column {width: 100%; max-width: 800px; margin-left: 50%; left: -400px; overflow: hidden;}
.c-forms-form {display: block !important; position: relative !important; width: 100% !important; max-width: 800px !important;}
.c-forms-form label {font-family: 'Strait' !important; color: #134589 !important; text-transform: uppercase !important; font-weight: 700 !important; font-size: 19px !important; line-height: 28px !important; letter-spacing: 0.009em !important;}
.WehdjRjDDk2VUWzF8AOsMA {visibility: hidden; display: none;}

.cognito .c-forms-form :not(.c-question) > .c-label {font-family: 'Strait' !important; color: #134589 !important; text-transform: uppercase !important; font-weight: 700 !important; font-size: 19px !important; line-height: 28px !important; letter-spacing: 0.009em !important;}

@media (min-width: 768px) {
  .col-sm-5ths { width:20%; float:left }
}
@media (min-width: 992px) {
  .col-md-5ths { width:20%; float:left }
}
@media (min-width: 1200px) {
  .col-lg-5ths { width:20%; float:left }
}

.hp-thumbs {width: 95%; height: auto;}
.hp-thumbs-holder {position: relative; margin: 20px 0 0 0;}
.img-thumbnail {margin: 5px;}
.img-thumbnail-png {margin: 5px; background-color: none; border: none;}
.imageopacity {-webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease;}
.imageopacity:hover, .imageopacity:active {opacity: 0.75; cursor:pointer;}
.list-group-item {font-size: 14px;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {font-size: 18px; padding: 10px 0px;}
.activities-bg{background: #D96D00 !important; border-color: #D96D00 !important;}
.activities-bottom-bg {background: #dddddd !important; font-weight: bold; line-height: 20px; padding: 10px 0 10px 0 !important;}
.list-group a.list-group-item:hover {opacity: 0.85;}
.content-photos {margin:0 0 10px 0; border:1px solid #333 !important;}
.content-photos-png {margin:10px; border:none !important;}
.search-icon {position: absolute; top: 8px; right: 40px;}
.no-click-btn {cursor:default;}
.border-left-gray {border-left: 1px solid #cccccc;}
.bars-faq {padding: 0 0px 0 10px; position: relative; float: right; color: #154A93; filter: alpha(opacity=60); /* IE */ -moz-opacity: 0.6; /* Mozilla */ opacity: 0.6; /* CSS3 */}
.mama {visibility: hidden; }
.no-header {position: relative; display: block; width: 100%; height: 129px;}

/* Video Banner on some Interiors */
.video-header-banner {min-height:550px;}
.wide-inner {display: block; top:85px; left: 50%; margin-left: -570px; max-width: 1140px; position: relative;}
.element-left {position: absolute; display: block; height: 550px; width: 100px; background:url('../images/blue-video-banner-left.png') no-repeat; float: left; left: 0px; z-index: -1;}
.element-right {position: absolute; display: block; height: 550px; width: 100px; background:url('../images/blue-video-banner-right.png') no-repeat; float: right; right: 0px; z-index: -1;}
.mobile-addition {position: relative; margin-top: -76px;}

.video-header-banner iframe.bannerv {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1140px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
		 min-height: 620px;
		 z-index: -2;
}

/*iframe.vimeo-full {
  width: 110%;
  height: 110%;
  margin-left: -5%;
  min-width: 110vw;
  min-height: 110vh;
}*/

.vimeo-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  padding-bottom: 57%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.vimeo-container embed, .vimeo-container iframe, .vimeo-container object, .vimeo-container video {
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}



/* Table Settings */
.thead-inverse {background: #333; color: #fff; font-weight: bold;}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.5);
}


/* Push the Anchor link Lower */
:target:before {content:""; display:block; height:90px; /* fixed header height*/ margin:-89px 0 0; /* negative fixed header height */}
.anchor {display: block; height: 90px; /*same height as header*/ margin-top: -89px; /*same height as header*/ visibility: hidden;}



#hp-bg-image-01 {position:relative; display:block; width:100%; height:auto; background:url('../images/texture-bg-04.jpg') no-repeat; background-position:center top; background-size:cover;}
#hp-bg-image-02 {position:relative; display:block; width:100%; height:auto; background:url('../images/texture-bg-05.jpg') no-repeat; background-position:center top; background-size:cover;}
#hp-bg-image-03 {position:relative; display:block; width:100%; height:auto; background:url('../images/texture-bg-06.jpg') no-repeat; background-position:center top; background-size:cover;}
#hp-bg-image-04 {position:relative; display:block; width:100%; height:auto; background: #182f4c url('../images/lohikan_vt.jpg') no-repeat; background-position: center top; background-size: cover; }
#hp-bg-image-05 {position:relative; display:block; width:100%; height:auto; background:url('../images/texture-bg-09.jpg') no-repeat; background-position:center top; background-size:cover;}

#interior-bg-image-01 {position:relative; display:block; width:100%; height:auto; background: #f2eadb url(../images/light-yellow-linen-tile.jpg); background-size: 200px;}

/* Video Button Mobile/Desktop */
.hide-show-video-btn-desktop {visibility:visible; display:block;}
.hide-show-video-btn-mobile {visibility:hidden; display:none;}

/* Interior Pages 3 Columns Setup */
.side-navi-width {}
.content-area-width {}
.image-area-width {}

/* Anchor Link Goes extra 'Mile' :) */
.anchor {display: block; height: 90px; /*same height as header*/ margin-top: -89px; /*same height as header*/ visibility: hidden;}
.anchor_02 {display: block; height: 90px; /*same height as header*/ margin-top: -89px; /*same height as header*/ visibility: hidden;}

/* Homepage Contact Box */
#contact-box {border: 1px solid #fee03f; background: rgba(42,120,187,1.0); border-radius: 5px; padding: 5px; right: 3%; top:50px; position:fixed; display:block; z-index:9999; width:235px; height:66px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);}
body.home_page #contact-box {top:50px;}

#contact-box:hover {background: rgba(42,120,187,1.0);}
.top-right-contact {border-color: #666; background: transparent;}
.fa-envelope, .fa-phone {color: #fee03f; font-size: 20px;}

.phone-icon {position: absolute; display: block; top: 126px; font-size: 24px; right: 11px;}
.top-phone {position: absolute; display: block; color: #fee03f; font-family: 'Strait', sans-serif; font-size: 18px; top: 8px; left: 7px;}

.envelope-icon {position: absolute; display: block; top: 150px; right: 10px;}
.top-email {position: absolute; display: block; color: #fee03f; font-family: 'Strait', sans-serif; font-size: 14px; top: 32px; left: 7px;}

.top-email a, .top-phone a {color: #fee03f;}
.top-email a:hover, .top-phone a:hover {color: #fff; text-decoration: none;}

.days {position:relative; top:3px; font-family: 'Strait', sans-serif; font-size:24px; font-weight:bold; text-align:center; color: #fee03f;}
.request-info {position: absolute; display: block; top:7px; right:25px;}
.enroll-now {position: absolute; display: block; top:33px; right:25px;}
.request-info a, .enroll-now a {font-family:'pussycat_snickers', 'Arvo', serif; font-size:22px; font-weight: normal; color: #fee03f; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #666;}
.request-info a:hover, .enroll-now a:hover, .request-info a:focus, .enroll-now a:focus {text-decoration: none; color: #fff;}

.arrow-left-request {position:absolute; display:block; right: 0px; top: 5px;}
.arrow-left-request img {width: 20px; height: auto;}

.arrow-left-enroll {position:absolute; display:block; right: 0px; top: 30px;}
.arrow-left-enroll img {width: 20px; height: auto;}

/* Homepage Contact Box SMALL */
#contact-box-small {border: 1px solid #fee03f; background: rgba(42,120,187,1.0); border-radius: 5px; padding: 5px; right: 3%; top:13px; position:fixed; display:none; z-index:9999; width:230px; height:60px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);}
.small-box-phone {color: #fee03f; display: block; font-family: "Strait",sans-serif; font-size: 14px; position: absolute; right: 5px; top: 5px;}
.small-box-email {color: #fee03f; display: block; font-family: "Strait",sans-serif; font-size: 14px; right: 5px; position: absolute; top: 30px;}
.small-box-email a, .small-box-phone a {color: #fee03f;}
.small-box-email a:hover, .small-box-phone a:hover {color: #fff; text-decoration: none;}

.small-box-request-info {position: absolute; display: block; top:5px; left:6px;}
.small-box-enroll-now {position: absolute; display: block; top:32px; left:6px;}
.small-box-request-info a, .small-box-enroll-now a {font-family:'pussycat_snickers', 'Arvo', serif; font-size:26px; font-weight: normal; color: #fee03f; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #666;}
.small-box-request-info a:hover, .small-box-enroll-now a:hover, .small-box-request-info a:focus, .small-box-enroll-now a:focus {text-decoration: none; color: #fff;}


/* Homepage Video and Bottom Buttons */
.dark-fade { background: url('../images/home-dark-fade.png') top; background-repeat: repeat-x; width: 100%;}

.video-container .filter {background: rgba(0, 0, 0, 0.0);}
.video-container .title-container {top: 100%; width: 100%; text-align: center; color: #fff; height: 80px; margin-top: -80px; z-index:120; border-top:2px solid #fee03f; border-bottom:2px solid #fee03f; -webkit-box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75); -moz-box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75); box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08254e+0,154a93+100 */
background: #08254e; /* Old browsers */
background: -moz-linear-gradient(top,  #154a93 0%, #08254e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #154a93 0%,#08254e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #154a93 0%,#08254e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154a93', endColorstr='#08254e',GradientType=0 ); /* IE6-9 */}

.homepage-hero-module { height: 100vh; }
.double-arrow-down { text-align: center; position: relative; z-index: 999; width: 300px; margin: 0 auto 3em auto;}
.double-arrow-down a {text-decoration:none; color:#fee03f; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color:#000; font-size: 5em;}
.double-arrow-down a:hover {color:#035fad; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color:#fff;}
.double-arrow-down a:visited, .double-arrow-down a:focus, .double-arrow-down a:visited  {text-decoration:none; color:#fee03f; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color:#000;}


/* Header Subnav */
.hp-header-content-container {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.header-subnav-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index:120;
  border-top:2px solid #fee03f;
  border-bottom:2px solid #fee03f;
  -webkit-box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px -6px 10px -5px rgba(0,0,0,0.75);
  background: #08254e; /* Old browsers */
  background: -moz-linear-gradient(top,  #154a93 0%, #08254e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #154a93 0%,#08254e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #154a93 0%,#08254e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154a93', endColorstr='#08254e',GradientType=0 ); /* IE6-9 */}

}


.header-subnav-inner { overflow: visible; }
.header-subnav-item { text-align: center; }
.header-subnav-item img{ max-width: 100%; height: auto; max-height: 300px; margin-top: -48px;}

.video-controls {position:absolute; display:block; float:right; bottom:110px; right:4%; z-index:120;}
.video-controls button.button-remove-style {border: none; background: none; padding: 0; margin: 0;}
.video-controls .fa {font-size: 40px; line-height:60px; text-align: center; color: #fee03f; padding: 0px; border: 1px solid #333; border-radius: 50%; width: 60px; height: 60px; background: rgba(42,120,187,0.50); }
.video-controls .fa:hover, .video-controls .fa:focus { background: rgba(0,0,0,0.25);}

/* Home Page features */
#camp-features {
  min-height: 500px;
  width: 100%;
  height: calc(100vh - 86px);
  position: relative;
  overflow: hidden;
  background: url(../images/tent_sky.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#camp-features h2 {
    line-height: 2;
    margin: 0.5em 0 0.2em 0;
}
/*
.features-list li {
   list-style: none;
   color: #fff;
   text-shadow: 2px 2px 2px #000;
   padding-left: 1em;
   font-size: 1.3em;
   line-height: 1.5;
   font-family: 'Strait', sans-serif;
}
.features-list li:before{
   content: '';
   display: inline-block;
   height: 15px;
   width: 30px;
   background: url(../images/lohikan_star.png) no-repeat;
   background-size: 15px;
}*/


/* Home Page Banner - COVID 19 */
.covid-info-hp {
    position: fixed;
    display: block;
    width: 100%;
    background: rgba(202,32,38,0.9);
    height: 40px;
    top: 0px; /* top: 88px; */
    z-index: 99999;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,1.0);
    padding: 3px 0 0 0;
}

.covid-info-hp a {
    font-size: 16px;
    position: relative;
    display: inline;
    padding: 3px;
    color: #fff;
    font-weight: normal;
    font-family: 'Strait', sans-serif;
    text-transform: uppercase;
}


/* Home Page Footer */
.homepage-footer {position:relative; display:block; width:100%; min-height:50px; margin-top: 0px; background: #03294f url(../images/blue_pattern_6.jpg);  background-repeat:repeat; background-size: 300px 300px; border-top: 3px solid #fee03f; -webkit-box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);}
.google-map-holder {position:relative; display:block; width:100%; min-height:50px; background:#333; border-top:2px solid #999; overflow:hidden;}
.address-bar-map-holder {position:relative; display:block; width:100%; min-height:50px; overflow: hidden; background: #f2eadb url(../images/light-yellow-linen-tile.jpg); background-size: 200px; }
.bottom-footer {position:relative; display: block; width: 100%; height: auto; border-top: 2px solid #fee03f; -webkit-box-shadow: 0px -4px 14px -3px rgba(0,0,0,0.50); -moz-box-shadow: 0px -4px 14px -3px rgba(0,0,0,0.50); box-shadow: 0px -4px 14px -3px rgba(0,0,0,0.50);}
.bottom-footer img {width: 100%; height: auto;}

.footer_faqs {position:relative; display:block; width:100%; background: rgba(40, 90, 51, 1.0); border-radius:20px; text-align:center; border: 4px solid #fff;}
.footer_faqs a {color: #ffffff; font-size: 80px; line-height: 120px; font-family: "Strait",sans-serif; font-weight: bolder;}
.footer_faqs a:hover, .footer_faqs a:focus {text-decoration: none;}

.footer_faqs_elipse {position:relative; display:block; width:70%; left: 14%; background: rgba(40, 90, 51, 1.0); border-radius:50%; text-align:center; border: 4px solid #fff;}
.footer_faqs_elipse a {color: #ffffff; font-size: 60px; line-height: 100px; font-family: Arial Narrow, Arial, "Impact",sans-serif; font-weight: bold;}
.footer_faqs_elipse a:hover, .footer_faqs a:focus {text-decoration: none;}

.footer_faqs_elipse-brown {position:relative; display:block; width:100%; background: rgba(87, 63, 22, 1.0); border-radius:50%; text-align:center; border: 2px solid #fff;}
.footer_faqs_elipse-brown a {color: #ffffff; font-size: 26px; line-height: 100px; font-family: Arial Narrow, Arial, "Impact",sans-serif; font-weight: bold;}
.footer_faqs_elipse-brown a:hover, .footer_faqs_elipse-brown a:focus {text-decoration: none;}


.footer_recommend {position:relative; display:block; border-radius:10px; background: rgba(40, 90, 51, 0.1); max-width: 100%; min-width: 100%; text-align:center; color: #333; font-size: 30px; line-height: 40px; font-family: "Strait",sans-serif; font-weight: bold;}
.footer_recommend p {padding: 0; margin: 0;}
.footer_recommend a.recommend {color: #337ab7;}
.footer_recommend h5.recommend {font-size: 24px; letter-spacing: 0.009em; font-weight: bold; line-height: 24px; padding: 20px 0 0 0;}

.footer_bg {position: relative; display: block; margin: 0; padding: 0; text-align: center; margin-top: -30px;}
.footer_bg-inner {position: relative; display: block; margin: 30px 0 0 0; background: url('../images/bottom-navi-bg-01.png') repeat; background-size: contain;  background-position: top left; border-top: 2px solid #FFE225;}
.footer-address-new {position: relative; display: block; text-align: center; font-size: 13px; color: #fff; margin: 0; width: 100%; z-index: 9999;}
.footer-address-new-alignment {position:relative; display:block; float:left; margin:0 20px 20px 0; text-align: left;}
.footer-address-new-alignment-aca { visibility: hidden; display: none;}
.footer-absolute {visibility: visible; display: block; position: absolute; width: 100%; bottom: 0px;}
.footer-absoluterentals {position:relative; display:block; margin-top: -140px;}
.footer-address-new-alignment-aca-desktop {visibility: visible; position: relative; display: block;}
.aca-logo-new-desktop {display: block; float: right; margin: 4px 90px 10px 30px; max-width: 180px; padding: 0; position: relative; width: 100%;}
.aca-logo-new {display: block; float: right; margin: 4px 0 0 30px; max-width: 100px; padding: 0; position: relative; width: 100%;}
.aca-logo-new img {width: 100%; height: auto;}
.footer_icons {color: #fff; font-size: 40px; position: relative; display: block; padding: 20px 0 0 0;}
.footer_icons-envelope {color: #fff; font-size: 32px; position: relative; display: block; padding: 24px 0 0 0;}

.address_text_summer {display: block; font-family: "Strait",sans-serif; font-size: 16px; line-height: 16px; padding: 20px 0 0; position: relative;}
.address_text_winter {display: block; font-family: "Strait",sans-serif; font-size: 16px; line-height: 16px; padding: 10px 0 0; position: relative;}
.address_text_email  {display: block; font-family: "Strait",sans-serif; font-size: 30px; line-height: 30px; padding: 26px 0 0; position: relative;}
.address_text_email a {color: #fff; font-weight: bold;}

/* Other Home Page Styles */
.homepage-justify {text-align: justify; font-family: 'Strait', sans-serif; font-size: 19px; line-height: 23px; color: #fff; background: rgba(21, 74, 147, 0.8); padding: 1em;}
.homepage-justify p {padding: 0px;}

.home-page-images {margin: 15px 0 15px 0; padding: 15px; border: 1px solid #FF8A00; border-radius: 10px; max-width: 100%; min-width: 100%; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9300+0,e57b00+100 */
  background: #ff9300; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9300 0%, #e57b00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ff9300 0%,#e57b00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ff9300 0%,#e57b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#e57b00',GradientType=0 ); /* IE6-9 */}
.home-page-images-olive {margin: 15px 0 15px 0; padding: 15px; border: 1px solid #a79457; border-radius: 10px; max-width: 100%; min-width: 100%; background: #a79457; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);}

.img-rounded {border: 1px solid #333; width: 100%; height: auto;}
.figure-caption {color:#fff; font-family: 'Strait', sans-serif; font-weight:bold; font-size:24px; padding: 12px 0 0;}
ul.hp-ul {margin-bottom: 10px; font-size: 23px; line-height: 34px; margin-top: 30px; font-family: 'Strait', sans-serif; line-height: 28px}
ul.hp-ul li {padding: 0 0 8px 0;}
ul.hp-ul a {color: #333;}
ul.hp-ul a:hover {color: #333; text-decoration: underline; opacity: 0.75; transition: all 0.25s;}
.img-thumbnail:active, .img-thumbnail:hover {opacity: 0.75;}
.img-rounded:active. .img-rounded:hover {opacity: 0.75;}
.list-group-item {padding: 3px 15px;}

.footer-block {margin:0; padding:10px 20px; border:0px; border-radius:10px; background: rgba(40, 90, 51, 0.1);}
.home-page-blog {margin:0; padding:0px; border:0px; border-radius:10px; background: rgba(40, 90, 51, 0.1); max-width: 100%; min-width: 100%; font-size: 14px; line-height: 20px;}
.home-page-blog-inner {position: relative; display: block; width: 100%; height: auto; padding: 10px 20px;}
.img-hp-blog {border: 1px solid #666; width: 120px; height: auto; float: right; margin: 5px 0 10px 10px; border-radius: 4px;}
.blog-caption {font-family: 'Strait', sans-serif; font-size: 24px; font-weight: bold !important; line-height: 24px; margin: 0 0 5px 0; padding: 15px 0 10px 0; letter-spacing: 0.009em; font-weight: normal; color: #333; text-transform: uppercase; text-align: left;}
a.read-more {font-family: 'Strait', sans-serif; font-size:20px; line-height: 20px;}

.contact-info-box {position: relative; display: block; margin: 0px 0 30px 0; font-size: 14px; line-height: 20px;}
.contact-info-box h4 {font-family: 'Strait', sans-serif; font-size:26px; font-weight: bold; line-height: 26px; margin: 0 0 5px 0; padding: 15px 0 0 0;}


.other-camps {position: relative; display: block; text-align: left; margin: 10px 0 10px 0;}
.other-camps h4 {font-family: 'Strait', sans-serif; font-size:26px; font-weight: bold; line-height: 26px; margin: 0 0 5px 0;}
.other-camps a {font-size: 20px; font-weight: normal; line-height: 20px;}
.social-icons-container {position: relative; display: block; clear: both; padding: 0 .5em 0.5em 0;}
.social-icons-container .link { font-family: 'Strait', sans-serif; font-size: 20px; line-height: 1; display: inline-block;}
.social-icons-container hr { border-top: 2px solid rgba(0,0,0,0.2); margin-top: 5px; margin-bottom: 5px;}
.social-icons { margin-bottom: 10px;}

.fa-youtube {color:#fff; border:1px solid #8A0000 !important; border-radius:4px; background:#bb0000;}
.fa-youtube:hover {background: #8A0000;}
.fa-rss {color:#fff; border:1px solid #974B00 !important; border-radius:4px; background:#D96D00;}
.fa-rss:hover {background: #BE5F00;}
.top-50 {position: relative; display: block; text-align: center;}
.top-50 img.amazing {width: 100%; height: auto; max-width: 200px; margin: 30px 0 0 0;}
.wayne-county {position: relative; display: block; text-align: center;}
.wayne-county img.wayne {width: 75%; height: auto; max-width: 140px; margin: 20px 0 0 0;}

.sitemap {position: relative;; display: block; width: 100%;}
.sitemap a {position: relative;; display: block; width: 100%; color: #666; text-align: center; margin: 20px 0 0px 0;border: 1px solid #aaaaaa; border-radius: 3px; padding: 5px 0 5px 0; top: 0px; background: rgba(0, 81, 149, 0.1); height: 50px;}
.footer_icons-sitemap {color: #337ab7; font-size: 30px;}
/*.footer_icons-sitemap .sitemap-text {color: #337ab7; display: block; float: right; font-family: 'Impact', "pussycat_snickers","Arvo",serif; padding: 3px 0 0 30px; position: relative;}*/
.footer_icons-sitemap .sitemap-text {color: #337ab7; display: inline-block; font-family: 'Impact', "pussycat_snickers","Arvo",serif; position: relative;     line-height: 1.3;}

.copyright {font-size: 12px; color: #666; text-align: center; margin: 10px 0 10px 0;  padding:0;}
.copyright a {color: #337ab7; text-decoration: none;}
.copyright a:hover {text-decoration: underline;}

.video-player-holder {position:relative; display:block; margin-top:15px; font-size:16px; font-family: 'Strait', sans-serif; text-align: center; margin: 0px 0px 28px 0;}
.video-player-holder h4 {font-family: 'Strait', sans-serif; font-size:36px; font-weight: bold; line-height: 50px; margin: 0 0 10px 0; color: #2a5934;}

/* Footer Activities Carusel Styling */
.gallery {background: transparent;}
.gallery-cell {width: 100%; height: auto; margin-right: 0px; background: transparent; counter-increment: gallery-cell;}
/* cell number */
.gallery-cell:before {display: none; visibility: hidden; text-align: center; content: counter(gallery-cell); line-height: 200px; font-size: 80px; color: white;}

/* Flickity Slider Settings */
.slideshow-dots-2 ol.flickity-page-dots {top: -5px !important;}
ol.flickity-page-dots {top: 10px !important; z-index: 999; padding: 20px; visibility: hidden !important; display: none !important;}
.flickity-page-dots .dot {width: 20px !important; height: 20px !important;} /* Make Bigger Dots */
.flickity-page-dots .dot {background:#fff none repeat scroll 0 0 !important;}
.slideshow-frame {position: relative; display: block; width: 100%; height: auto; padding: 20px; background: #E87F24; border: 1px solid #333; border-radius: 10px; margin: 0 0 20px 0;}
.slideshow-frame-wrap {position: relative; display: block; float: right; width: 55%; height: auto; padding: 20px; background: #E87F24; border: 1px solid #333; border-radius: 10px; margin: 0 0 20px 20px;}
.slideshow-frame-wrap-100 {position: relative; display: block; float: right; width: 100%; height: auto; padding: 0px; background: none; border:none; border-radius: 10px; margin: 0 0 20px 0px;}
.slideshow-frame-wrap-left {position: relative; display: block; float: left; width: 55%; height: auto; padding: 0px; background: none; border: none; border-radius: 10px; margin: 0 20px 20px 0px;}
.slideshow-frame-wrap-left .glyphicon-chevron-right {visibility: hidden; display: none;}
.slideshow-frame-wrap-left .glyphicon-chevron-left {visibility: hidden; display: none;}
.slideshow-title {position: relative; display: block; width: 100%; text-align: center; color: #fff; font-size:30px; line-height:60px; center; font-family: Arial Narrow, Arial, 'pussycat_snickers', 'Arvo', serif; font-weight: bold; padding:0; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #333;}
.four-photos-frame-right {position: relative; display: block; float: right; width: 50%; height: auto; margin: 0 0 20px 20px;}
.four-photos-frame-left {position: relative; display: block; float: left; width: 50%; height: auto; margin: 0 20px 20px 0;}


/* NEW Brad */
.single-photo-left {position: relative; display: block; float: left; width: 40% !important; height: auto; margin: 0 20px 20px 0;}
.single-photo-right {position: relative; display: block; float: right; width: 40% !important; height: auto; margin: 0 0 20px 20px;}


.hide-next-prev .flickity-prev-next-button.next {visibility: hidden !important; display: none !important;} /* Hide Next Prev just on the Homepahge Footer */
.hide-next-prev .flickity-prev-next-button.previous {visibility: hidden !important; display: none !important;} /* Hide Next Prev just on the Homepahge Footer */

/* Flickity Fade CSS */
.flickity-slider {transform: none !important;}
.gallery-cell {left: 0 !important; opacity: 0; transition: opacity 1.0s ease-in-out; z-index: -1; height: 423px;}
.gallery-cell.is-selected {opacity: 1; z-index: 0}

/* Bottom Video Carusel */
.carousel-inner .carousel-caption {visibility: hidden; display: none;}
.carousel-indicators .active {background: #ffd24d;}
.carousel-indicators li {border: 1px solid #333}
.carousel-indicators {
  width:
}
a.watch-all-videos-text {font-size: 28px;}

/* Blog */
.blog-credits {color: #134589;
    font-family: "Strait";
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 24px 0;
    text-transform: none;}

a.anchor_blog {
        display: block;
        position: relative;
        top: -10px;
        visibility: hidden;
    }


/* HomePage Facebook Feed */
._1drm._1b90, ._1drm._1ds4 {
    border: 0px !important;
}

._1drm {
    background: transparent;
}

._2lqg {
    background: transparent !important;
    border: 0px !important;
}

/* Activities Wall */

.activities-all  .page-heading {
  padding-top: 0.5em;
  color: #fff;
}
.activities-all  .page-subheading {
  color: rgb(42, 120, 187);
  padding-bottom:1em;
}

.activity {
  overflow: hidden;
  padding: 3px;
}

.activity .figure-caption {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  text-align: center;
  left: 0;
  right: 0;

  font-size: 2em;
  text-shadow: 0px 3px 0px #000,
                0px 3px 10px rgba(0,0,0,0.6),
                0px 4px 0px rgba(0,0,0,0.7),
                0px 6px 30px rgba(0,0,0,0.8);

}

/*.activity .figure-caption {
    position: absolute;
    bottom: 30px;
    margin-top: -1em;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 2em;
    text-shadow: 0px 3px 0px #000, 0px 3px 10px rgba(0,0,0,0.6), 0px 4px 0px rgba(0,0,0,0.7), 0px 6px 30px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.5);
    padding-bottom: 12px;
    width: auto;
    background: rgba(42, 120, 187, 0.5);
     height: 30%;
     bottom: 0;
}*/


.activities-container {
  padding-bottom: 50px;
  overflow:hidden;
}

.activities  {
  background: #03294f url(../images/blue_pattern_10.jpg);
}

.activity .figure {
  border-radius: 5px;
  overflow: hidden;
}

.activity .figure-img {
  border: none;
}

.activities-blue .activity .overlay {
  background: rgba(21, 74, 147, 0.6);
  border: 1px solid #fee03f;
  border-radius: 5px;
  display: none;
  opacity: 0;
}
.activities-blue .activity:hover .overlay {
  display: block;
  opacity: 1;
}

.activities-blue .activity:hover .figure-img {
    transform:scale(1.5);
   -ms-transform:scale(1.5); /* IE 9 */
   -moz-transform:scale(1.5); /* Firefox */
   -webkit-transform:scale(1.5); /* Safari and Chrome */
   -o-transform:scale(1.5); /* Opera */
}

.activity .hover {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.activity a:hover {
  opacity: 1;
  display: block;
}

.picture-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.activities-photo-hover .activity:hover .picture-overlay {
	opacity: 1;
  display: inherit;
}

/* fixes for columns wrapping in odd ways due to variable height */
/* when showing 2 items per row, clear #1, 3, 5 */
@media (max-width: 767px	){
    .activity:nth-child(2n+1){
      clear: both;
    }
}
/* when showing 3 items per row, clear #1, 4, 7 */
@media (min-width: 768px){
    .activity:nth-child(2n+1){
      clear: none;
    }
    .activity:nth-child(4n+1){
      clear: both;
    }
}

@media (min-width: 1170px){
  .activity:nth-child(2n+1){
    clear: none;
  }
  .activity:nth-child(4n+1){
    clear: none;
  }

  .activity:nth-child(5n+1){
    clear: both;
  }
}




.hover33 {width: 100%; margin: 0;}


/* Video Page RollOver Effect */
.video-image-container {}

/* fixes for columns wrapping in odd ways due to variable height */
/* when showing 2 items per row, clear #1, 3, 5 */
@media (min-width: 768px	){
    .video-image-container:nth-child(2n+1){
      clear: both;
    }
}
/* when showing 3 items per row, clear #1, 4, 7 */
@media (min-width: 992px){
    .video-image-container:nth-child(2n+1){
      clear: none;
    }
    .video-image-container:nth-child(3n+1){
      clear: both;
    }
}


.video_image {
    position:relative;
    width:100%;
    height:auto;
}
.video_image img {
    width:100%;
    vertical-align:top;
}
.video_image:after, .video_image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.video_image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
		border-radius: 5px;
		cursor: pointer;
}
.video_image:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:0px;
    text-align:center;
    background:#194c91;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
		font-size: 30px;
		font-family: "Strait",sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		line-height: 50px;
		height: 50px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}
.video_image:hover:after, .video_image:hover:before {
    opacity:1;
}

.video_image:hover {
  display: block;
  opacity:1;
}



/* TODO Change these tags to h3.content-heading */

#hp-bg-image-04 h1,
#hp-bg-image-04 h2 {
  color: #fff;
}

.homepage_t1 {
  border-bottom: 3px solid #fee03f !important;
}

.homepage_t1, .homepage_t2, .homepage_t3 {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

.homepage_t3 {
  color: #fee03f;
}

.interior_t1,
.interior_t1_impact {
  font-size: 78px;
  font-weight: 700;
  color: #134589;
  /*-webkit-text-stroke:2px #0a2a57;*/
}

.interior_t2_impact {
  font-family: 'Rock Salt', sans-serif !important;
  font-size: 32px!important;
  color: #0a2a57;
  line-height: 2 !important;
}
.interior_t3_impact {
  font-family: 'Rock Salt', sans-serif !important;
  font-size: 28px!important;
  color: #0a2a57;
  line-height: 2 !important;
}

.new_title {
  color: #fff;
  text-align: center;
  font-family: 'Impact', sans-serif;
  font-family: 'Rock Salt', sans-serif;
  line-height: 3;
  text-transform: lowercase;
  font-size: 60px;
}


/* TODO Simplify into one set of list item rules */
.features-list li {
   list-style: none;
   color: #fff;
   text-shadow: 2px 2px 2px #000;
   padding-left: 1em;
   font-size: 1.3em;
   line-height: 1.5;
   font-family: 'Strait', sans-serif;
}
.features-list li:before{
   content: '';
   display: inline-block;
   height: 15px;
   width: 30px;
   background: url(../images/lohikan_star.png) no-repeat;
   background-size: 15px;
}

.features-list li a{
  color: #fff;
  text-decoration: underline;
}

ul.star-list,
ul.interior-about-ul,
ul.interior-smaller-ul{
  padding-left: 1em;
  /*margin-left: 20px;*/
  margin-left: 0;
  margin-bottom: 20px;
  position: relative;
}

ul.star-list li,
ul.interior-about-ul li,
ul.interior-smaller-ul li{
   list-style: none;
   /*color: #fff;*/
   /*text-shadow: 2px 2px 2px #000;*/
   /*padding-left: 0.5em;*/
   font-size: 21px;
   line-height: 1.2;
   font-family: 'Strait', sans-serif;
   vertical-align: middle;
   padding: 0 0 6px;
   color: #134589;
   margin-top: .3em;
}

ul.star-list li:before,
ul.interior-about-ul li:before,
ul.interior-smaller-ul li:before{
   content: '';
   display: inline-block;
   height: 30px;
   width: 35px;
   background: url(../images/blue_bordered_star.png) no-repeat;
   background-size: 30px;
   vertical-align: middle;
   position: absolute;
   left:-12px;
}

ul.fix-float.star-list,
ul.fix-float.interior-about-ul,
ul.fix-float.interior-smaller-ul{
  padding-left: 0;
}

ul.fix-float.star-list li:before,
ul.fix-float.interior-about-ul li:before,
ul.fix-float.interior-smaller-ul li:before{
  position: inherit;
}


ul.star-list a,
ul.interior-about-ul a,
ul.interior-smaller-ul a{
  color: #134589;
  text-decoration: underline;
}


ul.black-star-list {list-style:none; padding-left:15px;}
ul.black-star-list li:before{
   content: '';
   display: inline-block;
   height: 26px;
   width: 22px;
   background: url(../images/black_bordered_star.png) no-repeat;
   background-size: 22px;
   vertical-align: middle;
   position: absolute;
   left:15px;
   background-position:0px 4px;
}
ul.black-star-list li {margin-left:20px;}


/* HEADER PHOTO SETTINGS */
.mobile-header, .wide {position: relative; display: block;}
.mobile-header img, .wide img {width:100%; height:auto; padding-top:90px; position: relative; z-index: -1;}




/* Wordpress */
.entry-content > p .alignright {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}

.entry-content > p .alignleft {
  position: relative !important;
  margin-right: 20px !important;
  left: 0px !important;
}

.entry-content > p .aligncenter {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}

.faux-button {background-color: #134589 !important; padding: 10px 20px !important; border-radius: 5px !important;}

body.lohikan-wp hr {
  margin-top: 50px;
    margin-bottom:  70px;
}

body.lohikan-wp .social-icons-container hr {
  margin-top: 10px;
  margin-bottom:10px;
}


body.lohikan-wp .entry-content img{
    border: 1px solid #333 !important;
    border-radius: 6px;
}

body.lohikan-wp hr.extra-padding-top {
  margin: 50px 0 0 0;
}

body.lohikan-wp #site-header /* Push Header Down */ {
  z-index: 1;
  clear: both;
  position: relative;
  display: block;
  top: 90px;
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
}

body.lohikan-wp #site-header .header-inner {
  padding: 20px 0;
  margin-bottom: 20px;
}

body.lohikan-wp #site-header .dark-menu-overlay {
  background: rgba(0,0,0,0.1);
  width: 100%;
  position: inherit;
  display: inherit;
  margin: 0 0 50px 0;
}
    
body.lohikan-wp .menu-modal.active .menu-modal-inner /* Push side-bar down */ {
  top: 90px;
  position: relative;
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
}

body.lohikan-wp .search-modal-inner {
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
}

body.lohikan-wp ul.modal-menu li {
  border-color: rgba(15,57,116,0.3);
}

body.lohikan-wp .menu-modal nav * {
    border-color:#134589;
}

body.lohikan-wp .social-icons a {
    background-color:#134589;
}

body.lohikan-wp .search-modal.active .search-modal-inner /* Push search-bar down */ {
  top: 90px;
  position: relative;
}

body.lohikan-wp .navbar-default .navbar-toggle  /* Hide Mobile Button */  {
    visibility: hidden;
    display: none;
}

body.lohikan-wp .arrow-left-request {
  top: 14px;
}

body.lohikan-wp .arrow-left-enroll {
  top: 40px;
}

body.lohikan-wp .navbar-nav > li {
    margin: 0;
    text-align: center;
}
 
body.lohikan-wp .navbar-nav > li > a {
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
}

body.lohikan-wp {
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
}

body.lohikan-wp header.entry-header {
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
    padding: 50px 0 10px 0;
}

body.lohikan-wp .singular .entry-header {
  padding: 8rem 0 4rem 0;
}


body.lohikan-wp header.entry-header h1.entry-title {
  text-align: center;
  font-family: 'Impact', 'Arvo', serif;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  margin: 26px 0 10px 0;
  color: #134589;
  font-weight: 700;
}

body.lohikan-wp #contact-box a {
  text-decoration: none;
}

body.lohikan-wp .post-inner {
  padding-top: 0px;
}

body.lohikan-wp:not(.overlay-header) .primary-menu > li > a {
  color:#134589;
}

body.lohikan-wp:not(.overlay-header) #site-header .toggle {
  color:#134589;
}

body.lohikan-wp .modal-menu .ancestor-wrapper a {
  color:#134589;
}

body.lohikan-wp .wp-container {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}

body.lohikan-wp .wp-container .wp-container-inner {
    max-width: 1170px;
    position: relative;
    display: block;
}


body.lohikan-wp .footer-nav-widgets-wrapper {
  background: #f2eadb url(../images/light-yellow-linen-tile.jpg);
  background-size: auto;
  background-size: 200px;
}

body.lohikan-wp .entry-content {
  position: relative;
  display: block;
  margin: 20px 0 20px 0;
}

body.lohikan-wp .entry-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.009em;
  color: #333;
}

body.lohikan-wp .entry-content ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.009em;
  color: #333;
}

body.lohikan-wp .widget .widget-title {
  font-family: 'Open Sans', sans-serif;
  margin: 0.5em 0;
  font-family: 'Strait';
  font-size: 1.3em;
  font-weight: 700;
  color: #134589;
  text-transform: uppercase;
}

body.lohikan-wp .header-titles .site-title {
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0 0 30px;
  font-family: 'Strait';
  font-size: 28px;
  font-weight: 700;
  color: #134589;
  text-transform: uppercase;
}



body.lohikan-wp .entry-categories {
  margin-bottom: 0;
  margin-top: 10px;
}

body.lohikan-wp .entry-categories-inner a, body.lohikan-wp .entry-header a {
  color: #134589 !important;
}

body.lohikan-wp .entry-title a {
  padding: 0;
  margin: 30px 0;
  line-height: 1;
  font-family: 'Rock Salt', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color:#0a2a57;
}

body.lohikan-wp .archive-header {
    padding: 100px 0 0 0;
    background-color: transparent;
}

body.lohikan-wp .header-footer-group .color-accent {
  color: #134589;
}


body.lohikan-wp .pagination-single-inner a {
  color:#0a2a57;
    font-size: 20px;
}

body.lohikan-wp h2.comment-reply-title {
  font-family: 'Rock Salt', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color:#0a2a57;
}

input[type="button"], input[type="reset"], input[type="submit"] { 
  background: #0a2a57 !important;
}

body.lohikan-wp #site-content a {
   color:#0a2a57; 
}

body.lohikan-wp a.comment-reply-link {
    color: #fff !important;
    background-color: #0a2a57;
    padding: 10px 20px;
}

body.lohikan-wp .footer_bg-inner {
  min-height: 110px;
    margin: 0px;
}

body.lohikan-wp .aca-logo-new {
  margin-top: -40px;
}

body.lohikan-wp .address_text_email {
  margin-top: -16px;
  padding: 18px 0 0;
}

body.lohikan-wp .address_text_email a {
  color: #fff !important;
}
    
body.lohikan-wp i.footer_icons-envelope {
  padding: 0px 0 0 0;
    font-size: 34px;
}

body.lohikan-wp .address_text_summer, body.lohikan-wp .address_text_winter {
  color: #fff; 
}

body.lohikan-wp i.footer_icons {
    font-size: 34px;
}

body.lohikan-wp .sitemap {
    font-size: 28px;
}


body.lohikan-wp ul.primary-menu span.icon {
    color: #fff;
}

body.lohikan-wp h1.page-heading {
  font-size: 70px;
  line-height: 80px;
  padding: 0;
  letter-spacing: 0.1px;
  font-weight: 700;
}

body.lohikan-wp .singular .entry-header {
  padding: 50px 0 10px 0;
}

body.lohikan-wp h3 {
  margin: 0.5em 0;
  font-family: 'Strait';
  font-size: 1.3em;
  font-weight: 700;
  color: #134589;
  text-transform: uppercase;
}

body.lohikan-wp .nf-progress-container {
  background-color: #337ab7 !important;
  height: 10px !important;
}

body.lohikan-wp .nf-progress-container .nf-progress {
  height: 10px !important;
  border: 1px solid rgba(0,0,0,0.3) !important;
  background-color: #fff !important;
}

body.lohikan-wp .nf-breadcrumbs li a {
   background-color: #337ab7;
   color: #fff !important;
   border-radius: 3px;
   border: 1px solid rgba(0,0,0,0.3);
   font-family: 'Strait', sans-serif;
   text-transform: uppercase;
}

body.lohikan-wp .nf-field-label label {
  font-family: 'Strait', sans-serif;
  font-weight: 100;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
   background-color: #337ab7  !important;
   color: #fff !important;
   border-radius: 3px;
   border: 1px solid rgba(0,0,0,0.3) !important;
   font-family: 'Strait', sans-serif;
   text-transform: uppercase;
}

body.lohikan-wp .nf-response-msg {
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.5);
  padding: 20px 20px 0 20px;
  border-radius: 3px;
}

body.lohikan-wp .nf-form-fields-required {
  font-size: 16px;
  position: relative;
  display: block;
  color: #c20000;
  padding: 20px 0;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1px;
}


body.lohikan-wp .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
    width: calc(100% - 8rem) !important;
    max-width: 120rem !important;
}

body.lohikan-wp-forms hr.hide-for-forms {
    visibility: hidden;
    display: none;
}

body.lohikan-wp-forms .hide-for-forms {
    visibility: hidden;
    display: none;
}

body.lohikan-wp-forms .header-titles-wrapper {
    visibility: hidden;
}

body.lohikan-wp ul.primary-menu {
    padding: 5px 30px 14px 5px;
    background-color: #337ab7;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
}

body.lohikan-wp:not(.overlay-header) .primary-menu > li > a {
    color: #fff;
}



body.lohikan-wp-forms nav.primary-menu-wrapper {
    visibility: hidden;
    display: none;
}


body.template-blocks header.entry-header {
    height: 0px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

body.lohikan-wp-forms .entry-content p.ugb-header__subtitle {
    color: #fff;
}

body.lohikan-wp-forms .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull {
    top: -5px;
}

body.lohikan-wp-forms .ugb-header.ugb-header--v3 .ugb-header__item {
    padding: 50px 60px;
}

body.lohikan-wp-forms #site-header {
    visibility: hidden;
display: none;
}





/*==========  RESPONSIVE  ==========*/

/* ONLY BIG SCREENS */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}



/* IN-BETWEENERS JUST FOR THE TOP NAVIGATION */
/* Small Devices, Tablets */
@media only screen and (max-width : 1200px) and (min-width : 1000px) {

  .anchor {display: block; height: 90px; /*same height as header*/ margin-top: -85px; /*same height as header*/ visibility: hidden;}
  .img-rounded {width: 100%;}

  a.btn-homepage {font-size: 18px;}
  .chose-activities-text {font-size:28px;}
  .daily-activities-text {font-size:28px;}
  .spy-camp-text {font-size:28px;}

  /* Interior Pages 3 Columns Setup */
  .side-navi-width {width:35%;}
  .content-area-width {width:60%}
  .image-area-width {width:40%;}

  /* Footer Settings */
  .footer-address-new-alignment {float: none; text-align: center;}
  .address_text_summer {padding: 0px;}
  .address_text_winter {padding:10px 0 30px;}
  .address_text_email {padding: 0 0 20px 0;}
  .footer-address-new-alignment-aca {visibility: visible; display: block; float: left; left: 50%; margin-left: -115px; padding-bottom: 20px; position: relative; text-align: left;}
  .footer-absolute {visibility: hidden; display: none;}
  .footer-absoluterentals {visibility: hidden; display: none;}
  .aca-logo-new { max-width: 150px;}
  .footer_icons-envelope {padding: 0;}
}



/* IN-BETWEENERS */
/* Smaller Devices, Tablets */
@media only screen and (max-width : 999px) and (min-width : 768px) {

/* Hide/Show Mobile  Desktop */
.hide-on-desktop {visibility:visible !important; display:block !important;}
.hide-on-mobile {visibility:hidden !important; display:none !important;}

  #camp-features h2,
  .new_title { font-size: 48px; }

  .video-header-banner iframe.bannerv { position: relative; }


  .header-subnav-item img { margin-top: -30px; }
  .address-bar-map-holder .star-heading { font-size: 20px; margin-left: 0; }

/* Homepage Styling */
.row-mobile-padding-left {margin-left: 0px;}
.col-xs-3 {width: 25%;}
.home-page-images {min-width: 90%; max-width: 100%;}
.home-page-images-olive {min-width: 90%; max-width: 100%;}
.img-rounded {width: 100%;}
.figure-caption {font-size: 17px; font-weight: normal; }

.social-icons-container {text-align:center;}
.request-info a, .enroll-now a {font-size:20px;}

a.btn-homepage {font-size: 16px;}
.chose-activities-text {font-size:26px;}
.daily-activities-image img {left: 10px;}
.daily-activities-text {font-size:26px;}
.spy-camp-text {font-size:26px;}
a.top-small {margin-top: 60px !important;}


/* Interior Pages 3 Columns Setup */
.side-navi-width {width:100% !important;}
.content-area-width {clear:both; width:60%}
.image-area-width {width:39%;}

/* Footer Settings */
.footer-address-new-alignment {float: none; text-align: center;}
.address_text_summer {padding: 0px;}
.address_text_winter {padding:10px 0 30px;}
.address_text_email {padding: 0 0 20px 0;}
.footer-address-new-alignment-aca {visibility: visible; display: block; float: left; left: 50%; margin-left: -115px; padding-bottom: 20px; position: relative; text-align: left;}
.footer-absolute {visibility: hidden; display: none;}
.aca-logo-new { max-width: 150px;}
.footer_icons-envelope {padding: 0;}
.border-left-gray {border-left: none}

/* Slideshow Settings */
.slideshow-frame-wrap {width: 66%;}
.four-photos-frame-right {width: 66%;}
.four-photos-frame-left {width: 66%;}

.footer_faqs_elipse-brown {position:relative; display:block; width:100%; background: none; border-radius:0%; text-align:left; border: none;}
.footer_faqs_elipse-brown a {color: #337ab7; font-size: 26px; line-height: 30px; font-family: Arial Narrow, Arial, "Impact",sans-serif; font-weight: bold;}
.footer_faqs_elipse-brown a:hover, .footer_faqs_elipse-brown a:focus {text-decoration: none;}
.shrink-photos-45 {width: 48% !important; position: relative; display: block; float: left; margin: 0 15px 15px 0;}

/* Remove Sillhuete on iPad */
.remove-on-ipad {visibility: hidden; display: none;}


/* Video Banner on some Interiors */
.video-header-banner {min-height:500px;}
.wide-inner {display: block; top:85px; left: 50%; margin-left: -500px; max-width: 1000px; position: relative; overflow: hidden;}
.element-left {visibility: hidden; display: none;}
.element-right {visibility: hidden; display: none;}
.video-header-banner iframe.bannerv {width: 1000px; min-height: 560px;}

.mobile-addition {position: relative; margin-top: -76px;}

    
/* Wordpress */
body.lohikan-wp header.entry-header h2.entry-title a {
  letter-spacing: 0.5px;
  font-size: 26px;
  line-height: 36px;
}
    
body.lohikan-wp header.entry-header h1.entry-title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
    
.entry-content > p .alignright {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}
    
.entry-content > p .alignleft {
  position: relative !important;
  margin-right: 20px !important;
  left: 0px !important;
}

.entry-content > p .aligncenter {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}
    
    
}

@media (max-width: 1200px){
  .homepage-hero-module { height: calc(100vh - 50px); }
  .header-subnav-container { padding-top: 10px; }
}

@media (max-width: 1200px)   and (orientation: portrait) {
  /*.homepage-hero-module { display: none;}*/

  .homepage-hero-module .carousel-inner > .item > img,
  .homepage-hero-module .carousel-inner > .item > a > img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  h1.homepage_t1.logoimage, .logoimage {
    margin: 40px auto;
    width: 90%;
    background-position: center;
    background-size: 80%;
    padding-bottom: 15px;
  }

  .page-heading { font-size: 3em; }
  /*.page-subheading { font-size: 1em; }*/
  .star-heading { text-align: center !important;}

  .btn-block-72, .btn-block-80 {
    width: 95%;
  }



}




/* ONLY SMALL SCREENS */
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
/* Hide/Show Mobile  Desktop */
.hide-on-desktop {visibility:visible !important; display:block !important;}
.hide-on-mobile {visibility:hidden !important; display:none !important;}
	
  .video-header-banner iframe.bannerv { position: relative; }



.address-bar-map-holder .star-heading { text-align: left;}

h1.homepage_t1 {font-size: 60px; line-height: 60px; margin: 10px 0 10px;}
h2.homepage_t2 {font-size: 30px; line-height: 30px;}
h3.homepage_t3 {font-size: 20px; line-height: 20px;}
h2.h2-homepage {font-size: 24px;}

h1.interior_t1 {font-size: 60px; line-height: 60px;}
h2.interior_t2 {font-size: 35px; line-height: 35px;}
h3.interior_t3 {font-size: 22px; line-height: 22px; }
h4.interior_t4 {font-size: 30px; line-height: 30px; }
h4.interior_t5 {font-size: 20px; line-height: 20px; }
h5.interior_t5 {font-size: 16px; line-height: 16px; }

h1.interior_t1_impact {font-size: 60px; line-height: 60px;}
h2.interior_t2_impact {font-size: 28px; line-height: 28px;}
h3.interior_t3_impact {font-size: 22px; line-height: 22px;}


h4.new_title {font-size: 40px;}
h4.new_title #h4_bigger {font-size: 60px;}

.page-heading {
  font-size: 36px;
}

.page-subheading {
  font-size: 16px;
}

.logofont {
  font-size: 60px;
}

.star-heading {
  font-size: 20px;
  text-align: center;
}

.content-heading {
  font-size: 20px;
}

p {
  font-size: 16px;
}

.row {margin-right: 0px; margin-left: 0px;}

.slideshow-title {font-size: 30px; line-height: 40px;}

/* Anchor Link Goes extra 'Mile' :) */
/* Push the Anchor link Lower */
:target:before {content:""; display:block; height:80px; /* fixed header height*/ margin:0px 0 0; padding-top: -80px;/* negative fixed header height */}

/* Homepage Styling */
#camp-features {
  height: auto;
  min-height: calc(100vh - 86px);
  background-position: -310px 0px;
}
    
/* Home Page Banner - COVID 19 */
.covid-info-hp {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: rgba(202,32,38,1.0);
}

.covid-info-hp a {
    font-size: 12px;
}

    
/* Close Window Button */
a.CloseWidget {
    visibility: visible;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    z-index: 99999;
    cursor: pointer;}
    
    
/* Hide Search */
#custom-search-input {visibility:hidden;}



a.btn-homepage {width: 100%; font-size: 16px;}
.chose-activities-text {font-size:26px;}
.daily-activities-image img {left: 10px;}
.daily-activities-text {font-size:26px;}
.spy-camp-text {font-size:26px;}
a.top-small {margin-top: 60px !important;}
.aca {text-align:left;}
.top-50 {text-align:left;}
.wayne-county {text-align:left;}
.social-icons-container {text-align:center;}
.row-mobile-padding-left {margin-left: 0px;}
.col-xs-3 {width: 50%;}
.home-page-images {min-width: 90%; max-width: 100%%;}
.home-page-images-olive {min-width: 90%; max-width: 100%%;}
.img-rounded {width: 100%;}
.figure-caption {font-size: 24px; font-weight: bold;}
.shrink-photos-45 {width: 46% !important; position: relative; display: block; float: left; margin: 0 15px 15px 0;}

#contact-box {visibility: hidden; display: none;}
#contact-box-small {visibility: hidden; display: none;}

.double-arrow-down { margin: 0 auto;}
.double-arrow-down a { font-size: 4em; }


.hp-header-content-container {
  bottom: 0px;
}
.header-subnav-container { height: auto; position: relative; bottom: inherit; }
.header-subnav-item { border-bottom: 1px solid #10223a; padding: 8px 0;}
.header-subnav-item img { margin-top: auto; height: 80px; }

.footer_faqs_elipse-brown {position:relative; display:block; width:100%; background: none; border-radius:0%; text-align:left; border: none;}
.footer_faqs_elipse-brown a {color: #337ab7; font-size: 26px; line-height: 30px; font-family: Arial Narrow, Arial, "Impact",sans-serif; font-weight: bold;}
.footer_faqs_elipse-brown a:hover, .footer_faqs_elipse-brown a:focus {text-decoration: none;}

.content-photos-png {margin: 0 0 10px 0;}
.remove-on-phone {visibility: hidden; display: none;} /* Remove Photos on the phone */

/* Interior Pages 3 Columns Setup */
.side-navi-width {width:100% !important;}
.content-area-width {clear:both; width:60%}
.image-area-width {width:39%;}

/* Footer */
.video-player-holder h4 {margin: 0 0 30px; position: relative; top: 20px; display: block; font-size: 26px; line-height: 30px;}

.footer_bg {background: none;}
.footer-address-new {position: relative; display: block; float: center; font-size: 13px; color: #fff; margin: 35px 0 0 0;}
.footer-address-new-alignment-aca {visibility: visible;  display: block; float: left; left: 50%; margin-left: -115px; padding-bottom: 20px; position: relative; text-align: left;}
.footer-absolute {visibility: hidden; display: none;}
.aca-logo-new { max-width: 150px;}
.footer_icons-envelope {padding: 0;}

.footer_faqs_elipse {left: 0%; width: 100%;}

.footer-address-new-alignment {float: none; text-align: center;}
.address_text_summer {padding: 0px;}
.address_text_winter {padding:10px 0 30px;}
.address_text_email {padding: 0 0 20px 0;}

.flickity-page-dots .dot {width: 10px !important; height: 10px !important;} /* Make Smaller Dots */

/* Slideshow Settings */
.slideshow-frame-wrap {width: 100%; margin: 0 0 30px 0;}
.slideshow-frame-wrap-left {width: 100%; margin: 0 0 30px 0;}
.slideshow-frame-wrap-100 {width: 100%; margin: 0 0 30px 0;}
.four-photos-frame-right {width: 100%;}
.four-photos-frame-left {width: 100%;}

/* Remove Sillhuete on iPad */
.remove-on-ipad {visibility: hidden; display: none;}


/* Video Banner on some Interiors */
.video-header-banner {min-height:400px;}
.wide-inner {display: block; top:85px; left: 50%; margin-left: -380px; max-width: 768px; position: relative; overflow: hidden;}
.element-left {visibility: hidden; display: none;}
.element-right {visibility: hidden; display: none;}
.video-header-banner iframe.bannerv {width: 768px; min-height: 430px;}

.mobile-addition {position: relative; margin-top: -90px;}

/* NEW Brad */
.single-photo-left {width: 100% !important; height: auto; margin: 0px 0px 20px 0px;}
.single-photo-right {width: 100% !important; height: auto; margin: 0px 0px 20px 0px;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  font-size: 12px;
}

/* Buttons */
.btn-block-72, .btn-block-80 {
  width: 100%;
}

.btn-video, .btn-activities, .btn-primary {
  font-size: 12px;
}

.btn-video i {
  background-size: 1.3em;
  width: 1.3em;
  height: 1.3em;
}

ul.star-list:before, ul.interior-about-ul:before, ul.interior-smaller-ul:before {
    content: '';
    display: block;
    clear: both;
}

ul.star-list, ul.interior-about-ul, ul.interior-smaller-ul {
  margin-left: 1em;
}

.activities-photo-hover .activity.last.odd {
  display: none;
}

/* Online Forms */
.smaller-form-column {width: 100%; max-width: 100%; margin-left: 0; left: 0; overflow: hidden;}

    
/* Wordpress */
body.lohikan-wp header.entry-header h2.entry-title a {
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 20px 0;
}
    
body.lohikan-wp header.entry-header h1.entry-title {
  font-size: 30px;
  line-height: 40px;
  
  font-weight: 500;
  letter-spacing: 0.3px;
}
    
.entry-content > p .alignright {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}
    
.entry-content > p .alignleft {
  position: relative !important;
  margin-right: 20px !important;
  left: 0px !important;
}
    
.entry-content > p .aligncenter {
  position: relative !important;
  margin-right: 0px !important;
  left: 0px !important;
}
    

} /* End @media only screen and (max-width : 767px) */

@media only screen and (max-width : 767px) and (orientation : portrait) {
  .wide img, .mobile-header img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}




/* TODO Slideshow */
.slideshow-frame-wrap {
  border: none;
  background: none;
  padding: 0;
}

.carousel-inner img.img-rounded {border: 5px solid #0a2a57 !important;}
.slideshow-frame-wrap .carousel-control {visibility: hidden;; display: none;}

.slideshow-title {/* margin: -65px 0 0px 0px; line-height: 50px; background: rgb(0,0,0,0.5); font-family: "Strait",sans-serif;-webkit-text-stroke:0px; font-weight: normal; color: #fff; text-align: left; padding: 0 0 0 20px; width: calc(100% - 0px); */
                  visibility: hidden; display: none;}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  h4.homepage {font-size: 50px; text-transform: uppercase;}
  h5.homepage {font-size: 30px;}

  h1.interior_t1 {font-size: 54px; line-height: 54px;}
  h2.interior_t2 {font-size: 30px; line-height: 30px;}
  h3.interior_t3 {ont-size: 22px; line-height: 22px; }

  .col-xs-3 {width: 100%;}

  /* Interior Pages 3 Columns Setup */
  .side-navi-width {width:100% !important;}
  .content-area-width {clear:both; width:100%}
  .image-area-width {clear:both; width:100%;}

  /* Grid Setting */
  .bigger-grid-6 {width: 100%;}

  /* Content Photos 100% */
  .photo-align-right {margin:10px 0 10px 0px !important; width: 100% !important;}
  .photo-align-left {margin:10px 0 10px 0px !important; width: 100% !important;}
  /* Video Button Mobile/Desktop */
  .hide-show-video-btn-desktop {visibility:hidden; display:none;}
  .hide-show-video-btn-mobile {visibility:visible; display:block;}
  .parents-header-video-button-mobile {}
  .parents-header-video-button-mobile {}

  .shrink-photos-45 {width: 100% !important; position: relative; display: block; float: left; margin: 0 0 20px 0;}

  /* Remove Slideshow Caption */
  .slideshow-title {visibility: hidden; display: none;}

  /* Wordpress */
  .entry-content > p .alignright {
      width: 100% !important;
      min-width: 100% !important;
    }
    
  .entry-content > p .alignleft {
      width: 100% !important;
      min-width: 100% !important;
    }
    
  .entry-content > p .aligncenter {
      width: 100% !important;
      min-width: 100% !important;
    }
    
body.lohikan-wp .site-title a {
        font-size: 20px;
    }
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/* TEMP mobile styles... */
@media only screen and (max-width : 768px) {
  h1.homepage_t1.logoimage, .logoimage {
    width: 90%;
  }

  .activity .figure-caption {
    font-size: 1.3em;
  }

  .features-list li {
    margin-left: 30px;
  }
  h2, h2.new_title {
    line-height: 1.5;
    font-size: 1.8em;
    padding: 45px 20px;
  }

  #camp-features h2 {
    line-height: 1.5;
    font-size: 1.8em;
    padding: 45px 20px;
  }
}

@media (max-width: 767px)   and (orientation: landscape) {
  .homepage-hero-module {
    height: calc(100vh - 10px);
  }
  #homepage-carousel .carousel-inner > .item > img,
  #homepage-carousel .carousel-inner > .item > a > img {
    width: 100vw;
    height: 100vh;
  }

  #homepage-carousel .carousel-inner > .item > img.first-slide{
    object-position: center 23%;
  }

  #homepage-carousel .carousel-inner > .item > img.second-slide{
    object-position: center 21%;
  }

  #homepage-carousel .carousel-inner > .item > img.third-slide{
    object-position: center 11%;
  }

  #homepage-carousel .carousel-inner > .item > img.fourth-slide{
    /*object-position: center 55%;*/
    object-position: center 39%;
  }

  #homepage-carousel .carousel-inner > .item > img.fifth-slide{
    object-position: center 3%;
  }

  h1.homepage_t1.logoimage, .logoimage {
    background-position: center -5px;
  }




}








/*******
********
********
********
********
********
*******/

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width : 1200px) {}
@media only screen and (max-width : 1100px) {}
@media only screen and (max-width : 1000px) {}
@media only screen and (max-width : 900px) {}
@media only screen and (max-width : 800px) {}
@media only screen and (max-width : 700px) {}
@media only screen and (max-width : 600px) {}
@media only screen and (max-width : 500px) {}
@media only screen and (max-width : 400px) {}
