.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.tags ::after {
    clear: both;
    content: '';
    display: table;
}

.full-width {
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
}

@media (min-width: 758px) {
    .full-width {
        margin-left: -10%;
        margin-right: -10%;
    }
}

/**
 * Reset
 */
html,
body,
.page,
#page,
.site-header,
.site-header html,
.site-header body,
.site-header div,
.site-header span,
.site-header object,
.site-header iframe,
.site-header h1,
.site-header h2,
.site-header h3,
.site-header h4,
.site-header h5,
.site-header h6,
.site-header p,
.site-header blockquote,
.site-header pre,
.site-header abbr,
.site-header address,
.site-header cite,
.site-header code,
.site-header del,
.site-header dfn,
.site-header em,
.site-header ins,
.site-header kbd,
.site-header q,
.site-header samp,
.site-header small,
.site-header strong,
.site-header sub,
.site-header sup,
.site-header var,
.site-header b,
.site-header i,
.site-header dl,
.site-header dt,
.site-header dd,
.site-header ol,
.site-header ul,
.site-header li,
.site-header fieldset,
.site-header form,
.site-header label,
.site-header legend,
.site-header table,
.site-header caption,
.site-header tbody,
.site-header tfoot,
.site-header thead,
.site-header tr,
.site-header th,
.site-header td,
.site-header article,
.site-header aside,
.site-header figure,
.site-header footer,
.site-header header,
.site-header hgroup,
.site-header menu,
.site-header nav,
.site-header section,
.site-header time,
.site-header mark,
.site-header audio,
.site-header video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html,
body,
.page,
#page,
.site-header,
.site-header article,
.site-header aside,
.site-header figure,
.site-header footer,
.site-header header,
.site-header main,
.site-header nav,
.site-header section {
    display: block;
}


html,
body,
.page,
#page,
.site-header,
.site-footer,
.site-header *,
.site-header *:before,
.site-header *:after,
.site-footer *,
.site-footer *:before,
.site-footer *:after {
    box-sizing: border-box;
}

/**
 *  BUTTONS
 */
.button {
  background-color: #64829f;
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-family: 'Nunito Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5em;
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
}
.button:focus, .button:hover, .button:active {
  color: #fff;
}
.button:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}
.button:active {
  opacity: 1;
}
.button:first-child {
  margin-left: 0;
}
.button:last-child {
  margin-right: 0;
}
.button.button-big {
  border-radius: 2em;
  font-size: 16px;
  line-height: 1.5em;
  padding: 10px 30px;
}
@media (min-width: 992px) {
  .button.button-big {
    padding: 10px 40px;
  }
}
.button.button-small {
  border-radius: 2em;
  font-size: 11px;
  line-height: 1.273em;
  padding: 6px 20px;
}
.button.button-huge {
  border-radius: 2em;
  font-size: 16px;
  line-height: 1.5em;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .button.button-huge {
    border-radius: 2em;
    font-size: 18px;
    line-height: 1.5em;
    padding: 18px 50px;
  }
}
.button.button-huge i {
  font-size: 20px;
}
.button.button-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 758px;
  width: 100%;
}
.button.button-primary {
  background-color: #02417d;
  border: 1px solid #02417d;
  color: #fff;
}
.button.button-primary:hover {
  color: #fff;
}
.button.button-secondary {
  background-color: #006fb7;
  border: 1px solid #006fb7;
  color: #fff;
}
.button.button-secondary:hover {
  color: #fff;
}
.button.button-transparent {
  background-color: transparent;
  border: 1px solid transparent;
}
.button.button-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #02417d;
}
.button.button-green {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}
.button.button-red {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.button.button-outlined {
  background-color: transparent;
  border: 1px solid #02417d;
  color: #02417d;
}
.button.button-disabled {
  cursor: default;
  opacity: 0.4;
}
.button.button-only-icon {
  height: 43px;
  line-height: 43px;
  padding: 0;
  width: 43px;
}
.button.button-only-icon i {
  margin-left: 0;
  margin-right: 0;
}
.button i {
  margin-bottom: -2%;
  margin-left: 0.8em;
  margin-right: 0.8em;
  position: relative;
  transition: all 0.3s ease;
}
.button i:last-child {
  margin-right: 0;
}
.button i:first-child {
  margin-left: 0;
}
.button i::before {
  float: left;
}
.button i.fa-lg {
  margin-bottom: 0;
}
.button-link {
  color: #02417d;
  font-family: 'Nunito Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.button-link i {
  font-size: 18px;
  line-height: 14px;
  margin-bottom: -2px;
  margin-left: 4px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.button-link i::before {
  float: left;
}
.button-link.button-link-rotated i {
  transform: rotate(-180deg);
}
.button-group {
  white-space: nowrap;
}
.button-group .button {
  display: inline-block;
  margin: 0;
}
.button-group .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}

/**
 *  FLEX ALIGNMENTS
 */
.aligner {
  display: flex;
}
.aligner-space-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.aligner-space-around {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.aligner-center-vertical {
  align-items: center;
  display: flex;
}
.aligner-center-horitzontal {
  display: flex;
  justify-content: center;
}
.content-start {
  display: flex;
  justify-content: flex-start;
}
.content-end {
  display: flex;
  justify-content: flex-end;
}
.aligner-item-top {
  align-self: flex-start;
}
.aligner-item-bottom {
  align-self: flex-end;
}
.flex-grow {
  flex-grow: 1;
}
/**
 *  ALIGNMENTS
 */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.cf::before, .cf::after {
  content: '';
  display: table;
}
.cf::after {
  clear: both;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
/**
 *  TEXT UTILITIES
 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-block {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.word-break {
  word-break: break-all;
}
.text-indent {
  padding-left: 24px;
}
/**
 *  MODIFIERS
 */
.bordered {
  border: 1px solid #006fb7;
}
.border-bottom {
  border-bottom: 1px solid #006fb7;
}
.border-left {
  border-left: 1px solid #006fb7;
}
.border-right {
  border-right: 1px solid #006fb7;
}
.border-top {
  border-top: 1px solid #006fb7;
}
.display-block {
  display: block;
}
@media (max-width: 480px) {
  .block-mobile {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.display-inline {
  display: inline;
}
.hidden {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-wrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.opacity-low {
  opacity: 0.5;
}
.icon-rounded, .rounded-corners {
  border-radius: 15%;
}
.rounded {
  border-radius: 100%;
}
/**
 *  VISIBILITY UTILITIES
 */
@media (min-width: 992px) {
  .hidden-large {
    display: none;
  }
}
@media (min-width: 1380px) {
  .hidden-large {
    display: inline-block;
  }
}
@media (min-width: 758px) {
  .hidden-medium {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-medium {
    display: inline-block;
  }
}
@media (min-width: 758px) {
  .show-small {
    display: none;
  }
}
.hide-small {
  display: none;
}
@media (min-width: 758px) {
  .hide-small {
    display: block;
  }
}
.hide-small-inline-block {
  display: none !important;
}
@media (min-width: 758px) {
  .hide-small-inline-block {
    display: inline-block !important;
  }
}
.hide-medium {
  display: block;
}
@media (min-width: 758px) {
  .hide-medium {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-medium {
    display: block;
  }
}
.clear-both {
  clear: both;
}
.entry-footer .edit-link {
  display: none;
}
/**
 *  BOOTSTRAP VISIBILITY UTILITIES
 *  Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0
 */
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 757px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 757px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 757px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 757px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 757px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 758px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1380px) {
  .hidden-lg {
    display: none !important;
  }
}

/**
 * LAYOUT
 */
.section {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section::before, .section::after {
  content: '';
  display: table;
}
.section::after {
  clear: both;
}
@media (min-width: 758px) {
  .section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.container {
  margin: 0 auto;
  max-width: 1380px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
@media (min-width: 758px) {
  .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.container-medium {
  margin: 0 auto;
  max-width: 992px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 758px) {
  .container-medium {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.container-small {
  margin: 0 auto;
  max-width: 758px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 758px) {
  .container-small {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.separator {
  border-bottom: 1px solid #6e3020;
}
.main-wrap {
  overflow: hidden;
  position: relative;
  transition: padding 0.25s ease-in-out;
}
@media (min-width: 1380px) {
  .main-wrap {
    padding-left: 250px;
  }
}
.main-content {
  float: right;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main-content::before, .main-content::after {
  clear: none;
}
/**
 *  LOADING BAR
 *
 *  Markup:
 *  ---------
 *  <div class="loading-bar"></div>
 *
 */
.loading-bar {
  height: 4px;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.loading-bar::before {
  animation: loading 2s linear infinite;
  background-color: #02417d;
  content: '';
  display: block;
  height: 4px;
  left: -200px;
  position: absolute;
  width: 200px;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/**
 *  LOADING SPINNER
 *
 *  Markdown:
 *  ---------
 *  <div class='loading-spinner'>
 *    <span></span>
 *    <span></span>
 *    <span></span>
 *    <span></span>
 *  </div>
 *
 */
.loading-spinner {
  animation: rotateLoader 4s infinite;
  animation-timing-function: ease-in-out;
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: fixed;
  top: 50%;
  width: 30px;
  z-index: 1000;
}
.loading-spinner span {
  animation-timing-function: ease-in-out;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
}
.loading-spinner span:nth-child(1) {
  animation: translateBall1 1s infinite;
  left: 0;
  top: 0;
  transform: translate3d(5px, 5px, 0);
}
.loading-spinner span:nth-child(2) {
  animation: translateBall2 1s infinite;
  right: 0;
  top: 0;
}
.loading-spinner span:nth-child(3) {
  animation: translateBall3 1s infinite;
  bottom: 0;
  right: 0;
}
.loading-spinner span:nth-child(4) {
  animation: translateBall4 1s infinite;
  bottom: 0;
  left: 0;
}
.loading-spinner.is-relative {
  display: inline-block;
  left: auto;
  margin: 0;
  position: relative;
  top: auto;
  z-index: 1;
}
@keyframes rotateLoader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes translateBall1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(4px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translateBall2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translateBall3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-4px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translateBall4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(4px, -4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/**
 *  MESSAGE BARS
 *
 *  Markup:
 *  -------
 *
 *  <div class="message-bar background-sucess">Success message</div>
 *  <div class="message-bar background-info">Success info</div>
 *  <div class="message-bar background-error">Success error</div>
 *  <div class="message-bar background-warning">Success warning</div>
 *
 */
.message-bar {
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
}
.message-bar p:last-child {
  margin-bottom: 0;
}
/**
 *  PAGINATOR
 *
 *  Markup:
 *  -------
 *
 *  <ul class="paginator-list">
 *    <li class="paginator-list-item">
 *      <a href="#" class="paginator-list-link">Prev</a>
 *    </li>
 *    <li class="paginator-list-item">
 *      <a href="#" class="paginator-list-link">1</a>
 *    </li>
 *    <li class="paginator-list-item">
 *      <a href="#" class="paginator-list-link active">2</a>
 *    </li>
 *    <li class="paginator-list-item">
 *      <a href="#" class="paginator-list-link">3</a>
 *    </li>
 *    <li class="paginator-list-item">
 *      <a href="#" class="paginator-list-link">Next</a>
 *    </li>
 *  </ul>
 */
.paginator-list .paginator-list-item {
  margin-right: 5px;
  padding: 0;
  display: inline-block;
}
.paginator-list .paginator-list-item:first-child i {
  margin-right: 0.5em;
}
.paginator-list .paginator-list-item:last-child i {
  margin-left: 0.5em;
}
.paginator-list .paginator-list-item .paginator-list-link {
  background-color: #006fb7;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  transition: background-color 0.2s ease-in-out;
}
.paginator-list .paginator-list-item .paginator-list-link:hover {
  background-color: #008eea;
}
.paginator-list .paginator-list-item .paginator-list-link.active {
  background-color: #02417d;
  color: #fff;
}
.paginator-list.paginator-compact {
  display: flex;
}
.paginator-list.paginator-compact .paginator-list-item {
  margin-right: 0;
}
.paginator-list.paginator-compact .paginator-list-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.paginator-list.paginator-compact .paginator-list-item .paginator-list-link {
  border-radius: 0;
}
.paginator-list.paginator-compact .paginator-list-item:first-child .paginator-list-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.paginator-list.paginator-compact .paginator-list-item:last-child .paginator-list-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.paginator-list.paginator-center {
  justify-content: center;
  text-align: center;
}
/**
 *  RATING CIRCLE
 */
.rating-circle {
  background-color: #d7d7d7;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100px;
}
@media (min-width: 758px) {
  .rating-circle {
    margin: 0;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .rating-circle {
    height: 130px;
    width: 130px;
  }
}
.rating-circle.rating-color-1 {
  color: #dd2c00;
}
.rating-circle.rating-color-1 .circle-fill {
  background-color: #dd2c00;
}
.rating-circle.rating-color-2 {
  color: #ff5722;
}
.rating-circle.rating-color-2 .circle-fill {
  background-color: #ff5722;
}
.rating-circle.rating-color-3 {
  color: #ff9800;
}
.rating-circle.rating-color-3 .circle-fill {
  background-color: #ff9800;
}
.rating-circle.rating-color-4 {
  color: #ffc107;
}
.rating-circle.rating-color-4 .circle-fill {
  background-color: #ffc107;
}
.rating-circle.rating-color-5 {
  color: #f5dc00;
}
.rating-circle.rating-color-5 .circle-fill {
  background-color: #f5dc00;
}
.rating-circle.rating-color-6 {
  color: #cddc39;
}
.rating-circle.rating-color-6 .circle-fill {
  background-color: #cddc39;
}
.rating-circle.rating-color-7 {
  color: #8bc34a;
}
.rating-circle.rating-color-7 .circle-fill {
  background-color: #8bc34a;
}
.rating-circle.rating-color-8 {
  color: #4caf50;
}
.rating-circle.rating-color-8 .circle-fill {
  background-color: #4caf50;
}
.rating-circle.rating-color-9 {
  color: #43a047;
}
.rating-circle.rating-color-9 .circle-fill {
  background-color: #43a047;
}
.rating-circle.rating-color-10 {
  color: #388e3c;
}
.rating-circle.rating-color-10 .circle-fill {
  background-color: #388e3c;
}
.rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
  border-radius: 50%;
  height: 100px;
  position: absolute;
  transition: all 1s;
  width: 100px;
}
@media (min-width: 992px) {
  .rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
    height: 130px;
    width: 130px;
  }
}
.rating-circle .circle .circle-mask, .rating-circle .circle .circle-fill {
  backface-visibility: hidden;
}
.rating-circle .circle .circle-mask.reanimate, .rating-circle .circle .circle-fill.reanimate {
  transition: transform 0s;
}
.rating-circle .circle .circle-mask.reset, .rating-circle .circle .circle-fill.reset {
  transform: rotate(0deg) !important;
}
.rating-circle .circle .circle-mask {
  clip: rect(0, 100px, 100px, 50px);
  overflow: hidden;
}
@media (min-width: 992px) {
  .rating-circle .circle .circle-mask {
    clip: rect(0, 130px, 130px, 65px);
  }
}
.rating-circle .circle .circle-mask .circle-fill {
  clip: rect(0, 50px, 100px, 0);
}
@media (min-width: 992px) {
  .rating-circle .circle .circle-mask .circle-fill {
    clip: rect(0, 65px, 130px, 0);
  }
}
.rating-circle .circle-inset {
  background-color: #006fb7;
  border-radius: 50%;
  height: 94px;
  left: 50%;
  margin-left: -47px;
  margin-top: -47px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 94px;
}
@media (min-width: 992px) {
  .rating-circle .circle-inset {
    height: 124px;
    line-height: 124px;
    margin-left: -62px;
    margin-top: -62px;
    width: 124px;
  }
}
.rating-circle .circle-inset .circle-rating-number {
  font-size: 36px;
  font-weight: normal;
  line-height: 94px;
}
@media (min-width: 992px) {
  .rating-circle .circle-inset .circle-rating-number {
    font-size: 50px;
    line-height: 124px;
  }
}
.rating-circle.circle-small {
  width: 80px;
  height: 80px;
}
.rating-circle.circle-small .circle .circle-mask, .rating-circle.circle-small .circle .circle-fill {
  height: 80px;
  width: 80px;
}
.rating-circle.circle-small .circle-mask {
  clip: rect(0, 80px, 80px, 40px);
}
.rating-circle.circle-small .circle-mask .circle-fill {
  clip: rect(0, 40px, 80px, 0);
}
.rating-circle.circle-small .circle-inset {
  border-radius: 50%;
  height: 74px;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 74px;
}
.rating-circle.circle-small .circle-inset .circle-rating-number {
  font-size: 24px;
  font-weight: 400;
  left: 0;
  line-height: 74px;
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 74px;
}
.rating-color-1 .circle-fill, .rating-color-1 .circle-full {
  transform: rotate(18deg);
}
.rating-color-2 .circle-fill, .rating-color-2 .circle-full {
  transform: rotate(36deg);
}
.rating-color-3 .circle-fill, .rating-color-3 .circle-full {
  transform: rotate(54deg);
}
.rating-color-4 .circle-fill, .rating-color-4 .circle-full {
  transform: rotate(72deg);
}
.rating-color-5 .circle-fill, .rating-color-5 .circle-full {
  transform: rotate(90deg);
}
.rating-color-6 .circle-fill, .rating-color-6 .circle-full {
  transform: rotate(108deg);
}
.rating-color-7 .circle-fill, .rating-color-7 .circle-full {
  transform: rotate(126deg);
}
.rating-color-8 .circle-fill, .rating-color-8 .circle-full {
  transform: rotate(144deg);
}
.rating-color-9 .circle-fill, .rating-color-9 .circle-full {
  transform: rotate(162deg);
}
.rating-color-10 .circle-fill, .rating-color-10 .circle-full {
  transform: rotate(180deg);
}
/**
 *  TABLES
 */
.table {
  background-color: #6e3020;
  border: 1px solid #6e3020;
  border-collapse: collapse;
  border-radius: 3px;
  color: #5b362b;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.table th, .table td {
  border-bottom: 1px solid #6e3020;
  padding: 10px;
}
@media (min-width: 992px) {
  .table th, .table td {
    padding: 10px 20px;
  }
}
.table td {
  padding: 14px;
  position: relative;
}
.table tr {
  border-bottom: 1px solid #6e3020;
}
.table thead {
  border-bottom: 1px solid #6e3020;
}
.table th {
  background-color: #fff;
  color: #969da6;
  font-weight: normal;
  padding: 5px 14px;
  white-space: nowrap;
}
.table-vertical-center td {
  vertical-align: middle;
}
/**
 *  TABLE RESPONSIVE
 *
 *  Markup:
 *  -------
 *
 *  <table class="table-responsive table-break-small">
 *    <tr>
 *      <th>First column</th>
 *      <th>Second column</th>
 *      <th>Third column</th>
 *    </tr>
 *    <tr>
 *      <td data-th="First column">Blue</td>
 *      <td data-th="Second column">One</td>
 *      <td data-th="Third column">My life fades</td>
 *    </tr>
 *    <tr>
 *      <td data-th="First column">Green</td>
 *      <td data-th="Second column">Two</td>
 *      <td data-th="Third column">when the world was powered by the black fuel... and the desert sprouted great cities of pipe and steel. </td>
 *    </tr>
 *    <tr>
 *      <td data-th="First column">Yellow</td>
 *      <td data-th="Second column">Three</td>
 *      <td data-th="Third column">A whirlwind of looting, a firestorm of fear. Men began to feed on men. </td>
 *    </tr>
 *  </table>
 *
 */
.table-responsive th {
  display: none;
}
.table-responsive td {
  display: block;
}
.table-responsive td:first-child {
  border-top: 1px solid #6e3020;
  padding-top: 14px;
}
.table-responsive td:last-child {
  padding-bottom: 14px;
}
.table-responsive td::before {
  content: attr(data-th) ': ';
  display: block;
  font-weight: normal;
}
.table-responsive th, .table-responsive td {
  text-align: left;
}
.table-responsive.table-break-medium tr {
  border-top: 1px solid #6e3020;
}
@media (max-width: 758px) {
  .table-responsive.table-break-medium td {
    border: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 758px) {
  .table-responsive.table-break-medium td::before {
    display: none;
  }
}
.table-responsive.table-break-medium td:last-child {
  padding-bottom: 14px;
}
@media (min-width: 758px) {
  .table-responsive.table-break-medium th, .table-responsive.table-break-medium td {
    display: table-cell;
  }
}
.table-responsive.table-break-small tr {
  border-top: 1px solid #6e3020;
}
@media (max-width: 480px) {
  .table-responsive.table-break-small td {
    border: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) {
  .table-responsive.table-break-small td::before {
    display: none;
  }
}
.table-responsive.table-break-small td:last-child {
  padding-bottom: 14px;
}
@media (min-width: 480px) {
  .table-responsive.table-break-small th, .table-responsive.table-break-small td {
    display: table-cell;
  }
}
/**
 *  TABS
 *
 *  Markup:
 *  -------
 *
 *  <div class="c-tabs">
 *    <a href="link" title="#" data-targetclass="js-tab1" class="c-tab js-tab">[...]</a>
 *    <a href="link" title="#" data-targetclass="js-tab2" class="c-tab js-tab active">[...]</a>
 *  </div>
 *  <div class="js-tab1 c-tab-content">
 *    [...]
 *  </div>
 *  <div class="js-tab2 c-tab-content selected">
 *    [...]
 *  </div>
 *
 */
.tabs {
  border-bottom: 1px solid #6e3020;
  margin-bottom: 30px;
  text-align: center;
}
.tabs .tab {
  border-bottom: 3px solid transparent;
  color: #969da6;
  display: inline-block;
  line-height: 50px;
  margin: 0;
  margin-right: 30px;
  min-width: 70px;
  position: relative;
}
.tabs .tab:hover {
  color: #5b362b;
  text-decoration: none;
}
.tabs .tab.active {
  border-bottom: 3px solid #5b362b;
  color: #5b362b;
}
.tab-content {
  display: none;
}
.tab-content.selected {
  display: block;
}
/**
 *  TAGS
 *
 *  Markup:
 *  -------
 *
 *  <ul class="tags">
 *    <li>
 *        <a href="#" class="tag"> fantasy</a>
 *    </li>
 *    <li>
 *        <a href="#" class="tag"> fiction </a>
 *    </li>
 *    <li>
 *        <a href="#" class="tag"> contemporary </a>
 *    </li>
 *  </ul>
 *
 */
.tags {
  margin-bottom: 20px;
}
.tags:last-child {
  margin-bottom: 0;
}
.tags li {
  display: inline-block;
  margin: 0 25px 10px 0;
}
.tags .tag {
  background-color: #6e3020;
  border-radius: 3px 0 0 3px;
  color: #5b362b;
  display: inline-block;
  float: left;
  line-height: 34px;
  padding: 0 10px;
  position: relative;
}
.tags .tag::before {
  border-bottom: 17px solid transparent;
  border-left: 10px solid #6e3020;
  border-top: 17px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}
.tags .tag::after {
  background: #fff;
  border-radius: 6px;
  content: '';
  float: left;
  height: 5px;
  position: absolute;
  right: -3px;
  top: 14px;
  width: 5px;
}
.tags a.tag {
  color: #5b362b;
  display: inline-block;
  text-decoration: none;
}
.tags a.tag:hover {
  background-color: #96412b;
  text-decoration: none;
}
.tags a.tag:hover::before {
  border-left: 10px solid #96412b;
}
/**
 *  TYPOGRAPHY
 */
html, html a, *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
body header#masthead, body footer#colophon {
  font: 400 14px/1.5em 'Montserrat', helvetica, arial, sans-serif;
  color: #5b362b;
}
@media (min-width: 758px) {
  body header#masthead, body footer#colophon {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body header#masthead, body footer#colophon {
    font-size: 15px;
  }
}
body header#masthead img, body footer#colophon img {
  font-size: 12px;
  line-height: 1.3em;
}
body header#masthead p, body footer#colophon p, body header#masthead dt, body footer#colophon dt, body header#masthead dd body footer#colophon dd {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.text-huge, .text-big, .text-medium {
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.text-huge:first-child, .text-big:first-child, .text-medium:first-child {
  margin-top: 0.5em;
}
.text-huge {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 992px) {
  .text-huge {
    font-size: 40px;
  }
}
@media (min-width: 1380px) {
  .text-huge {
    font-size: 48px;
  }
}
.text-big {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 992px) {
  .text-big {
    font-size: 28px;
  }
}
.text-medium {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
}
.text-small, label.label {
  font-size: 12px;
}
@media (min-width: 758px) {
  .text-small, label.label {
    font-size: 14px;
  }
}
.text-body {
  font-size: 14px;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .text-body {
    font-size: 15px;
  }
}
.text-primary {
  color: #5b362b;
}
.text-dark {
  color: #5b362b;
}
.text-secondary {
  color: #6e3020;
}
.text-white {
  color: #fff;
}
.text-success {
  color: #4caf50;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-error {
  color: #e74c3c;
}
.text-gray, label.label, .table-responsive td::before {
  color: #dee6ea;
}
.text-gray-light {
  color: #edf3f6;
}
.text-rating1 {
  color: #dd2c00;
}
.text-rating2 {
  color: #ff5722;
}
.text-rating3 {
  color: #ff9800;
}
.text-rating4 {
  color: #ffc107;
}
.text-rating5 {
  color: #f5dc00;
}
.text-rating6 {
  color: #cddc39;
}
.text-rating7 {
  color: #8bc34a;
}
.text-rating8 {
  color: #4caf50;
}
.text-rating9 {
  color: #43a047;
}
.text-rating10 {
  color: #388e3c;
}
.text-white {
  color: #fff;
}
.text-gray, label.label, .table-responsive td::before, a.text-gray, button.text-gray {
  color: #969da6;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-line-through {
  text-decoration: line-through;
}
.text-italic {
  font-style: italic;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-transform-none {
  text-transform: none;
}
.text-center {
  text-align: center;
}
.text-lato {
  font-family: 'Lato', sans-serif;
}
.text-with-subtitle {
  margin-bottom: 0 !important;
}
.text-with-subtitle + .text-huge, .text-with-subtitle + .text-big, .text-with-subtitle + .text-medium, .text-with-subtitle + .text-small, .text-with-subtitle + label.label {
  margin-top: 0.5em;
}
@media (min-width: 758px) {
  .mobile-only {
    display: none !important;
  }
}
.tablet-only {
  display: none !important;
}
@media (min-width: 758px) {
  .tablet-only {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .tablet-only {
    display: none !important;
  }
}
.tablet-up {
  display: none !important;
}
@media (min-width: 758px) {
  .tablet-up {
    display: block !important;
  }
}
.tablet-down {
  display: block !important;
}
@media (min-width: 992px) {
  .tablet-down {
    display: none !important;
  }
}
.desktop-only {
  display: none !important;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}
.flex-it {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex-it.space-between {
  justify-content: space-between;
}
.floatright, .float-right {
  float: right;
}
.floatleft, .float-left {
  float: left;
}
.floatnone, .float-none {
  float: none;
}
.marginleft, .margin-left {
  margin-left: 0.5em;
}
.marginright, .margin-right {
  margin-right: 0.5em;
}
.margintop, .margin-top {
  margin-top: 0.5em;
}
.marginbottom, .margin-bottom {
  margin-bottom: 0.5em;
}
.marginleftx {
  margin-left: 3.5em;
}
.marginrightx {
  margin-right: 3.5em;
}
.margintopx {
  margin-top: 3.5em;
}
.marginbottomx {
  margin-bottom: 3.5em;
}
.hide-it {
  display: none !important;
}
.clear {
  clear: both;
}
/**
 *  Fonts
 */
/* ICOMOON icon font */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?3batjs');
  src: url('fonts/icomoon.eot?3batjs#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?3batjs') format('truetype'), url('fonts/icomoon.woff?3batjs') format('woff'), url('fonts/icomoon.svg?3batjs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* CNGar (garamond) Webfont */
@font-face {
  font-family: 'CNGar-Regular';
  src: url('fonts/CNGar-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CNGar-Italic';
  src: url('fonts/CNGar-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CNGar-Bold';
  src: url('fonts/CNGar-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CNGar-BoldItalic';
  src: url('fonts/CNGar-Bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="font-cngar-regular"], [class*=" font-cngar-regular"] {
  font-family: 'CNGar-Regular', "Times New Roman", Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-italic"], [class*=" font-cngar-italic"] {
  font-family: 'CNGar-Italic', "Times New Roman", Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-bold"], [class*=" font-cngar-bold"] {
  font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="font-cngar-bolditalic"], [class*=" font-cngar-bolditalic"] {
  font-family: 'CNGar-BoldItalic', "Times New Roman", Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* A Love of Thunder Webfont */
@font-face {
  font-family: 'LoveThunder';
  src: url('fonts/a_love_of_thunder-webfont.woff2') format('woff2'), url('fonts/a_love_of_thunder-webfont.woff') format('woff'), url('fonts/a_love_of_thunder-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="font-lovethunder"], [class*=" font-lovethunder"] {
  font-family: 'LoveThunder', "Montserrat", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 *  Transitions
 */
.nav-menu {
  transition: 0.5s all;
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7e4b3b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #7e4b3b;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(126, 75, 59, 0) 0%, rgba(126, 75, 59, 1) 60%, rgba(126, 75, 59, 1) 100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(126, 75, 59, 0) 0%, rgba(126, 75, 59, 1) 60%, rgba(126, 75, 59, 1) 100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-24 15:52:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes now-visible {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes now-visible {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/**
 *  Links
 */
header a, header a:link, footer a, footer a:link {
  color: #222954;
}
header a:visited, footer a:visited {
  color: #38211b;
}
header a:hover, header a:focus, footer a:hover, footer a:focus {
  color: #f90;
}
@media (min-width: 992px) {
  header a img, header a img.lazyloaded, footer a img, footer a img.lazyloaded {
    transition: 0.5s all !important;
  }
  header a:hover img, footer a:hover img {
    opacity: 1;
    transform: scale(1.01);
    filter: saturate(1.3);
    cursor: pointer;
  }
}
.button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
  background: #f90;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  color: #5b362b;
  line-height: 2.5;
  border: 3px solid #6e3020;
  border-radius: 50vw;
  padding: 3vw;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  transition: ease 0.3s;
  margin: 3vw 2px 1vw;
  font-size: 6vw;
  flex-grow: 1;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 758px) {
  .button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .button a, .button a:link, .button a:visited, input[type="submit"], .btn, .btn:link, .btn:visited, .btn a, .btn a:link, .btn a:visited, .gform_wrapper.cn-form .gform_footer input.button, .gform_wrapper .cn-form .gform_footer input[type=submit], .entry-content .su-posts-teaser-loop h2.su-post-title a {
    font-size: 24px;
    padding: 20px 25px;
  }
}
.btn-link-style, .btn-link-style:link, .btn-link-style:visited {
  background: transparent;
  color: #5b362b;
  font-size: 0.7em;
  border: 0;
  padding: 0;
}
.button a:hover, .button a:active, .button a:focus, input[type="submit"]:hover, .btn:hover, .btn:active, .btn:focus, .gform_wrapper.cn-form .gform_footer input.button:hover, .gform_wrapper .cn-form .gform_footer input[type=submit]:hover, .entry-content .su-posts-teaser-loop h2.su-post-title a:hover {
  background: #6e3020;
  color: #5b362b;
  transition: ease 0.3s;
  border: 3px solid #5b362b;
}
.btn-link-style:hover, .btn-link-style:active, .btn-link-style:focus {
  border: none;
  background: transparent;
  color: #f90;
}
button.box-btn {
  transition: ease 0.3s;
}
.inline.button a {
  float: right;
  margin-right: 12px;
  font-size: 0.6em;
  margin-bottom: 0;
}
a.cta-btn {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 44px;
  font-weight: 700;
  text-decoration: none;
  padding: 3px 25px;
  background-color: #939393;
  color: #fff;
  border: 3px solid #fff;
}
a.cta-btn:hover {
  background-color: #fff;
  color: #939393;
  transition: ease 0.3s;
}
input[type="submit"].search-submit {
  float: right;
  margin: 0;
  text-transform: none;
  padding: 8px 10px;
}
.banner, .banner:link, .banner:visited {
  display: block;
  width: 100%;
  background: #deba96;
  color: #5b362b;
  font-size: 180%;
  font-size: 2.25em;
  text-align: center;
  line-height: 1.3;
  padding: 1.5em;
  border-bottom: 10px solid #deba96;
}
.btn-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.btn-three:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-three::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2, 1.2);
}
.btn-three:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
a.btn-simple {
  background: #5b362b;
  color: white;
  text-transform: uppercase;
  transition: 0.5s all;
  padding: 15px;
  font-size: 18px;
}
a.btn-simple.overlap {
  margin: 20px auto -20px auto;
  padding: 20px 30px;
}
a.tour-link, span.tour-link, span.tour-link img {
  font-size: 40%;
  vertical-align: middle;
  color: #38211b;
  width: 20px;
  margin-left: 5px;
}
a.tour-link:hover, span.tour-link:hover, span.tour-link img:hover {
  color: #7e4b3b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@media (min-width: 758px) {
  a.tour-link, span.tour-link, span.tour-link img {
    width: 22px;
    position: relative;
    top: -1px;
  }
}
@media (min-width: 992px) {
  a.tour-link, span.tour-link, span.tour-link img {
    width: 28px;
    top: -2px;
  }
}
.visitingBtns {
  display: flex;
}
.visitingBtns a {
  margin: 1em 0.5em;
  width: 50%;
}
@media screen and (max-width: 530px) {
  .entry-content a.cta-single {
    width: 100%;
    margin: 10px auto;
    float: none;
  }
  .entry-content a.cta-single img.align-right {
    width: 100%;
  }
}
.entry-content a.cta-small img.alignright {
  max-width: 41%;
}
/**
 *  Header
 */
.screen-reader-text {
  display: none;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  height: 54px;
  background: rgba(183, 128, 80, .88) url(../img/header-bg-sm.jpg) no-repeat right top;
  background-size: auto 100%;
  transition: 0.5s all;
}
@media (min-width: 758px) {
  .site-header {
    height: 54px;
    background-image: url(../img/header-bg-md.jpg);
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  .site-header {
    height: 100px;
    background-image: url(../img/header-bg-md.jpg);
    background-size: auto 100%;
    box-shadow: 0 0 20px #000;
    justify-content: center;
  }
}
@media (min-width: 1112px) {
  .site-header {
    background-image: url(../img/header-bg-lg.jpg);
    background-position: center top;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 2000px) {
  .site-header {
    background-image: url(../img/header-bg-lg.jpg);
  }
}
@media (min-width: 992px) {
  .scrolling .site-header {
    margin-top: -40px;
    padding-top: 40px;
  }
}
.site-header::after {
  background: rgba(10, 40, 153, 0.9);
  display: block;
  width: 100%;
  height: 74px;
}
.site-branding {
  z-index: 100;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 758px) {
  .site-branding {
    max-width: 30%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .site-branding {
    max-width: 590px;
  }
}
.site-title {
  text-align: center;
  margin-bottom: 0;
  height: 100%;
}
.site-title a {
  text-align: left;
  display: block;
  margin-left: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .site-title a {
    margin-left: 0;
  }
}
/*
 .site-title a::after {display:block; content:""; width:100%; height:100%; background:blue; position:absolute; top:0; min-width:40vw; background-size:100% 100%;
 @include breakpoint(bp-large) {
 min-width:560px; background-size:auto 100%;
 }
 }
 */
.site-title img {
  max-height: 114%;
  max-width: 100%;
  width: auto;
  margin: 8% 0 0 2%;
  transition: 0.5s all;
}
@media (min-width: 758px) {
  .site-title img {
    max-width: 150%;
    max-height: 130%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .site-title img {
    max-width: 385px;
    max-height: 140%;
    margin-top: 6%;
  }
}
@media (min-width: 992px) {
  .scrolling .site-title img {
    margin-top: 3%;
  }
}
.site-description {
  display: none;
}
/**
 *  Menu
 */
.main-navigation {
  width: 100%;
  width: 100%;
  max-width: 50%;
  line-height: 1.75;
}
@media (min-width: 758px) {
  .main-navigation {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    max-width: 688px;
  }
}
.main-navigation .primary-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-right: 2vw;
}
.primary-actions a, .primary-actions span, .primary-actions button, .primary-actions * {
  color: #5b362b;
  font-size: 24px;
  font-size: 1.1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
  font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
}
@media (min-width: 992px) {
  .primary-actions a, .primary-actions span, .primary-actions button, .primary-actions * {
    font-size: 1.7em;
    font-size: 1.7rem;
  }
}
.main-navigation .email {
  display: none;
}
.main-navigation .phone {
  order: 2;
}
.main-navigation .login-link-primary {
  order: 1;
  position: relative;
  font-size: 3.5vw;
}
@media (min-width: 758px) {
  .main-navigation .login-link-primary {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .main-navigation .login-link-primary {
    transition: 0.5s all;
    font-size: 1.8em;
    font-size: 1.8rem;
    margin-top: 2px;
  }
}
@media (min-width: 992px) {
  .main-navigation .login-link-primary:hover {
    transform: scale(1.1);
  }
}
button.menu-toggle {
  order: 3;
  position: relative;
  padding-right: 6vw;
  margin-left: 5vw;
  font-weight: 400;
  font-size: 4.25vw;
  font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
  line-height: 1;
}
@media (min-width: 758px) {
  button.menu-toggle {
    padding-right: 4.5vw;
    margin-top: 0;
    font-size: 3.25vw;
  }
}
@media (min-width: 992px) {
  button.menu-toggle {
    padding-right: 62px;
    transition: 0.5s all;
    font-size: 2.4em;
    font-size: 2.4rem;
    margin-left: 45px;
  }
}
button.menu-toggle::before {
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  text-indent: 0;
  background: url(../img/menu-icon.png) no-repeat center;
  background-size: 100%;
}
@media (min-width: 758px) {
  button.menu-toggle::before {
    width: 30px;
    height: 22px;
    top: 0;
  }
}
@media (min-width: 992px) {
  button.menu-toggle::before {
    width: 50px;
    top: 2px;
    height: 32px;
  }
}
.toggled button.menu-toggle::before {
  font-family: 'icomoon';
  content: "\ea0f";
  background-image: none;
  height: 6vw;
  top: 0;
  color: #9a4a07;
  text-shadow: 2px 2px 2px #000;
}
@media (min-width: 758px) {
  .toggled button.menu-toggle::before {
    height: 50px;
  }
}
@media (min-width: 992px) {
  button.menu-toggle:hover {
    transform: scale(1.1);
  }
}
#site-menu {
  clear: both;
  width: 82%;
  background: #fff;
  height: 2000px;
  overflow: hidden;
  order: 4;
  transition: 1s all;
  position: fixed;
  top: 54px;
  box-shadow: 0 20vw 30vw #000;
  padding: 2vw 5% 0 5%;
  background: url(../img/menu-bg.jpg?v=2) repeat center top;
  background-size: 100% 100%;
  visibility: hidden;
  padding-top: 30vw;
}
#site-menu::after {
  display: block;
  content: "";
  background: url(../img/menu-bg-photo.jpg?v=2) no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  z-index: -1;
}
@media (min-width: 758px) {
  #site-menu {
    width: 56%;
    padding: 18vw 8% 0 5%;
  }
}
@media (min-width: 992px) {
  #site-menu {
    top: 100px;
    width: 42%;
    max-width: 420px;
    padding: 155px 60px 20vw 40px;
  }
}
@media (min-width: 992px) {
  .scrolling #site-menu {
    top: 60px;
  }
}
#site-menu[aria-expanded="true"] {
  visibility: visible;
  max-height: 100vh;
  height: 2000px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 20vw;
}
/*#site-menu[aria-expanded="true"]::after {display:block; content:""; width:100%; height:160%; position:absolute; z-index:-1; top:0; left:0; background:url(../img/mobile-menu-bg.jpg) repeat center top; background-size:100% 100%;
 @include breakpoint(bp-medium){height:100%;}
 }
 */
#site-menu[data-action="slide-from-right"] {
  right: -120%;
}
#site-menu[data-action="slide-from-left"] {
  left: -120%;
}
#site-menu[data-action="slide-down"] {
  height: 0;
}
#site-menu[data-action="slide-from-right"][aria-expanded="true"] {
  right: 0;
}
#site-menu[data-action="slide-from-left"][aria-expanded="true"] {
  left: 0;
}
.site-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .site-menu-wrapper {
    max-width: none;
  }
}
#site-menu .sub-menu li a {
  text-transform: none;
  font-weight: 500;
  /*font-family:$basefont;*/
  margin-left: 4vw;
}
@media (min-width: 758px) {
  #site-menu .sub-menu li a {
    font-size: 20px;
    margin-left: 25px;
  }
}
.main-navigation #site-menu a, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2) {
  color: #6e3020;
  font-weight: 500;
  font-size: 1.2em;
  font-size: 1.4rem;
  font-size: 5vw;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  position: relative;
  white-space: nowrap;
  display: block;
}
@media (min-width: 758px) {
  .main-navigation #site-menu a, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2) {
    font-size: 20px;
  }
}
.main-navigation #site-menu #cta-navigation ul.sub-menu a {
  font-size: 4.5vw;
}
@media (min-width: 758px) {
  .main-navigation #site-menu #cta-navigation ul.sub-menu a {
    font-size: 20px;
  }
}
.main-navigation li {
  margin: 0;
  line-height: 1.6;
}
.main-navigation .menu-site-navigation-container ul a:hover, .main-navigation ul li.main-parent.current-menu-item > a, .main-navigation ul li.main-parent.current_page_item > a, .main-navigation ul li.main-parent.current_page_parent > a, .main-navigation ul li.main-parent.current_page_ancestor > a, .main-navigation ul#primary-navigation a.open {
  color: #5b362b !important;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2) {
  font-size: 1.6em;
  font-size: 1.6rem;
  font-size: 8.3vw;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-weight: 800;
  color: #6e3020;
  display: block;
}
@media (min-width: 758px) {
  .main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2) {
    font-size: 40px;
  }
}
.main-navigation ul#cta-navigation ul.sub-menu {
  margin-left: 5%;
}
.main-navigation ul#primary-navigation li.menu-item-has-children {
  padding: 0 0 5vw;
}
@media (min-width: 758px) {
  .main-navigation ul#primary-navigation li.menu-item-has-children {
    padding: 0 0 3vw;
  }
}
@media (min-width: 992px) {
  .main-navigation ul#primary-navigation li.menu-item-has-children {
    padding: 0 0 15px;
  }
}
.main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children {
  padding: 0;
}
.main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):before {
  content: '';
  display: none;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
  display: inline-block;
  content: "+";
  position: absolute;
  margin-left: auto;
  font-size: 1.2em;
  font-size: 8vw;
  line-height: 1.5;
  right: 0;
  font-family: serif;
}
@media (min-width: 758px) {
  .main-navigation ul#primary-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before, .main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
    font-size: 46px;
    right: -28px;
    line-height: 1.3;
  }
}
.main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
  font-size: 8vw;
}
@media (min-width: 758px) {
  .main-navigation ul#cta-navigation li.menu-item-has-children a:first-child:nth-last-child(2):before {
    font-size: 42px;
  }
}
.main-navigation ul#primary-navigation li.current_page_ancestor > a {
  color: #f90;
}
.main-navigation ul#primary-navigation li.menu-item-has-children a.open:first-child:nth-last-child(2):before, .main-navigation ul#primary-navigation li.current-page-ancestor > a:first-child:nth-last-child(2):before {
  content: "-";
  font-size: 1.2em;
  font-size: 8vw;
  width: 18px;
  text-align: center;
}
@media (min-width: 758px) {
  .main-navigation ul#primary-navigation li.menu-item-has-children a.open:first-child:nth-last-child(2):before, .main-navigation ul#primary-navigation li.current-page-ancestor > a:first-child:nth-last-child(2):before {
    font-size: 44px;
    right: -26px;
  }
}
.main-navigation ul#primary-navigation .sub-menu li.current-page-ancestor > a:first-child:nth-last-child(2):before {
  content: "";
  display: none;
}
@media (min-width: 992px) {
  .main-navigation #site-menu a {
    transition: 0.2s;
    display: block;
  }
  .main-navigation #site-menu a:hover, .main-navigation ul#primary-navigation .sub-menu li.menu-item-has-children a:first-child:nth-last-child(2):hover {
    color: #5b362b;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
  }
}
.main-navigation .sub-menu {
  margin-top: 0;
  display: none;
}
.main-navigation .sub-menu li {
  line-height: 1.8;
}
.main-navigation #site-menu .menu-tertiary-menu-container li.stitches {
  position: relative;
  padding: 15px 0;
  margin: 15px 0;
}
.menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
  display: block;
  content: "";
  width: 116%;
  height: 24px;
  position: absolute;
  bottom: 0;
  background: url(../img/panel-long-stitches.png);
  background-size: auto 100%;
  margin-left: -8%;
}
@media (min-width: 758px) {
  .menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::after, .main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
    width: 134%;
    margin-left: -14%;
  }
}
.main-navigation #site-menu .menu-tertiary-menu-container li.stitches::before {
  top: 0;
}
.menu-tertiary-menu-container, .menu-cta-container, .cta-buttons, #primary-navigation li.menu-item-has-children {
  position: relative;
}
#primary-navigation li.menu-item-has-children::after {
  top: auto;
  bottom: 0;
}
.menu-tertiary-menu-container::after, .cta-buttons::after, #primary-navigation li.menu-item-has-children li.menu-item-has-children::after {
  display: none;
}
.main-navigation .sub-menu li.menu-item-has-children a::after {
  top: -0.5vw;
}
@media (min-width: 758px) {
  .main-navigation .sub-menu li.menu-item-has-children a::after {
    top: -2px;
  }
}
.main-navigation .sub-menu .sub-menu li a::after {
  top: -0.6vw;
}
@media (min-width: 758px) {
  .main-navigation .sub-menu .sub-menu li a::after {
    top: -1px;
  }
}
.main-navigation .sub-menu .sub-menu li {
  text-indent: 1.5em;
}
.main-navigation #site-menu .sub-menu .sub-menu li a {
  font-size: 5vw;
  position: relative;
}
@media (min-width: 758px) {
  .main-navigation #site-menu .sub-menu .sub-menu li a {
    font-size: 18px;
  }
}
.main-navigation .sub-menu .sub-menu, .main-navigation li.current_page_ancestor .sub-menu {
  display: block;
  margin-bottom: 15px;
}
.main-navigation #site-menu .menu-tertiary-menu-container li {
  line-height: 1.8;
}
.main-navigation #site-menu .menu-tertiary-menu-container a {
  font-size: 1.2em;
  font-size: 6vw;
  text-transform: none;
  font-weight: 800;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  letter-spacing: -1pt;
}
@media (min-width: 758px) {
  .main-navigation #site-menu .menu-tertiary-menu-container a {
    font-size: 30px;
  }
}
.sidebar .top-menu-only {
  display: none;
}
#site-menu .side-menu-only {
  display: none;
}
#site-menu .not-in-pull-menu {
  display: none;
}
.main-navigation ul.menu a.open + .sub-menu, .main-navigation ul.menu li.current-menu-parent a + .sub-menu, .main-navigation ul.menu li.current-menu-ancestor a + .sub-menu {
  display: block;
}
/*.main-navigation ul#primary-navigation li.current-menu-parent a:first-child:nth-last-child(2):before, .main-navigation ul#primary-navigation li.current-menu-ancestor a:first-child:nth-last-child(2):before {content:"-";}
 */
