@charset "UTF-8";
/*!
Theme Name: Keewaydin
Theme URI: http://www.web1776.com/
Author: Mark David Lee
Author URI: http://www.web1776.com/
Description: Description
Version: 1.0.0
Text Domain: keewaydin
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Keewaydin is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
.entry-content h1 {
  font-size: 48px;
  color: #000;
  margin: 0.4em 0;
}
.entry-content h2 {
  font-size: 36px;
  color: #000;
}
.entry-content h3 {
  font-size: 24px;
  color: #7c7c7c;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em !important;
  border: none;
  font-style: italic;
  padding-left: 70px;
  background: url(images/blockquotes@2x.png) no-repeat 0 1em;
  background-size: 52px 41px;
}
.ie8 blockquote {
  background-image: url(images/blockquotes.png);
}
blockquote cite {
  font-style: normal;
  text-align: right;
  display: block;
  margin: 10px 0px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-search {
  float: right;
}
@media (max-width: 1199px) {
  .top-search {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
.top-search .search-submit {
  display: none;
}
.top-search input {
  border: none;
  box-shadow: none;
  margin-right: 15px;
  min-width: 200px;
  box-sizing: border-box;
  color: #5E9C68;
}
.top-search label {
  margin-bottom: 0;
}

.main-navigation {
  /*clear: both;*/
  display: block;
  float: left;
  width: auto;
  text-align: center;
  padding-top: 5px;
}
.main-navigation.interior {
  text-align: left;
  float: left;
  display: inline-block;
  width: auto;
}
.main-navigation.interior.right {
  float: right;
}
.main-navigation.interior.camp-nav {
  width: 100%;
  text-align: center;
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  /*float: left;*/
  position: relative;
  display: inline-block;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Customization
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
}

.site-branding {
  padding: 5px;
}

.h-top {
  background: #5E9C68 url("images/mountain%20green.png") center bottom repeat-x;
  height: 100px;
}
@media (max-width: 991px) {
  .h-top {
    height: 140px;
  }
}
.h-top .main-navigation-top {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .h-top .main-navigation-top {
    left: 0;
    right: 0 !important;
    width: auto !important;
    text-align: center;
    bottom: 11px;
    position: absolute;
  }
}
.h-top .main-navigation-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .h-top .main-navigation-top ul {
    float: none;
  }
}
.h-top .main-navigation-top li {
  border-right: solid 2px #fff;
  float: left;
  display: inline-block;
}
@media (max-width: 991px) {
  .h-top .main-navigation-top li {
    float: none;
  }
}
.h-top .main-navigation-top li:last-child {
  border: 0;
}
.h-top .main-navigation-top a {
  padding: 0px 15px;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 22px;
}
.h-top .main-navigation-top a:hover {
  background: transparent;
  color: #e8e8e8;
}
.h-top .menu-top-menu-container {
  float: right;
}
@media (max-width: 991px) {
  .h-top .menu-top-menu-container {
    float: none;
  }
}