.main-navigation ul.menu ul.sub-menu .current-menu-item > a, .main-navigation ul#tertiary-navigation .current-menu-item > a {
  color: #222954 !important;
}
.main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
  display: block;
  content: "";
  width: 9vw;
  height: 9vw;
  background: url(../img/moose-blue.png) no-repeat center;
  /*background:$brand-navy-blue;*/
  background-size: auto 100%;
  position: absolute;
  margin: 0 0 0 -4.5vw;
  opacity: 0.6;
  right: 0;
}
@media (min-width: 758px) {
  .main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
    margin: 0;
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.menu ul.sub-menu .current-menu-item > a::before, .main-navigation ul#tertiary-navigation .current-menu-item > a::before {
    width: 50px;
    height: 31px;
  }
}
/* PDF icon in navigation for downloads */
/*
 .sub-navigation a[href*='.pdf']{
 background-image:url(../img/pdf.jpg);
 background-repeat:no-repeat;
 background-position:center left;
 background-size:auto 65%;
 }
 */
.cta-buttons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 3vw 0 5vw;
}
@media (min-width: 758px) {
  .cta-buttons {
    padding: 2vw 0;
  }
}
@media (min-width: 992px) {
  .cta-buttons {
    padding: 25px 0;
  }
}
.cta-buttons img {
  width: 75%;
}
/* Email and phone in menu */
.site-menu-wrapper .email-phone {
  padding-top: 25px;
  display: flex;
}
.site-menu-wrapper .email-phone::before {
  display: block;
  content: "";
  width: 116%;
  height: 24px;
  position: absolute;
  background: url(../img/panel-long-stitches.png);
  background-size: auto 100%;
  margin-left: -8%;
  margin-top: -30px;
}
.main-navigation #site-menu .email-phone a.tel {
  font-family: "Fell Type SC A", "Fell Type SC B", serif;
  font-size: 7vw;
  line-height: 1;
  margin: 0 0 0 4vw;
}
@media (min-width: 758px) {
  .main-navigation #site-menu .email-phone a.tel {
    font-size: 4vw;
    margin-left: 3vw;
  }
}
@media (min-width: 992px) {
  .main-navigation #site-menu .email-phone a.tel {
    font-size: 34px;
    margin-left: 20px;
  }
}
.main-navigation .sub-menu li::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);
}
/* Menu active states and expaneded menus on sub pages */
.main-navigation ul.menu li.menu-item-1535 a + .sub-menu {
  display: none;
}
.main-navigation ul.menu ul.sub-menu .current-menu-item.menu-item-1535 > a, .main-navigation ul.menu ul.sub-menu .current-page-ancestor.menu-item-1535 > a {
  color: #222954 !important;
}
.main-navigation ul.menu ul.sub-menu .current-menu-item.menu-item-1535 > a:before, .main-navigation ul.menu ul.sub-menu .current-page-ancestor.menu-item-1535 > a:before {
  display: block;
  content: "";
  width: 9vw;
  height: 9vw;
  background: url(../img/moose-blue.png) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  margin: 0 0 0 -4.5vw;
  opacity: 0.6;
  right: 0;
}
.main-navigation ul.menu ul.sub-menu .current-menu-item.menu-item-1535 > a::before, .main-navigation ul.menu ul.sub-menu .current-page-ancestor.menu-item-1535 > a::before {
  display: block;
  content: "";
  width: 9vw;
  height: 9vw;
  background: url(../img/moose-blue.png) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  margin: 0 0 0 -4.5vw;
  opacity: 0.6;
  right: 0;
}
.page-girls-activities-programs .main-navigation li.menu-item-1530 .sub-menu, .page-boys-activities-programs .main-navigation li.menu-item-1530 .sub-menu, .page-inquire .main-navigation li.menu-item-1559 .sub-menu {
  display: block;
}
.menu-staff-profiles li.current_page_item a {
  color: #f90;
}
/**
 *  Footer
 */