.h-top.rev {
  background: #5E9C68 url("images/mountain-green-rev.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .h-top.rev {
    height: 140px;
  }
}
.h-top.rev .site-branding {
  padding: 10px 0px;
}
.h-top.rev .site-branding.inner-logo {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .h-top.rev .site-branding.inner-logo {
    width: 50%;
  }
}
.h-top.rev .menu-top-menu-container {
  float: right;
}
.h-top.rev .main-navigation-top {
  padding-top: 40px;
  padding-left: 25px;
}
.h-top.rev .main-navigation-top li {
  border-right: solid 2px #ffffff;
}
.h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.h-top.rev .main-navigation-top a {
  color: #ffffff;
}
.h-top.rev .main-navigation-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.h-top.rev .main-navigation-top-left ul ul {
  background-color: rgba(255, 255, 255, 0.9);
  width: 307px;
  position: absolute;
  z-index: 999;
  top: 70px;
  right: 0px;
  display: none;
}
.h-top.rev .main-navigation-top-left ul ul li {
  padding-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px #abacaa dashed;
}
.h-top.rev .main-navigation-top-left ul ul li:last-child {
  border: 0;
}
.h-top.rev .main-navigation-top-left ul ul li:nth-child(1) {
  border-left: 18px #7fa705 solid;
}
.h-top.rev .main-navigation-top-left ul ul li:nth-child(2) {
  border-left: 18px #b5b5ec solid;
}
.h-top.rev .main-navigation-top-left ul ul li:nth-child(3) {
  border-left: 18px #164c8c solid;
}
.h-top.rev .main-navigation-top-left ul ul li:nth-child(4) {
  border-left: 18px #eeefa4 solid;
}
.h-top.rev .main-navigation-top-left ul ul li:nth-child(5) {
  border-left: 18px #4b3d2a solid;
}
.h-top.rev .main-navigation-top-left .main-toggle {
  text-align: right;
  margin: 0px;
  padding: 0px;
}
.h-top.rev .main-navigation-top-left .main-toggle > a {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  padding: 10px 15px;
  color: #FFFFFF !important;
  background: #4D7F54;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .h-top.rev .main-navigation-top-left .main-toggle > a {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .h-top.rev .main-navigation-top-left .main-toggle > a {
    padding: 0 8px;
  }
}
.h-top.rev .main-navigation-top-left .main-toggle > a:hover {
  color: #FFFFFF;
}
.h-top.rev .main-navigation-top-left .main-toggle > a i {
  margin-left: 30px;
  font-size: 17px;
}
.h-top.rev .main-navigation-top-left a {
  padding: 0px 15px;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0px;
  display: block;
}
.h-top.rev .main-navigation-top-left a:hover {
  color: #4D7F54;
  text-decoration: none;
}
.h-top.rev .main-navigation-top-left a span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 0px;
}

@media screen and (min-width: 1200px) {
  .h-top.rev .main-navigation-top-left ul li:hover ul {
    display: block;
  }
}
.h-bottom {
  background-color: #586c5b;
  padding: 15px 0px;
  position: relative;
}
.h-bottom li {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.h-bottom li.last {
  border: 0;
}
.h-bottom nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  padding: 0px 15px !important;
  background: none;
  line-height: 15px;
}
.h-bottom nav a:hover, .h-bottom nav a:active, .h-bottom nav a:focus {
  background: none;
  color: #e8e8e8;
}
.h-bottom nav ul ul {
  width: 200px;
  background-color: #586c5b;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.h-bottom nav ul ul:before {
  content: "";
  height: 16px;
  display: block;
  background-color: transparent;
  border-bottom: solid 1px #4D7F54;
}
.h-bottom nav ul ul li {
  padding: 5px 0px;
  border: 0;
}
.h-bottom nav ul ul a {
  white-space: normal;
}

/* ====================================================
 | CAMP SPECIFIC STYLES 
 ====================================================== */
/* Dunmore */
.camp-dunmore article {
  position: relative;
}
.camp-dunmore .h-top.rev {
  background: #6C8F05 url("images/mountains-dunmore.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .camp-dunmore .h-top.rev {
    height: 140px;
  }
}
.camp-dunmore .h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.camp-dunmore .h-top.rev a {
  color: #ffffff;
}
.camp-dunmore .h-top.rev .main-toggle > a {
  background: #597505;
  color: #597505;
}
.camp-dunmore .h-top.rev .m-nav-top a {
  color: #333;
}
.camp-dunmore .h-top.rev h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700;
}
.camp-dunmore .h-bottom {
  background-color: #597505;
}
.camp-dunmore .h-bottom nav ul ul {
  background-color: #597505;
}
.camp-dunmore .h-bottom nav ul ul:before {
  content: "";
  background-color: transparent;
  border-bottom: solid 1px #597505;
}
.camp-dunmore .heading {
  background: #80a806;
  background: rgba(128, 168, 6, 0.83);
  position: absolute;
  top: 0px;
  width: 100vw;
  z-index: 10;
  text-align: center;
}
.camp-dunmore .heading h2 {
  font-size: 27px;
  font-family: "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  margin: 15px 0px;
}
.camp-dunmore #camp-video {
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 767px) {
  .camp-dunmore #camp-video {
    height: auto;
  }
  .camp-dunmore #camp-video h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .camp-dunmore #camp-video h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

/* Songadeewin */
.camp-songadeewin .h-top.rev {
  background: #A4A5D1 url("images/mountains-songadeewin.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .camp-songadeewin .h-top.rev {
    height: 140px;
  }
}
.camp-songadeewin .h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.camp-songadeewin .h-top.rev a {
  color: #fff;
}
.camp-songadeewin .h-top.rev .main-toggle > a {
  background: #7C7CB8;
}
.camp-songadeewin .h-top.rev .m-nav-top a {
  color: #333;
}
.camp-songadeewin .h-top.rev h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700;
}
.camp-songadeewin .h-bottom {
  background-color: #7c7cb8;
}
.camp-songadeewin .h-bottom nav ul ul {
  background-color: #7c7cb8;
}
.camp-songadeewin .h-bottom nav ul ul:before {
  content: "";
  background-color: transparent;
  border-bottom: solid 1px #7c7cb8;
}
.camp-songadeewin .splash-slideshow .heading {
  background: #7c7cb8;
  background: rgba(124, 124, 184, 0.83);
}

/* Temagami */
.camp-temagami .top-search input {
  margin-right: 0;
}
.camp-temagami .h-top.rev {
  background: #1C4572 url("images/mountains-temagami.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .camp-temagami .h-top.rev {
    height: 140px;
  }
}
.camp-temagami .h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.camp-temagami .h-top.rev a {
  color: #ffffff;
}
.camp-temagami .h-top.rev .main-toggle > a {
  background: #0E3159;
  color: #0e3159;
}
.camp-temagami .h-top.rev .m-nav-top a {
  color: #333;
}
.camp-temagami .h-top.rev h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700;
}
.camp-temagami .h-bottom {
  background-color: #0e3159;
}
.camp-temagami .h-bottom nav ul ul {
  background-color: #0e3159;
}
.camp-temagami .h-bottom nav ul ul:before {
  content: "";
  background-color: transparent;
  border-bottom: solid 1px #0e3159;
}
.camp-temagami .splash-slideshow .heading {
  background: #0e3159;
  background: rgba(14, 49, 89, 0.83);
}

/* Ojibway */
.camp-ojibway .h-top.rev {
  background: #D1D28F url("images/mountains-ojibway.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .camp-ojibway .h-top.rev {
    height: 140px;
  }
}
.camp-ojibway .h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.camp-ojibway .h-top.rev a {
  color: #ffffff;
}
.camp-ojibway .h-top.rev .main-toggle > a {
  background: #A0A16D;
  color: #a0a16d;
}
.camp-ojibway .h-top.rev .m-nav-top a {
  color: #333;
}
.camp-ojibway .h-top.rev h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700;
}
.camp-ojibway .h-bottom {
  background-color: #a0a16d;
}
.camp-ojibway .h-bottom nav ul ul {
  background-color: #a0a16d;
}
.camp-ojibway .h-bottom nav ul ul:before {
  content: "";
  background-color: transparent;
  border-bottom: solid 1px #a0a16d;
}
.camp-ojibway .splash-slideshow .heading {
  background: #a0a16d;
  background: rgba(160, 161, 109, 0.83);
}

/* KEEC */
.camp-keec .h-top.rev {
  background: #5C4A32 url("images/mountains-keec.png") center bottom repeat-x;
  height: 110px;
}
@media (max-width: 991px) {
  .camp-keec .h-top.rev {
    height: 140px;
  }
}
.camp-keec .h-top.rev .main-navigation-top li:last-child {
  border: 0;
}
.camp-keec .h-top.rev a {
  color: #ffffff;
}
.camp-keec .h-top.rev .main-toggle > a {
  background: #30281B;
  color: #30281b;
}
.camp-keec .h-top.rev .m-nav-top a {
  color: #333;
}
.camp-keec .h-top.rev h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700;
}
.camp-keec .h-bottom {
  background-color: #30281b;
}
.camp-keec .h-bottom nav ul ul {
  background-color: #30281b;
}
.camp-keec .h-bottom nav ul ul:before {
  content: "";
  background-color: transparent;
  border-bottom: solid 1px #30281b;
}
.camp-keec .splash-slideshow .heading {
  background: #30281b;
  background: rgba(48, 40, 27, 0.83);
}