.site-footer {
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer.now-visible .footer-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -8vw;
}
@media (min-width: 992px) {
  .site-footer.now-visible .footer-photo {
    margin-top: -150px;
  }
}
.site-footer .footer-cta {
  position: absolute;
  padding-top: 10%;
  padding-bottom: 5%;
  width: 90%;
  margin: 0 5%;
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, .7);
}
.site-footer .footer-cta a {
  width: 28%;
  background: #5b362b;
  text-align: center;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: 0.3s all;
  font-weight: 600;
  z-index: 9;
}
@media (min-width: 758px) {
  .site-footer .footer-cta a {
    font-size: 16px;
    padding: 10px;
    width: 28%;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-cta a {
    font-size: 24px;
    padding: 28px 15px;
    width: 28%;
  }
}
.site-footer-wrap {
  order: 1;
  position: relative;
  z-index: 2;
  background: #f7ece2;
  border-bottom: 10px solid #f90;
}
.site-footer-wrap.full-width-bg {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer-wrap::before {
  display: block;
  content: "";
  width: 112%;
  height: 34px;
  margin-top: -22px;
  margin-left: -6%;
  position: relative;
  background: url(../img/panel-long-stitches.png) repeat-x center top;
  background-size: auto 100%;
}
@media (min-width: 758px) {
  .site-footer-wrap::before {
    width: 126%;
    margin-left: -13%;
  }
}
.site-info {
  position: relative;
  z-index: 2;
}
.site-footer .vcard {
  overflow: hidden;
  margin-bottom: 1em;
  font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
}
.site-footer .vcard h1, .home .site-footer .vcard h1, .site-footer .vcard .website {
  display: none;
}
.site-footer .email {
  display: block;
  font-size: 6vw;
  line-height: 1.5;
  clear: both;
  padding: 0.65em 0 0;
  color: #6e3020;
  font-weight: 400;
  transition: 0.5s all;
}
@media (max-width: 758px) {
}
.site-footer .email:hover {
  color: #f90;
}
.site-footer .adr {
  color: #6e3020;
  margin: 1em auto 0;
  width: 50%;
  font-size: 4vw;
  float: left;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .adr {
    width: 45%;
  }
}
.site-footer .adr.summer-adr {
  clear: both;
}
.site-footer .adr span {
  display: inline-block;
}
.site-footer .adr .type, .site-footer .adr .street-address, .site-footer .adr .tel {
  display: block;
}
.site-footer .adr .type, .adr span.type {
  font-weight: 600;
  font-size: 4.5vw;
}
.site-footer .adr .tel, a.tel.phone {
  color: #6e3020;
  font-weight: 400;
  font-size: 6.5vw;
  display: block;
  line-height: 1.2;
  margin-top: 1vw;
  transition: 0.5s all;
}
.site-footer .adr .tel:hover, a.tel.phone:hover {
  color: #f90;
}
.site-footer .opts {
  text-align: center;
}
.site-footer .social {
  text-align: center;
  padding: 3vw 0 0;
}
.site-footer .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.site-footer .social li {
  margin: 0;
}
.site-footer .social a {
  display: block;
  width: 12vw;
  height: 12vw;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  text-indent: -5000em;
  position: relative;
  color: #6e3020;
  text-indent: -5000em;
  font-size: 8vw;
  line-height: 1.2;
  transition: 0.5s all;
}
.site-footer .social a:hover {
  color: #f90;
}
.site-footer .social a::before {
  display: block;
  font-family: "icomoon";
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.site-footer .social li.facebook a::before {
  content: "\ea90";
  font-family: "icomoon";
  /*color: rgb(60,140,212);*/
}
.site-footer .social li.twitter a {
  font-size: 9vw;
  line-height: 1.1;
}
.site-footer .social li.twitter a::before {
  content: "\ea96";
  font-family: "icomoon";
  /*color: rgb(39,153,255);*/
}
.site-footer .social li.youtube a {
  font-size: 13.6vw;
  height: 14vw;
  width: 14vw;
  top: 1.3vw;
}
.site-footer .social li.youtube a::before {
  content: "\ea9d";
  font-family: "icomoon";
  /*color: rgb(199,0,0);*/
}
.site-footer .social li.instagram a::before {
  content: "\ea92";
  font-family: "icomoon";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd16b+0,c13385+100
   background: rgb(252,209,107);
   background: -moz-linear-gradient(top,  rgba(252,209,107,1) 0%, rgba(193,51,133,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(252,209,107,1) 0%,rgba(193,51,133,1) 100%);
   background: linear-gradient(to bottom,  rgba(252,209,107,1) 0%,rgba(193,51,133,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd16b', endColorstr='#c13385',GradientType=0 );
   -webkit-background-clip: text;
   -moz-background-clip:text;
   background-clip:text;
   -webkit-text-fill-color:transparent;
   -moz-text-fill-color:transparent;
   text-fill-color:transparent;
   */
}
.site-footer .social li.vimeo a::before {
  content: "\eaa0";
  font-family: "icomoon";
  /*color: rgb(199,0,0);*/
}
.site-footer .social li.news a {
  font-size: 9vw;
  line-height: 1.1;
}
.site-footer .social li.news a::before {
  content: "\e904";
  font-family: "icomoon";
  /*color: rgb(199,0,0);
   background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMDQuNSAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwNC41IDEyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTg4LDEyLjNWMEgwdjEyMGgxODVsMi42LDBsMCwwaDAuNHYtMi44bDE2LjUtMTA0LjFMMTg4LDEyLjN6IE00Ny42LDc4LjdIMzcuMkwyMy44LDU5djE5LjdIMTMuNFY0Mi45aDEwLjMKCWwxMy41LDE5LjhWNDIuOWgxMC40Vjc4Ljd6IE04NS4xLDc4LjdINTVWNDIuOWgyOS42djcuNkg2NnY1LjdoMTcuMnY3LjNINjZ2Ny4xaDE5LjFWNzguN3ogTTEzMi4xLDc4LjdoLTEwLjhMMTE1LDU2LjFsLTYuMywyMi41CglIOTcuOWwtOC0zNS44aDEwLjVsMy44LDIwbDUuNS0yMGgxMC41bDUuNSwyMGwzLjgtMjBIMTQwTDEzMi4xLDc4Ljd6IE0xNzIuMiw3My40Yy0xLjMsMS45LTMsMy40LTUuMyw0LjRjLTIuMywxLTUuMiwxLjUtOC42LDEuNQoJYy02LjEsMC0xMC4zLTEuMi0xMi42LTMuNXMtMy43LTUuMy00LTguOWwxMC41LTAuN2MwLjIsMS43LDAuNywzLDEuNCwzLjljMS4xLDEuNCwyLjgsMi4yLDQuOSwyLjJjMS42LDAsMi44LTAuNCwzLjYtMS4xCgljMC45LTAuNywxLjMtMS42LDEuMy0yLjZjMC0wLjktMC40LTEuOC0xLjItMi41Yy0wLjgtMC43LTIuNy0xLjQtNS43LTIuMWMtNC45LTEuMS04LjMtMi41LTEwLjQtNC4zYy0yLjEtMS44LTMuMS00LjEtMy4xLTYuOQoJYzAtMS44LDAuNS0zLjYsMS42LTUuMmMxLjEtMS42LDIuNy0yLjksNC44LTMuOWMyLjEtMC45LDUuMS0xLjQsOC44LTEuNGM0LjYsMCw4LjEsMC45LDEwLjUsMi42YzIuNCwxLjcsMy44LDQuNCw0LjMsOC4xbC0xMC40LDAuNgoJYy0wLjMtMS42LTAuOS0yLjgtMS43LTMuNWMtMC45LTAuNy0yLjEtMS4xLTMuNy0xLjFjLTEuMywwLTIuMywwLjMtMi45LDAuOGMtMC43LDAuNS0xLDEuMi0xLDJjMCwwLjYsMC4zLDEuMSwwLjgsMS41CgljMC41LDAuNSwxLjgsMC45LDMuNywxLjNjNC44LDEsOC4zLDIuMSwxMC40LDMuMmMyLjEsMS4xLDMuNiwyLjQsNC42LDRjMSwxLjYsMS40LDMuMywxLjQsNS4zQzE3NC4xLDY5LjMsMTczLjUsNzEuNCwxNzIuMiw3My40egoJIE0xODgsMTguM2w5LjUsMC41TDE4OCw3OC45VjE4LjN6Ii8+Cjwvc3ZnPgo=') no-repeat center;*/
}
.page-template-default .site-footer.now-visible .tagline, .page-template-page-dates-fees .site-footer.now-visible .tagline, .blog .site-footer.now-visible .tagline, .post-type-archive .site-footer.now-visible .tagline, .videos-template-default .site-footer.now-visible .tagline, .page-template-page-campfire-songs .site-footer.now-visible .tagline {
  background: url(../img/summer-of-fun-tagline_2.png) no-repeat center;
  width: 90vw;
  height: 5vw;
  margin: -40vw auto 0;
  background-size: 100%;
}
@media (min-width: 992px) {
  .page-template-default .site-footer.now-visible .tagline, .page-template-page-dates-fees .site-footer.now-visible .tagline, .blog .site-footer.now-visible .tagline, .post-type-archive .site-footer.now-visible .tagline, .videos-template-default .site-footer.now-visible .tagline, .page-template-page-campfire-songs .site-footer.now-visible .tagline {
    margin-top: -25vw;
    max-width: 1050px;
  }
}
.home .tagline {
  display: none;
}
.gps {
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
.site-footer .acc-mce {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  position: absolute;
  margin: -25vw 0 0 -1vw;
  flex-flow: column;
}
@media (min-width: 758px) {
  .site-footer .acc-mce {
    margin-top: -15vw;
    margin-left: -4vw;
  }
}
@media (min-width: 992px) {
  .site-footer .acc-mce {
    margin-top: -155px;
    width: auto;
    left: 50%;
    margin-left: -485px;
  }
}
.site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
  position: relative;
  width: 13vw;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}
@media (min-width: 758px) {
  .site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .site-footer .acc-mce .aca, .site-footer .acc-mce .mce {
    width: 70px;
  }
}
.site-footer .acc-mce .aca img, .site-footer .acc-mce .mce img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .acc-mce .mce {
  width: 20vw;
  margin: 0;
}
@media (min-width: 758px) {
  .site-footer .acc-mce .mce {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .site-footer .acc-mce .mce {
    width: 120px;
  }
}
.site-info {
  order: 3;
  color: #5b362b;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 0;
  font-family: 'Fell Type A', 'Fell Type B', serif;
}
.site-info a {
  color: #5b362b;
}
@media (min-width: 1600px) {
  .site-info {
    color: #fff;
  }
  .site-info a {
    color: #fff;
  }
}
.events-rentals {
  order: 2;
  font-size: 4vw;
  text-align: center;
  font-weight: 500;
  width: 100%;
  margin: 2em 0;
}
.events-rentals a {
  color: #5b362b;
  background-color: #96412b;
  padding: 8px 12px;
  border-radius: 20px;
  border: 2px solid rgba(255, 194, 15, 1);
  box-shadow: 2px 2px 5px 1px #6e3020;
  transition: all 0.3s ease;
}
.events-rentals a:hover, .events-rentals a:focus {
  border: none;
  box-shadow: 2px 2px 5px 1px #33160f;
  transition: all 0.3s ease;
}
.events-rentals a:active {
  box-shadow: inset 2px 2px 5px 1px #33160f;
  border: none;
  transition: all 0.3s ease;
}
@media (min-width: 758px) {
  .site-footer .vcard {
    display: flex;
    width: 100%;
  }
  .site-footer .adr {
    text-align: left;
    margin-top: 1em;
  }
  .site-footer .adr.summer-adr {
    border-right: 0;
  }
  .site-footer .adr, .site-footer .adr .type, .adr span.type {
    font-size: 18px;
  }
  .site-footer .adr .tel, a.tel.phone {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 0;
  }
  .site-footer .email {
    font-size: 22px;
  }
  .site-footer .social {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    padding-top: 0;
  }
  .site-footer .social li {
    margin: 0 5px;
  }
  .site-footer .social li a {
    font-size: 40px;
    width: auto;
    height: auto;
    line-height: 1.5;
  }
  .site-footer .social li.news {
    margin-left: 20px;
    margin-right: 17px;
  }
  .site-footer .social li.news a {
    font-size: 50px;
    line-height: 1.5;
  }
  .events-rentals {
    order: 3;
    width: 100%;
    font-size: 24px;
    margin-top: 0;
  }
  .site-info {
    order: 2;
    padding-left: 10%;
    font-size: 16px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .site-footer .aca {
    margin-top: 1.5em;
    float: none;
    margin-right: auto;
    width: 60px;
  }
}
@media (min-width: 992px) {
  .site-footer-wrap {
    display: flex;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 0;
  }
  .site-footer-wrap.container:before {
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .site-footer-wrap.container:after {
    border-bottom: 6px solid #f90;
    opacity: 1;
  }
  .site-footer .adr {
    margin-bottom: 12px;
  }
  .site-footer .adr, .site-footer .adr .type, .adr span.type {
    font-size: 24px;
    margin-bottom: 0;
  }
  .site-footer .adr .tel, a.tel.phone {
    font-size: 40px;
    margin-bottom: 0;
  }
  .site-footer .email {
    font-size: 34px;
  }
  .site-footer .social li {
    margin: 0 16px;
  }
  .site-footer .social li a {
    font-size: 56px;
    width: 56px;
  }
  .site-footer .social li.news {
    margin-left: 30px;
  }
  .site-footer .social li.news a {
    font-size: 66px;
    width: 68px;
  }
  .events-rentals {
    width: 20%;
    font-size: 18px;
    padding-top: 0;
    margin: 1em 0;
    position: absolute;
    right: 8%;
    bottom: 10%;
  }
  .site-info {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1px;
  }
  .site-info div:first-child {
    order: 2;
  }
  .site-footer .aca {
    float: none;
    margin: 10px 20px;
    max-width: 70px;
  }
  .footer-logo {
    background: url(../img/traditional-logo.png) no-repeat center top;
    background-size: 100%;
    width: 300px;
    height: 162px;
    position: absolute;
    bottom: 100px;
    right: -4%;
  }
}
@media screen and (min-width: 1200px) {
  .events-rentals {
    right: 10%;
    bottom: 15%;
  }
  .footer-logo {
    right: 0;
    width: 350px;
    height: 190px;
  }
  .site-footer .aca {
    position: relative;
    right: auto;
  }
  .page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
    margin-bottom: -30vw;
  }
}
@media (min-width: 1380px) {
  .site-footer-wrap {
    padding-left: 7.5%;
    padding-right: 7.5%;
    max-width: 1360px;
  }
  .site-footer .social a {
    font-size: 40px;
    width: 45px;
    height: 45px;
  }
  .events-rentals {
    font-size: 24px;
    width: 25%;
    bottom: 4%;
    right: 9%;
  }
  .site-info {
    padding-left: 10%;
    padding-right: 10%;
    justify-content: center;
  }
  .site-footer .aca {
    right: auto;
  }
  .footer-logo {
    right: 4.7%;
    width: 400px;
    height: 225px;
  }
  .page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
    margin-bottom: -25vw;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-default .site-footer.now-visible::before, .page-template-page-dates-fees .site-footer.now-visible::before, .blog .site-footer.now-visible::before {
    margin-bottom: -10vw;
  }
}
/* vCard */
.site-content .vcard {
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2em;
  text-align: center;
}
.site-content .vcard .fn {
  display: none;
}
.site-content .vcard .em {
  width: 100%;
  font-size: 1.5em;
  margin: 1em auto;
  line-height: 2em;
  text-transform: uppercase;
}
.site-content .byline .vcard {
  display: inline;
  margin: 0;
}
.adr {
  margin: 0 1em 0 0;
}
.adr .org {
  font-size: 1.3em;
  margin: 0;
}
.adr .org .organization-name {
  display: none;
}
.adr p, .site-content .adr p {
  margin: 0;
}
.adr abbr {
  border-bottom: 0;
}
.adr .tel .type, .adr .tel span.type {
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-size: 1.2em;
}
.adr .tel .value {
  font-weight: bold;
}
.site-content .vcard .adr {
  margin-top: 16px;
  font-size: 1.2em;
}
.site-content .vcard .adr .type {
  font-weight: bold;
}
.site-content .vcard .adr .tel {
  font-size: 1.4em;
  line-height: 2.5;
}
.site-content .entry-content .gform_wrapper {
  margin: 16px 4vw;
}
/* Other Camp logo */
.other-camp a {
  display: block;
  width: 45vw;
  position: absolute;
  left: 50vw;
  margin: -24.5vw 0 0 2.5vw;
}
.other-camp a img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 758px) {
  .other-camp a {
    margin-top: -16.5vw;
    margin-left: 14vw;
    width: 30vw;
  }
}
@media (min-width: 992px) {
  .other-camp a {
    left: 50%;
    max-width: 320px;
    margin-top: -167px;
    margin-left: 158px;
  }
}
/* Footer adjustments */
.site-footer .vcard {
  display: flex;
  flex-flow: wrap;
}
.site-footer .vcard .adr {
  order: 2;
}
.site-footer .vcard .opts {
  flex-grow: 2;
  order: 1;
}
.site-footer .vcard .email {
  padding-top: 0;
}
.site-footer .footer-buttons {
  display: flex;
  width: 112%;
  margin-left: -6%;
}
@media (min-width: 758px) {
  .site-footer {
    width: 100%;
    margin-left: 0;
  }
  .site-footer .vcard {
    flex-flow: row;
    width: 110%;
    margin-left: -5%;
  }
  .site-footer .vcard .opts {
    padding-right: 5%;
  }
  .site-footer .vcard .email {
    margin-top: 4.5vw;
    font-size: 24px;
  }
  .site-footer .social li {
    margin: 0;
  }
  .site-footer .social li a {
    font-size: 30px;
  }
  .site-footer .social li.news {
    margin-left: 8px;
    margin-right: 4px;
  }
  .site-footer .social li.news a {
    font-size: 36px;
    position: relative;
    top: -0.4vw;
  }
  .site-footer .site-info {
    padding-bottom: 2%;
  }
}
@media (min-width: 992px) {
  .site-footer .site-footer-wrap {
    display: block;
  }
  .site-footer .footer-buttons {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
    justify-content: center;
  }
  .site-footer .footer-buttons a:hover img {
    filter: saturate(1.3);
    transform: scale(1.05);
  }
  .site-footer .vcard {
    flex-flow: row;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .vcard .opts {
    flex-grow: inherit;
    width: auto;
    padding-right: 6%;
  }
  .site-footer .vcard .opts .email {
    font-size: 34px;
    margin-top: 24px;
  }
  .site-footer .vcard .adr {
    width: auto;
    font-size: 22px;
  }
  .site-footer .vcard .adr .type, .site-footer .vcard .adr span.type {
    font-size: 24px;
    line-height: 1;
  }
  .site-footer .vcard .adr .tel, .site-footer .vcard .adr a.tel.phone {
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
  }
  .site-footer .social li {
    margin: 0 5px;
  }
  .site-footer .social li a {
    font-size: 44px;
  }
  .site-footer .social li.news {
    margin-left: 13px;
    margin-right: 10px;
  }
  .site-footer .social li.news a {
    font-size: 50px;
    top: 0;
  }
  .site-footer .site-info {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #5b362b;
  }
  .site-footer .site-info a {
    color: #5b362b;
  }
}
/**
 *  Page Header
 */
.header-img {
  width: 112%;
  margin-left: -6%;
  margin-bottom: -2vw;
}
@media (min-width: 758px) {
  .header-img {
    width: 126%;
    margin-left: -13%;
  }
}
@media (min-width: 992px) {
  .header-img {
    width: 100%;
    margin-left: 0;
    visibility: hidden;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-img.now-visible {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
.header-img img {
  display: block;
  width: 140%;
  height: auto;
  margin-left: -20%;
  max-width: 200%;
}
@media (min-width: 758px) {
  .header-img img {
    width: 150%;
    margin-left: -25%;
  }
}
@media (min-width: 992px) {
  .header-img img {
    width: 100%;
    margin-left: 0;
  }
}
.header-img img[src*='hero-sand.jpg'] {
  width: 200%;
  margin-left: -14%;
}
@media (max-width: 758px) {
  .header-img img[src*='hero-sand.jpg'] {
    width: 150%;
    margin-left: -6%;
    margin-bottom: -4vw;
  }
}
@media (min-width: 992px) {
  .header-img img[src*='hero-sand.jpg'] {
    width: 100%;
    margin-left: 0;
  }
}
.page .entry-header {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.page .entry-header.before-load {
  position: relative;
  top: auto;
}
@media (min-width: 758px) {
}
@media (min-width: 992px) {
  .page .entry-header {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
  margin: 0 0 4.2vw;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  color: #5b362b;
  font-size: 12vw;
  font-weight: 900;
  line-height: 1.1;
  display: inline-block;
  width: auto;
  text-shadow: 4px 0 15px rgba(255, 255, 255, 0.5), -4px 0 15px rgba(255, 255, 255, 0.5), 0 4px 15px rgba(255, 255, 255, 0.5), 0 -4px 15px rgba(255, 255, 255, 0.5);
  letter-spacing: -1pt;
}
@media (max-width: 758px) {
  .entry-title.header-size-large, .entry-header h1.header-size-large, .entry-header h1.entry-title.header-size-large, .site-content .blog-it-up h2.entry-title.header-size-large {
    font-size: 10vw;
  }
  .entry-title.header-size-large-x, .entry-header h1.header-size-large-x, .entry-header h1.entry-title.header-size-large-x, .site-content .blog-it-up h2.entry-title.header-size-large-x {
    font-size: 10vw;
  }
  .entry-title.header-size-large-xx, .entry-header h1.header-size-large-xx, .entry-header h1.entry-title.header-size-large-xx, .site-content .blog-it-up h2.entry-title.header-size-large-xx {
    font-size: 9vw;
  }
}
@media (min-width: 758px) {
  .entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
    font-size: 6vw;
    margin-top: 1vw;
  }
}
@media (min-width: 992px) {
  .entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title {
    font-size: 96px;
    margin-top: 25px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
@media (max-width: 758px) {
  .parent-pageid-123 .featured-video .page .entry-header {
    margin-top: -1vw;
  }
  .parent-pageid-123 .featured-video .entry-header h1.entry-title {
    font-size: 16vw;
  }
}
@media (min-width: 992px) {
  .featured-video .entry-header h1.entry-title {
    font-size: 116px;
  }
}
.site-content h2.entry-title a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .entry-header.now-visible .entry-title, .entry-header.now-visible h1, .entry-header.now-visible h1.entry-title, .container.now-visible .site-content .blog-it-up h2.entry-title, .entry-content.now-visible, .next-prev-page-nav.now-visible {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
}
/* Interior pages Hero slideshows  from pages brian*/
.hdr-slideshow {
  position: relative;
  height: 43.4vw;
  width: 150%;
  margin-left: -25%;
}
@media (min-width: 758px) {
  .hdr-slideshow {
    width: 160%;
    margin-left: -30%;
    height: 43.3vw;
  }
}
@media (min-width: 992px) {
  .hdr-slideshow {
    width: 100%;
    margin-left: 0;
    height: 34.3vw;
  }
}
.hdr-slideshow picture {
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px) {
  .hdr-slideshow picture {
    width: 100%;
  }
}
.hdr-slideshow picture.active {
  z-index: 3;
}
.hdr-slideshow.now-visible::after {
  position: absolute;
  bottom: -4vw;
}
@media (min-width: 758px) {
  .hdr-slideshow.now-visible::after {
    bottom: 0;
  }
}
/**
 *  Page Content
 */
#page {
  width: 100%;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: 70% 720px;
  background-position: center 54px;
  /*
   @include breakpoint(bp-large){
   background-image:url(../img/interior-background-wood-repeat.jpg);
   background-position: center $desktop-header-height;
   background-size:auto 720px;
   }
   */
  /*
   @include breakpoint(bp-huge){
   background-image:url(../img/hero-bg-xl.jpg);
   background-position: center top;
   background-size: auto 799px;
   }
   */
}
@media (min-width: 758px) {
  #page {
    background-position: center 54px;
  }
}
.site-content {
  max-width: 100%;
  padding-top: 0;
  margin-top: 54px;
}
@media (min-width: 758px) {
  .site-content {
    margin-top: 54px;
  }
}
@media (min-width: 992px) {
  .site-content {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .site-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 758px) {
  body:not(.home) .site-content {
    background-size: 100%;
  }
}
@media (min-width: 758px) {
  /* max-width:1600px; */
  body:not(.home) .site-content {
    background-size: 100% 100%;
  }
}
#primary {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
#secondary {
  display: none;
}
@media (min-width: 992px) {
  #secondary {
    display: block;
    width: 35%;
  }
}
.site-main {
  padding: 0 2vw;
}
@media (min-width: 758px) {
  .featured-video .type-page, .featured-video .page {
    display: flex;
    flex-flow: column;
  }
  .featured-video .type-page .entry-header, .featured-video .page .entry-header {
    order: 2;
  }
  .featured-video .type-page .vid-display, .featured-video .page .vid-display {
    order: 1;
  }
  .featured-video .type-page .entry-content, .featured-video .page .entry-content {
    order: 3;
  }
}
.panel {
  /*padding: 5%;*/
  margin: 0 auto;
  text-align: center;
}
.page-wrapper {
  max-width: 1180px;
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-wrapper {
    width: 94%;
  }
}
.site-content .gform_wrapper h2.gsection_title {
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-size: 30px !important;
}
hr.thick-rule {
  background: #6e3020;
  opacity: 0.5;
  height: 5px;
  border: none;
  clear: both;
  margin-bottom: 1em;
}
/* Body copy images and photos */
.wp-block-image {
  text-align: center;
  position: relative;
}
.wp-block-image.alignleft {
  text-align: left;
}
.wp-block-image.alignright {
  text-align: right;
}
.wp-block-image img {
  width: 100%;
}
.wp-block-image figure {
  text-align: center;
  position: relative;
}
.wp-block-image figure.alignleft {
  text-align: left;
}
.wp-block-image figure.alignright {
  text-align: right;
}
/* Default image styling, zig zag stitches */
.zig-zag-stitches::before, .zig-zag-stitches::after {
  display: block;
  content: "";
  background: url(../img/zig-zag-stitches.png) repeat-x center center;
  background-size: auto 100%;
  width: 100%;
  height: 16px;
  position: absolute;
  top: -6px;
  z-index: 1;
}
.zig-zag-stitches::after {
  top: auto;
  bottom: -4px;
}
/* Block Columns overrides */
@media (min-width: 758px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
/* Full Width background elements behind content blocks */
.full-width-bg {
  position: relative;
  padding-top: 6vw;
  padding-bottom: 1px;
  margin-bottom: 6vw;
  margin-top: 6vw;
}
.full-width-bg::after {
  display: block;
  content: "";
  background: #f7ece2 url(../img/canvas-bg.jpg) repeat center top;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: -1;
  opacity: 0.8;
}
.full-width-bg p {
  text-shadow: 0 0 10px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
}
@media (min-width: 758px) {
  .full-width-bg {
    padding-top: 4vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 992px) {
  .full-width-bg {
    padding-top: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.video-popup-callouts .entry-content .full-width-bg {
  padding-bottom: 4vw;
}
@media (min-width: 992px) {
  .video-popup-callouts .entry-content .full-width-bg {
    padding-bottom: 20px;
  }
}
.video-popup-callouts .entry-content h2 {
  margin-top: 0;
}
.vid-display + .entry-content > .full-width-bg:first-child {
  margin-top: 0;
}
.vid-display + .entry-content > p:first-child, .vid-display + .entry-content > h2:first-child, .vid-display + .entry-content > h3:first-child {
  margin-top: 7vw;
}
@media (min-width: 758px) {
  .vid-display + .entry-content > p:first-child, .vid-display + .entry-content > h2:first-child, .vid-display + .entry-content > h3:first-child {
    margin-top: 0;
  }
}
/* Modifiers */
.entry-content p.intro {
  font-size: 4.2vw;
}
@media (min-width: 758px) {
  .entry-content p.intro {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .entry-content p.intro {
    font-size: 30px;
    line-height: 1.4;
  }
}
.entry-content p.opener {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 6vw;
  line-height: 1.2;
}
@media (min-width: 758px) {
  .entry-content p.opener {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .entry-content p.opener {
    font-size: 34px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .let-it-breathe {
    max-width: 74vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1380px) {
  .let-it-breathe {
    max-width: 1000px;
  }
}
.mob-no-resp {
  flex-wrap: nowrap;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .bring-it-in {
    margin-left: 10%;
    margin-right: 10%;
  }
}
/* Body Copy Slideshows */
.su-carousel {
  max-width: 100%;
  max-width: 100vw;
  width: 100vw !important;
  margin-left: auto;
  margin-right: auto;
  height: 65vw;
  max-height: 646px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media (min-width: 758px) {
  .su-carousel {
    max-width: 94%;
    width: 94% !important;
    height: 48vw;
    left: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .su-carousel {
    height: 57.5vw;
  }
}
@media (min-width: 1380px) {
  .su-carousel {
    height: 646px;
    margin-bottom: 2.5em !important;
  }
  .su-carousel:last-child {
    margin-bottom: 0 !important;
  }
}
.su-carousel::before, .su-carousel::after {
  display: block;
  content: "";
  width: 100%;
  height: 3.5vw;
  max-height: 46px;
  z-index: 1;
  background-size: 101% auto;
}
.su-carousel::before {
  height: 4vw;
  position: relative;
  margin-bottom: -1vw;
  z-index: 9;
}
.su-carousel::after {
  height: 4vw;
  max-height: 100px;
}
@media (min-width: 758px) {
  .su-carousel::before {
    height: 3vw;
  }
  .su-carousel::after {
    height: 7vw;
  }
}
@media (min-width: 992px) {
  .su-carousel::before {
    height: 3.5vw;
  }
}
@media (min-width: 1380px) {
  .su-carousel::before {
    height: 50px;
  }
  .su-carousel::after {
    height: 80px;
  }
}
.su-carousel .su-carousel-slides {
  height: 54vw !important;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 758px) {
  .su-carousel .su-carousel-slides {
    height: 38vw !important;
  }
}
@media (min-width: 992px) {
  .su-carousel .su-carousel-slides {
    height: 47vw !important;
  }
}
@media (min-width: 1380px) {
  .su-carousel .su-carousel-slides {
    height: 540px !important;
  }
}
.su-carousel .su-carousel-slide a {
  padding: 0 !important;
}
.su-carousel .su-carousel-slide a:hover img {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.su-carousel .su-carousel-slide img {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.su-carousel .su-carousel-pagination {
  opacity: 1 !important;
  top: auto !important;
  bottom: 6.5vw !important;
  display: none;
}
@media (min-width: 758px) {
  .su-carousel .su-carousel-pagination {
    bottom: 5.5vw !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .su-carousel .su-carousel-pagination {
    bottom: 6.5vw !important;
  }
}
@media (min-width: 1380px) {
  .su-carousel .su-carousel-pagination {
    bottom: 60px !important;
  }
}
.su-carousel .su-carousel-pagination span {
  background-image: none !important;
  background: #f90 !important;
  margin: 0 2px !important;
}
@media (min-width: 758px) {
  .su-carousel .su-carousel-pagination span {
    width: 18px !important;
    height: 18px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 992px) {
  .su-carousel .su-carousel-pagination span {
    width: 24px !important;
    height: 24px !important;
    margin: 0 6px !important;
  }
}
.su-carousel .su-carousel-pagination span.swiper-visible-switch {
  background: #fff !important;
}
.su-carousel .grad-left, .su-carousel .grad-right {
  width: 10vw;
  height: 86%;
  position: absolute;
  top: 2vw;
  z-index: 2;
}
@media (min-width: 992px) {
  .su-carousel .grad-left, .su-carousel .grad-right {
    top: 22px;
  }
}
.su-carousel .grad-left {
  background: url(../img/slideshow-gradient-left.png) no-repeat left;
  background-size: 100% 100%;
  left: 0;
}
.su-carousel .grad-right {
  background: url(../img/slideshow-gradient-right.png) no-repeat right;
  background-size: 100% 100%;
  right: 0;
}
.now-visible .su-carousel::before {
  background: url(../img/slideshow-top-stitches_v3.png) no-repeat center top;
  background-size: 101% auto;
}
.now-visible .su-carousel::after {
  background: url(../img/slideshow-bottom-stitches.jpg) no-repeat center bottom;
  background-size: 101% auto;
}
.now-visible .su-carousel img, .now-visible .su-carousel img.lazyload, .now-visible .su-carousel img.lazyloading {
  opacity: 1 !important;
}
@media screen and (min-width: 1140px) and (max-width: 1380px) {
  .su-carousel {
    height: 640px;
  }
  .su-carousel .su-carousel-slides {
    height: 532px !important;
  }
  .su-carousel .su-carousel-pagination {
    bottom: 62px !important;
  }
  .su-carousel::before {
    height: 42px;
  }
  .su-carousel::after {
    height: 80px;
  }
}
/* Activity CTA Grid */
.activity-ctas {
  width: 104%;
  margin-left: -2%;
}
.activity-ctas .wp-block-group__inner-container {
  display: flex;
  flex-flow: wrap;
}
.activity-ctas .wp-block-group__inner-container figure, .activity-ctas .wp-block-group__inner-container .wp-block-image {
  width: 33%;
  margin-bottom: 0;
}
.next-prev-page-nav, .nav-links {
  display: flex;
  padding: 3vw 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .next-prev-page-nav, .nav-links {
    padding-top: 50px;
  }
}
.single-videos .nav-links {
  margin: 0 auto;
  position: relative;
}
.next-prev-page-nav.prev-disabled {
  justify-content: flex-end;
}
.next-prev-page-nav.next-disabled {
  justify-content: flex-start;
}
.nav-links {
  flex-direction: row-reverse;
}
.prev-page-anchor, .next-page-anchor, .nav-previous, .nav-next {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  color: #222954;
}
.nav-previous a, .nav-next a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #222954;
}
.prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
  text-align: center;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  transition: 0.5s all;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  letter-spacing: 0;
  color: #222954;
}
@media (min-width: 758px) {
  .prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
    font-size: 3.5vw;
  }
}
@media (min-width: 992px) {
  .prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
    font-size: 44px;
  }
}
.prev-page-anchor, .prev-page-anchor a, .nav-next, .nav-next a {
  text-align: left;
  transition: 0.5s all;
  color: #222954;
}
.next-page-anchor, .next-page-anchor a, .nav-previous, .nav-previous a {
  text-align: right;
  justify-content: flex-end;
  transition: 0.5s all;
  color: #222954;
}
.prev-page-anchor:link, .prev-page-anchor a:link, .nav-next:link, .nav-next a:link, .next-page-anchor:link, .next-page-anchor a:link, .nav-previous:link, .nav-previous a:link, .prev-page-anchor:visited, .prev-page-anchor a:visited, .nav-next:visited, .nav-next a:visited, .next-page-anchor:visited, .next-page-anchor a:visited, .nav-previous:visited, .nav-previous a:visited {
  color: #222954;
}
.prev-page-anchor, .nav-previous a {
  margin-right: 1vw;
  margin-left: 2vw;
}
.next-page-anchor, .nav-next a {
  margin-left: 1vw;
}
.prev-page-anchor::before, .nav-previous a::before {
  display: inline-block;
  content: "";
  width: 10vw;
  height: 10vw;
  background: url(../img/tag-prev.png) no-repeat left center;
  background-size: 100%;
  margin-right: 3vw;
}
.next-page-anchor::after, .nav-next a::before {
  display: inline-block;
  content: "";
  width: 11vw;
  height: 10vw;
  background: url(../img/tag-next.png) no-repeat right center;
  background-size: 100%;
  margin-left: 3vw;
}
@media (min-width: 758px) {
  .prev-page-anchor, .nav-previous a {
    margin-left: 0;
  }
  .prev-page-anchor::before, .nav-previous a::before {
    width: 7vw;
    height: 7vw;
  }
  .next-page-anchor::after, .nav-next a::before {
    width: 8.3vw;
    height: 7.5vw;
    margin-top: 1.5vw;
  }
}
@media (min-width: 992px) {
  .prev-page-anchor::before, .nav-previous a::before {
    width: 150px;
    height: 130px;
    margin-right: 10px;
    transition: 0.5s all;
  }
  .next-page-anchor::after, .nav-next a::before {
    width: 170px;
    height: 140px;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: -20px;
    transition: 0.5s all;
  }
  .prev-page-anchor:hover, .nav-previous a:hover, .next-page-anchor:hover, .nav-next a:hover {
    color: #f90;
  }
  .prev-page-anchor:hover::before, .nav-previous a:hover::before {
    transform: scale(0.9) rotate(-3deg);
  }
  .next-page-anchor:hover::after, .nav-next a:hover::before {
    transform: scale(0.9) rotate(3deg);
  }
}
@media (min-width: 992px) {
  .page-wrapper {
    display: flex;
  }
  #primary {
    width: 100%;
    padding-top: 0;
  }
  .site-main {
    padding: 0;
  }
  .entry-header + .entry-content, .nav-links {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .entry-header + .entry-content {
    padding-top: 10px;
  }
  .entry-content p {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Activity Video pages */
@media (min-width: 758px) {
  .parent-pageid-123 .page, .page-directors-staff .page {
    display: flex;
    flex-flow: column;
  }
  .parent-pageid-123 .page .entry-header, .page-directors-staff .page .entry-header {
    order: 2;
    margin-top: 0;
  }
  .parent-pageid-123 .page .entry-header h1, .page-directors-staff .page .entry-header h1 {
    margin-top: 0;
  }
  .parent-pageid-123 .page .vid-display, .page-directors-staff .page .vid-display {
    order: 1;
  }
  .parent-pageid-123 .page .entry-content, .page-directors-staff .page .entry-content {
    order: 3;
  }
}
/* Video popups - i.e., Jobs at Camp page */
@media (min-width: 758px) {
  .video-lightbox-trigger .wp-block-image {
    float: right;
    transition: 0.5s all;
    margin-left: 10px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .video-lightbox-trigger .wp-block-image {
    width: 471px;
  }
}
.video-lightbox-trigger:hover .wp-block-image {
  transform: scale(1.025);
  filter: saturate(1.2);
}
@media (min-width: 758px) {
  .athletics-films-callouts .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
  }
  .athletics-films-callouts .wp-block-group__inner-container .wp-block-group__inner-container {
    display: block;
  }
  .athletics-films-callouts .video-lightbox-trigger .wp-block-image {
    float: none;
    width: 80%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .athletics-films-callouts .video-lightbox-trigger .wp-block-image {
    width: 100%;
    max-width: 471px;
  }
}
.vid-left .video-lightbox-trigger .wp-block-image {
  float: left;
  margin-left: 0;
}
@media (min-width: 758px) {
  .vid-left .video-lightbox-trigger .wp-block-image {
    margin-right: 10px;
  }
}
.su-cn-video .su-post-title {
  display: none;
}
.su-cn-video .vid-display {
  margin-top: 0;
  margin-bottom: 0;
}
.video-lightbox {
  background: transparent !important;
}
.video-lightbox button.mfp-close {
  margin-top: -64px;
  color: #fff;
  width: 64px;
  height: 64px;
  font-size: 50px;
}
.video-cta-section > .wp-block-group__inner-container:first-child {
  overflow: hidden;
}
@media (min-width: 758px) {
  .video-cta-section ul {
    overflow: hidden;
  }
}
.itty-bitty-content {
  float: right;
  width: 48%;
}
@media (min-width: 758px) {
  .itty-bitty-content {
    width: 58%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .itty-bitty-content {
    width: 48%;
  }
}
.vid-left h2 + ul {
  overflow: hidden;
}
/* Yearly/Weekly slideshows - ported over adjustments */
ul.currentSlideshows, ul.yearbooks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.currentSlideshows li.par, ul.yearbooks li.par, ul.currentSlideshows li.desktopOnly, ul.yearbooks li.desktopOnly {
  width: 100%;
  text-align: center;
  position: relative;
}
ul.currentSlideshows li.par:hover ul, ul.yearbooks li.par:hover ul, ul.currentSlideshows li.desktopOnly:hover ul, ul.yearbooks li.desktopOnly:hover ul {
  opacity: 1;
  height: auto;
}
@media (min-width: 758px) {
  ul.currentSlideshows li.par, ul.yearbooks li.par, ul.currentSlideshows li.desktopOnly, ul.yearbooks li.desktopOnly {
    width: 33%;
  }
}
ul.currentSlideshows li.par img, ul.yearbooks li.par img, ul.currentSlideshows li.desktopOnly img, ul.yearbooks li.desktopOnly img {
  width: 100%;
  height: auto !important;
  display: block;
}
ul.currentSlideshows li.par .select, ul.yearbooks li.par .select, ul.currentSlideshows li.desktopOnly .select, ul.yearbooks li.desktopOnly .select {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  border: none;
  display: block;
  width: 46%;
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 50%;
  margin: 0 0 0 -135px;
  color: #5b362b;
  cursor: pointer;
}
@media (min-width: 758px) {
  ul.currentSlideshows li.par .select, ul.yearbooks li.par .select, ul.currentSlideshows li.desktopOnly .select, ul.yearbooks li.desktopOnly .select {
    width: 43%;
    bottom: 9px;
    margin: 0 0 0 -44%;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  ul.currentSlideshows li.par .select, ul.yearbooks li.par .select, ul.currentSlideshows li.desktopOnly .select, ul.yearbooks li.desktopOnly .select {
    font-size: 14px;
    margin-left: -40%;
    width: 43%;
    bottom: 27px;
  }
}
ul.currentSlideshows li.par ul, ul.yearbooks li.par ul, ul.currentSlideshows li.desktopOnly ul, ul.yearbooks li.desktopOnly ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 75%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s all;
  margin: -16px 0 0 -38%;
  left: 50%;
  border-radius: 20px;
}
@media (min-width: 758px) {
  ul.currentSlideshows li.par ul, ul.yearbooks li.par ul, ul.currentSlideshows li.desktopOnly ul, ul.yearbooks li.desktopOnly ul {
    width: 100%;
    margin-left: -50%;
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  ul.currentSlideshows li.par ul, ul.yearbooks li.par ul, ul.currentSlideshows li.desktopOnly ul, ul.yearbooks li.desktopOnly ul {
    margin-top: -20px;
    width: 80%;
    margin-left: -40%;
  }
}
ul.currentSlideshows li.par ul a, ul.yearbooks li.par ul a, ul.currentSlideshows li.desktopOnly ul a, ul.yearbooks li.desktopOnly ul a {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px;
}
/* Dining accordion */
.entry-content .su-accordion.dining-acc {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.dining-acc {
    width: 106%;
    margin-left: -3%;
    left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc {
    width: 104%;
    margin-left: -2%;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler {
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 2vw;
  margin-right: 2vw;
}
.entry-content .su-accordion.dining-acc .su-spoiler::before {
  display: none;
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title {
  background-color: transparent;
  padding: 4vw 0;
  position: relative;
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title {
    padding: 26px 0 10px;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/stitches-thin.png) repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title .su-spoiler-icon {
  display: none;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title p {
  display: none;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h2 {
  margin: 0;
  text-shadow: 0 0 3px #fff, -2px -2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, 2px 2px 2px #fff;
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h2 {
    font-size: 56px;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h3 {
  margin: 0;
  color: #005000;
  text-shadow: 0 0 3px #fff, -2px -2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, 2px 2px 2px #fff;
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-title h3 {
    font-size: 32px;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler.breakfast .su-spoiler-title {
  background: url(../img/breakfast-acc-bg.png) no-repeat center right;
  background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler.lunch .su-spoiler-title {
  background: url(../img/lunch-acc-bg.png) no-repeat center right;
  background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler.dinner::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/stitches-thin.png) repeat center center;
  background-size: 100% auto;
}
.entry-content .su-accordion.dining-acc .su-spoiler.dinner .su-spoiler-title {
  background: url(../img/dinner-acc-bg.png) no-repeat center right;
  background-size: auto 100%;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transition: all 0.6s;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 8px;
  font-weight: bold;
  color: #005000;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content p {
    font-size: 20px;
  }
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col {
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #005000;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.dining-acc .su-spoiler .su-spoiler-content ul.two-col li {
    font-size: 20px;
  }
}
.entry-content .su-accordion.prog-sel-acc {
  padding-left: 0;
  padding-right: 0;
}
.entry-content .su-accordion.prog-sel-acc::after {
  display: block;
  content: "";
  z-index: 1;
  background: url(../img/as-stitches.png) no-repeat center top;
  background-size: auto;
  position: absolute;
  bottom: -25px;
  width: 100vw;
  height: 35px;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.prog-sel-acc::after {
    margin-left: -12%;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.prog-sel-acc::after {
    margin-left: -647px;
    width: 1294px;
    left: 50%;
  }
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler {
    max-width: 1160px;
  }
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  padding: 5vw 5% 2vw;
  transition: 0.5s all;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title::after {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title::before {
  z-index: 1;
  background-image: url(../img/as-stitches.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  top: -10px;
  width: 100vw;
  height: 35px;
  margin-left: -5%;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title::before {
    margin-left: -12%;
  }
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title span, .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title p, .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title h2, .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title h3 {
  z-index: 1;
  position: relative;
  transition: 0.5s all;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title {
    background-size: auto 100%;
    padding: 1vw 0;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title {
    padding: 33px 0 12px 5%;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title::before {
    margin-left: -647px;
    width: 1294px;
    left: 50%;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title:hover {
    background-size: auto 104%;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-title:hover h2 {
    color: #f90;
  }
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.girls-frosh .su-spoiler-title {
  background-image: url(../img/as-girls-frosh.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.girls-senior-acadia .su-spoiler-title {
  background-image: url(../img/as-girls-senior-acadia.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.girls-junior-baxter .su-spoiler-title {
  background-image: url(../img/as-girls-junior-baxter.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.girls-senior-baxter .su-spoiler-title {
  background-image: url(../img/as-girls-senior-baxter.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.girls-kennebec .su-spoiler-title {
  background-image: url(../img/as-girls-kennebec.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.boys-frosh .su-spoiler-title {
  background-image: url(../img/as-boys-frosh.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.boys-junior-sequoia .su-spoiler-title {
  background-image: url(../img/as-boys-junior-sequoia_02.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.boys-kennebago .su-spoiler-title {
  background-image: url(../img/as-boys-kennebago.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.boys-senior-apache .su-spoiler-title {
  background-image: url(../img/as-boys-senior-apache.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler.boys-senior-sequoia .su-spoiler-title {
  background-image: url(../img/as-boys-senior-sequoia_02.png?v=2);
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content {
  padding-left: 5%;
  padding-right: 5%;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .su-lightbox {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 800;
  padding: 4vw 0;
  color: #f90;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList {
  display: flex;
  justify-content: space-around;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList .two-col {
  width: 45%;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList h4 {
  font-size: 16px;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList li {
  font-size: 12px;
  line-height: 1.1;
}
.entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList p {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 758px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .su-lightbox {
    font-size: 20px;
    padding: 20px 0;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList .two-col {
    width: 48%;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList ul {
    margin-bottom: 30px;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList li {
    font-size: 16px;
    line-height: 1.2;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .programList p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .su-lightbox {
    font-size: 30px;
    padding: 30px 0;
  }
  .entry-content .su-accordion.prog-sel-acc .su-spoiler .su-spoiler-content .su-lightbox:hover {
    color: #005000;
  }
}
.facilities-sections {
  display: flex;
  flex-flow: row wrap;
}
.facilities-sections .facility {
  width: 50%;
  margin-bottom: 1em;
}
.facilities-sections .facility ul {
  padding-left: 0;
}
/* Stylized activitiy lists */
.entry-content .callout-lists h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.entry-content .callout-lists h3:before {
  display: block;
  content: "";
  height: 1px;
  width: 33%;
  margin: 2em auto 1em auto;
  border-bottom: 3px solid #f90;
}
.entry-content ul.styled {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 758px) {
  .entry-content ul.styled {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .entry-content ul.styled {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content ul.styled.no-flex {
  display: block;
}
.entry-content ul.styled li {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 2rem;
  list-style-type: none;
  margin-left: 0;
  /*transform:rotate(1.5deg);*/
  padding-left: 0;
  text-align: center;
  line-height: 1.1;
}
.entry-content ul.styled li:before {
  margin: 10px 0 0 -20px;
}
.entry-content ul.styled li:nth-child(odd) {
  /*transform:rotate(-1.5deg);*/
}
@media (min-width: 758px) {
  .entry-content ul.styled li {
    width: 46%;
    min-height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: inherit;
  }
  .entry-content ul.styled li:nth-child(3n+3) {
    /*transform:rotate(-0.75deg);*/
    text-align: left;
  }
}
@media (min-width: 992px) {
  .entry-content ul.styled li {
    width: 28%;
    font-size: 1.7rem;
    margin-left: 5%;
    margin-right: 0;
    text-align: left;
  }
}
.entry-content ul.styled li small {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 0.7em;
  display: block;
}
@media (min-width: 758px) {
  .entry-content ul.styled li small {
    width: 100%;
  }
}
.entry-content ul.styled li em small {
  display: inline;
  font-style: normal;
}
.entry-content ul.styled.no-flex li {
  width: 100%;
  transform: rotate(0deg) !important;
}
@media (max-width: 758px) {
  table[width="600"] {
    width: 100%;
  }
  table[width="600"] td {
    width: 50%;
    padding-bottom: 6px;
  }
  table[width="600"] td[colspan="2"] {
    width: 100%;
  }
}
span.su-lightbox:hover {
  cursor: pointer;
  color: #7e4b3b;
}
/* Image styles */
.entry-content img.no-border, .entry-content img.noborder {
  border: none;
}
.entry-content img.size-full {
  margin: 0;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img.alignleft {
  margin: 0 1em 0 0;
  width: 41%;
  height: auto;
  float: left;
}
@media (min-width: 758px) {
  .entry-content img.alignleft {
    width: auto;
  }
}
.entry-content img.alignright {
  margin: 0 0 0 1em;
  width: 41%;
  height: auto;
  float: right;
}
@media (min-width: 758px) {
  .entry-content img.alignright {
    width: auto;
  }
}
.entry-content img.margin-bottom-none {
  margin-bottom: 0;
}
.entry-content img.border-inset {
  outline: 6px solid rgba(255, 255, 255, .5);
  outline-offset: -6px;
}
/* slideshows */
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
  max-height: 52vw !important;
}
@media (min-width: 758px) {
  .entry-content .su-slider-slides, .entry-content .su-slider-slide {
    max-height: 52vw !important;
  }
}
@media (min-width: 992px) {
  .entry-content .su-slider-slides, .entry-content .su-slider-slide {
    max-height: 500px !important;
  }
}
@media (min-width: 992px) {
  .entry-content .su-slider-slides img, .entry-content .su-slider-slide img {
    width: auto;
    max-height: 500px;
  }
}
.entry-content .su-slider-slide img[src*='.jpg'] {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.entry-content .su-slider-prev, .entry-content .su-slider-next {
  background-color: rgba(0, 111, 183, 0.7);
}
.su-slider-prev, .su-slider-next {
  opacity: 1 !important;
  background: url(../img/custom-arrows.png) no-repeat !important;
  width: 120px !important;
  height: 120px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  top: 230px !important;
}
@media (max-width: 758px) {
  .su-slider-prev, .su-slider-next {
    transform: scale(0.3);
    top: 66px !important;
  }
}
.su-slider-prev {
  background-position: -120px 0 !important;
  margin-right: 0px !important;
}
@media (max-width: 758px) {
  .su-slider-prev {
    margin-right: -40px !important;
  }
}
.su-slider-next {
  margin-left: 0 !important;
}
@media (max-width: 758px) {
  .su-slider-next {
    margin-left: -40px !important;
  }
}
.entry-content .su-slider-slides, .entry-content .su-slider-slide {
  max-height: 52vw !important;
}
@media (min-width: 758px) {
  .entry-content .su-slider-slides, .entry-content .su-slider-slide {
    max-height: 52vw !important;
  }
}
@media (min-width: 992px) {
  .entry-content .su-slider-slides, .entry-content .su-slider-slide {
    max-height: 500px !important;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .entry-content .su-slider-slides img, .entry-content .su-slider-slide img {
    width: auto;
    max-height: 500px;
  }
}
/* Contact Page vCard */
.page-contact .entry-content .vcard {
  color: #5b362b;
  margin: 0;
}
abbr[title] {
  text-decoration: none;
}
.page-contact .entry-content .vcard .fn, .page-contact .entry-content .vcard .ws {
  display: none;
}
.page-contact .entry-content .vcard .adr {
  display: inline-block;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.4;
}
.page-contact .entry-content .vcard .em {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 758px) {
  .page-contact .entry-content .vcard .em {
    margin-top: 1em;
  }
}
.page-contact .entry-content .vcard .em .email {
  line-height: 4;
  text-transform: none;
}
.page-contact .entry-content .vcard .tel {
  font-size: 1.3em;
  line-height: 2;
  font-weight: bold;
}
.page-contact .entry-content .vcard .type {
  font-weight: bold;
}
/* Camp Store */
.store-graphic {
  margin-top: -14vw;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .store-graphic {
    margin-top: -100px;
  }
}
.shop-link-text {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 758px) {
  .shop-link-text {
    padding-bottom: 20px;
  }
}
.shop-link-text a {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  text-align: center;
  font-size: 22px;
  color: #5b362b;
  transition: 0.5s all;
  display: block;
  opacity: 0.8;
}
.shop-link-text a:hover {
  transform: scale(1.05);
  opacity: 1;
}
@media (min-width: 758px) {
  .shop-link-text a {
    font-size: 30px;
  }
}
.shop-link-text a strong {
  text-decoration: underline;
  color: #f90;
}
.entry-content h2.directors {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 28px;
}
.entry-content h2.title {
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  line-height: 18px;
}
.email-director {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.email-director a.btn-email {
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 700;
  color: #5b362b;
  border: 4px solid #6e3020;
  margin: 10px auto;
}
.email-director a.btn-email img {
  width: 25px;
  height: auto;
  vertical-align: text-top;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .director-bio {
    overflow: hidden;
  }
}
.director-bio h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.director-bio h2.director-bio {
  font-size: 22px;
}
.director-bio h2 span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  font-style: italic;
}
@media (min-width: 758px) {
  .director-bio h2 span {
    font-size: 16px;
  }
}
.director-bio img {
  outline: 6px solid rgba(255, 255, 255, .5);
  outline-offset: -6px;
  width: 28%;
}
.director-bio img.alignleft {
  margin: 0 1em 15px 0;
}
.director-bio a.btn-email {
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 700;
  color: #5b362b;
  border: 4px solid #6e3020;
  margin: 5px auto;
}
.director-bio a.btn-email img {
  width: 25px;
  height: auto;
  vertical-align: text-top;
  margin-left: 10px;
  outline: none;
}
/* Staff dates List */
.entry-content ul.staff-dates {
  padding-left: 0;
}
@media (min-width: 992px) {
  .entry-content ul.staff-dates {
    width: 80%;
    line-height: 24px;
    margin: 0 auto;
  }
}
.entry-content ul.staff-dates li {
  display: flex;
  margin-left: 0;
  align-items: flex-start;
  padding: 1%;
  margin: 0;
  width: 100%;
}
.entry-content ul.staff-dates li:before {
  display: none;
}
.entry-content ul.staff-dates li strong {
  padding-right: 5%;
  width: 34%;
  text-align: right;
  color: #7e4b3b;
}
@media (min-width: 758px) {
  .entry-content ul.staff-dates li strong {
    padding-right: 8%;
  }
}
.entry-content ul.staff-dates li span {
  width: 66%;
  color: #5b362b;
  text-align: left;
}
@media (min-width: 758px) {
  .entry-content ul.staff-dates li span {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .entry-content ul.staff-dates li {
    border-bottom: 1px solid rgba(110, 48, 32, .5);
    padding: 1.5%;
  }
}
/* Typical Day list */
.entry-content ul.typical-day {
  padding-left: 0;
}
.entry-content ul.typical-day li {
  display: flex;
  margin-left: 0;
  align-items: center;
  padding: 5%;
  background: rgba(110, 48, 32, 0.2);
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 3vw;
  margin: 0;
  width: 100%;
  line-height: 1.3rem;
}
@media (min-width: 758px) {
  .entry-content ul.typical-day li {
    font-size: 16px;
    padding: 2%;
    background: -moz-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, .2) 10%, rgba(0, 0, 0, ) 90%, rgba(110, 48, 32, 0) 100%);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,006fb7+10,006fb7+90,006fb7+100&0+0,0.2+10,0.2+90,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.2) 10%, rgba(110, 48, 32, 0.2) 90%, rgba(110, 48, 32, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.2) 10%, rgba(110, 48, 32, 0.2) 90%, rgba(110, 48, 32, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCD300', endColorstr='#FCD300',GradientType=1);
    /* IE6-9 */
  }
}
@media (min-width: 992px) {
  .entry-content ul.typical-day li {
    font-size: 16px;
    padding: 3%;
  }
}
.entry-content ul.typical-day li:nth-child(odd) {
  background: rgba(110, 48, 32, 0.4);
}
@media (min-width: 758px) {
  .entry-content ul.typical-day li:nth-child(odd) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffde2f+0,ffde2f+10,ffde2f+90,ffde2f+100&0+0,0.2+10,0.2+90,0+100 */
    background: -moz-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(110, 48, 32, 0) 0%, rgba(110, 48, 32, 0.4) 10%, rgba(110, 48, 32, 0.4) 90%, rgba(110, 48, 32, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
    /* IE6-9 */
  }
}
.entry-content ul.typical-day li:before {
  display: none;
}
.entry-content ul.typical-day li strong {
  padding-right: 5%;
  width: 30%;
  text-align: right;
  color: #7e4b3b;
  font-size: 4vw;
  line-height: 1.4rem;
}
@media (min-width: 758px) {
  .entry-content ul.typical-day li strong {
    width: 30%;
    font-size: 22px;
  }
}
.entry-content ul.typical-day li span {
  width: 70%;
  color: #5b362b;
  text-align: center;
}
@media (min-width: 758px) {
  .entry-content ul.typical-day li span {
    text-align: left;
    width: 65%;
  }
}
.typical-day-fpo {
  display: none;
}
@media (min-width: 992px) {
  .typical-day-fpo {
    width: 33%;
    height: 1070px;
    float: right;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.15);
    position: relative;
    left: -5%;
  }
  .page-typical-day .entry-content *:first-child + h2 {
    width: 70%;
    text-align: center;
  }
}
/* Accordion styles */
@media (min-width: 992px) {
  .su-accordion.faq-acc {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .su-accordion.first-time-acc {
    max-width: 100%;
  }
}
.accordion .su-spoiler-title {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  font-weight: bold;
}
.accordion .su-spoiler-title:hover {
  color: #f90;
}
.accordion .su-spoiler {
  border: 1px solid #0a5499;
  border-left: none;
  border-right: none;
  background-color: rgba(10, 84, 153, .3);
  padding: 10px 5px;
  margin-bottom: 0.5em;
}
.accordion p {
  color: #5b362b;
  letter-spacing: 0;
}
.accordion .su-spoiler-style-default > .su-spoiler-content {
  padding: 1em 27px;
}
.entry-content .su-accordion .su-spoiler {
  border-bottom: 5px solid #6e3020;
  position: relative;
}
.entry-content .su-accordion .su-spoiler::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/stitches-thin.png) repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  opacity: 0.5;
}
.entry-content .su-accordion .su-spoiler-title {
  background-color: #5b362b;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 1.2em 2em 1.2em 1.2em;
  transition: 0.5s all;
}
.entry-content .su-accordion .su-spoiler-title:hover {
  color: #f90;
}
.entry-content .su-accordion.payment-options .su-spoiler-title {
  background-color: #f90;
}
.entry-content .su-accordion .su-spoiler-content {
  background-color: rgba(222, 186, 150, 0.1);
  padding: 1.2em 1.5em;
}
@media (min-width: 992px) {
  .entry-content .su-accordion .su-spoiler-content {
    padding: 0 5em 1.2em;
    transition: 0.5s all;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion .su-spoiler.su-spoiler-closed > .su-spoiler-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5em;
    padding-right: 5em;
  }
}
.accordion .su-spoiler.su-spoiler-closed {
  background-color: rgba(10, 84, 153, .1);
}
.site-content .su-spoiler-style-default > .su-spoiler-title {
  padding-left: 15px;
  padding-right: 34px;
}
.site-content .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  left: auto;
  right: 20px;
  top: 20px;
}
.page-leadership-staff .accordion {
  clear: both;
  margin-bottom: 2em;
  margin-top: 2em;
}
.page-leadership-staff .accordion .su-spoiler-title {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 46px;
  font-size: 12vw;
}
.page-leadership-staff .site-content .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  font-size: 30px;
  font-size: 7vw;
  width: 10vw;
  height: 10vw;
  line-height: 1.5;
  top: 4vw;
}
/* Google iframe Map Styles */
.su-gmap, .entry-content .su-gmap {
  margin-top: 2em;
}
.su-gmap iframe, .entry-content .su-gmap iframe {
  border: 5px solid #deba96 !important;
}
/* From Theresa Pages */
.entry-content {
  /* Mobile only */
}
.entry-content .activity-list {
  margin-top: 1.5em;
  /*@include breakpoint(bp-huge){max-width:1000px;}*/
}
@media (min-width: 758px) {
  .entry-content .activity-list {
    max-width: 74vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .entry-content .activity-list {
    justify-content: space-evenly;
    padding-top: 1em;
  }
}
.entry-content .activity-list.wp-block-group {
  display: flex;
}
@media (min-width: 992px) {
  .entry-content .activity-list .wp-block-column {
    flex-basis: inherit;
    flex-grow: inherit;
  }
}
.entry-content .activity-list ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.entry-content .activity-list ul li {
  position: relative;
  padding-left: 38px;
  margin-left: 0;
  list-style-type: none;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 5vw;
  line-height: 1;
  margin-bottom: 5vw;
}
@media (min-width: 758px) {
  .entry-content .activity-list ul li {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .entry-content .activity-list ul li {
    font-size: 36px;
    margin-bottom: 20px;
    padding-left: 58px;
    line-height: 1.05;
  }
}
.entry-content .activity-list ul li::before {
  content: "";
  background: url(../img/itty-bitty-moose.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -6px;
}
@media (min-width: 992px) {
  .entry-content .activity-list ul li::before {
    width: 32px;
    height: 35px;
  }
}
.entry-content .activity-list ul li em {
  font-size: 18px;
  font-style: normal;
}
@media (min-width: 758px) {
  .entry-content .activity-list ul li em {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .entry-content .activity-list ul li em {
    font-size: 28px;
  }
}
@media (min-width: 758px) {
  .entry-content .activity-list {
    margin-left: 24px;
  }
}
@media (max-width: 758px) {
  .entry-content .wp-block-columns.force-two-cols-mobile .wp-block-column {
    flex-basis: 50% !important;
  }
  .entry-content .hide-on-mobile {
    display: none !important;
  }
  .entry-content .show-on-mobile-only {
    display: block !important;
  }
}
@media (min-width: 758px) {
  .entry-content .hide-above-mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .entry-content .wp-block-columns.force-two-cols-mobile .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media screen and (min-width: 1086px) {
  .overlap-bottom {
    margin-bottom: -50px;
    z-index: 9;
    position: relative;
  }
}
/* Dates & Fees */
.entry-content .dates-fees-table {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
.entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 5vw;
  width: 50%;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table dt, .entry-content .dates-fees-table dd {
    width: 50%;
  }
}
.entry-content .dates-fees-table dt h2, .entry-content .dates-fees-table dd h2 {
  margin: 0;
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table dt {
    text-align: right;
    padding-right: 40px;
    font-size: 30px;
  }
}
.entry-content .dates-fees-table dd {
  width: 50%;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-size: 4vw;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table dd {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table dd {
    width: 50%;
    font-size: 26px;
  }
}
.entry-content .dates-fees-table dd .fee {
  font-size: 5vw;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table dd .fee {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table dd .fee {
    font-size: 36px;
  }
}
.entry-content .dates-fees-table.tuition dt {
  font-size: 6vw;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table.tuition dt {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table.tuition dt {
    font-size: 40px;
  }
}
.entry-content .dates-fees-table.additional-charges {
  padding-bottom: 6vw;
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table.additional-charges {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.entry-content .dates-fees-table.additional-charges h3 {
  display: block;
  width: 100%;
  font-size: 5vw;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table.additional-charges h3 {
    font-size: 28px;
  }
}
.entry-content .dates-fees-table.additional-charges dt {
  width: 60%;
  margin-bottom: 2vw;
  font-size: 4vw;
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table.additional-charges dt {
    width: 50%;
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.entry-content .dates-fees-table.additional-charges dd {
  width: 40%;
}
@media (min-width: 992px) {
  .entry-content .dates-fees-table.additional-charges dd {
    width: 50%;
    margin-bottom: 5px;
    position: relative;
    top: -4px;
    font-size: 20px;
  }
}
.entry-content .dates-fees-table.additional-charges dd:last-child {
  font-style: italic;
}
.entry-content .dates-fees-table.additional-charges dd:last-child .fee {
  font-size: 3vw;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table.additional-charges dd:last-child .fee {
    font-size: 14px;
  }
}
.entry-content .dates-fees-table.additional-charges dd .fee {
  font-size: 3.5vw;
}
@media (min-width: 758px) {
  .entry-content .dates-fees-table.additional-charges dd .fee {
    font-size: 16px;
  }
}
/* 404 */
.errorfourohfour {
  text-align: center;
  padding-bottom: 100px;
}
/* CM Login button */
.wp-block-image.cm-login-btn img {
  max-width: 400px;
  text-align: left;
}
/* Camp Store */
.store-btn {
  background: #f90;
  text-align: center;
  line-height: 1.2;
  height: 26vw;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.5vw;
  margin-bottom: 4vw;
  font-weight: 800;
  border: 1.5vw solid rgba(91, 54, 43, 0.2);
}
@media (min-width: 758px) {
  .store-btn {
    height: 13vw;
    border-width: 10px;
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .store-btn {
    height: auto;
    font-size: 36px;
    transition: 0.5s all;
  }
  .store-btn:hover {
    background: rgba(255, 153, 0, 0.6);
    color: #222954;
  }
}
.store-btn.store {
  background-image: url(../img/store-gear.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32%;
}
@media (min-width: 758px) {
  .store-btn.store {
    padding: 30px 10px 30px 40%;
  }
}
@media (min-width: 992px) {
  .store-btn.store {
    background-size: auto 120%;
  }
}
.store-btn.packinglist {
  background-image: url(../img/checklist-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 32%;
}
@media (min-width: 758px) {
  .store-btn.packinglist {
    padding: 30px 40% 30px 10px;
  }
}
/* Enroll landing */
.enroll-options .wp-block-column {
  margin-bottom: 2em;
}
/* gutenberg HR, rule, separators */
.wp-block-separator {
  display: block;
  margin: 2em auto;
  background: #5b362b;
  color: #5b362b;
  border: 0;
  height: 4px;
  width: 50%;
  max-width: 200px;
}
.wp-block-separator.is-style-wide {
  border: 0;
  height: 4px;
}
.wp-block-separator.is-style-dots::before {
  font-size: 60px;
  letter-spacing: 1em;
  padding-left: 1em;
}
/* Moosify it */
.mooseify::before {
  display: inline-block;
  content: "";
  background: url(../img/itty-bitty-moose.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
  margin-right: 10px;
  margin-left: -8px;
}
@media (min-width: 992px) {
  .mooseify::before {
    width: 40px;
    height: 40px;
  }
}
/* Moosify the accordions */
.entry-content .su-accordion .su-spoiler {
  border-bottom: 0;
}
.entry-content .su-accordion .su-spoiler-title {
  background-color: rgba(222, 186, 150, 0.1);
  color: #222954;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  font-size: 4.5vw;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.1;
}
.entry-content .su-accordion .su-spoiler-title:focus, .entry-content .su-accordion .su-spoiler-title:active {
  outline: none;
}
@media (min-width: 758px) {
  .entry-content .su-accordion .su-spoiler-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion .su-spoiler-title {
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.entry-content .su-accordion .su-spoiler-title::before {
  display: inline-block;
  content: "";
  background: url(../img/itty-bitty-moose.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: relative;
  top: -5px;
  margin-right: 10px;
  margin-left: 0;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 758px) {
  .entry-content .su-accordion .su-spoiler-title::before {
    width: 34px;
    height: 34px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .entry-content .su-accordion .su-spoiler-title::before {
    width: 36px;
    height: 34px;
  }
}
.entry-content .su-accordion .su-spoiler-title .su-spoiler-icon {
  display: none !important;
}
.entry-content .su-accordion .su-spoiler-closed .su-spoiler-title {
  background: url(../img/canvas-bg.jpg) repeat left top;
  background-size: 230px;
}
/* Visiting Camp page phone numbers */
.entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  margin: 1em auto;
  font-size: 6vw;
}
@media (min-width: 758px) {
  .entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
    margin: 0 auto;
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .entry-content h2.visiting-phones, .entry-content h3.visiting-phones {
    font-size: 30px;
  }
}
/* Local Accommodations, Driving Directions */
.page-lodging .entry-content h2 {
  font-size: 10.5vw;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  transition: 0.5s all;
}
@media (min-width: 758px) {
  .page-lodging .entry-content h2 {
    font-size: 6vw;
  }
}
@media (min-width: 758px) {
  .page-lodging .entry-content h2 {
    font-size: 42px;
  }
}
.page-lodging .entry-content h2::before {
  display: inline-block;
  content: "";
  width: 7vw;
  height: 7vw;
  background: url(../img/location-icon.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .page-lodging .entry-content h2::before {
    width: 30px;
    height: 30px;
    margin-left: -30px;
  }
}
.page-lodging .entry-content h2:hover {
  color: #f90;
}
.page-lodging .entry-content h2 + p {
  font-size: 3vw;
}
@media (min-width: 758px) {
  .page-lodging .entry-content h2 + p {
    font-size: 14px;
  }
}
.page-lodging .entry-content p a {
  text-decoration: underline;
}
.page-directions .driving-directions .wp-block-column {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .page-directions .driving-directions .wp-block-column {
    margin: 0 50px;
  }
}
.page-directions .driving-directions iframe {
  width: 100%;
  margin-bottom: 2em;
}
/* Staff CTA buttons */
.main-staff-buttons {
  max-width: 600px;
  margin: 2em auto 0;
}
/* Tablet portrait orientation only */
@media screen and (min-width: 758px) and (max-width: 992px) {
  .full-width-bg .wp-block-columns {
    display: block;
  }
  .full-width-bg .wp-block-columns .wp-block-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.zig-zag-stitches, .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.tablet-float-right {
    width: 40%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.zig-zag-stitches.cm-login-btn, .full-width-bg .wp-block-columns .wp-block-column .wp-block-image.tablet-float-right.cm-login-btn {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }
  .full-width-bg .wp-block-columns.no-tablet-adjustment .wp-block-column .wp-block-image.zig-zag-stitches {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Camp Laurel ONLY */
/* Staff Profiles */
.staff-profiles-menu {
  position: relative;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-top: 2em;
}
.staff-profiles-menu::after {
  display: block;
  content: "";
  background: url(../img/canvas-bg.jpg) repeat center center;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: -1;
  opacity: 0.8;
}
@media (min-width: 758px) {
  .staff-profiles-menu {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0;
  }
  .staff-profiles-menu::after {
    width: 100%;
    margin-left: -50%;
  }
  .staff-profiles-menu h2 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .staff-profiles-menu h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 992px) {
  .staff-profiles-page .entry-content > .wp-block-columns .wp-block-column:first-child {
    flex-basis: 90% !important;
  }
}
.colleges {
  list-style-type: none;
  column-count: 2;
}
.colleges li {
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0;
  line-height: 1;
  font-size: 0.8em;
}
.staff-profiles-page .entry-content h3 {
  font-size: 26px;
  margin: 0.5em 0;
}
@media (min-width: 758px) {
  .staff-profiles-page .entry-content h3 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .staff-profiles-page .entry-content h3 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .staff-profiles-page .entry-content td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .staff-profiles-page .entry-content td {
    float: left;
    padding-right: 1em;
    font-size: 1.1em;
    line-height: 1.4;
    width: auto !important;
  }
  .staff-profiles-page .entry-content td.sp-hd {
    padding-top: 1em;
  }
}
.staff-profiles-page .entry-content td strong {
  color: #222954;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .staff-profiles-page .entry-content td strong {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5em;
    font-size: 1em;
  }
}
.staff-profiles-page .entry-content td:first-child strong {
  font-size: 1.2em;
  margin-bottom: 0;
}
.staff-profiles-page .entry-content td:first-child strong em {
  font-size: 0.85em;
}
@media (min-width: 992px) {
  .staff-profiles-page .entry-content td:first-child {
    display: block;
    width: 100% !important;
    float: none;
  }
}
.staff-profiles-page .entry-content img {
  border: 5px inset rgba(34, 41, 84, 0.9);
}
/* Activity Scheduling */
.activity-scheduling-cta {
  width: 66%;
  text-align: center;
}
.activity-scheduling-cta h3 {
  margin-top: 4vw;
  text-align: center;
  display: block;
  width: 100%;
}
.activity-scheduling-cta p {
  display: none;
}
.activity-scheduling-cta .wp-block-group__inner-container .wp-block-image {
  width: 100% !important;
}
.activity-scheduling-cta .wp-block-group__inner-container figure {
  width: 50% !important;
}
@media (min-width: 758px) {
  .activity-scheduling-cta h3 {
    margin-top: 1vw;
  }
  .activity-scheduling-cta p {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .activity-scheduling-cta h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .activity-scheduling-cta p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1380px) {
  .activity-scheduling-cta {
    width: 62%;
    margin: 1.5% 2% 2%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
  }
  .activity-scheduling-cta::after {
    display: block;
    content: "";
    background: #f7ece2 url(../img/canvas-bg.jpg) repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
  }
}
/**
 *  Page Sidebar
 */
#secondary {
  background: transparent;
  text-align: left;
  padding: 0 1em 2em 1em;
  transition: 1s all;
  position: relative;
  right: 0;
}
.sub-navigation {
  position: relative;
  border-left: 1px solid #dee6ea;
}
.sub-navigation a, #secondary h1.nav-section {
  font-size: 1.1rem;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.75 !important;
  margin: 0;
  padding: 7px 7px 7px 0.8em;
  border-left: 0;
  color: #5b362b;
}
#secondary h1.nav-section {
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 1.3em;
  display: none;
}
#secondary h1.nav-section::before {
  content: "Home > ";
  font-size: 1.2rem;
}
.sub-navigation ul li {
  font-family: 'Fell Type A', 'Fell Type B', serif;
}
.sub-navigation ul li.not-in-side-menu {
  display: none;
}
.sub-menu ul.children {
  line-height: 1em;
}
.sub-navigation ul.sub-menu {
  display: none;
}
#secondary .sub-navigation a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1112px) {
  #secondary .sub-navigation a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#secondary .sub-navigation a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #7e4b3b;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#secondary .sub-navigation a:hover:before {
  right: 0;
}
.sub-navigation a:hover, .sub-navigation a:focus, .sub-navigation a:active, #secondary h1.nav-section a:hover, #secondary h1.nav-section a:active, #secondary h1.nav-section a:focus, .sub-navigation .current_page_item ul a:hover, .sub-navigation .current_page_item ul a:active, .sub-navigation .current_page_item ul a:focus, .sub-navigation .current_page_item > a, .sub-navigation .current_page_item a.active {
  background: transparent;
  color: #7e4b3b;
  font-weight: 700;
  border-left: 0;
}
.sub-navigation ul li.current_page_item::before {
  display: block;
  content: "";
  background: #6e3020;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50px;
  margin: 5px 0 0 -11px;
  border: 3px solid white;
}
.sub-navigation ul.sub-menu {
  display: block;
}
.sub-navigation ul.sub-menu a {
  font-size: 1.1rem;
  padding-left: 1.8em;
}
#secondary::after {
  display: none;
}
.sub-menu ul.children {
  margin-right: 10px;
}
.bottom-nav {
  display: none;
}
/* Blog sidebar, widgets */
.blog #secondary, #secondary.blog-widget-area {
  padding-top: 0;
  margin-top: 5em;
}
.widget-area h2 {
  font-size: 44px;
}
.blog .widget, .blog-widget-area .widget {
  margin-bottom: 4.5em;
}
.widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.widget-area li {
  line-height: 1.3;
  font-size: 0.85em;
  margin: 0.5em 0;
}
.widget-area a {
  text-decoration: none;
  line-height: 1;
}
.site-content .widget-area h2 {
  font-size: 46px;
}
@media (min-width: 992px) {
  .assets-navigation li a {
    display: block;
    transition: 0.5s all;
    font-weight: 900;
    font-size: 34px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .assets-navigation li a:hover {
    transform: scale(1.05);
  }
  .now-visible .assets-navigation li.an-watch-videos a::before {
    display: inline-block;
    content: "";
    width: 90px;
    height: 50px;
    background: url(../img/watch-videos-icon.gif) no-repeat left center;
    background-size: auto 100%;
  }
  .assets-navigation li.an-virtual-tour a {
    background-position: center -200px;
  }
  .assets-navigation li.an-calendar a {
    background-position: center -395px;
  }
}
/**
 *  Layout Mobile Up
 */
/* Home Page */
@media (min-width: 1800px) {
  .home .site-content.container {
    padding-left: 0;
    padding-right: 0;
    background: url(../img/hero-videos-bg.jpg) no-repeat center top;
    background-size: 100%;
  }
}
.home-main, .page-home .hero-panel {
  width: 111%;
  margin-left: -5.5%;
  max-width: 1800px;
}
@media (min-width: 758px) {
  .home-main, .page-home .hero-panel {
    width: 125%;
    margin-left: -12.5%;
  }
}
@media (min-width: 1800px) {
  .home-main, .page-home .hero-panel {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .hero-panel, .home .first-panel, .home .additional-panel, .panel.panel-full-width {
  display: block;
  padding: 0;
}
.home .additional-panel {
  padding: 2% 0;
  margin: 2% 0;
  clear: both;
}
.home .home-main img.nav-img {
  float: left;
  max-width: 335px;
  width: 32%;
}
.home .home-main img.content-img {
  max-width: 1030px;
  width: 68%;
}
.home .hero-panel {
  margin-top: 54px;
  height: 77vw;
  position: relative;
}
@media (min-width: 758px) {
  .home .hero-panel {
    margin-top: 54px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .home .hero-panel {
    margin-top: 100px;
  }
}
.home .hero-panel::after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../img/panel-long-stitches.png) repeat-x center top;
  position: absolute;
  bottom: -18px;
  z-index: 2;
  background-size: auto 100%;
}
.home .hero-panel #home-video-wrap {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .home .hero-panel #home-video-wrap {
    height: 46vw;
    background-position: center -5.5vw;
  }
}
.home .hero-panel video {
  width: 180%;
  margin-left: -40%;
  height: 77vw;
}
@media (min-width: 758px) {
  .home .hero-panel video {
    width: 100%;
    margin-left: 0;
    height: auto;
    float: left;
  }
}
@media (min-width: 992px) {
  .home .hero-panel video {
    margin-top: -5.5vw;
  }
}
.home .hero-panel .mute-video {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
  border-radius: 32.7037px;
  cursor: pointer;
  height: 42.3937px;
  line-height: 42.3937px;
  outline: none;
  padding-right: 12.1125px;
  pointer-events: auto;
  position: absolute;
  left: 50%;
  text-align: left;
  top: 14vw;
  z-index: 5;
  transform: scale(0.6);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: -27vw;
}
@media (min-width: 758px) {
  .home .hero-panel .mute-video {
    display: block;
    left: auto;
    right: -25px;
    top: 8vw;
    transform: scale(0.6);
  }
}
@media (min-width: 1800px) {
  .home .hero-panel .mute-video {
    top: 100px;
    right: auto;
    left: 50%;
    margin-left: 670px;
  }
}
.home .watch-video a {
  display: block;
  width: 46vw;
  height: 35vw;
  position: absolute;
  z-index: 9;
  margin: -16vw 0 0 48vw;
}
@media (min-width: 758px) {
  .home .watch-video a {
    width: 30vw;
    height: 23vw;
    margin: -11vw 0 0 60vw;
  }
}
@media (min-width: 992px) {
  .home .watch-video a {
    transition: 0.5s all;
    left: 50vw;
    margin: -15vw 0 0 2vw;
    width: 38vw;
    height: 28vw;
  }
}
.home .watch-video a img {
  display: block;
  width: 100%;
  height: auto;
}
.home .panel {
  position: relative;
  background: #f7ece2 url(../img/canvas-bg.jpg) repeat center center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  color: #49774a;
  line-height: 1.2;
  text-shadow: 0px 0px 10px #fff, -5px -5px 10px #fff, 5px 5px 10px #fff, 5px 0px 10px #fff, -5px 0px 10px #fff, 0px -5px 10px #fff, 0px 5px 10px #fff, 5px -5px 10px #fff, -5px 5px 10px #fff;
}
@media (min-width: 992px) {
  .home .panel {
    padding: 2% 0;
  }
}
.home .panel::after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../img/panel-long-stitches.png) repeat-x center top;
  position: absolute;
  bottom: -18px;
  z-index: 2;
  background-size: auto 100%;
}
.home .panel *:first-child {
  margin-top: 0;
}
.home .panel *:last-child {
  margin-bottom: 0;
}
.home .panel .inner-wrapper {
  margin: 5%;
}
.home .panel h1 {
  font-family: "Fell Type SC A", "Fell Type SC B", serif;
  font-size: 10vw;
  margin-bottom: 5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 758px) {
  .home .panel h1 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}
@media (min-width: 992px) {
  .home .panel h1 {
    font-size: 4.2vw;
  }
}
@media (min-width: 1380px) {
  .home .panel h1 {
    font-size: 60px;
  }
}
.home .panel p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: none;
}
@media (min-width: 758px) {
  .home .panel p {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  .home .panel p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 1380px) {
  .home .panel p {
    font-size: 18px;
  }
}
.home .panel a {
  color: #5b362b;
  font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
  line-height: 1;
  font-size: 1.1em;
  transition: 0.5s all;
}
.home .panel a strong {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 1;
}
.home .panel a:hover {
  color: #f90;
}
.home .panel.now-visible a::before {
  display: block;
  content: "";
  background: url(../img/moose-blue.png) no-repeat center center;
  width: 10vw;
  height: 10vw;
  background-size: 100%;
  float: left;
  transition: 0.5s all;
}
@media (min-width: 992px) {
  .home .panel .cta a:hover::before {
    transform: scale(0.9);
  }
}
@media (max-width: 758px) {
  .home .panel .cta a {
    text-shadow: none;
  }
}
@media (min-width: 758px) {
  .home .quality-maine-camping {
    text-align: left;
  }
}
.home .quality-maine-camping.now-visible {
  background-color: #fff;
  background-image: url(../img/home-panel-quality-maine-camping_mobile.jpg?v=2);
}
@media (min-width: 758px) {
  .home .quality-maine-camping.now-visible {
    background-image: url(../img/home-panel-quality-maine-camping.jpg?v=2);
    background-size: 104%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .home .quality-maine-camping.now-visible {
    background-image: url(../img/home-panel-quality-maine-camping.jpg?v=2);
    background-size: 115%;
  }
}
@media (max-width: 758px) {
  .home .quality-maine-camping.now-visible {
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center -14vw;
    padding-top: 72vw;
    background-color: #fff;
  }
}
.home .quality-maine-camping .inner-wrapper a::before {
  float: right;
  width: 13vw;
  height: 14vw;
  margin: -9vw 0 0 -4vw;
}
@media (min-width: 758px) {
  .home .quality-maine-camping .inner-wrapper {
    margin: 9% 2% 0 53%;
    max-width: 610px;
  }
  .home .quality-maine-camping .inner-wrapper a {
    display: block;
    text-align: right;
  }
  .home .quality-maine-camping .inner-wrapper a::before {
    width: 3vw;
    height: 6vw;
    margin: -3vw 0 0 0;
  }
}
@media (min-width: 992px) {
  .home .quality-maine-camping {
    height: 45vw;
  }
  .home .quality-maine-camping .inner-wrapper {
    margin: 11% 3% 2% 49%;
  }
  .home .quality-maine-camping .inner-wrapper p {
    margin-left: 20px;
    font-size: 16px;
  }
  .home .quality-maine-camping .inner-wrapper p.cta {
    margin-left: 0;
  }
  .home .quality-maine-camping .inner-wrapper a {
    width: 60%;
    margin-left: 30%;
    margin-top: 3.5vw;
    line-height: 1.3;
  }
  .home .quality-maine-camping .inner-wrapper a::before {
    width: 7vw;
    height: 8vw;
    margin: -3.5vw 0 0 0;
  }
}
@media (min-width: 1380px) {
  .home .quality-maine-camping .inner-wrapper p {
    font-size: 18px;
  }
  .home .quality-maine-camping .inner-wrapper a {
    margin-top: 56px;
    font-size: 25px;
    margin-left: 38%;
  }
  .home .quality-maine-camping .inner-wrapper a::before {
    width: 110px;
    height: 125px;
    margin: -52px 0 0 0;
  }
}
@media (max-width: 758px) {
  .home .quality-maine-camping h1 {
    line-height: 0.9;
    margin-bottom: 1.5vw;
  }
  .home .quality-maine-camping .cta a::before {
    width: 9vw;
    height: 10vw;
    margin: -4.5vw 8vw 0 -3vw;
    position: relative;
    left: -4vw;
  }
}
.home .activities-at-camp.now-visible {
  background-image: url(../img/home-panel-activities_longer_mobile.jpg?v=2);
}
@media (min-width: 758px) {
  .home .activities-at-camp.now-visible {
    background-image: url(../img/home-panel-activities.jpg?v=2);
    background-position: center top;
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .home .activities-at-camp.now-visible {
    background-image: url(../img/home-panel-activities.jpg?v=2);
    background-size: 100%;
  }
}
@media (max-width: 758px) {
  .home .activities-at-camp.now-visible {
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 24vw;
  }
}
.home .activities-at-camp h1 {
  color: #fff;
  text-shadow: 0px 0px 10px #5b362b, -5px -5px 10px #5b362b, 5px 5px 10px #5b362b, 5px 0px 10px #5b362b, -5px 0px 10px #5b362b, 0px -5px 10px #5b362b, 0px 5px 10px #5b362b, 5px -5px 10px #5b362b, -5px 5px 10px #5b362b;
}
.home .activities-at-camp p, .home .activities-at-camp a {
  color: #ded5c4;
}
.home .activities-at-camp .activities-buttons a::before {
  display: none;
}
.home .activities-at-camp .activities-buttons a:hover img {
  filter: saturate(1.3);
  transform: scale(1.05);
}
.home .activities-at-camp .cta a::before {
  background-image: url(../img/moose-beige.png);
}
@media (min-width: 758px) {
  .home .activities-at-camp::after {
    bottom: -1.5vw;
  }
  .home .activities-at-camp .inner-wrapper {
    margin: 15% 2% 0;
  }
  .home .activities-at-camp h1 {
    font-size: 4vw;
  }
  .home .activities-at-camp p {
    margin-bottom: 1vw;
  }
  .home .activities-at-camp .activities-buttons a {
    width: 14%;
    max-width: 240px;
  }
  .home .activities-at-camp .activities-buttons a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .home .activities-at-camp p.cta {
    margin: -0.5vw 0 2vw;
  }
  .home .activities-at-camp .cta a::before {
    display: inline-block;
    width: 3vw;
    height: 4vw;
    float: none;
    position: relative;
    top: 1vw;
    left: -2vw;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .home .activities-at-camp::after {
    bottom: -0.75vw;
  }
  .home .activities-at-camp .inner-wrapper {
    margin-top: 15.5%;
    margin-bottom: 0.5vw;
  }
  .home .activities-at-camp h1 {
    font-size: 4.2vw;
  }
  .home .activities-at-camp .cta a {
    display: block;
    margin-top: -1vw;
  }
}
@media (min-width: 1380px) {
  .home .activities-at-camp::after {
    bottom: -5px;
  }
  .home .activities-at-camp .inner-wrapper {
    margin-bottom: 0;
  }
  .home .activities-at-camp h1 {
    font-size: 60px;
  }
  .home .activities-at-camp .cta a {
    font-size: 25px;
  }
}
@media (max-width: 758px) {
  .home .activities-at-camp .inner-wrapper {
    margin-bottom: 10px;
  }
  .home .activities-at-camp p {
    margin-bottom: 10px;
  }
  .home .activities-at-camp .activities-buttons {
    padding-bottom: 5px;
  }
  .home .activities-at-camp .activities-buttons a.btn-img {
    width: 50%;
    position: relative;
    top: -5px;
    margin-bottom: -5px;
  }
  .home .activities-at-camp .cta a::before {
    width: 9vw;
    height: 10vw;
    margin: -3vw 2vw 0 0;
  }
}
.home .first-time-campers.now-visible {
  background-image: url(../img/home-panel-first-time.jpg?v=2);
}
@media (min-width: 758px) {
  .home .first-time-campers.now-visible {
    background-image: url(../img/home-panel-first-time.jpg?v=2);
    background-size: 123%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .home .first-time-campers.now-visible {
    background-image: url(../img/home-panel-first-time.jpg?v=2);
    background-size: 120%;
  }
}
@media (min-width: 1380px) {
  .home .first-time-campers.now-visible {
    background-size: auto 100%;
  }
}
@media (max-width: 758px) {
  .home .first-time-campers.now-visible {
    background-size: 280%;
    background-position: -110vw top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 758px) {
  .home .first-time-campers .inner-wrapper {
    width: 42%;
    text-align: left;
    margin: 1% 0 1% 4%;
  }
  .home .first-time-campers .inner-wrapper h1 {
    color: #5b362b;
    text-align: center;
    font-size: 4vw;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
    line-height: 0.9;
  }
  .home .first-time-campers .inner-wrapper p.cta {
    margin-top: -2.5vw;
  }
  .home .first-time-campers .inner-wrapper .cta a {
    text-shadow: none;
    margin-top: 5vw;
    display: block;
  }
  .home .first-time-campers .inner-wrapper .cta a::before {
    width: 5vw;
    height: 6vw;
    margin: -2vw 2vw 0 8vw;
  }
}
@media (min-width: 992px) {
  .home .first-time-campers .inner-wrapper {
    max-width: 520px;
  }
  .home .first-time-campers .inner-wrapper h1 {
    font-size: 4.2vw;
  }
}
@media (min-width: 1380px) {
  .home .first-time-campers .inner-wrapper {
    position: relative;
    left: 50vw;
    margin-left: -600px;
  }
  .home .first-time-campers .inner-wrapper h1 {
    font-size: 60px;
  }
  .home .first-time-campers .inner-wrapper p.cta {
    margin-top: 0;
  }
  .home .first-time-campers .inner-wrapper .cta a {
    margin-top: 50px;
    font-size: 25px;
  }
  .home .first-time-campers .inner-wrapper .cta a::before {
    width: 70px;
    height: 80px;
    margin: -31px 17px 0 17%;
  }
}
@media (max-width: 758px) {
  .home .first-time-campers h1 {
    width: 53%;
  }
  .home .first-time-campers p {
    text-shadow: 0px 0px 10px #f7ece2, -5px -5px 10px #f7ece2, 5px 5px 10px #f7ece2, 5px 0px 10px #f7ece2, -5px 0px 10px #f7ece2, 0px -5px 10px #f7ece2, 0px 5px 10px #f7ece2, 5px -5px 10px #f7ece2, -5px 5px 10px #f7ece2;
  }
  .home .first-time-campers .cta a br {
    display: none;
  }
  .home .first-time-campers .cta a strong {
    margin-left: 5px;
  }
  .home .first-time-campers .cta a::before {
    width: 9vw;
    height: 10vw;
    margin: -3vw 3vw 0 4vw;
  }
}
.home .staff-experience.now-visible {
  background-image: url(../img/home-panel-staff_longer.jpg);
}
@media (min-width: 758px) {
  .home .staff-experience.now-visible {
    background-image: url(../img/home-panel-staff.jpg);
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  .home .staff-experience.now-visible {
    background-image: url(../img/home-panel-staff.jpg);
    background-size: 120%;
  }
}
@media (min-width: 1380px) {
  .home .staff-experience.now-visible {
    background-size: auto 100%;
  }
}
@media (max-width: 758px) {
  .home .staff-experience.now-visible {
    background-size: 165%;
    background-repeat: no-repeat;
    background-position: -30.5vw top;
    padding-top: 26vw;
  }
}
.home .staff-experience h1 {
  color: #fff;
  text-shadow: 0px 0px 10px #5b362b, -5px -5px 10px #5b362b, 5px 5px 10px #5b362b, 5px 0px 10px #5b362b, -5px 0px 10px #5b362b, 0px -5px 10px #5b362b, 0px 5px 10px #5b362b, 5px -5px 10px #5b362b, -5px 5px 10px #5b362b;
}
.home .staff-experience p, .home .staff-experience a {
  color: #fff;
}
.home .staff-experience .cta a::before {
  background-image: url(../img/moose-beige.png);
}
@media (min-width: 758px) {
  .home .staff-experience::after {
    bottom: -1.5vw;
  }
  .home .staff-experience .inner-wrapper {
    margin: 18% 2% 0;
  }
  .home .staff-experience h1 {
    font-size: 4vw;
  }
  .home .staff-experience p {
    margin-bottom: 1vw;
    text-align: left;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .home .staff-experience p.cta {
    text-align: center;
    margin-bottom: 15px;
  }
  .home .staff-experience .cta a {
    display: block;
    margin-top: -1vw;
  }
  .home .staff-experience .cta a::before {
    display: inline-block;
    width: 3vw;
    height: 5vw;
    float: none;
    position: relative;
    top: 1.5vw;
    left: -2vw;
  }
}
@media (min-width: 992px) {
  .home .staff-experience::after {
    bottom: -0.75vw;
  }
  .home .staff-experience .inner-wrapper {
    margin-top: 20%;
    height: 15vw;
    margin-bottom: 1%;
  }
  .home .staff-experience h1 {
    font-size: 4.2vw;
  }
  .home .staff-experience p {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .staff-experience .cta a {
    display: block;
    margin-top: -1vw;
  }
}
@media (min-width: 1380px) {
  .home .staff-experience::after {
    bottom: -5px;
  }
  .home .staff-experience .inner-wrapper {
    margin-top: 21.5%;
    height: 15vw;
  }
  .home .staff-experience h1 {
    font-size: 60px;
  }
  .home .staff-experience p {
    max-width: 980px;
  }
  .home .staff-experience .cta a {
    font-size: 25px;
  }
}
@media (max-width: 758px) {
  .home .staff-experience h1 {
    font-size: 10vw;
  }
  .home .staff-experience .cta a::before {
    width: 9vw;
    height: 10vw;
    margin: -3vw 4vw 0 6vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .home .panel p, .home .quality-maine-camping .inner-wrapper p, .home .activities-at-camp p, .home .staff-experience p {
    font-size: 14px;
  }
}
/* Countdown */
.countdown-panel {
  text-align: center;
  padding: 4% 0 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.countdown-panel h1 {
  margin-top: 0;
  margin-bottom: 1em;
}
.countdown-panel .cds {
  display: flex;
  justify-content: flex-end;
}
.countdown-panel .cds .session {
  width: 50%;
  text-align: center;
}
.countdown-panel .cds .session h2 {
  font-family: 'CNGar-Bold', "Times New Roman", Times, Georgia, serif;
  text-transform: uppercase;
  color: #6e3020;
  font-size: 4.5vw;
  line-height: 1.1;
}
.countdown-panel .cds .session h3 {
  font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
  color: #6e3020;
  font-size: 3.8vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.countdown-panel .cds .session .countdown {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 2vw;
}
.countdown-panel .cds .session .countdown img {
  display: inline-block;
  margin: 0 1px;
  width: 25%;
}
@media (min-width: 758px) {
  .countdown-panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .countdown-panel h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .countdown-panel .cds .session {
    width: 41%;
  }
  .countdown-panel .cds .session h2 {
    font-size: 2.5vw;
  }
  .countdown-panel .cds .session h3 {
    font-size: 2.7vw;
  }
  .countdown-panel .cds .session .countdown {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .countdown-panel {
    padding-top: 5vw;
  }
  .countdown-panel h1 {
    margin-bottom: 50px;
  }
  .countdown-panel .cds {
    display: block;
  }
  .countdown-panel .cds .session {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: 168px;
  }
  .countdown-panel .cds .session h2 {
    font-size: 24px;
  }
  .countdown-panel .cds .session h3 {
    font-size: 25px;
  }
  .countdown-panel .cds .session .countdown {
    margin-top: 0;
    width: 300px;
    padding-top: 15px;
  }
  .countdown-panel .cds .session .countdown img {
    margin: 0 4px;
  }
}
@media (min-width: 1380px) {
  .countdown-panel {
    padding-top: 10vw;
  }
}
@media (min-width: 1800px) {
  .countdown-panel {
    padding-top: 12vw;
  }
}
.home .site-footer.now-visible .footer-photo {
  margin-top: -26vw;
}
@media (min-width: 758px) {
  .home .site-footer.now-visible .footer-photo {
    margin-top: -36vw;
  }
}
@media (min-width: 992px) {
  .home .site-footer.now-visible .footer-photo {
    margin-bottom: -38px;
    margin-top: -36vw;
  }
}
/**
 *  Blog Styles
 */
/* Blog feeds */
@media (min-width: 992px) {
  .su-posts-default-loop {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
}
.su-posts-default-loop .su-post {
  margin-bottom: 1em !important;
  /*
   .su-post-excerpt * {display:none;}
   .su-post-excerpt *:first-child, .su-post-excerpt *:nth-child(0), .su-post-excerpt *:nth-child(1), .su-post-excerpt *:nth-child(2) {display:block;}
   */
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post {
    width: 30%;
  }
}
.su-posts-default-loop .su-post::after {
  width: 40%;
  max-width: 200px;
  height: 3px;
  background: #f90;
  margin: 2em auto;
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post::after {
    display: none !important;
  }
}
.su-posts-default-loop .su-post .su-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.su-posts-default-loop .su-post .su-post-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.su-posts-default-loop .su-post h2.su-post-title {
  font-size: 1.6em;
  line-height: 1;
  position: relative;
}
@media (min-width: 758px) {
  .su-posts-default-loop .su-post h2.su-post-title::before {
    display: block;
    content: "";
    background: url(../img/itty-bitty-moose.png) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -34px;
    top: -12px;
  }
}
.su-posts-default-loop .su-post .su-post-meta {
  font-size: 1em;
}
.su-posts-default-loop .su-post .su-post-comments-link {
  display: none;
}
.su-posts-default-loop .su-post .su-post-excerpt {
  height: 50vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post .su-post-excerpt {
    height: 400px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .su-posts-default-loop .su-post .su-post-excerpt h2, .su-posts-default-loop .su-post .su-post-excerpt h3, .su-posts-default-loop .su-post .su-post-excerpt h4, .su-posts-default-loop .su-post .su-post-excerpt h5 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .su-posts-default-loop .su-post .su-post-excerpt p {
    font-size: 1em;
    line-height: 1.5;
  }
  .su-posts-default-loop .su-post .su-post-excerpt img {
    margin: 1em auto !important;
    display: block;
    float: none;
    width: 100%;
    border: 4px solid rgba(189, 79, 46, 0.6);
    border-style: groove;
  }
}
.su-posts-default-loop .su-post .su-post-excerpt::after {
  display: block;
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  bottom: 0;
  margin-top: -50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
}
.su-posts-default-loop .su-post .read-more {
  margin: -15px 0 1em;
  position: relative;
  z-index: 9;
  text-align: center;
  font-weight: 700;
}
.page-summer-camp-alumni .blog-feed {
  margin-top: 5em;
}
.entry-content .blog-feed h2.blog-feed-hdr {
  font-size: 10vw;
  margin-bottom: 1em;
  position: relative;
}
.entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
  display: block;
  content: "";
  background: url(../img/moose-tracks-orange.png) no-repeat center;
  background-size: 100%;
  width: 100px;
  height: 65px;
  position: absolute;
  left: -35px;
  top: 26px;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 758px) {
  .entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
    left: -115px;
    top: -4px;
  }
}
@media (min-width: 992px) {
  .entry-content .blog-feed h2.blog-feed-hdr::before, .entry-content .blog-feed h2.blog-feed-hdr::after {
    left: -7vw;
  }
}
.entry-content .blog-feed h2.blog-feed-hdr::after {
  left: auto;
  right: 0;
  top: -50px;
}
@media (min-width: 758px) {
  .entry-content .blog-feed h2.blog-feed-hdr::after {
    right: 30%;
  }
}
@media (min-width: 992px) {
  .entry-content .blog-feed h2.blog-feed-hdr::after {
    right: 45%;
  }
}
@media (min-width: 758px) {
  .entry-content .blog-feed h2.blog-feed-hdr {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .entry-content .blog-feed h2.blog-feed-hdr {
    font-size: 60px;
  }
}
.blog-feed .su-posts + .flex-it {
  width: 300px;
  margin: 0 auto;
}
/* Blog */
@media (min-width: 992px) {
  .header-img + .blog-it-up {
    margin-top: -90px;
    position: relative;
    z-index: 2;
  }
  .blog-it-up #primary {
    width: 90%;
    margin-right: 10%;
  }
}
.blog-header {
  text-align: center;
}
.blog-header h1 {
  line-height: 0.8;
  background: url(../img/moose-tracks-orange.png) no-repeat left center;
  background-size: auto 100%;
  width: 100%;
  text-align: left;
  margin-bottom: 10vw;
  text-align: center;
}
@media (min-width: 758px) {
  .blog-header h1 {
    font-size: 9vw;
    width: 70%;
    margin-bottom: 4vw;
    margin-top: -10vw;
  }
}
@media (min-width: 992px) {
  .blog-header h1 {
    margin-top: 35px;
    width: 100%;
    font-size: 90px;
  }
}
.blog-header h1 small {
  font-size: 50%;
}
.blog-it-up .hentry {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.blog-it-up .hentry .entry-content-wrap {
  max-height: auto;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.blog-it-up .page .entry-header {
  margin-top: 0;
}
.site-content .blog-it-up h2.entry-title {
  font-size: 8vw;
}
@media (min-width: 758px) {
  .site-content .blog-it-up h2.entry-title {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
}
@media (min-width: 758px) {
  .site-content .blog-it-up h2.entry-title {
    font-size: 50px;
    margin-bottom: 0.5em;
  }
}
.site-content .blog-it-up h2.entry-title a {
  color: #f90;
}
.site-content .blog-it-up .entry-content h2 {
  font-size: 7vw;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
  font-size: 6vw;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media (min-width: 758px) {
  .site-content .blog-it-up .entry-content h2 {
    font-size: 5vw;
  }
  .site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .site-content .blog-it-up .entry-content h2 {
    font-size: 44px;
  }
  .site-content .blog-it-up .entry-content h3, .site-content .blog-it-up .entry-content h4, .site-content .blog-it-up .entry-content h5, .site-content .blog-it-up .entry-content h6 {
    font-size: 34px;
  }
}
.entry-meta {
  font-size: 0.85em;
  padding-bottom: 25px;
  opacity: 1;
  color: #5b362b;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .entry-meta {
    font-size: 1.25em;
  }
}
.entry-footer {
  font-size: 0.85em;
}
.entry-meta a, .entry-footer a {
  text-decoration: none;
}
.comments-link {
  text-align: right;
  float: right;
}
.blog-content-area .hentry .entry-content img.alignleft, .blog-content-area .hentry .entry-content img.alignright {
  margin-top: 1em;
  border: 4px solid rgba(91, 54, 43, 0.6);
  width: 50%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blog-content-area .hentry .entry-header h1.entry-title {
  font-size: 8vw;
}
.site-content .comments-area h3 {
  display: none;
}
span.blog-thumb {
  display: inline-block;
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-border-radius: 500em;
  -moz-border-radius: 500em;
  border-radius: 500em;
  border: 5px solid rgba(10, 40, 153, 0.6);
  background: rgba(10, 40, 153, 0.1);
}
span.empty-blog-thumb {
  background: rgba(10, 40, 153, 0.1);
  opacity: 0.3;
  display: none;
}
span.blog-thumb img {
  display: block;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  width: auto;
}
.entry-content blockquote {
  width: 90%;
  margin: 2em auto;
  border-left: 10px solid rgba(0, 75, 142, 0.2);
  padding-left: 6%;
}
.blog-it-up .entry-content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.blog-it-up .entry-content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.blog-featured-hero .header-img.now-visible::after {
  display: none;
}
/* Blog, posts from Brian pages */
.entry-content .su-posts-teaser-loop .su-post-thumbnail {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
}
.entry-content .su-posts-teaser-loop .su-post-thumbnail img {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.entry-content .su-posts-teaser-loop h2.su-post-title {
  display: flex;
}
.entry-content .su-posts-teaser-loop h4 {
  display: none;
}
.blog-content-area .post .entry-meta .posted-on, .blog-content-area .post .entry-meta .byline {
  display: block;
  text-align: center;
  margin: 0 8px;
}
.blog-content-area .entry-meta time.updated {
  display: none;
}
.blog-single .blog-content-area .post {
  padding: 0;
}
.blog-single .entry-footer {
  color: #5b362b;
}
.blog-single .entry-content-wrap {
  border-bottom: 5px solid #5b362b;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .blog-single .entry-content-wrap {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.site-content h2.comments-title {
  font-size: 18px;
  line-height: 1.3;
}
.comment-list {
  color: #555;
}
.site-content .comment-list .vcard {
  text-align: left;
  margin: 0;
}
.comment-respond textarea {
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
}
.form-submit {
  display: flex;
}
@media (min-width: 758px) {
  .blog .site-content.container, .single-post .site-content.container {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .header-img {
    width: 100%;
    margin-left: 0;
  }
  .blog-it-up .page .entry-header {
    margin-bottom: 0;
  }
  .blog-single .blog-content-area .post {
    height: auto;
  }
}
@media (min-width: 758px) {
  .blog-single .blog-content-area .post {
    width: 100%;
    padding: 0;
  }
  .blog-single .page {
    padding: 0;
  }
  .blog-single .blog-content-area .post {
    width: 100%;
    padding: 0;
    float: none;
    min-height: 100%;
    background: transparent;
  }
  .blog-single .page .entry-header {
    width: 100%;
    margin-top: 0;
    background: transparent;
  }
  .blog-single .blog-content-area .hentry .entry-header h1.entry-title {
    font-size: 50px;
  }
  .site-content .widget-area h2 {
    font-size: 28px;
  }
  .widget-area a {
    font-size: 16px;
    display: block;
    margin: 0 0 1em 0;
  }
  .widget-area a::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/moose-blue.png) no-repeat center;
    background-size: auto 100%;
    margin: 0 5px 0px 0px;
    float: left;
  }
}
@media (min-width: 992px) {
  .blog-single .blog-content-area .hentry .entry-header h1.entry-title {
    font-size: 50px;
    margin-bottom: 0.5em;
  }
}
.search-form {
  display: flex;
  justify-content: center;
  margin-top: 8em;
}
.search-form label {
  width: 70%;
}
.search-form label span {
  display: none;
}
.search-form label input {
  width: 95%;
  height: 100%;
  font-size: 16px;
  border: 0;
  display: block;
}
.search-form input.search-submit {
  width: 30%;
}
@media (min-width: 758px) {
  .search-form input.search-submit {
    font-size: 12px;
  }
}
nav.post-navigation {
  position: fixed;
  bottom: 50px;
  left: 0;
  background: #5b362b;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  nav.post-navigation {
    bottom: 0;
    position: relative;
    margin-bottom: 2em;
  }
}
nav.post-navigation .nav-links {
  padding: 0;
  width: 100%;
  margin: 0;
}
nav.post-navigation .nav-links a {
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-transform: none;
}
@media (min-width: 758px) {
  nav.post-navigation .nav-links a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  nav.post-navigation .nav-links a {
    font-size: 12px;
  }
}
@media (min-width: 1112px) {
  nav.post-navigation .nav-links a {
    font-size: 18px;
  }
}
nav.post-navigation .nav-links a[rel="prev"]::after {
  display: inline;
  content: " >";
  background: none;
  width: auto;
  height: auto;
}
@media (min-width: 758px) {
  nav.post-navigation .nav-links a[rel="prev"]::after {
    font-size: 16px;
  }
}
nav.post-navigation .nav-links a[rel="next"]::before {
  display: inline;
  content: "< ";
  background: none;
  width: auto;
  height: auto;
}
@media (min-width: 758px) {
  nav.post-navigation .nav-links a[rel="next"]::before {
    font-size: 16px;
  }
}
@media (min-width: 758px) {
  .blog-list-header {
    padding-top: 30px;
  }
}
.blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
  font-size: 50px;
}
@media (min-width: 758px) {
  .blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
    font-size: 66px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blog-list-header .entry-tite, .blog-list-header h1, .blog-list-header h1.entry-title {
    font-size: 86px;
  }
}
/**
 *  Form Styling
 */
.message {
  color: #5b362b;
  text-align: center;
  padding: 2em 0;
  margin-bottom: 2em;
}
.message p:last-child {
  margin-bottom: 0;
}
.message-error {
  background: pink;
}
.message-success {
  background: lime;
}
/* CampMinder Login page */
.page-template-page-login .entry-header {
  font-size: 10vw;
  text-align: center;
  width: 100%;
}
.page-template-page-login .type-page .entry-header {
  display: none;
}
.page-template-page-login .type-page .entry-content {
  text-align: center;
}
.page-template-page-login .type-page .entry-content li {
  margin-left: 0;
  list-style-type: none;
}
.page-template-page-login .login form {
  max-width: 580px;
  margin: 0 auto;
}
.page-template-page-login .login form input#submit {
  display: block;
  width: 100%;
  max-width: 140px;
  margin-bottom: 1em;
}
@media (min-width: 758px) {
  .page-template-page-login .login form input#submit {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .page-template-page-login .login form input#submit {
    max-width: 240px;
  }
}
.login input.login-field {
  display: block;
  width: 100%;
  font-size: 6vw;
  background: #fff;
  border: 0;
  box-shadow: 0 0 5px #a99582;
  text-align: center;
  padding: 2vw 0;
  margin: 0 0 4vw;
}
@media (min-width: 758px) {
  .login input.login-field {
    font-size: 24px;
    padding: 0.5em 0;
    margin: 0 0 0.5em;
  }
}
.login input[type="submit"] {
  margin: 3vw 0 2vw;
}
@media (min-width: 758px) {
  .login input[type="submit"] {
    margin: 0 0 0.5em;
  }
}
@media (min-width: 992px) {
  .login input[type="submit"] {
    padding: 0.5em;
  }
}
.login .login-option {
  margin-bottom: 0;
}
.login .login-option a.btn-link-style {
  color: #5b362b;
  font-size: 1.2em;
  line-height: 4;
}
.entry-content .account-info {
  text-align: center;
  justify-content: center;
}
.entry-content .account-info h2 {
  font-size: 8vw;
  margin-bottom: 1em;
  text-align: center;
}
.entry-content .account-info h2:before {
  display: block;
  content: "";
  width: 33%;
  height: 1px;
  border-bottom: 5px solid #6e3020;
  margin: 1em auto 1em auto;
}
@media (min-width: 992px) {
  .entry-content .account-info h2:before {
    display: none;
  }
}
@media (min-width: 758px) {
  .entry-content .account-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.entry-content .account-info ul {
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.entry-content .account-info li {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
.entry-content .account-info li:before {
  display: none;
}
@media (min-width: 758px) {
  .entry-content .account-info {
    width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .entry-content .account-info {
    width: 100%;
    flex-flow: nowrap;
    align-items: flex-start;
  }
  .entry-content .account-info div {
    width: 33.33%;
  }
}
.forgot-header, .forgot-trouble {
  text-align: center;
}
.forgot-trouble {
  margin-top: 1em;
}
.login .need-help p, .login .forgot-trouble p {
  color: #5b362b;
}
/* Gravity Forms */
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
.cn-form input, .gform_wrapper .cn-form input, .gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .cn-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .cn-form textarea, .gform_wrapper .cn-form textarea.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 4vw;
  padding: 1vw;
  background: #fff;
  color: #555;
}
@media (min-width: 758px) {
  .cn-form input, .gform_wrapper .cn-form input, .gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .cn-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .cn-form textarea, .gform_wrapper .cn-form textarea.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
    font-size: 18px;
    padding: 0.5em;
  }
}
.gform_wrapper .cn-form .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  margin-bottom: 16px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select, .cn-form select {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=checkbox] + label, .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] + label, input[type=radio] + label, .gform_wrapper .gfield_radio li input[type=radio] + label {
  display: inline-block;
  padding-left: 10px;
  white-space: normal;
}
@media (min-width: 992px) {
  input[type=checkbox] + label, .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] + label, input[type=radio] + label, .gform_wrapper .gfield_radio li input[type=radio] + label {
    padding-left: 25px;
  }
}
.gform_wrapper .cn-form .top_label .gfield_label, .gform_wrapper .cn-form .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}
.gform_wrapper .cn-form.show-labels .top_label .gfield_label, .gform_wrapper .cn-form.show-labels .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .top_label .show-label .gfield_label {
  display: block;
}
.gform_wrapper .top_label .inline-label-left .gfield_label {
  display: inline;
  float: left;
  clear: none;
  line-height: 2.1;
  margin-right: 20px;
}
@media (min-width: 758px) {
  .gform_wrapper .cn-form .gform_footer {
    display: flex;
    width: 50%;
    margin: 0 auto;
    padding-right: 3%;
  }
  .gform_wrapper .cn-form .gform_footer input {
    max-width: 280px !important;
  }
}
.cn-form_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  padding-bottom: 16px;
}
body .gform_wrapper ul li.gfield.privacy {
  background: rgba(91, 54, 43, .2);
  padding: 10px;
}
@media (min-width: 992px) {
  body .gform_wrapper ul li.gfield.privacy {
    padding: 10px 40px;
  }
}
.gform_wrapper ul.gform_fields li.gfield.privacy input[type=checkbox] + label {
  padding-left: 10px;
}
.gform_wrapper .privacy .gfield_description {
  text-align: left;
  padding-right: 0;
}
@media (min-width: 992px) {
  .gform_wrapper .privacy .gfield_description {
    font-size: 0.65em;
  }
}
.gform_wrapper .privacy ul.gfield_checkbox {
  max-width: 42vw;
  margin-left: 21vw;
}
@media (min-width: 758px) {
  .gform_wrapper .privacy ul.gfield_checkbox {
    margin-left: 24vw;
  }
}
.gform_wrapper .privacy ul.gform_fields li.gfield input[type=checkbox] + label {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .full-width-content-area .gform_wrapper .privacy ul.gfield_checkbox {
    margin-left: 40%;
  }
}
.gform_confirmation_message {
  color: #5b362b;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .gform_confirmation_message {
    width: 60%;
  }
}
.gform_wrapper .top_label li.request-options .gfield_label {
  display: block;
  margin-top: 2em;
}
@media (min-width: 758px) {
  .gform_wrapper .top_label li.request-options ul.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 758px) {
  .gform_wrapper .top_label li.request-options ul.gfield_checkbox li {
    width: 33.33%;
  }
}
.cn-form .cn-form-address input {
  margin-bottom: 5px;
}
.cn-form ul li:before {
  display: none;
}
.gform_wrapper.gf_browser_chrome .cn-form .cn-dropdown select {
  padding: 0.5em;
}
.gform_confirmation_message {
  margin-bottom: 10em;
}
.page-thank-you .entry-content p:last-of-type {
  text-align: center;
  margin-bottom: 10em;
}
@media (min-width: 758px) {
  .gform_wrapper .ref-form ul.gform_fields li.gfield {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gform_wrapper .ref-form ul.gform_fields li.gfield.ref-form-hdr {
    display: block;
    text-align: left;
    padding-top: 2em;
  }
  .gform_wrapper .ref-form ul.gform_fields li.gfield .gfield_label {
    text-align: right;
    margin-right: 1em;
    width: 50%;
  }
  .gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
    width: 50%;
    margin-top: 0;
  }
  .gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container select {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .gform_wrapper .ref-form ul.gform_fields li.gfield .gfield_label {
    width: 30%;
  }
  .gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
    width: 70%;
  }
}
@media (max-width: 758px) {
  .gform_wrapper .ref-form ul.gform_fields li.gfield .ginput_container {
    margin-bottom: 2em;
  }
}
.gform_wrapper .gfield_required, .required {
  color: #f00 !important;
}
/* Talk to Director popup */
.spu-box h1 {
  text-align: center;
  font-size: 1.4em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.spu-box p {
  text-align: center;
  margin-top: 0;
}
.ttd-field label {
  display: none !important;
}
.ttd-field.ttd-field-time li label {
  display: inline !important;
  font-size: 16px !important;
}
.ttd-field input {
  border: none !important;
  border-radius: 0;
  background: #b8e4ff;
  color: #5b362b;
}
.ttd-field input::placeholder {
  color: #5b362b;
}
@media (min-width: 758px) {
  .gform_wrapper ul.gform_fields li.ttd-field {
    width: 48%;
    padding-right: 0;
    float: left;
    clear: none;
    margin: 1%;
  }
  .gform_wrapper ul.gform_fields li.ttd-field.ttd-field-date, .gform_wrapper ul.gform_fields li.ttd-field.ttd-field-time {
    width: auto;
  }
  .gform_wrapper .top_label li.ttd-field input.medium, .gform_wrapper .top_label li.ttd-field select.medium, .gform_wrapper .top_label li.ttd-field input.medium.datepicker {
    width: 100%;
  }
  .gform_wrapper ul.gform_fields li.ttd-field.ttd-field-email {
    width: 97%;
  }
  .gform_wrapper .ttd-field .gfield_radio li {
    width: 50%;
    float: left;
  }
  .spu-content .gform_wrapper .gform_footer {
    text-align: center;
  }
}
/* Custom submit buttons */
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
  background: url(../img/button-background.png) no-repeat center center;
  font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
  background-size: 100% 100%;
  border: 0;
  border-radius: 0;
  font-size: 6vw;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(91, 54, 43, 0.7);
  line-height: 2 !important;
  padding: 4vw 1em 3vw !important;
  margin: 1em auto;
  flex-grow: inherit;
  letter-spacing: -0.3pt;
}
@media (min-width: 758px) {
  input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
    font-size: 4vw;
    padding: 3vw 1em 3vw !important;
  }
}
@media (min-width: 992px) {
  input[type="submit"], .gform_wrapper .cn-form .gform_footer input[type=submit], btn, .btn:link, .btn:visited {
    font-size: 36px;
    padding: 20px 2em 20px !important;
    display: block;
    width: 50%;
    white-space: nowrap;
    max-width: 430px;
  }
}
input[type="submit"]:hover, .gform_wrapper .cn-form .gform_footer input[type=submit]:hover, btn:hover, .btn:link:hover, .btn:visited:hover {
  border: 0;
  transform: scale(1.05);
  filter: saturate(1.5);
  cursor: pointer;
}
/**
 *  Videos Styling
 */
/* Videos */
.videos-list {
  margin-bottom: 5vw;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 110%;
  margin-left: -5%;
}
@media (min-width: 758px) {
  .videos-list {
    margin-bottom: 50px;
    width: 102%;
    margin-left: -1%;
  }
}
.videos-list .type-videos {
  position: relative;
  margin: 1%;
  visibility: hidden;
  transition: 0.5s all;
  width: 31.33%;
}
@media (min-width: 758px) {
  .videos-list .type-videos {
    max-width: 32.333%;
  }
}
.videos-list .type-videos img {
  display: block;
}
@media (min-width: 992px) {
  .videos-list .type-videos:hover {
    opacity: 0.8;
  }
}
/*
 .videos-list .type-videos {position:relative; margin:4vw 0; visibility:hidden; 
 @include breakpoint(bp-medium){
 max-width:46%; margin:2%;
 }
 .video_category-activities {
 @include breakpoint(bp-large){
 max-width:31%; margin:1%;
 }
 }
 }
 */
.videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
  display: block;
  content: "NOW PLAYING";
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  font-size: 4vw;
  text-align: center;
  width: 100%;
  margin-top: 25%;
  opacity: 1;
}
@media (min-width: 758px) {
  .videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .videos-list .type-videos.current .entry-title::before, .post-type-archive .videos-list .type-videos:first-child .entry-title::before {
    font-size: 36px;
  }
}
.videos-list .type-videos.current header, .post-type-archive .videos-list .type-videos:first-child header {
  background: rgba(91, 54, 44, 0.7);
}
.videos-list .type-videos.now-visible {
  visibility: visible;
}
/*
 @include breakpoint(bp-large){
 -webkit-animation-duration: 0.5s;
 animation-duration: 0.5s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-delay: 300ms;
 animation-delay: 300ms;
 -webkit-animation-name: flipInX;
 animation-name: flipInX;
 }
 */
.videos-list .type-videos .entry-header {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: auto;
  left: auto;
}
.videos-list .type-videos .entry-title {
  text-align: center;
  color: #fff;
  font-size: 5vw;
  line-height: 1.3;
  text-shadow: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 758px) {
  .videos-list .type-videos .entry-title {
    font-size: 18px;
  }
}
.videos-list .type-videos .entry-title a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.videos-list .type-videos .entry-title a::after {
  display: none;
}
.videos-list .type-videos .entry-title a span {
  display: none !important;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: rgba(110, 48, 32, .5);
  background: linear-gradient(to right, rgba(110, 48, 32, .8) 0%, rgba(110, 48, 32, .7) 70%, rgba(110, 48, 32, 0) 100%);
  color: #5b362b;
  padding: 3vw 0 3vw 2vw;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
}
.videos-list .type-videos .entry-title a span.hvr-sweep-to-right:before {
  background: #6e3020;
}
@media (min-width: 758px) {
  .videos-list .type-videos .entry-title a span {
    padding: 18px 40px 18px 15px;
  }
}
@media (min-width: 992px) {
  .videos-list .type-videos .entry-title a span {
    bottom: 0;
    font-size: 24px;
  }
}
@media (min-width: 1380px) {
  .videos-list .type-videos .entry-title a span {
    font-size: 28px;
  }
}
.videos-list .type-videos .entry-header {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .videos-list .type-videos {
    overflow: hidden;
  }
  .videos-list .type-videos img {
    transition: 0.5s all;
    position: relative;
    z-index: 1;
    display: block;
  }
  .videos-list .type-videos .entry-header {
    z-index: 2;
  }
  .videos-list .type-videos .entry-title {
    transition: 0.5s all;
  }
}
.type-videos .entry-content {
  text-align: center;
}
.type-videos iframe {
  margin: 0 auto;
  max-width: 100%;
  height: 53vw;
}
@media (min-width: 992px) {
  .type-videos iframe {
    height: 700px;
  }
}
@keyframes VOLUME_SMALL_WAVE_FLASH {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes VOLUME_LARGE_WAVE_FLASH {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.volume__small-wave {
  animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
  opacity: 0;
}
.volume__large-wave {
  animation: VOLUME_LARGE_WAVE_FLASH 2s infinite 0.3s;
  opacity: 0;
}
.vid-display {
  width: 100%;
  height: 0;
  position: relative;
  /*padding-top:56.6%;*/
  margin-bottom: 0;
  margin-top: -27vw;
  width: 118%;
  padding-top: 66.6%;
  margin-left: -9%;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
  /*&::before {display:block; content:""; width:88%; position:absolute; height:3vw; background:url(../img/criss-cross-stitches.png) repeat-x center; background-size:contain; top:0; margin-top:-1.5vw; z-index:2; margin-left:6%; display:none;*/
}
@media (min-width: 758px) {
  .vid-display {
    /*border-top:10px solid rgba(255,255,255,0.7);*/
    margin-top: -27vw;
    padding-top: 66.7%;
    margin-bottom: 5vw;
  }
}
@media (min-width: 992px) {
  .vid-display {
    width: 100%;
    padding-top: 54.8%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    margin-top: -20vw;
    border: 15px solid rgba(255, 255, 255, 0.5);
  }
}
.vid-display::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  height: 4vw;
  background: url(../img/slideshow-top-stitches_v3.png) no-repeat center top;
  background-size: 100% auto;
  top: 0;
  margin-top: -2.8vw;
  z-index: 2;
}
@media (min-width: 992px) {
  .vid-display::before {
    display: none;
    height: 30px;
    margin-top: -15px;
  }
}
.vid-display::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  height: 4vw;
  background: url(../img/slideshow-bottom-stitches_v3.png) no-repeat center bottom;
  background-size: 100% auto;
  bottom: -2.6vw;
  z-index: 2;
}
@media (min-width: 992px) {
  .vid-display::after {
    display: none;
  }
}
.vid-display video, .vid-display iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
}
.vid-display button.mute-video {
  display: none;
}
@media (min-width: 992px) {
  .vid-display button.mute-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: -35px -4px 0 0;
    background: url(../img/tag-small.png) no-repeat center;
    background-size: 100%;
    width: 160px;
    height: 130px;
    z-index: 2;
  }
}
.vid-display button.mute-video svg {
  height: 70px;
  width: 70px;
  transform: rotate(-5deg);
  margin: -35px 0 0 -10px;
}
.vid-display button.mute-video .txt {
  color: white;
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "LoveThunder", "Montserrat", helvetica, arial, sans-serif;
  transform: rotate(-5deg);
  text-shadow: 0 0 5px #000;
}
.vid-display button.unmute-video svg .volume__small-wave, .vid-display button.unmute-video svg .volume__large-wave {
  display: none;
}
.vid-display .eof-video-cta {
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.vid-display .eof-video-cta.show {
  display: flex;
}
.vid-display .eof-video-cta p {
  color: #fff;
  line-height: 1.2;
  margin: 10px 3em;
  font-size: 5vw;
  text-align: center;
  text-shadow: 0 0 10px #000, 1px 1px 5px #000;
}
@media (min-width: 758px) {
  .vid-display .eof-video-cta p {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .vid-display .eof-video-cta p {
    font-size: 26px;
  }
}
.vid-display .eof-video-cta a.btn {
  padding: 1px 20px !important;
  margin: 5px auto;
  flex-grow: inherit;
  transition: 0.5s all;
}
@media (min-width: 758px) {
  .vid-display .eof-video-cta a.btn {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .vid-display .eof-video-cta a.btn {
    font-size: 50px;
    padding: 10px 50px !important;
    width: auto;
    max-width: 100%;
  }
  .vid-display .eof-video-cta a.btn:hover {
    transform: scale(1.03);
    filter: saturate(1.3);
  }
}
.vid-display .eof-video-cta a.close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  color: #fff;
  opacity: 0.5;
  font-size: 5vw;
  font-weight: 600;
}
.vid-display .eof-video-cta a.close:hover {
  opacity: 1;
}
@media (min-width: 758px) {
  .vid-display .eof-video-cta a.close {
    margin: 5vw;
  }
}
@media (min-width: 992px) {
  .vid-display .eof-video-cta a.close {
    margin: 120px 60px 0 0;
    font-size: 36px;
  }
}
.flex-it.video-ctas {
  flex-flow: column;
}
.post-type-archive-videos .vid-display, .single-videos .vid-display {
  margin-top: 0;
  width: 118%;
  padding-top: 67%;
  margin-left: -9%;
  margin-bottom: 10vw;
}
@media (min-width: 992px) {
  .post-type-archive-videos .vid-display, .single-videos .vid-display {
    width: 100%;
    margin-left: auto;
    padding-top: 54.8%;
    background: #5b362b;
    margin-bottom: 50px;
    border: 15px solid rgba(91, 54, 43, 1);
  }
}
/* Videos in Lightbox */
@media (min-width: 992px) {
  .mfp-content .su-lightbox-content.video-lightbox {
    max-width: 1900px !important;
    width: 80% !important;
  }
}
/* Slideshow Box */
#slideshow.slideshowbox, .slideShowBoxEmbedContainer_GP, #slideshowBoxEmbedCanvasContainer1 {
  width: 100% !important;
  max-width: 910px !important;
  height: 60vw !important;
  max-height: 600px !important;
}
.page-alumni-slideshow #slideshow.slideshowbox, .page-alumni-slideshow .slideShowBoxEmbedContainer_GP, .page-alumni-slideshow #slideshowBoxEmbedCanvasContainer1 {
  max-width: 690px !important;
  max-height: 420px !important;
  height: 32vw !important;
  margin: 2em auto 50px !important;
}
/* Video callouts, video accordions and lightboxes */
.video-button-mobile .su-expand-link {
  margin-top: 0;
}
.su-expand-link-style-button.video-button-mobile .su-expand-link a {
  background: #5b362b;
  border: none !important;
  font-size: 6vw;
  padding: 5vw;
  display: flex;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 25px;
}
.video-button-mobile .su-expand-link.su-expand-link-less a {
  color: #5b362b !important;
  background: transparent;
  font-size: 4vw;
  padding: 0;
  font-weight: normal;
  justify-content: end;
}
.video-button-mobile .su-expand-link i {
  font-size: 12vw;
  font-weight: normal;
  margin-right: 0;
}
.video-button-mobile .su-expand-link.su-expand-link-less i {
  font-size: inherit;
  margin-left: 1vw;
}
iframe.responsive {
  width: 100%;
  height: 52vw;
}
.video-button {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 190%;
  margin-bottom: 1em;
  flex-direction: row-reverse;
  padding: 10px 25px;
}
.video-button:before {
  display: block;
  font-family: "icomoon";
  content: "\ea15";
  font-size: 8vw;
  margin-left: 1vw;
}
@media (min-width: 992px) {
  .video-button:before {
    font-size: 40px;
  }
}
/* Alumni slideshow videos */
.su-cn-video#su-video-5944 .vid-display {
  width: 86vw;
  padding-top: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 758px) {
  .su-cn-video#su-video-5944 .vid-display {
    width: 76vw;
    padding-top: 73%;
  }
}
@media (min-width: 992px) {
  .su-cn-video#su-video-5944 .vid-display {
    width: 780px;
    padding-top: 564px;
  }
}
.su-cn-video#su-video-5945 .vid-display {
  width: 86vw;
  padding-top: 66%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 758px) {
  .su-cn-video#su-video-5945 .vid-display {
    width: 76vw;
    padding-top: 64.7%;
  }
}
@media (min-width: 992px) {
  .su-cn-video#su-video-5945 .vid-display {
    width: 780px;
    padding-top: 500px;
  }
}
@media (min-width: 758px) {
  .page-summer-camp-alumni .video-lightbox-trigger .wp-block-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-summer-camp-alumni .video-lightbox-trigger .wp-block-image {
    width: 471px;
  }
}
/* Theresa's stuff... */
/* Brian's stuff... */
/* Music clips */
.music-clips .wp-block-columns {
  margin-bottom: 0;
}
.music-clips .wp-block-audio audio {
  min-width: 280px;
}
@media (min-width: 758px) {
  .music-clips .wp-block-audio audio {
    min-width: auto;
  }
}
.music-clips .wp-block-audio figcaption {
  text-align: center;
  margin-bottom: 3em;
}
.wp-block-embed {
  text-align: center;
}
.wp-block-embed iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 758px) {
  .wp-block-embed iframe {
    width: 80vw;
    height: 44vw;
  }
}
@media (min-width: 992px) {
  .wp-block-embed iframe {
    width: 100%;
    height: 476px;
  }
}
.summer-highlights h2 {
  text-align: center;
}
@media (min-width: 758px) {
  .summer-highlights h2 {
    text-align: left;
  }
}
.enroll-info {
  padding: 1em;
  background: -moz-linear-gradient(top, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(252, 211, 0, 0.3) 0%, rgba(252, 211, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dfcd300', endColorstr='#00fcd300',GradientType=0);
}
@media (min-width: 758px) {
  .enroll-info .wp-block-column {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .enroll-info {
    padding: 3em;
  }
}
.site-title a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 758px) {
  .site-title a {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-title a {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    line-height: 2 !important;
  }
  .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 1em !important;
    line-height: 1 !important;
  }
  input[type=checkbox] + label:before {
    top: 16px;
  }
}
.site-footer .footer-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Slideshows and ported over functionality, popups, etc. */
.ssPopup {
  display: none;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100% !important;
  margin: 0 0 0 -7%;
  background: rgba(91, 54, 43, 0.9);
  height: 100%;
  text-align: center;
}
.ssPopup .sswrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  position: fixed;
}
.ssPopup .sswrapper iframe {
  margin-top: 10vh;
}
.ssPopup a.close {
  display: block;
  position: fixed;
  top: 17vh;
  right: 5vw;
  font-size: 10vw;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
@media (min-width: 758px) {
  .ssPopup {
    margin-left: -12%;
  }
  .ssPopup .sswrapper iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: 50vh !important;
  }
  .ssPopup a.close {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .ssPopup {
    width: 100vw !important;
    left: 50vw;
    margin-left: -50vw;
  }
  .ssPopup .sswrapper iframe {
    height: 82vw !important;
    max-height: 780px;
    width: 70vw !important;
    max-width: 980px;
    margin-top: -41vw;
    position: fixed;
    top: 50vh;
    left: 50%;
    margin-top: -360px;
    margin-left: -490px;
  }
}
.bigYearbook {
  text-align: center;
}
.yearbooks li {
  width: 31%;
  margin: 1%;
  text-align: center;
}
@media (min-width: 992px) {
  .yearbooks li {
    width: 20%;
  }
}
.yearbooks a {
  display: block;
  position: relative;
}
.yearbooks a span {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  color: #fff;
  background: #5d2111;
  padding: 10px 0;
  border-radius: 16px;
  margin: 70px auto 0 -39px;
  width: 77px;
  font-size: 16px;
}
@media (min-width: 758px) {
  .yearbooks a span {
    margin-top: 100px;
    font-size: 24px;
    margin: 100px auto 0 -75px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .yearbooks a span {
    margin-top: 240px;
    font-size: 30px;
  }
}
.yearbooks a:hover span {
  opacity: 1;
}
#yearbookPopup, #yearbookPopup .sswrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  top: 0;
  left: 0;
}
#yearbookPopup .sswrapper iframe {
  width: 100% !important;
}
@media (max-width: 758px) {
  #yearbookPopup .sswrapper iframe {
    margin-top: 0;
  }
}
#yearbookPopup a.close {
  margin-top: 0 !important;
  margin-left: 0 !important;
  top: 3vh;
}
.currentSlideshows li {
  width: 29%;
  margin: 1%;
}
.currentSlideshows li.current-year {
  width: 64%;
  text-align: center;
}
/* Rockport tunes */
@media (min-width: 758px) {
  .track-list {
    display: flex;
    flex-flow: wrap;
  }
}
.track-list .track {
  padding: 0 0 2em 0;
  text-align: center;
  margin-bottom: 6%;
  margin-top: 6%;
}
@media (min-width: 758px) {
  .track-list .track {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .track-list .track {
    width: 33%;
  }
}
.track-list .track h2 {
  margin: 0.7em 0 0.2em 6px;
  font-size: 2em;
}
.track-list .track object, .track-list .track audio {
  margin: 2px 0;
}
.track-list .track audio {
  width: 90%;
  margin: 0 auto;
}
.track-list .track .downloadBtn {
  display: block;
  font-size: 1em;
  margin: 8px auto;
  text-align: center;
  width: 50%;
  color: #5b362b;
  text-transform: uppercase;
}
/* General structure, layout refinement across both sites */
.su-posts-default-loop .su-post {
  position: relative;
}
.su-posts-default-loop .su-post:nth-child(even) {
  padding-top: 15px;
  padding-bottom: 1px;
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post:nth-child(even) {
    margin-top: -15px;
  }
}
.su-posts-default-loop .su-post:nth-child(even)::before {
  display: block;
  content: "";
  background: #f7ece2 url(../img/canvas-bg.jpg) repeat center center;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: -1;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post:nth-child(even)::before {
    width: 120%;
    left: 0;
    margin-left: -10%;
  }
}
.su-posts-default-loop .su-post:nth-child(even) .su-post-excerpt::after {
  background: #f7ece2 url(../img/canvas-bg.jpg) repeat center center;
  height: 30px;
}
.su-posts-default-loop .su-post::after {
  display: none !important;
}
@media (min-width: 992px) {
  .su-posts-default-loop .su-post h2.su-post-title::before {
    display: none;
  }
}
.page-summer-camp-alumni .site-footer .footer-photo, .page-summer-camp-alumni .site-footer.now-visible .footer-photo {
  margin-top: 0;
}
footer.entry-meta {
  display: block;
}
.blog-it-up .hentry:nth-child(odd) {
  position: relative;
  overflow: visible;
  padding-top: 15px;
}
.blog-it-up .hentry:nth-child(odd)::after {
  display: block;
  content: "";
  background: #f7ece2 url(../img/canvas-bg.jpg) repeat center center;
  width: 110%;
  margin-left: -5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .site-content .blog-it-up h2.entry-title {
    font-size: 46px !important;
  }
}
.three-button-group .wp-block-image figcaption, .wp-block-image.button-with-caption figcaption {
  margin-top: 0;
  margin-bottom: 0;
}
.video-cta-section .wp-block-columns {
  margin-bottom: 0;
}
.video-cta-section .wp-block-columns ul {
  margin-bottom: 0;
}
.su-carousel-slide a:hover img {
  filter: none;
}
/* Default / Mobile screens */
.page-wrapper {
  max-width: 1060px;
}
.gform_wrapper .gform_footer input[type=image], .login-body .flex-it input[name="fpsubmit"] {
  max-width: 50%;
  height: auto;
}
.entry-content table.program-groups {
  border: 1px solid #f90;
}
.entry-content table.program-groups th, .entry-content table.program-groups td {
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  padding: 5px;
  border-bottom: 1px solid #f90;
}
.entry-content table.program-groups th:nth-child(even), .entry-content table.program-groups td:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.entry-content table.program-groups th {
  font-size: 14px;
}
.activity-list li em {
  font-style: italic;
}
.activity-list li em small {
  font-size: 80%;
}
@media (min-width: 758px) {
  .activity-list li em small {
    font-size: 70%;
  }
}
/* Medium Screens */
.gform_wrapper .gform_footer input[type=image], .login-body .flex-it input[name="fpsubmit"] {
  max-width: 160px !important;
}
.full-width-bg .wp-block-columns.mob-no-resp {
  display: flex;
}
.wp-block-image figcaption a {
  background: #fff;
  padding: 5px 15px;
  font-weight: bold;
  position: relative;
  top: -5px;
}
/* Large Screens */
@media (min-width: 992px) {
  .header-img {
    margin-bottom: -10px;
  }
  .page .entry-header {
    margin-bottom: 0;
  }
  .entry-title, .entry-header h1, .entry-header h1.entry-title, .site-content .blog-it-up h2.entry-title, .featured-video .entry-header h1.entry-title {
    font-size: 80px;
    margin-top: 0;
  }
  .entry-content h2, .site-content h2, h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
    font-size: 16px;
    line-height: 1.6;
  }
  .entry-content p.opener {
    font-size: 26px;
  }
  .entry-content p.intro {
    font-size: 16px;
    line-height: 1.6;
  }
  .entry-content dt, .entry-content dd, .entry-content li {
    font-size: 16px;
    line-height: 1.6;
  }
  .entry-content .activity-list .wp-block-column {
    flex-basis: 33%;
  }
  .entry-content .activity-list ul li {
    font-size: 24px;
    padding-left: 38px;
    margin-bottom: 12px;
  }
  .entry-content .activity-list ul li::before {
    width: 30px;
    height: 26px;
  }
  .full-width-bg {
    padding-top: 30px;
  }
  .full-width-bg.padding-top-none {
    padding-top: 0;
  }
  .next-prev-page-nav, .nav-links {
    padding-top: 0;
    clear: both;
  }
  .prev-page-anchor, .next-page-anchor, .nav-previous a, .nav-next a {
    font-size: 34px;
  }
  .prev-page-anchor::before, .nav-previous a::before {
    width: 110px;
  }
  .next-page-anchor::after, .nav-next a::before {
    width: 130px;
  }
  .let-it-breathe {
    max-width: 960px;
  }
  .page-template-page-login .login form input#submit, .gform_wrapper .cn-form .gform_footer input, .login-body .flex-it input[name="fpsubmit"] {
    max-width: 200px !important;
    transition: 0.5s all;
  }
  .gform_wrapper .cn-form.ref-form .gform_footer input {
    max-width: 380px !important;
    transition: 0.5s all;
  }
  .page-template-page-login .login form input#submit:hover, .gform_wrapper .cn-form .gform_footer input:hover, .login-body .flex-it input[name="fpsubmit"]:hover, .gform_wrapper .cn-form.ref-form .gform_footer input:hover {
    transform: scale(1.05);
    filter: saturate(1.3);
  }
  .page-template-page-login .type-page .entry-content li {
    font-size: 14px;
  }
  .login .login-option {
    font-size: 20px;
  }
  .site-footer .vcard .adr {
    font-size: 20px;
  }
  .site-footer .vcard .adr .type, .site-footer .vcard .adr span.type {
    font-size: 16px;
  }
  .site-footer .vcard .adr .tel, .site-footer .vcard .adr a.tel.phone {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .site-footer .social {
    transform: scale(0.8);
  }
  .site-footer .footer-buttons {
    max-width: 800px;
    padding-top: 24px;
  }
  .home .site-footer .footer-buttons {
    max-width: 960px;
    padding-top: 25px;
  }
  body .gform_wrapper ul li.gfield.privacy {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gform_wrapper .privacy .gfield_description {
    font-size: 0.85em;
  }
  .page-lodging .entry-content h3 {
    font-size: 30px;
  }
  .gform_wrapper .gform_footer input[type=image] {
    width: auto !important;
    height: auto;
    max-width: 240px !important;
    max-height: 82px !important;
  }
  .page-apply .entry-content .activity-list, .page-enroll .entry-content .activity-list {
    margin-bottom: 6em;
    max-width: 100%;
  }
}
/* Mobile only */
@media (max-width: 758px) {
  .entry-content p, .entry-content th, .entry-content td, .entry-content dt, .entry-content dd {
    font-size: 3.5vw;
  }
  .site-footer .vcard .adr {
    order: 1;
  }
  .site-footer .vcard .opts {
    order: 2;
    margin-top: 5vw;
  }
  .site-footer .adr {
    font-size: 3.5vw;
  }
  .site-footer .adr .type, .adr span.type {
    font-size: 3.5vw;
  }
  .site-footer .adr .tel, a.tel.phone {
    margin-bottom: 1vw;
  }
  .next-prev-page-nav {
    width: 110%;
    margin-left: -5%;
    padding-top: 0;
  }
  .wp-block-columns {
    margin-bottom: 1em;
  }
  .page-activity-selection .full-width-bg .wp-block-image {
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
  .page-activity-selection .full-width-bg .wp-block-image:first-child {
    margin-bottom: 1em;
  }
  .video-lightbox-trigger .wp-block-image {
    width: 80%;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-bottom: -5vw;
  }
  .athletics-films-callouts {
    margin-bottom: 5vw;
  }
  .entry-header + .entry-content > .full-width-bg:first-child {
    margin-top: 0;
  }
  .three-button-group .wp-block-image .aligncenter {
    display: block;
  }
  .entry-content .activity-list ul.account-list {
    margin-top: 0;
  }
  .page-contact .entry-content .vcard {
    width: 110%;
    margin-left: -5%;
  }
  .page-contact .entry-content .vcard .adr {
    font-size: 1em;
  }
  .page-contact .entry-content .vcard .tel {
    font-size: 1.2em;
  }
  .page-contact .entry-content .vcard .type {
    font-size: 0.8em;
  }
  .home .panel p {
    text-align: left;
  }
  .page-health-wellness .vid-display {
    margin-bottom: 2em;
  }
  .page-lodging .entry-title.header-size-large-x {
    font-size: 9vw;
    white-space: nowrap;
  }
  .entry-content .su-spoiler-content th, .entry-content .su-spoiler-content td {
    font-size: 2.5vw;
  }
}
/* Mobile and Tablet */
@media (max-width: 992px) {
  /* Laurel only */
  .entry-content .wp-block-columns.force-two-cols-mobile {
    display: block;
    column-count: 2;
  }
  .entry-content .activity-list ul li {
    padding-top: 6px;
    margin-bottom: 8px;
  }
  .page-id-1967.page-adventure .header-img img {
    margin-left: -15%;
  }
  .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container h2, .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container h2:first-child, .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container .wp-block-group.athletics-films-callouts {
    display: table-header-group;
  }
  .entry-content .video-cta-section.dual-videos .wp-block-group__inner-container .wp-block-columns {
    display: table-footer-group;
  }
}
/* Tablet portrait only */
@media screen and (min-width: 760px) and (max-width: 900px) {
  /* Laurel only */
  .page-id-1967.page-adventure .header-img img {
    margin-left: -18%;
  }
  .page-first-time-campers .entry-content .su-accordion .su-spoiler-title::before {
    margin-bottom: 25px;
  }
  .page-lodging .full-width-bg .wp-block-columns {
    display: flex;
  }
}
/* Refined Dates & Fees */
.entry-content h2.dates-fees-hdr {
  text-align: center;
  font-size: 8vw;
}
.entry-content p.camp-dates {
  text-align: center;
  font-size: 5.5vw;
  margin: 0;
  line-height: 1.5;
  font-family: 'Fell Type A', 'Fell Type B', serif;
  text-shadow: none;
}
.entry-content p.camp-dates.tuition {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.entry-content p.camp-dates span.lab {
  display: inline-block;
  width: 35%;
  text-align: right;
  line-height: 1;
}
.entry-content p.camp-dates span.date {
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-size: 4.5vw;
  width: 62%;
  text-align: left;
}
.entry-content p.camp-dates.addt {
  font-size: 4vw;
}
.entry-content p.camp-dates.addt span.lab {
  width: 60%;
}
.entry-content p.camp-dates.addt span.date {
  width: 34%;
}
.entry-content p.camp-dates.addt span.date.fee {
  font-size: 3.5vw;
}
.entry-content p.camp-dates.addt span.date.fee.trans-fee {
  font-size: 2.5vw;
}
.entry-content .additional-charges {
  padding-bottom: 6vw;
}
@media (min-width: 992px) {
  .entry-content .additional-charges {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.entry-content .additional-charges h3 {
  display: block;
  width: 100%;
  font-size: 5vw;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 758px) {
  .entry-content .additional-charges h3 {
    font-size: 28px;
  }
}
@media (min-width: 758px) {
  .entry-content .additional-charges h3 {
    font-size: 30px;
  }
}
@media (min-width: 758px) {
  .entry-content h2.dates-fees-hdr {
    font-size: 5vw;
  }
  .entry-content p.camp-dates {
    font-size: 3vw;
  }
  .entry-content p.camp-dates span.lab {
    width: 40%;
  }
  .entry-content p.camp-dates span.date {
    font-size: 2vw;
    width: 34%;
  }
  .entry-content p.camp-dates.addt {
    font-size: 2.5vw;
  }
  .entry-content p.camp-dates.addt span.lab {
    width: 40%;
  }
  .entry-content p.camp-dates.addt span.date.fee {
    font-size: 2vw;
  }
  .entry-content p.camp-dates.addt span.date.fee.trans-fee {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  .entry-content h2.dates-fees-hdr {
    font-size: 50px;
  }
  .entry-content p.camp-dates {
    font-size: 30px;
  }
  .entry-content p.camp-dates span.date {
    font-size: 25px;
    width: 40%;
  }
  .entry-content p.camp-dates.addt {
    font-size: 20px;
  }
  .entry-content p.camp-dates.addt span.date {
    width: 40%;
  }
  .entry-content p.camp-dates.addt span.date.fee {
    font-size: 16px;
  }
  .entry-content p.camp-dates.addt span.date.fee.trans-fee {
    font-size: 16px;
  }
  .entry-content .additional-charges {
    padding-top: 0;
    margin-top: -10px;
  }
}
/* Activity Scheduling tabs */
.su-tabs {
  background: transparent !important;
  border-radius: 0 !important;
}
.su-tabs-nav {
  margin-bottom: 1vw;
}
.su-tabs-nav span {
  font-size: 3vw !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  width: 48%;
  text-align: center;
  margin: 1%;
  background: rgba(95, 55, 45, 0.4) !important;
  border-radius: 0 !important;
}
.su-tabs-nav span.su-tabs-current {
  background: #055605 !important;
  color: #fff !important;
}
.su-tabs-pane {
  background: transparent;
}
@media (min-width: 758px) {
  .su-tabs-nav {
    margin-bottom: 5px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .su-tabs-nav span {
    font-size: 18px !important;
    padding: 20px 15px !important;
  }
  .su-tabs-panes {
    max-width: 860px;
    margin: 0 auto;
  }
}
/* Our films tag on home page, positioning based on screen sizes */
@media (min-aspect-ratio: 4/2) {
  .home .watch-video a {
    margin-top: -18vw;
  }
}
@media (min-aspect-ratio: 5/2) {
  .home .watch-video a {
    margin-top: -30vw;
  }
}
/* Schedule Tour form */
.gform_wrapper.schedule-tour-form_wrapper .top_label li.privacy ul.gfield_checkbox {
  width: auto;
  margin-left: 0;
  max-width: 100%;
}
@media (min-width: 758px) {
  .gform_wrapper.schedule-tour-form_wrapper .top_label li.privacy ul.gfield_checkbox {
    width: 160px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
/* Request Info form (not campminder) */
.gform_wrapper.inquiry-form_wrapper legend {
  font-size: 5vw;
  font-weight: bold;
}
@media (min-width: 758px) {
  .gform_wrapper.inquiry-form_wrapper legend {
    font-size: 22px;
  }
}
.gform_wrapper.inquiry-form_wrapper hr.div {
  border: 0;
  height: 2px;
  width: 100%;
  background: #5b362b;
  margin: 2em auto;
}
.gform_wrapper.inquiry-form_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0;
}
/**
 * Print
 */
@media print {
  *, * :before, * :after {
    background: transparent !important;
    color: #444 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .entry-header h1.entry-title {
    display: none;
  }
  #site-navigation, .main-navigation, .menu-toggle, #colophon, .sidebar, .slider-wrap-outer, .owl-carousel img, .header-img {
    display: none;
  }
}

/* CampMinder overwrites */
html {
    margin-top: 0 !important;
}

body {
    border: none !important;
}

.StagingWarning {
    position: absolute;
    z-index: 9999;
    opacity: 0.2;
    top: 0;
    display: none !important;
}

#cmContainer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



#cmContainer .cmCanvas * {
    box-sizing: border-box;
}





#cmContainer *,
.ui-dialog *,
.ui-dialog {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button.menu-toggle {
    border: 0 !important;
    border-radius: 0 !important;
    margin-right: 0;
    text-shadow: none;
    background-image: none !important;
    height: auto !important;
    outline: none; font:400 4vw/1 "LoveThunder", "Montserrat", helvetica, arial, sans-serif !important; background:transparent;
}
button.menu-toggle::before {background-size:contain; top:-1px;}
.page .entry-content {padding-bottom:2em;}

@media (min-width:758px){
	button.menu-toggle::before {top:3px;}
}
@media (min-width:992px){
	button.menu-toggle {font:400 2.4rem/1 "LoveThunder", "Montserrat", helvetica, arial, sans-serif !important; top:2px;}
	button.menu-toggle::before {top:2px;}
	.page .entry-content {padding-bottom:10em;}
}

button.menu-toggle:hover,
button.menu-toggle:focus {
    border: none;
    background-color: transparent;
    background-image: none;
    outline: none; box-shadow:none;
}

.main-navigation li {list-style-type:none;}

@media (max-width: 758px) {
    .entry-content {
        overflow: scroll;
    }

    .entry-header {
        position: relative;
        z-index: 1;
    }

}

header a, header a:link, header a:visited, header a:active, footer a, footer a:link, footer a:visited, footer a:active {text-decoration:none;}


header .primary-actions a, header .primary-actions span, header .primary-actions button, header .primary-actions *, header a.login-link-primary:hover, header a.login-link-primary:focus, header a.login-link-primary:link, header a.login-link-primary:visited {color:#5b362b;}
.header-img {visibility:visible;}