.main-banner {
  height: 840px;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  max-height: 460px;
  background-position: 50% 30%;
}
.main-banner a {
  width: auto;
  display: inline-block;
  color: #fff;
  line-height: 95px;
}
.main-banner i {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.41);
}
.main-banner h1 {
  font-family: "PT Serif", serif;
  font-size: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.main-banner h1 em {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.main-banner h3 {
  font-family: serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 0px 5px #333;
}
.main-banner #overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0px -10px;
  z-index: 9;
}
.main-banner #overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.main-banner #overlay .container {
  vertical-align: middle;
  display: inline-block;
}
.main-banner .video-wrapper {
  margin: 0px;
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(196, 196, 196, 0.23);
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}
.main-banner .video-wrapper video {
  height: 100%;
}
.main-banner #overlay .vid-control-play,
.main-banner #overlay .vid-control-pause {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  display: none;
  z-index: 100;
  width: 100%;
  text-align: left;
  padding-left: 30px;
}
.main-banner #overlay .vid-control-play i,
.main-banner #overlay .vid-control-pause i {
  font-size: 80px;
}
.main-banner #overlay .vid-control-play i.fa-play,
.main-banner #overlay .vid-control-pause i.fa-play {
  margin-left: 6px;
}

.to-bottom {
  margin-top: 160px;
}
.to-bottom h3 {
  margin-top: 70px;
}

.m-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row none;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.m-nav li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin: 0px;
  height: 250px;
}
.m-nav li:hover {
  background-repeat: no-repeat;
  background-position: top right;
}
.m-nav li:nth-child(1) {
  background-color: rgba(127, 167, 5, 0.9);
  width: 18.6%;
}
.m-nav li:nth-child(1):hover {
  background-image: url("images/shadow.png");
}
.m-nav li:nth-child(2) {
  background-color: rgba(181, 181, 236, 0.9);
  width: 25%;
}
.m-nav li:nth-child(2):hover {
  background-image: url("images/shadow-dark.png");
}
.m-nav li:nth-child(3) {
  background-color: rgba(22, 76, 140, 0.9);
  width: 20.2%;
}
.m-nav li:nth-child(3):hover {
  background-image: url("images/shadow.png");
}
.m-nav li:nth-child(4) {
  background-color: rgba(238, 239, 164, 0.9);
  width: 17.5%;
}
.m-nav li:nth-child(4):hover {
  background-image: url("images/shadow-dark.png");
}
.m-nav li:nth-child(5) {
  background-color: rgba(75, 61, 42, 0.9);
  width: 18.8%;
}
.m-nav li:nth-child(5):hover {
  background-image: url("images/shadow.png");
}
.m-nav a {
  text-transform: uppercase;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
  margin: 0px auto;
  padding: 70px 0px;
  background: url("images/faded-arrows.png") 50% 15px no-repeat;
  text-decoration: none !important;
}
.m-nav a span {
  text-transform: capitalize;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}
.m-nav a:hover {
  text-decoration: none;
}
.m-nav:before {
  content: "";
  position: absolute;
  top: -10px;
  height: 10px;
  width: 100%;
  background-color: rgba(96, 96, 96, 0.3);
}

.green {
  background-color: rgba(127, 167, 5, 0.5);
}

.denim {
  background-color: rgba(181, 181, 236, 0.5);
}

.royal-blue {
  background-color: rgba(22, 76, 140, 0.5);
}

.cream {
  background-color: rgba(238, 239, 164, 0.5);
}

.brown {
  background-color: rgba(75, 61, 42, 0.5);
}

.dark-link {
  color: #5c5c5c !important;
  background: url("images/faded-arrows-dark.png") 50% 15px no-repeat !important;
}

.white-link {
  color: #fff;
}
.white-link:hover {
  color: #fff;
}

.cal {
  padding: 50px 0px;
  position: relative;
  background: url("images/cal%20bg.png") 85% 50% no-repeat;
}
.cal h1 {
  font-family: "futura-pt", sans-serif !important;
  font-size: 50px;
  color: #4d7f54;
  margin-left: 125px;
  margin-bottom: 30px;
}
.cal .day {
  font-family: "PT Serif", sans-serif;
  font-size: 50px;
  color: #4d7f54;
  font-weight: 600;
  font-style: italic;
}
.cal .day a {
  color: #4d7f54;
}
.cal:before {
  content: "";
  position: absolute;
  top: -90px;
  height: 90px;
  width: 100%;
  background: url("images/mountain%20white.png") repeat-x center bottom;
}

.date .row {
  border-bottom: solid 1px #93be93;
}

.no-border {
  border: 0;
}

.btn-small {
  padding: 3px 3px 3px 20px;
  border-radius: 40px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin: 20px auto;
  color: #fff !important;
}
.btn-small i {
  font-size: 40px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px 7px;
  text-align: right;
}

.bottom-navigation ul {
  margin: 0;
  padding: 0;
}
.bottom-navigation li {
  padding: 3px 3px 3px 20px;
  border-radius: 40px;
  box-shadow: none;
  border: none;
  display: block;
  margin: 20px auto;
  background-color: rgba(133, 133, 133, 0.9);
  width: 273px;
  text-align: left;
  position: relative;
  padding-right: 60px;
  box-sizing: border-box;
}
.bottom-navigation li a {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 14px 0px;
  box-sizing: border-box;
}
.bottom-navigation li a:after {
  content: "";
  font-family: "FontAwesome";
  color: #d6b98a;
  font-size: 40px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  padding: 2.5px 7px;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -25px;
  line-height: 49px;
}

.btn-big {
  padding: 10px 10px 10px 80px;
  border-radius: 80px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
  box-shadow: none;
  border: none;
  display: block;
  margin: 20px auto;
  color: #fff;
  background: rgba(204, 204, 204, 0.61);
  width: auto;
}
.btn-big:after {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 70px;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 5px 30px;
  text-align: center;
  float: right;
  margin-right: 2px;
  margin-left: 50px;
}

.cal-thumb {
  text-align: center;
}
.cal-thumb img {
  border: solid 2px #bca094;
  padding: 2px;
}
.cal-thumb a h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.btn-light {
  background-color: #a7d0ac;
  color: #fff;
}
.btn-light i {
  color: #5ba866;
}

.site-footer {
  background-color: #333333;
  color: #f8e7cc;
  padding-top: 50px;
  padding-bottom: 10px;
  background-image: url("images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  margin-top: 100px;
}
.site-footer .left-sec h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}
.site-footer .left-sec address {
  font-size: 16px;
  font-weight: 600;
  width: 180px;
  line-height: 1.5;
}
.site-footer .left-sec a {
  color: #f8e7cc;
  font-weight: 600;
  font-style: italic;
}
.site-footer .left-sec a i {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}
.site-footer .left-sec p {
  font-style: italic;
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.7;
}
.site-footer .links {
  text-transform: capitalize;
}
.site-footer .links h3 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0px;
}
.site-footer .links i {
  width: 35px;
  height: 35px;
  background: rgba(149, 117, 99, 0.81);
  color: #333;
  font-size: 25px;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  transform: skew(2deg, 2deg);
}
.site-footer .links img {
  margin-top: 20px;
}
.site-footer .developer {
  text-align: center;
}
.site-footer .developer p {
  color: #888889;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}
.site-footer .developer img {
  width: 267px;
  opacity: 0.65;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.site-footer .developer a:hover img {
  opacity: 1;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: -90px;
  height: 90px;
  width: 100%;
  background: url("images/mountain%20gray.png") repeat-x center bottom;
}

hr {
  width: 80%;
  opacity: 0.5;
}
.entry-content hr {
  width: auto;
}

.post-edit-link {
  position: fixed;
  left: 0px;
  top: 50%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  padding: 5px;
}

.tribe-events-list-widget ol li {
  margin-bottom: 0px;
}

.splash-image {
  margin-bottom: 50px;
}
.splash-image img {
  width: 100%;
}

.inner-content {
  margin-bottom: 100px;
}
.inner-content .entry-title {
  margin: 0px;
  text-transform: capitalize;
  font-size: 50px;
}
.inner-content .entry-content p {
  margin-bottom: 20px;
}

.widget-area .menu {
  margin-bottom: 20px;
}
.widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area ul > li {
  border-top: 1px #9a9c9a solid;
}
.widget-area ul > li a {
  font-family: "futura-pt", sans-serif !important;
  font-size: 17px;
  color: #383a3c;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
}
.widget-area ul > li.current_page_item > a {
  border-bottom: 1px #9a9c9a solid;
  background-color: #a1b7d0;
}
.widget-area ul ul li:last-child {
  border-bottom: 0;
  background-color: transparent;
}
.widget-area ul ul li a {
  padding-left: 40px;
  display: block;
  color: #154b8a;
  font-size: 14px;
}
.widget-area .current-menu-parent > a {
  color: #154b8a;
  /*font-size: 23px;*/
}

.not-found {
  height: 400px;
  text-align: center;
}
.not-found h1 {
  font-size: 65px;
}
.not-found p {
  font-size: 30px;
}

.splash-slideshow .carousel-inner .item {
  max-height: 520px;
}
@media screen and (min-width: 1350px) {
  .splash-slideshow .carousel-inner .item {
    max-height: 700px;
  }
}
.splash-slideshow .carousel-inner .item img {
  width: 100%;
}
.splash-slideshow a.left {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 50%;
  font-size: 30px;
  color: #fff;
  background: #23548b;
  width: 40px;
  height: 40px;
  border-radius: 0px 5px 5px 0px;
}
.splash-slideshow a.right {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 50%;
  font-size: 30px;
  color: #fff;
  background: #23548b;
  width: 40px;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
}
.splash-slideshow .heading {
  position: absolute;
  top: 0px;
  background: rgba(35, 84, 139, 0.83);
  width: 100vw;
}
.splash-slideshow .heading h1 {
  font-size: 52px;
  font-family: "Times New Roman", serif;
  color: #fff;
  /*text-transform: uppercase;*/
  margin: 15px 0px;
}
.splash-slideshow .heading h2 {
  font-size: 27px;
  font-family: "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  margin: 15px 0px;
}

.camp-video {
  height: 750px;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
.camp-video h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 114px;
  text-transform: uppercase;
  color: #fbfbfc;
}
.camp-video h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 99px;
  text-transform: uppercase;
  color: #fbfbfc;
}
.camp-video h3 {
  font-family: "PT Serif", serif;
  font-size: 26px;
  color: #fbfbfc;
  font-style: italic;
  width: 675px;
  margin: 0 auto;
  max-width: 100%;
}
.camp-video i {
  font-size: 99px;
  color: #fbfbfc;
  cursor: pointer;
}
.camp-video .camp-video-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 750px;
  display: none;
}

.camp-carousel {
  /*min-height:750px;*/
  position: relative;
  padding: 0;
}

.camp-carousel .inner-wrap {
  padding: 40px 0 150px;
}

.camp-carousel h2 {
  color: #154b8a;
  font-size: 50px;
  text-align: center;
  font-family: "futura-pt", sans-serif !important;
}

.camp-carousel h3 {
  color: #686969;
  font-size: 26px;
  text-align: center;
  font-family: "futura-pt", sans-serif !important;
}

.camp-carousel .carousel-lower {
  width: 100vw;
  margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

/* AC Custom Additions */
body {
  font-size: 1.45rem;
  overflow-x: hidden;
}

.container {
  max-width: 100%;
}

button, input, select, textarea {
  font-size: 1.45rem;
}

.btn-primary {
  transition: 0.3s;
  background-color: #597505;
  color: #FFF;
  padding: 12px 35px;
  border: none;
}
.btn-primary:hover {
  background-color: #597505;
  opacity: 0.9;
}
.btn-primary:visited {
  color: #FFF;
}

.slick-track {
  margin: 0 auto;
  overflow: hidden;
  max-height: 183px;
}

.slick-slide {
  outline: none !important;
}

#field_4_28 .gfield_required, #field_5_27 .gfield_required, #field_6_32 .gfield_required {
  display: none;
}

.red {
  color: #9E0B0F;
}

/* DG Custom Additions */
@media only screen and (max-width: 992px) {
  .accreditations-row {
    text-align: center;
  }
  .accreditations-row img {
    max-width: 136px;
  }
}
@media only screen and (min-width: 992px) {
  .accreditations-row {
    margin-right: 0px;
  }
}
.hp-content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}

.footer-policy {
  margin-bottom: 5px;
}
.footer-policy a {
  color: #888889;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
button.menu-toggle {
  border: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0px 20px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
}

button.menu-toggle i {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  /* Header: Main Nav */
  .h-bottom li {
    border: none;
  }

  .main-navigation li {
    float: none;
    display: block;
  }

  .h-bottom nav a {
    display: block;
    padding: 15px 0 !important;
    border-bottom: 1px solid #fff;
  }

  .h-bottom nav ul ul {
    display: none !important;
  }

  .h-top.rev {
    position: relative;
  }

  #site-navigation-top-left {
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  .h-top.rev .main-navigation-top-left .main-toggle > a {
    color: #fff;
    line-height: normal;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
  }

  .h-top.rev .main-navigation-top-left .main-toggle > a i {
    position: relative;
    top: 0;
    margin-left: 15px;
  }

  .h-top.rev .main-navigation-top-left ul ul {
    top: 60px;
  }

  #site-navigation {
    display: block;
    width: 100%;
    text-align: center;
  }

  #site-navigation-top {
    float: left;
    width: 50%;
  }

  .home .h-top .container {
    position: relative;
    height: 100%;
  }
  .home .h-top .container #site-navigation-top {
    width: 440px;
    margin: 0;
    position: absolute;
    bottom: 11px;
    right: 0px;
  }

  /* Home Page: Splash */
  .main-banner {
    height: 600px;
  }

  .main-banner #overlay {
    display: none !important;
  }

  /* Home Page: Camp Nav */
  .m-nav {
    display: block;
  }

  .m-nav:before {
    display: none;
  }

  .m-nav li {
    width: auto !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
  }

  .m-nav a {
    font-size: 24px;
    padding: 20px;
    background-image: none !important;
    display: block;
  }

  /* Home Page: Calendar */
  .cal:before {
    position: relative;
    top: auto;
  }

  .date .duration {
    padding-left: 0;
  }
  .date .duration .day {
    font-size: 40px;
  }

  .camp-carousel {
    display: none;
    min-height: 0;
  }
  .camp-carousel .carousel-lower {
    width: auto;
    padding: 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .camp-video {
    height: auto;
  }
  .camp-video h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .camp-video h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .date .duration {
    padding-left: 15px;
  }

  .cal .container > h1 {
    margin: 20px 0;
    text-align: center;
  }

  .h-top.rev {
    position: relative;
  }

  #site-navigation-top-left {
    position: absolute;
    right: 0;
    bottom: 60px;
  }

  .h-top.rev .main-navigation-top-left .main-toggle > a {
    color: #fff;
    line-height: normal;
    font-size: 16px;
    line-height: 36px;
    display: block;
  }

  .h-top.rev .main-navigation-top-left .main-toggle > a i {
    position: relative;
    top: 0;
    margin-left: 15px;
  }

  .h-top.rev .main-navigation-top-left ul ul {
    top: 60px;
  }

  .hentry .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hentry .container .col-md-8 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 30px;
  }

  .hentry .container #secondary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* Interior Splash */
  .splash-slideshow {
    margin-bottom: 20px;
  }
  .splash-slideshow .heading {
    position: relative;
    bottom: auto;
    padding: 10px 5%;
    box-sizing: border-box;
  }
  .splash-slideshow .heading h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  .splash-slideshow .heading h2 {
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  /* Home Page: Splash */
  .main-banner {
    height: 400px;
  }

  .date .duration .day {
    font-size: 34px;
    line-height: 32px;
    padding-top: 10px;
  }

  .cal .container > h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 380px) {
  .h-top.rev .main-navigation-top-left .main-toggle > a > b {
    display: none;
  }
}
/*--------------------------------------------------------------
# Home page slideshow
--------------------------------------------------------------*/
.carousel-inner > .item > img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}

.splash-slideshow a {
  line-height: 1.5;
}

.simcal-default-calendar-grid .simcal-events {
  font-size: 14px !important;
}

/****************************Styles for specific flipbooks**********************/
._df_thumb.NWW2021-flip {
  width: 300px;
  height: 400px;
}

/*# sourceMappingURL=style.css.map */
