@charset "UTF-8";
/*************************************
Include scss files for the build
**************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
  font-family: 'Veneer';
  src: url("/wp-content/themes/galileo-learning/library/fonts/Veneer-Clean-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Bodoni';
  src: url("/wp-content/themes/galileo-learning/library/fonts/Bodoni/BodEgyPro-Reg.otf") format("opentype"); }

@font-face {
  font-family: 'Sofa Sans';
  src: url("/wp-content/themes/galileo-learning/library/fonts/sofa-sans/Sofa_Sans_Bold_Display_Bold.otf") format("opentype"); }

/* main: ../master.scss */
/*
* Variables
*
* This file is to be used for all variables
* on the site.
*
*/
/*************************************
Foundation Variables
**************************************/
/*************************************
Fonts
- Make sure fallbacks are included
- e.g. $open-sans : 'Open Sans', Arial, Helvetica, sans-serif;
**************************************/
/* Note: upon making this stylesheet I don't know if we need all weights and styes of these fonts loaded yet. Added all fonts locally and can remove if unneeded. */
@font-face {
  font-family: 'Veneer';
  src: url("../fonts/Veneer-Clean-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni/BodEgyPro-Reg.otf") format("opentype"); }

@font-face {
  font-family: 'Sofa Sans';
  src: url("../fonts/sofa-sans/Sofa_Sans_Bold_Display_Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Comic Zine OT';
  font-style: normal;
  font-weight: normal;
  src: local("Comic Zine OT"), url("../fonts/ComicZine/comic_zine_ot.woff") format("woff"); }

/*************************************
Colors
**************************************/
/*************************************
all colors I found i the PSD
666666
575757
00aeef
09426a
959595 -> little bar in the age-group drop down
**************************************/
/* main: ../master.scss */
/* main: ../master.scss */
/* main: ../master.scss */
/* main: ../master.scss */
/*
 * minified normalize
 */
html, body, div, span, applet, object, iframe, h1, h2, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none !important; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

sub, sup {
  font-size: .75rem;
  vertical-align: baseline;
  position: relative;
  top: -0.375rem; }

sub {
  top: .375rem; }

b,
strong {
  font-weight: bold;
  font-weight: 700; }

i,
em {
  font-style: italic; }

/* main: ../master.scss */
* {
  box-sizing: border-box; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 768px) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.row.expanded {
  max-width: none; }

.collapse > .column, .collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 768px) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 768px) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; } }

@media screen and (min-width: 768px) and (min-width: 768px) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 768px) {
  .row.medium-unstack .column, .row.medium-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 768px) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 1025px) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 1025px) {
  .row.large-unstack .column, .row.large-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 1025px) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 1441px) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left; } }

@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 1441px) {
  .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 1441px) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 1921px) {
  .xxlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left; } }

@media screen and (min-width: 1921px) and (min-width: 1921px) {
  .xxlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xxlarge-unstack .column, .row.xxlarge-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 1921px) {
  .row.xxlarge-unstack .column, .row.xxlarge-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media screen and (min-width: 1921px) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 768px) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 1025px) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 1441px) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 1921px) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

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

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 1024px), screen and (min-width: 1441px) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 1441px) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 1440px) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 1440px), screen and (min-width: 1921px) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 1921px) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 1920px) {
  .show-for-xxlarge {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.small {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 768px) {
  .medium {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 1025px) {
  .large {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 1441px) {
  .xlarge {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 1921px) {
  .xxlarge {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

/* main: ../master.scss */
/*
* Globals
*/
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  font-size: 100%; }
  body .swiper-pagination-bullet-active {
    background: #1d5178; }

.global-wrapper {
  max-width: none;
  filter: none !important;
  margin: 10rem auto 0 auto; }
  @media only screen and (max-width: 767px) {
    .global-wrapper {
      margin: 4.6875rem auto 0 auto; } }
  .global-wrapper ul {
    padding-left: 40px; }
    .global-wrapper ul li {
      list-style: disc; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #666666; }

table thead tr th {
  border-bottom: 1px solid #666666;
  padding: 0.5rem;
  text-align: left; }

table tbody tr td {
  border-bottom: 1px solid #666666;
  padding: 0.5rem;
  text-align: left; }

.table-style th {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  color: #1d5178;
  font-size: 1.3125rem;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .table-style th {
      font-size: 1rem; } }

.table-style td {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  color: #666666; }

/*************************************
Background Image
**************************************/
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*************************************
Text Colors
**************************************/
.text-white {
  color: white; }

/*************************************
Background Colors
**************************************/
.blue {
  background-color: #1d5178; }
  .blue * {
    color: #ffffff; }

.cyan {
  background-color: #2eabe1; }
  .cyan * {
    color: #ffffff !important; }

.magenta {
  background-color: #e13c95; }
  .magenta * {
    color: #ffffff; }

.blue-light {
  background-color: #e2f4fd; }

.pink-light {
  background-color: #f2b7d3; }
  .pink-light * {
    color: #666666; }

.yellow {
  background-color: #fbd434; }
  .yellow * {
    color: #1d5178; }

.light-yellow {
  background-color: rgba(255, 204, 6, 0.16); }
  .light-yellow * {
    color: #1d5178; }

.white {
  background-color: #fff; }
  .white * {
    color: #1d5178; }

.break-camp {
  background-color: #fff; }
  .break-camp * {
    color: #1d5178; }

.bluegreen {
  background-color: #1cbfc1; }
  .bluegreen * {
    color: white !important; }

/*************************************
Buttons
**************************************/
button {
  font-size: 1.375rem; }

button,
.button,
input[type=submit] {
  border-style: solid;
  border-width: 0;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  padding: 1.5625rem 2.5rem 1.3125rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
  background-color: #e13c95;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  color: #ffffff; }
  button:hover,
  .button:hover,
  input:hover[type=submit] {
    background-color: #b60165;
    transition: background-color 0.3s ease;
    text-decoration: none; }
  button.btn-primary,
  .button.btn-primary,
  input.btn-primary[type=submit] {
    background-color: #e13c95;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    padding: 1.5625rem 2.5rem 1.125rem;
    color: #ffffff;
    font-size: 3.125rem; }
    button.btn-primary:hover,
    .button.btn-primary:hover,
    input.btn-primary:hover[type=submit] {
      background-color: #b60165; }
  button.btn-secondary,
  .button.btn-secondary,
  input.btn-secondary[type=submit] {
    background-color: #2eabe1;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 1.5rem 2.5rem 1.5rem;
    font-size: 1.125rem;
    color: #1d5178;
    letter-spacing: 0.75px; }
    button.btn-secondary:hover,
    .button.btn-secondary:hover,
    input.btn-secondary:hover[type=submit] {
      background-color: #a9ddff; }
  button.disabled,
  .button.disabled,
  input.disabled[type=submit] {
    background-color: #b8b8b8;
    cursor: default;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    button,
    .button,
    input[type=submit] {
      display: block;
      width: 100%; }
      button.btn-secondary, button.btn-primary,
      .button.btn-secondary,
      input.btn-secondary[type=submit],
      .button.btn-primary,
      input.btn-primary[type=submit] {
        width: 100%; } }

.screen {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  .screen[data-opacity="1"] {
    background-color: rgba(102, 102, 102, 0.1); }
  .screen[data-opacity="2"] {
    background-color: rgba(102, 102, 102, 0.2); }
  .screen[data-opacity="3"] {
    background-color: rgba(102, 102, 102, 0.3); }
  .screen[data-opacity="4"] {
    background-color: rgba(102, 102, 102, 0.4); }
  .screen[data-opacity="5"] {
    background-color: rgba(102, 102, 102, 0.5); }
  .screen[data-opacity="6"] {
    background-color: rgba(102, 102, 102, 0.6); }
  .screen[data-opacity="7"] {
    background-color: rgba(102, 102, 102, 0.7); }
  .screen[data-opacity="8"] {
    background-color: rgba(102, 102, 102, 0.8); }
  .screen[data-opacity="9"] {
    background-color: rgba(102, 102, 102, 0.9); }

.hero-banner .row {
  min-height: 37.5rem; }

.hero-banner h1 {
  background-color: rgba(255, 255, 255, 0.7); }

.display-flex {
  display: -webkit-flex;
  display: flex; }

.full-width {
  max-width: none !important; }

.justify-center {
  justify-content: center; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 767px) {
    .px-0 {
      padding-left: unset;
      padding-right: unset; } }

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none; } }

.hidden {
  display: none !important; }

:target:before {
  content: "";
  display: block;
  height: 170px;
  /* fixed header height*/
  margin: -170px 0 0;
  /* negative fixed header height */ }
  @media only screen and (max-width: 767px) {
    :target:before {
      height: 110px;
      /* fixed header height*/
      margin: -125px 0 0;
      /* negative fixed header height */ } }

/* main: ../master.scss */
/*
* Forms
*
* This file is to be used for all styling specific
* to site's forms. This includes any overwrites of
* third party forms such as gravity forms, marketo, etc.
*/
/*************************************
Inputs
**************************************/
input[type=submit] {
  background-color: #e13c95;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  padding: 1.5625rem 2.5rem 1.125rem;
  color: #ffffff;
  font-size: 3.125rem; }
  input[type=submit]:hover {
    background-color: #b60165; }

/*************************************
Gravity Forms
**************************************/
.gform_container .gform_validation_container {
  display: none; }

.exit-search {
  display: none; }

/* main: ../master.scss */
/*
* Typography
*
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  color: #666666;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 4rem;
      line-height: 1; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.75rem;
      line-height: 1; } }

h2, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1;
  color: #666666;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    h2, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
      font-size: 2.375rem; } }
  @media only screen and (max-width: 767px) {
    h2, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
      font-size: 1.75rem;
      line-height: 1; } }

h3 {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: .75px;
  color: #666666;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

h4 {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.1;
  color: #1d5178;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 1.625rem; } }
  h4 span {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.875rem !important;
    line-height: 1.1 !important; }
    @media only screen and (max-width: 767px) {
      h4 span {
        font-size: 1.625rem !important; } }

h5 {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #1d5178; }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  color: #666666; }

p,
li,
span {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-weight: normal;
  color: #666666; }
  @media only screen and (max-width: 767px) {
    p,
    li,
    span {
      font-size: 1.0625rem;
      line-height: 1.5rem; } }

a {
  font-family: inherit;
  color: #2eabe1;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline;
    transition: all .3ms ease; }

li {
  line-height: 1.5em; }

ul {
  padding: 0; }
  ul ul {
    padding-left: 1.375rem;
    list-style: none; }
  ul li {
    list-style: none;
    color: #666666; }

ol {
  padding-left: 1.75rem; }
  ol ol {
    padding-left: 1.75rem; }
  ol li {
    color: #666666; }

nav ul li,
nav ul li a,
footer ul li,
footer ul li a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  list-style: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .75px; }

nav li ul li a,
footer li ul li a {
  text-transform: none; }

nav li::before,
footer li::before {
  content: none; }

nav a:hover,
footer a:hover {
  text-decoration: none; }

nav.families,
footer.families {
  background-color: #e13c95; }
  nav.families li,
  nav.families a,
  nav.families a:hover,
  nav.families a:visited,
  footer.families li,
  footer.families a,
  footer.families a:hover,
  footer.families a:visited {
    color: #ffffff; }

nav.jobs, nav.staff,
footer.jobs,
footer.staff {
  background-color: #1d5178; }
  nav.jobs li,
  nav.jobs a,
  nav.jobs a:hover,
  nav.jobs a:visited, nav.staff li,
  nav.staff a,
  nav.staff a:hover,
  nav.staff a:visited,
  footer.jobs li,
  footer.jobs a,
  footer.jobs a:hover,
  footer.jobs a:visited,
  footer.staff li,
  footer.staff a,
  footer.staff a:hover,
  footer.staff a:visited {
    color: #ffffff; }

nav.primary li,
nav.primary a,
nav.primary a:hover,
nav.primary a:visited,
footer.primary li,
footer.primary a,
footer.primary a:hover,
footer.primary a:visited {
  color: #666666; }

.pink-text {
  color: #e13c95; }

.orange-text {
  color: #fcb400; }

.light-blue-text {
  color: #2eabe1; }

.blue-text {
  color: #1d5178; }

.yellow-text {
  color: #fbd434; }

.light-yellow-text {
  color: #ffeea7; }

.white-text {
  color: white; }

.font-headline {
  font-family: "Veneer", Arial, Helvetica, sans-serif !important; }

.font-display {
  font-family: "Sofa Sans", Arial, Helvetica, sans-serif !important; }

/* main: ../master.scss */
/*
* Spacing
*
* Set base and after element spacing.
*/
* + blockquote {
  margin-top: 1.66667rem; }

* + ul {
  margin-top: 1.1111rem; }

* + ol {
  margin-top: 1.1111rem; }

* + p {
  margin-top: 1.1111rem; }

* + h1 {
  margin-top: 2.5rem; }

* + h2, .page-template-template-our-camps-old .CG-wrap * + .modal-block-themes-majors:first-child::before {
  margin-top: 1.88889rem; }

* + h3 {
  margin-top: 1.5rem; }

* + h4 {
  margin-top: 1.25rem; }

* + h5 {
  margin-top: 1.1111rem; }

h1 + h2, .page-template-template-our-camps-old .CG-wrap h1 + .modal-block-themes-majors:first-child::before {
  margin-top: 1.375rem; }

h1 + h3 {
  margin-top: 1rem; }

h1 + h4 {
  margin-top: 0.75rem; }

h1 + h5 {
  margin-top: 0.675rem; }

h1 + h6 {
  margin-top: 0.5rem; }

h1 + p {
  margin-top: 0.8333rem; }

h2 + h3, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before + h3 {
  margin-top: 0.5rem; }

h2 + h4, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before + h4 {
  margin-top: 0.375rem; }

h2 + h5, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before + h5 {
  margin-top: 0.25rem; }

h2 + h6, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before + h6 {
  margin-top: 0.125rem; }

h2 + p, .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before + p {
  margin-top: 0.555rem; }

h3 + h4 {
  margin-top: 0.375rem; }

h3 + h5 {
  margin-top: 0.25rem; }

h3 + h6 {
  margin-top: 0.125rem; }

h3 + p {
  margin-top: 0.555rem; }

h4 + h5 {
  margin-top: 0.25rem; }

h4 + h6 {
  margin-top: 0.125rem; }

h4 + p {
  margin-top: 0.555rem; }

h5 + h6 {
  margin-top: 0.125rem; }

h5 + p {
  margin-top: 0.2777rem; }

h5 + ul {
  margin-top: 0.5555rem; }

h5 + ol {
  margin-top: 0.5555rem; }

h6 + p {
  margin-top: 0.2777rem; }

h6 + ul {
  margin-top: 0.5555rem; }

h6 + ol {
  margin-top: 0.5555rem; }

.section-padding {
  padding: 3.125rem 0 3.125rem; }

.column.no-padding, .columns.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

/*
* Header
*
* This file is to be used for all styling specific
* to site's header. This includes the menu and
* navigation
*
*/
body.open-menu {
  overflow: hidden; }

header.global-header {
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3; }
  header.global-header .row {
    max-width: none; }
  header.global-header form {
    display: none;
    flex-direction: row;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative; }
    header.global-header form .input-search-icon {
      position: absolute;
      right: 5px;
      bottom: 20px; }
    header.global-header form label {
      visibility: hidden;
      font-size: 0;
      line-height: 0;
      color: transparent; }
    header.global-header form input[type="text"] {
      margin: 0;
      width: 100%;
      border: 0;
      background-color: white;
      color: #e13c95;
      font-family: "ff-ernestine-pro", Times, serif;
      font-size: 2rem;
      line-height: 1.5rem;
      padding: 20px 0px;
      border-radius: 0;
      border-bottom: 2px solid #e13c95; }
    header.global-header form .exit-search {
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1.125rem 1.25rem 1.125rem 1.25rem;
      line-height: 0;
      font-size: 0;
      color: transparent;
      background-image: url("../img/close-icon.svg");
      background-position: center center;
      background-size: 1.5625rem 1.5625rem;
      background-repeat: no-repeat;
      width: 3.4375rem;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        header.global-header form .exit-search {
          display: none; } }
    header.global-header form ::placeholder {
      color: #949494;
      opacity: 1; }
    header.global-header form :-ms-input-placeholder {
      color: #949494; }
    header.global-header form ::-ms-input-placeholder {
      color: #949494; }
  header.global-header .menu-item-51,
  header.global-header .menu-item-102 {
    display: none; }

.global-header_after {
  width: 100%;
  left: 0;
  right: 0;
  top: 8.4375rem;
  content: "";
  display: block;
  position: absolute;
  height: 1.5625rem;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.35); }
  @media only screen and (max-width: 767px) {
    .global-header_after {
      display: none; } }

/* Global Nav Styles */
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 100%;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    nav ul {
      width: 100%;
      height: auto;
      flex-direction: column; } }
  nav ul li {
    position: relative; }
    @media only screen and (max-width: 767px) {
      nav ul li {
        width: 100%; } }
    nav ul li.menu-item-has-children:hover ul.sub-menu {
      visibility: visible;
      opacity: 1; }
    nav ul li.menu-item-1376 ul, nav ul li.menu-item-1379 ul {
      z-index: 5; }
  nav ul.sub-menu {
    cursor: pointer;
    position: absolute;
    margin: auto;
    padding: 0.78125rem 0 0 0;
    width: 15rem;
    height: auto;
    top: 100%;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.35);
    -webkit-transition: opacity 200ms, visibility 400ms;
    -moz-transition: opacity 200ms, visibility 400ms;
    -ms-transition: opacity 200ms, visibility 400ms;
    -o-transition: opacity 200ms, visibility 400ms;
    transition: opacity 200ms, visibility 400ms; }
    nav ul.sub-menu.sticky-sub-menu {
      padding: 0; }
    @media only screen and (max-width: 767px) {
      nav ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-top: 0;
        background-color: transparent;
        width: 100%;
        top: 0;
        display: none; } }
    nav ul.sub-menu li {
      width: 100%; }
    nav ul.sub-menu a {
      text-align: left;
      justify-content: flex-start;
      background-color: #ffffff;
      text-transform: none;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      nav ul.sub-menu a:hover {
        color: #666666;
        background-color: #e1e1e1;
        cursor: pointer; }
      @media only screen and (max-width: 767px) {
        nav ul.sub-menu a {
          background-color: transparent;
          text-align: left;
          padding-left: 2.8125rem; }
          nav ul.sub-menu a:hover {
            color: #ffffff;
            background-color: #f12a98; } }

/* Top Menu */
.top-menu-row {
  position: relative;
  background-color: #e13c95;
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.35);
  /* Staff Override Styles */ }
  @media only screen and (max-width: 767px) {
    .top-menu-row {
      display: none; } }
  .top-menu-row .top-menu-column {
    padding: 0;
    position: relative;
    overflow-x: hidden; }
  .top-menu-row li {
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .top-menu-row li {
        height: auto; } }
    .top-menu-row li.current_page_item {
      background-color: #b60165; }
    .top-menu-row li.new-menu-item::before {
      content: "NEW!";
      display: block;
      position: absolute;
      pointer-events: none;
      text-align: center;
      top: 1px;
      left: 0;
      right: 0;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      color: #f5c1dd; }
    .top-menu-row li.search-menu-item a {
      line-height: 0;
      font-size: 0;
      color: transparent; }
      .top-menu-row li.search-menu-item a:after {
        content: "";
        display: block;
        background-image: url("../img/search-icon.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.0625rem;
        height: 1.4375rem; }
  .top-menu-row a {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 1.125rem 1.25rem 1.125rem 1.25rem;
    display: block;
    height: 100%; }
    .top-menu-row a:hover {
      background-color: #b60165; }
  .top-menu-row input[type="submit"] {
    line-height: 0;
    font-size: 0;
    color: transparent;
    background-image: url("../img/search-icon.svg");
    background-position: center center;
    background-size: 1.0625rem 1.4375rem;
    background-repeat: no-repeat; }
  .top-menu-row.jobs-top-menu {
    background-color: #1d5178; }
    .top-menu-row.jobs-top-menu li.new-menu-item::before {
      color: #d3e6f4; }
    .top-menu-row.jobs-top-menu li.current_page_item a {
      background-color: #08304d; }
    .top-menu-row.jobs-top-menu li a:hover {
      background-color: #08304d; }
    .top-menu-row.jobs-top-menu input[type="text"] {
      background-color: #08304d; }

.primary-menu-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: white;
  padding: 0;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0);
  min-height: 4.6875rem;
  height: 100%;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .primary-menu-row {
      min-height: 4.6875rem; } }
  .primary-menu-row .menu-item-has-children.disabled-link > a:hover {
    cursor: default; }
  .primary-menu-row li {
    height: 100%; }
    .primary-menu-row li:hover > a {
      color: #e13c95; }
    .primary-menu-row li.overview-menu-item {
      display: none; }
    @media only screen and (max-width: 767px) {
      .primary-menu-row li {
        height: auto; }
        .primary-menu-row li.overview-menu-item {
          display: block; }
        .primary-menu-row li:hover > a {
          color: #ffffff; }
        .primary-menu-row li.current_page_item a {
          background-color: #b60165; }
          .primary-menu-row li.current_page_item a:hover {
            background-color: #f12a98; }
        .primary-menu-row li.menu-item-has-children > a:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 0.375rem solid transparent;
          border-right: 0.375rem solid transparent;
          border-top: 0.5625rem solid #ffffff;
          position: absolute;
          top: 1.25rem;
          right: 1.875rem;
          z-index: 0; } }
  .primary-menu-row a {
    color: #666666;
    font-family: "ff-ernestine-pro", Times, serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: none;
    display: block;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .primary-menu-row a {
        color: #ffffff;
        text-align: left;
        height: auto;
        border-top: 1px solid #ffffff;
        background-color: #b60165; }
        .primary-menu-row a:hover {
          color: #ffffff;
          background-color: #f12a98; }
        .primary-menu-row a.open-menu-item:after {
          transform: rotate(180deg); } }
  .primary-menu-row .primary-menu-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .primary-menu-row .primary-menu-column {
        display: block;
        justify-content: flex-start;
        align-items: stretch;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%, 0);
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #b60165;
        z-index: 3; } }
    .primary-menu-row .primary-menu-column.active-mobile-menu {
      transform: translate(0, 0); }
  .primary-menu-row .primary-menu-column-container {
    height: 100%;
    position: relative;
    top: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    .primary-menu-row .primary-menu-column-container.sticky {
      top: 0; }
    @media only screen and (max-width: 767px) {
      .primary-menu-row .primary-menu-column-container {
        height: calc(100vh - 150px);
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        position: initial; }
        .primary-menu-row .primary-menu-column-container:before {
          width: 100%;
          height: 5rem;
          background-color: #e13c95;
          display: block;
          position: absolute;
          top: 0;
          content: ""; }
        .primary-menu-row .primary-menu-column-container ul:first-child {
          background-color: #e13c95; }
          .primary-menu-row .primary-menu-column-container ul:first-child a {
            background-color: #e13c95; }
            .primary-menu-row .primary-menu-column-container ul:first-child a:hover {
              background-color: #f12a98; } }
    .primary-menu-row .primary-menu-column-container .search-menu-item {
      display: none; }
  .primary-menu-row .primary-menu-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #2eabe1;
    width: 16.25rem;
    height: auto;
    min-height: calc(100% + 25px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 0.875rem 3.125rem;
    box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 1067px) {
      .primary-menu-row .primary-menu-callout {
        width: 12.5rem;
        padding: 0.875rem 1.875rem; } }
    @media only screen and (max-width: 967px) {
      .primary-menu-row .primary-menu-callout {
        display: none; } }
    .primary-menu-row .primary-menu-callout h2, .primary-menu-row .primary-menu-callout .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .primary-menu-row .primary-menu-callout .modal-block-themes-majors:first-child::before {
      text-align: center;
      display: block;
      font-size: 2.1875rem;
      line-height: 2.25rem;
      color: #1d5178;
      z-index: 2;
      position: relative; }
      @media only screen and (max-width: 1067px) {
        .primary-menu-row .primary-menu-callout h2, .primary-menu-row .primary-menu-callout .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .primary-menu-row .primary-menu-callout .modal-block-themes-majors:first-child::before {
          font-size: 1.875rem;
          line-height: 1.9375rem; } }
    .primary-menu-row .primary-menu-callout span {
      text-align: center;
      display: block;
      font-family: "ff-ernestine-pro", Times, serif;
      font-size: 1.125rem;
      line-height: 1.25rem;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: none;
      margin: 0.625rem auto 0 auto;
      z-index: 2;
      position: relative; }
      @media only screen and (max-width: 1067px) {
        .primary-menu-row .primary-menu-callout span {
          font-size: 1rem;
          line-height: 1.25rem; } }

.logo-desktop-circle {
  position: absolute;
  top: 38px;
  left: 32px; }

.logo-desktop {
  opacity: 0; }

.logoChange .logo-desktop-circle {
  animation-name: circleOut;
  animation-duration: 0.2s;
  animation-fill-mode: forwards; }

.logoChange .logo-desktop {
  animation-name: scriptIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s; }

@keyframes scriptIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes circleOut {
  from {
    opacity: 1; }
  to {
    top: -40px;
    opacity: 0; } }

/* Logo Styles */
.logo-column {
  padding: 0 0 0 3rem;
  position: relative;
  z-index: 9999999999999999999999 !important; }
  @media only screen and (max-width: 767px) {
    .logo-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 0 0 1rem; } }
  .logo-column a {
    display: flex;
    justify-content: flex-start;
    z-index: 3; }
    .logo-column a.logo-mobile {
      display: none;
      margin: auto 0;
      padding-left: 0.4375rem;
      background-color: transparent !important; }
    @media only screen and (max-width: 767px) {
      .logo-column a {
        top: 0;
        position: relative; }
        .logo-column a.logo-desktop {
          display: none; }
        .logo-column a.logo-desktop-circle {
          display: none; }
        .logo-column a.logo-mobile {
          display: block; } }
  .logo-column img {
    display: block;
    position: relative;
    width: 150px; }

/* Mobile Specific Styles */
.mobile-transition {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease; }

.mobile-top-menu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-top-menu {
      display: block; }
      .mobile-top-menu:last-child {
        border-top: 1px solid #ffffff; } }

.mobile-menu-button-container {
  display: none;
  padding: 0 20px;
  justify-content: flex-end;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .mobile-menu-button-container .header__menu {
    background-color: #e13c95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 6.25rem;
    cursor: pointer;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35); }
    .mobile-menu-button-container .header__menu.jobs-menu-button {
      background-color: #1d5178; }
  .mobile-menu-button-container .hamburger {
    display: block;
    position: absolute;
    width: 50px;
    height: 33px;
    z-index: 4;
    padding: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
    border-top: 0; }
    .mobile-menu-button-container .hamburger:hover {
      background-color: transparent; }
  .mobile-menu-button-container .hamburger__inner {
    display: block;
    width: 50px;
    height: 3.5px;
    margin-top: 14px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .mobile-menu-button-container .hamburger__inner::before, .mobile-menu-button-container .hamburger__inner::after {
      display: block;
      position: absolute;
      content: "";
      z-index: -1;
      width: 50px;
      height: 3.5px;
      background: #fff;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .mobile-menu-button-container .hamburger__inner::before {
      top: 0; }
    .mobile-menu-button-container .hamburger__inner::after {
      top: 28px; }
  .mobile-menu-button-container .hamburger--open .hamburger__inner {
    background: none; }
    .mobile-menu-button-container .hamburger--open .hamburger__inner::before, .mobile-menu-button-container .hamburger--open .hamburger__inner::after {
      top: 14px; }
    .mobile-menu-button-container .hamburger--open .hamburger__inner::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-menu-button-container .hamburger--open .hamburger__inner::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.hide-for-mobile {
  display: block; }

.show-for-mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .hide-for-mobile {
    display: none; }
  .show-for-mobile {
    display: block; } }

.main-nav-buttons ul li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.main-nav-buttons ul li:nth-child(1) a {
  background: #fbd434;
  color: white !important; }
  .main-nav-buttons ul li:nth-child(1) a:hover {
    background: #f7c805; }

.main-nav-buttons ul li:nth-child(2) a {
  background: #1d5178;
  color: white !important; }
  .main-nav-buttons ul li:nth-child(2) a:hover {
    background: #13354f; }

.main-nav-buttons ul li:nth-child(3) a {
  background: #e13c95;
  color: white !important; }
  .main-nav-buttons ul li:nth-child(3) a:hover {
    background: #cb1f7c; }

.main-nav-buttons ul li:nth-child(4) a {
  background: #2eabe1;
  width: 70px;
  color: white !important; }
  .main-nav-buttons ul li:nth-child(4) a:hover {
    background: #1c8fc0; }

.main-nav-buttons a {
  color: white;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  max-width: 112px;
  text-align: center;
  letter-spacing: 0px; }

.main-nav-ul {
  position: relative;
  margin-right: 20px;
  display: flex;
  flex-basis: auto;
  height: 91px; }
  @media only screen and (max-width: 1049px) {
    .main-nav-ul {
      margin-right: 0px; } }
  .main-nav-ul a {
    font-weight: 700; }

.global-wrapper {
  max-width: none;
  filter: none !important;
  margin: 0px auto 0 auto; }
  @media only screen and (max-width: 1049px) {
    .global-wrapper {
      margin: 0px auto 0 auto; } }

.primary-menu-column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%; }
  .primary-menu-column .main-nav-buttons li a {
    min-width: 98px;
    justify-content: center; }
  @media only screen and (max-width: 1049px) {
    .primary-menu-column .main-nav-buttons .main-nav-button-li {
      display: none !important; } }

.main-nav-ul li a {
  padding: 18px 12px; }
  @media only screen and (max-width: 1049px) {
    .main-nav-ul li a {
      padding: 18px 22px; } }

.main-nav-button-li a {
  padding: 18px 12px; }

@media only screen and (max-width: 1049px) {
  .primary-menu-row {
    height: 82px; } }

.request-info-form input {
  padding: 15px;
  width: 100%;
  border: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: black;
  font-size: 18px; }

.request-info-form input::placeholder {
  color: #e13c95; }

.request-info-form .wrap {
  width: 100%;
  height: 50px;
  position: relative;
  display: block; }
  .request-info-form .wrap input {
    width: auto; }
  .request-info-form .wrap span {
    font-size: 1rem; }

.request-info-form .ms-choice {
  height: 50px; }
  .request-info-form .ms-choice:hover {
    background-color: white; }
  .request-info-form .ms-choice .icon-caret {
    display: none; }
  .request-info-form .ms-choice .placeholder {
    text-transform: capitalize;
    color: #414141 !important;
    top: 9px !important;
    font-size: 18px !important;
    left: 5px !important; }
  .request-info-form .ms-choice > span {
    top: 9px !important;
    font-size: 14px !important; }

.request-info-form label {
  font-family: "Veneer Clean", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1d5178;
  letter-spacing: .25px;
  margin-bottom: 5px; }

.request-info-form select.dropdown {
  height: 50px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.request-info-form label.wrap:after {
  content: "\f078 ";
  font-family: "Font Awesome 5 Pro";
  color: #e13c95;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none; }

.request-info-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  color: #e13c95;
  border: none; }

#mailing-list {
  position: fixed;
  bottom: 0;
  left: 100%;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-transition: all .75s linear 0s;
  transition: all .75s linear 0s; }
  #mailing-list.mailing-list-open {
    left: 0; }
  #mailing-list > .row {
    margin-left: auto;
    margin-right: unset;
    max-width: 526px;
    height: 100%; }
    @media (max-width: 767px) {
      #mailing-list > .row {
        width: 100%; } }
  #mailing-list .content-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #010101;
    opacity: .35; }
  #mailing-list .contents {
    background: url("/wp-content/themes/galileo-learning/library/img/refer/Starburst-Pattern.jpg") center;
    background-size: cover;
    max-width: 990px;
    z-index: 1000;
    overflow-x: visible; }
    #mailing-list .contents .modal-content-wrapper {
      padding: 3rem 2rem;
      position: relative;
      box-shadow: none; }
      #mailing-list .contents .modal-content-wrapper .mailing-title {
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-size: 2.3rem; }
  #mailing-list #mailing-list .modal-wrapper {
    top: 50%;
    position: fixed; }
  #mailing-list form.mailing-form {
    margin-top: 15px; }
  #mailing-list .mailing-form input {
    padding: 15px;
    width: 100%;
    border: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: black;
    font-size: 18px; }
  #mailing-list .mailing-form input::placeholder {
    color: #e13c95; }
  #mailing-list .mailing-title {
    color: #1d5178;
    margin-bottom: 15px; }
  #mailing-list .mailing-content {
    margin-bottom: 15px; }
    #mailing-list .mailing-content > p {
      font-size: 1.2rem !important;
      color: #414141 !important;
      text-align: center; }
  #mailing-list .show-for-large {
    position: absolute;
    left: -250px;
    width: 330px;
    top: 40%;
    transform: translateY(-50%); }
    #mailing-list .show-for-large img.refer-picture-two {
      position: relative;
      z-index: 10;
      transform: rotateZ(9deg);
      left: 50px;
      bottom: 15px;
      width: 75%;
      max-width: 280px;
      box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }
    #mailing-list .show-for-large img.refer-picture-one {
      transform: rotate(-10deg);
      position: relative;
      left: 30px;
      top: 5px;
      width: 75%;
      z-index: 5;
      max-width: 280px;
      box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }
  #mailing-list .form-responsive-wrapper > label {
    font-family: "Veneer Clean", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #1d5178;
    letter-spacing: .25px;
    margin-bottom: 5px; }
  #mailing-list .wrap {
    width: 100%;
    height: 50px;
    position: relative;
    display: block; }
    #mailing-list .wrap input {
      width: auto; }
    #mailing-list .wrap span {
      font-size: 1rem; }
  #mailing-list .ms-choice {
    height: 50px; }
    #mailing-list .ms-choice:hover {
      background-color: white; }
    #mailing-list .ms-choice .icon-caret {
      display: none; }
    #mailing-list .ms-choice .placeholder {
      text-transform: capitalize;
      color: #414141 !important;
      top: 9px !important;
      font-size: 18px !important;
      left: 5px !important; }
    #mailing-list .ms-choice > span {
      top: 9px !important;
      font-size: 14px !important; }
  #mailing-list select.dropdown {
    height: 50px;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #mailing-list label.wrap:after {
    content: "\f078 ";
    font-family: "Font Awesome 5 Pro";
    color: #e13c95;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none; }
  #mailing-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    color: #e13c95;
    border: none; }
  @media only screen and (max-width: 766px) {
    #mailing-list .form-responsive-wrapper {
      margin-bottom: 15px; } }

/* main: ../master.scss */
/*
* Footer
*
* This file is to be used for all styling specific
* to site's footer.
*
*/
body .embeddedServiceSidebarHeader .headerItem:hover:before {
  height: 30px; }

body .embeddedServiceHelpButton .helpButton .uiButton {
  padding: 0 0 0 0;
  background: url(../img/NewLiveAgentChatImage.png) top center/100px 84px;
  width: 100px;
  height: 84px;
  padding: 0 0 0 0;
  min-width: inherit;
  max-width: inherit;
  border-radius: unset !important;
  box-shadow: none; }
  @media only screen and (max-width: 767px) {
    body .embeddedServiceHelpButton .helpButton .uiButton {
      background: url(../img/NewLiveAgentChatImage.png) top center/89px 75px;
      width: 89px;
      height: 75px; } }
  body .embeddedServiceHelpButton .helpButton .uiButton:before {
    display: none; }

body .embeddedServiceHelpButton .embeddedServiceIcon {
  display: none !important; }

body .embeddedServiceHelpButton .uiButton .helpButtonLabel .assistiveText,
body .embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
  display: none; }

body .embeddedServiceHelpButton .helpButton {
  height: 100px; }
  @media only screen and (max-width: 767px) {
    body .embeddedServiceHelpButton .helpButton {
      height: 75px; } }

body .embeddedServiceSidebarFormField .uiInput--input {
  margin-bottom: 9px; }

body .embeddedServiceSidebarFormField .uiInputSelect::after {
  top: calc(50% + 9px); }

body .embeddedServiceSidebarFormField .uiInput .uiLabel-left {
  line-height: normal; }

body .embeddedServiceSidebarFormField .slds-style-inputtext,
body .embeddedServiceSidebarFormField .slds-style-select {
  height: 25px;
  font-size: 0.875rem; }

body .embeddedServiceSidebarFormField .uiInput .uiLabel-left {
  margin-left: 0px; }

body .embeddedServiceSidebarForm.formContent {
  margin-top: 0; }

body .embeddedServiceSidebarForm .fieldList {
  margin-top: 0px;
  padding: 0 0 0 0; }
  body .embeddedServiceSidebarForm .fieldList li {
    line-height: inherit; }

body .embeddedServiceSidebarForm .backgroundImg {
  height: 75px; }

body .embeddedServiceSidebarForm .backgroundImgColorMask {
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  body .embeddedServiceSidebar.sidebarMaximized {
    height: 88%; } }

body .embeddedServiceSidebarHeader .closeButton,
body .embeddedServiceSidebarHeader .minimizeButton,
body .embeddedServiceSidebarHeader .popoutButton {
  padding: 12px; }

body .embeddedServiceSidebarHeader span#headerTextLabel,
body .embeddedServiceSidebarHeader span#headerSubtext,
body .embeddedServiceHelpButton .uiButton .helpButtonLabel span.message,
body .embeddedServiceSidebarMinimizedDefaultUI .minimizedText span.message {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  color: #fff; }

body .embeddedServiceSidebarButton {
  background: #e13c95 !important;
  border-radius: 25px; }
  body .embeddedServiceSidebarButton:hover {
    background: #b60165 !important; }
  body .embeddedServiceSidebarButton span {
    font-family: "Veneer", Arial, Helvetica, sans-serif; }

body .closeButton .embeddedServiceIcon {
  float: right; }

ul.fieldList span {
  font-size: 0.9375rem;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  color: #1d5178;
  line-height: 25px; }

.embeddedServiceSidebarHeader h2.headerText, .embeddedServiceSidebarHeader .page-template-template-our-camps-old .CG-wrap .headerText.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .embeddedServiceSidebarHeader .headerText.modal-block-themes-majors:first-child::before {
  margin-bottom: 0px;
  margin-top: 0.625rem; }

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #005290;
  font-family: "Arial", sans-serif; }

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #005290; }

#snapins_invite {
  background-color: #FFFFFF;
  font-family: "Arial", sans-serif;
  overflow: visible;
  border-radius: 8px;
  visibility: hidden; }

.embeddedServiceInvitation {
  background-color: transparent;
  max-width: 290px;
  max-height: 210px;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.28); }

@media only screen and (min-width: 48em) {
  /*mobile*/
  .embeddedServiceInvitation {
    max-width: 332px;
    max-height: 210px; } }

.embeddedServiceInvitation > .embeddedServiceInvitationHeader {
  width: inherit;
  height: 32px;
  line-height: 32px;
  padding: 10px;
  color: #FFFFFF;
  background-color: #222222;
  overflow: initial;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.embeddedServiceInvitationHeader #embeddedServiceAvatar {
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.embeddedServiceInvitationHeader .embeddedServiceTitleText {
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: stretch;
  flex-grow: 1;
  max-width: 100%;
  margin: 0 12px; }

.embeddedServiceInvitationHeader .embeddedServiceCloseIcon {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  bottom: 3%;
  background-color: transparent;
  width: 32px;
  height: 32px;
  font-size: 23px;
  color: #FFFFFF; }

.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus {
  outline: none; }

.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus::before {
  content: " ";
  position: absolute;
  top: 11%;
  left: 7%;
  width: 85%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  pointer-events: none; }

.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:active,
.embeddedServiceCloseIcon:hover {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.7; }

.embeddedServiceInvitation > .embeddedServiceInvitationBody {
  background-color: #FFFFFF;
  max-height: 110px;
  min-width: 260px;
  margin: 0 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: auto; }

.embeddedServiceInvitationBody p {
  color: #333333;
  padding: 8px;
  margin: 12px 0; }

.embeddedServiceInvitation > .embeddedServiceInvitationFooter {
  width: inherit;
  color: #FFFFFF;
  text-align: right;
  background-color: #FFFFFF;
  padding: 10px;
  max-height: 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.embeddedServiceInvitationFooter > .embeddedServiceActionButton {
  font-size: 14px;
  max-height: 40px;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

.embeddedServiceInvitationFooter > #acceptInvite {
  background-color: #005290;
  color: #FFFFFF; }

.embeddedServiceInvitationFooter > #rejectInvite {
  background-color: #FFFFFF;
  color: #005290; }

.footer-top {
  background: #1d5178; }
  @media only screen and (max-width: 767px) {
    .footer-top .footer-map-wrapper {
      text-align: center;
      margin-bottom: 2.5rem;
      display: none; } }
  .footer-top .map {
    position: relative;
    display: inline-block;
    margin: 0 auto; }
    .footer-top .map img {
      max-width: 420px;
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .footer-top .map img {
          max-width: 90%; } }
    .footer-top .map .map-button {
      position: absolute;
      bottom: -10px;
      right: 0;
      white-space: nowrap; }
  .footer-top .subscribe {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1440px) {
      .footer-top .subscribe {
        position: relative;
        justify-content: flex-start; } }
    @media only screen and (max-width: 767px) {
      .footer-top .subscribe {
        justify-content: center; } }
    .footer-top .subscribe .subscribe-content {
      display: inline-block;
      z-index: 1; }
      .footer-top .subscribe .subscribe-content.jobs-subscribe-content a.btn-primary {
        margin-top: 1.875rem;
        padding: 0.8125rem 0.8125rem 0.625rem 0.8125rem;
        font-size: 1.875rem;
        line-height: 1;
        min-width: 12.5rem; }
        @media only screen and (max-width: 767px) {
          .footer-top .subscribe .subscribe-content.jobs-subscribe-content a.btn-primary {
            font-size: 3.125rem;
            display: inline-block;
            width: auto; } }
      @media only screen and (max-width: 767px) {
        .footer-top .subscribe .subscribe-content {
          width: 100%; } }
    .footer-top .subscribe .airplane-wrap {
      z-index: 0; }
      @media only screen and (max-width: 1440px) {
        .footer-top .subscribe .airplane-wrap {
          position: absolute;
          top: -60px;
          left: 300px; } }
      @media only screen and (max-width: 1024px) {
        .footer-top .subscribe .airplane-wrap {
          width: 130px;
          left: 200px; } }
      @media only screen and (max-width: 767px) {
        .footer-top .subscribe .airplane-wrap {
          left: 180px; } }
    .footer-top .subscribe .airplane {
      position: relative;
      top: 60px;
      left: 10px; }
    .footer-top .subscribe h1, .footer-top .subscribe p {
      color: #ffffff; }
    .footer-top .subscribe h1 {
      font-size: 5rem;
      line-height: 1em;
      white-space: nowrap; }
      @media only screen and (max-width: 1024px) {
        .footer-top .subscribe h1 {
          font-size: 3.125rem; } }
    .footer-top .subscribe .form-wrap {
      margin-top: 0.9375rem;
      display: flex;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox; }
    .footer-top .subscribe #honeypot {
      display: none; }
    .footer-top .subscribe input.email {
      font-size: 1.125rem;
      color: #666666;
      padding: 0rem 1.5625rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      flex-grow: 1;
      box-shadow: none;
      background: #ffffff;
      outline: none;
      position: static;
      border: none; }
      @media only screen and (max-width: 767px) {
        .footer-top .subscribe input.email {
          padding: initial;
          padding-left: 0.625rem; } }
      @media only screen and (max-width: 1024px) {
        .footer-top .subscribe input.email {
          max-width: 250px; } }
    .footer-top .subscribe button.submit {
      color: #ffffff;
      border-radius: 0px;
      width: auto; }
      .footer-top .subscribe button.submit span {
        font-family: inherit;
        color: #ffffff;
        font-size: inherit;
        line-height: inherit; }
    .footer-top .subscribe .error, .footer-top .subscribe .success-message {
      position: absolute;
      color: #ffffff;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      bottom: -25px;
      width: 100%;
      right: 0; }
    .footer-top .subscribe .success-message {
      display: none; }

.main-footer {
  background: #f5f5f5;
  color: #666666; }
  .main-footer a {
    color: #666666; }
  .main-footer .social-links {
    display: flex;
    justify-content: center;
    padding-bottom: 40px; }
    .main-footer .social-links a {
      background: #2eabe1;
      width: 30px;
      height: 30px;
      letter-spacing: 0px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 0.875rem;
      cursor: pointer; }
    .main-footer .social-links span {
      color: #ffffff;
      font-family: inherit;
      font-size: inherit;
      letter-spacing: 0px;
      line-height: inherit; }
    @media only screen and (max-width: 767px) {
      .main-footer .social-links {
        padding-bottom: 10px; } }
  .main-footer .contact-info, .main-footer .contact-info p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.125rem; }
    @media only screen and (max-width: 1024px) {
      .main-footer .contact-info, .main-footer .contact-info p {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media only screen and (max-width: 767px) {
      .main-footer .contact-info, .main-footer .contact-info p {
        font-size: 1.125rem;
        line-height: 1.3em;
        font-weight: 500; } }
    .main-footer .contact-info strong, .main-footer .contact-info p strong {
      letter-spacing: 1px;
      font-weight: 600;
      line-height: 2em; }
  .main-footer .contact-info p {
    padding-left: 1.25rem; }
    .main-footer .contact-info p .contact-us-link {
      color: #1d5178; }
      .main-footer .contact-info p .contact-us-link:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 1024px) {
      .main-footer .contact-info p {
        padding-left: 0rem; } }
  .main-footer .info-row .columns {
    margin-top: 0.625rem; }
  @media only screen and (max-width: 767px) {
    .main-footer .info-row {
      text-align: center; } }

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .footer-links .menu-item-has-children.disabled-link > a:hover {
    cursor: default; }
  .footer-links .sub-menu {
    padding-left: 0;
    margin-top: 0.3125rem; }
    @media only screen and (max-width: 1024px) {
      .footer-links .sub-menu {
        margin-top: 0; } }
    .footer-links .sub-menu li {
      margin-top: 0.3125rem; }
    .footer-links .sub-menu a {
      letter-spacing: 0px; }
      .footer-links .sub-menu a:hover {
        cursor: pointer; }
  .footer-links > li {
    width: 25%;
    padding-left: 1.25rem; }
  .footer-links li, .footer-links a {
    line-height: 1.5625rem; }
    @media only screen and (max-width: 1024px) {
      .footer-links li, .footer-links a {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  @media only screen and (max-width: 767px) {
    .footer-links {
      display: none; } }

.bottom-sticky-callout {
  text-align: center;
  width: 100%;
  background-color: #2eabe1;
  height: auto;
  position: fixed;
  z-index: 2;
  bottom: 0;
  padding: .375rem 3.125rem;
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.35);
  display: none; }
  @media only screen and (min-width: 967px) {
    .bottom-sticky-callout {
      display: none !important; } }
  .bottom-sticky-callout h2, .bottom-sticky-callout .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .bottom-sticky-callout .modal-block-themes-majors:first-child::before {
    color: #1d5178; }
  .bottom-sticky-callout span {
    color: #ffffff; }
  .bottom-sticky-callout .close-callout {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    width: 32px;
    height: 32px;
    opacity: 1; }
  .bottom-sticky-callout .close-callout:hover {
    opacity: 1; }
  .bottom-sticky-callout .close-callout:before, .bottom-sticky-callout .close-callout:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #fff; }
  .bottom-sticky-callout .close-callout:before {
    transform: rotate(45deg); }
  .bottom-sticky-callout .close-callout:after {
    transform: rotate(-45deg); }

body.jobs .bottom-sticky-callout {
  background: #e13c95; }
  body.jobs .bottom-sticky-callout h2, body.jobs .bottom-sticky-callout .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap body.jobs .bottom-sticky-callout .modal-block-themes-majors:first-child::before {
    color: #ffffff; }
  body.jobs .bottom-sticky-callout span {
    color: #ffffff; }

/* main: ../master.scss */
/*
* Templates
*
* This file is to be used for all styling specific
* to site's templates. This may include single post
* types as well as archive pages.
*
*/
/* HOMEPAGE */
body.home .block-info-block-with-media .button-wrapper a {
  min-width: 190px; }

body.home .homepage-hero a.btn-primary,
body.home .top-main-image a.btn-primary {
  width: auto;
  padding: 0.8125rem 1.25rem 0.1875rem;
  font-size: 3.75rem; }
  @media only screen and (max-width: 767px) {
    body.home .homepage-hero a.btn-primary,
    body.home .top-main-image a.btn-primary {
      font-size: 3.125rem;
      display: inline-block;
      width: auto; } }

.homepage-hero,
.top-main-image {
  background-size: cover;
  height: 630px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative; }
  .homepage-hero .graphic-container,
  .top-main-image .graphic-container {
    position: absolute;
    height: 110%;
    top: -4%;
    left: 7vw;
    z-index: 2; }
    .homepage-hero .graphic-container img,
    .top-main-image .graphic-container img {
      height: 695px; }
    @media only screen and (max-width: 1440px) {
      .homepage-hero .graphic-container,
      .top-main-image .graphic-container {
        left: 4vw; } }
    @media only screen and (max-width: 1279px) {
      .homepage-hero .graphic-container,
      .top-main-image .graphic-container {
        left: 2vw; }
        .homepage-hero .graphic-container img,
        .top-main-image .graphic-container img {
          height: 600px; } }
    @media only screen and (max-width: 1024px) {
      .homepage-hero .graphic-container,
      .top-main-image .graphic-container {
        left: 0; } }
    @media only screen and (max-width: 967px) {
      .homepage-hero .graphic-container,
      .top-main-image .graphic-container {
        display: none; } }
  .homepage-hero .hero-content,
  .top-main-image .hero-content {
    max-width: 420px;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .homepage-hero .hero-content,
      .top-main-image .hero-content {
        width: auto;
        padding-top: 1.5625rem; } }
  .homepage-hero .hero-message,
  .top-main-image .hero-message {
    width: 100%;
    padding: 1.875rem 0; }
    .homepage-hero .hero-message p,
    .top-main-image .hero-message p {
      color: #ffffff; }
    .homepage-hero .hero-message p:nth-child(2),
    .top-main-image .hero-message p:nth-child(2) {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      letter-spacing: 0.75px;
      font-size: 2.25rem;
      line-height: 1em; }
  .homepage-hero a.btn-primary,
  .top-main-image a.btn-primary {
    width: 100%;
    padding: 0.8125rem 0.8125rem 0.1875rem;
    font-size: 5rem; }
    @media only screen and (max-width: 767px) {
      .homepage-hero a.btn-primary,
      .top-main-image a.btn-primary {
        font-size: 3.125rem;
        display: inline-block;
        width: auto; } }
  @media only screen and (max-width: 767px) {
    .homepage-hero,
    .top-main-image {
      align-items: flex-start; } }
  .homepage-hero.bg_vid .hero-video-wrap,
  .top-main-image.bg_vid .hero-video-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .homepage-hero.bg_vid .hero-video-wrap,
      .top-main-image.bg_vid .hero-video-wrap {
        display: none; } }
  .homepage-hero.bg_vid video,
  .top-main-image.bg_vid video {
    object-fit: cover;
    width: 100%;
    height: 100%; }

section.moved-up {
  width: 92%;
  margin: 0 auto;
  position: relative;
  background: #fff; }
  section.moved-up .block-inner {
    padding: 1.5625rem 0.625rem 1.25rem; }

.page-template-template-home section.moved-up {
  min-height: 18.75rem; }

.page-template-template-home #block-index-1 {
  background: #fff;
  position: relative; }

.page-template-template-styles .social-links {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  padding-left: 0px; }
  .page-template-template-styles .social-links li {
    list-style-type: none; }
  .page-template-template-styles .social-links a {
    background: #2eabe1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.875rem;
    line-height: 1em;
    cursor: pointer; }
  .page-template-template-styles .social-links span {
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    .page-template-template-styles .social-links span:before {
      display: block; }
  @media only screen and (max-width: 767px) {
    .page-template-template-styles .social-links {
      padding-bottom: 10px; } }

.page-template-template-styles .hero-with-content-bleed {
  height: 37.5rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-template-styles .hero-with-content-bleed.mobile {
    display: none; }
  .page-template-template-styles .hero-with-content-bleed.desktop {
    display: block; }
  @media only screen and (max-width: 767px) {
    .page-template-template-styles .hero-with-content-bleed.mobile {
      display: block; }
    .page-template-template-styles .hero-with-content-bleed.desktop {
      display: none; } }

.page-template-template-styles .content-bleed {
  position: relative;
  top: -300px;
  margin-bottom: -300px; }
  .page-template-template-styles .content-bleed > .row {
    width: 90%; }
  .page-template-template-styles .content-bleed button,
  .page-template-template-styles .content-bleed .button,
  .page-template-template-styles .content-bleed input[type=submit] {
    margin-bottom: 15px; }

.page-template-template-styles .block-single-column-content .columns {
  padding: 0 3.125rem; }
  @media only screen and (max-width: 767px) {
    .page-template-template-styles .block-single-column-content .columns {
      padding: 0 2.5rem; } }

.page-template-template-styles .main-content {
  background: #1d5178;
  position: relative;
  padding: 5rem 5rem; }
  @media only screen and (max-width: 1024px) {
    .page-template-template-styles .main-content {
      padding: 5rem 3.125rem; } }
  @media only screen and (max-width: 766px) {
    .page-template-template-styles .main-content {
      padding: 5rem 1.875rem; } }
  .page-template-template-styles .main-content .hero-title {
    text-transform: uppercase;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1em; }
    @media only screen and (max-width: 766px) {
      .page-template-template-styles .main-content .hero-title {
        font-size: 1.625rem; } }
  .page-template-template-styles .main-content h2, .page-template-template-styles .main-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-styles .main-content .modal-block-themes-majors:first-child::before,
  .page-template-template-styles .main-content p {
    color: #ffffff; }
  .page-template-template-styles .main-content p {
    line-height: 1.9375rem; }
  .page-template-template-styles .main-content h2, .page-template-template-styles .main-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-styles .main-content .modal-block-themes-majors:first-child::before {
    margin-top: 0.3125rem;
    font-size: 3.625rem;
    line-height: 1.2em; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-styles .main-content h2, .page-template-template-styles .main-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-styles .main-content .modal-block-themes-majors:first-child::before {
        font-size: 2.375rem; } }
  .page-template-template-styles .main-content a {
    color: #fff;
    text-decoration: underline; }
    .page-template-template-styles .main-content a:hover {
      text-decoration: none; }
    .page-template-template-styles .main-content a.button {
      text-decoration: none; }
  .page-template-template-styles .main-content .graphic {
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-styles .main-content .graphic {
        margin-top: 60px; } }
    .page-template-template-styles .main-content .graphic img {
      flex-grow: 0;
      width: 60%;
      max-width: 230px; }

.page-template-template-styles .grid-section h2, .page-template-template-styles .grid-section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-styles .grid-section .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.page-template-template-styles .grid-section .grid-display .column-inner {
  height: 200px;
  background: #e1e1e1;
  margin-top: 0.9375rem; }

.page-template-template-staff .top-main-image .hero-content {
  position: absolute;
  bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-staff .top-main-image .hero-content {
      bottom: 6rem;
      max-width: 600px; } }

.page-template-template-staff .global-wrapper,
.page-template-template-summer-staff-director .global-wrapper {
  overflow: hidden; }

.page-template-template-staff .no-margin,
.page-template-template-summer-staff-director .no-margin {
  margin-left: 0;
  width: 1400px;
  margin: 0 auto; }

.page-template-template-staff .top-main-image,
.page-template-template-summer-staff-director .top-main-image {
  margin-bottom: 0 !important;
  max-height: 600px; }
  .page-template-template-staff .top-main-image.mobile,
  .page-template-template-summer-staff-director .top-main-image.mobile {
    display: none; }
  .page-template-template-staff .top-main-image.desktop,
  .page-template-template-summer-staff-director .top-main-image.desktop {
    display: block; }
  @media only screen and (max-width: 767px) {
    .page-template-template-staff .top-main-image.mobile,
    .page-template-template-summer-staff-director .top-main-image.mobile {
      display: block; }
    .page-template-template-staff .top-main-image.desktop,
    .page-template-template-summer-staff-director .top-main-image.desktop {
      display: none; } }
  .page-template-template-staff .top-main-image .text-center,
  .page-template-template-summer-staff-director .top-main-image .text-center {
    width: 100%; }
    .page-template-template-staff .top-main-image .text-center .hero-content,
    .page-template-template-summer-staff-director .top-main-image .text-center .hero-content {
      position: absolute;
      bottom: 2rem; }
      @media only screen and (min-width: 768px) {
        .page-template-template-staff .top-main-image .text-center .hero-content,
        .page-template-template-summer-staff-director .top-main-image .text-center .hero-content {
          bottom: 6rem;
          width: 500px; } }
  .page-template-template-staff .top-main-image a.btn-primary,
  .page-template-template-summer-staff-director .top-main-image a.btn-primary {
    width: auto;
    font-size: 1.875rem;
    padding: 1.25rem 1.875rem 0.8125rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-staff .top-main-image a.btn-primary,
      .page-template-template-summer-staff-director .top-main-image a.btn-primary {
        float: left; } }
  .page-template-template-staff .top-main-image .hero-message,
  .page-template-template-summer-staff-director .top-main-image .hero-message {
    padding-bottom: 0.5rem; }
    @media only screen and (max-width: 767px) {
      .page-template-template-staff .top-main-image .hero-message,
      .page-template-template-summer-staff-director .top-main-image .hero-message {
        display: block; } }
    .page-template-template-staff .top-main-image .hero-message p.tiny-text,
    .page-template-template-summer-staff-director .top-main-image .hero-message p.tiny-text {
      text-align: left;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      max-width: 90%;
      margin: 0 auto;
      font-size: 2rem;
      line-height: 2rem;
      margin: 0; }
      @media only screen and (max-width: 320px) {
        .page-template-template-staff .top-main-image .hero-message p.tiny-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.tiny-text {
          font-size: 1.5rem;
          line-height: 1.5rem; } }
      @media only screen and (min-width: 768px) {
        .page-template-template-staff .top-main-image .hero-message p.tiny-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.tiny-text {
          font-size: 2.75rem;
          line-height: 2.75rem; } }
    .page-template-template-staff .top-main-image .hero-message p.main-text,
    .page-template-template-staff .top-main-image .hero-message p.top-main-text,
    .page-template-template-summer-staff-director .top-main-image .hero-message p.main-text,
    .page-template-template-summer-staff-director .top-main-image .hero-message p.top-main-text {
      font-size: 3.75rem;
      line-height: 3.5rem;
      max-width: 320px;
      font-family: "Veneer", Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 320px) {
        .page-template-template-staff .top-main-image .hero-message p.main-text,
        .page-template-template-staff .top-main-image .hero-message p.top-main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.top-main-text {
          font-size: 3rem;
          line-height: 3rem; } }
      @media only screen and (min-width: 768px) {
        .page-template-template-staff .top-main-image .hero-message p.main-text,
        .page-template-template-staff .top-main-image .hero-message p.top-main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.top-main-text {
          font-size: 5rem;
          line-height: 4.5rem;
          max-width: 100%; } }
      @media only screen and (min-width: 1025px) {
        .page-template-template-staff .top-main-image .hero-message p.main-text,
        .page-template-template-staff .top-main-image .hero-message p.top-main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.main-text,
        .page-template-template-summer-staff-director .top-main-image .hero-message p.top-main-text {
          font-size: 8rem;
          line-height: 7rem; } }
    .page-template-template-staff .top-main-image .hero-message p.main-text,
    .page-template-template-summer-staff-director .top-main-image .hero-message p.main-text {
      margin-top: 0; }

.page-template-template-staff .block-info-block-with-image .content-column,
.page-template-template-summer-staff-director .block-info-block-with-image .content-column {
  margin-bottom: 3rem; }

.page-template-template-staff .block-info-block-with-image .image-column,
.page-template-template-summer-staff-director .block-info-block-with-image .image-column {
  display: block !important;
  min-width: 640px;
  margin-bottom: -10px;
  position: relative;
  left: 80px; }
  @media only screen and (min-width: 460px) {
    .page-template-template-staff .block-info-block-with-image .image-column,
    .page-template-template-summer-staff-director .block-info-block-with-image .image-column {
      min-width: 800px; } }
  @media only screen and (min-width: 632px) {
    .page-template-template-staff .block-info-block-with-image .image-column,
    .page-template-template-summer-staff-director .block-info-block-with-image .image-column {
      left: 0; } }
  @media only screen and (min-width: 768px) {
    .page-template-template-staff .block-info-block-with-image .image-column,
    .page-template-template-summer-staff-director .block-info-block-with-image .image-column {
      min-width: 10px;
      margin: 3rem 0;
      box-sizing: border-box; } }

.page-template-template-staff .block-info-block-with-image .image-right,
.page-template-template-summer-staff-director .block-info-block-with-image .image-right {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .page-template-template-staff .block-info-block-with-image .image-right,
    .page-template-template-summer-staff-director .block-info-block-with-image .image-right {
      padding: 0 2rem; } }

.page-template-template-staff .block-info-block-with-image h1,
.page-template-template-summer-staff-director .block-info-block-with-image h1 {
  font-size: 2.125rem;
  text-align: left;
  line-height: 2.25rem;
  max-width: 260px;
  padding-top: 3rem; }

.page-template-template-staff .block-info-block-with-image .button-wrapper a,
.page-template-template-summer-staff-director .block-info-block-with-image .button-wrapper a {
  margin-top: 3rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-staff .block-info-block-with-image .button-wrapper a,
    .page-template-template-summer-staff-director .block-info-block-with-image .button-wrapper a {
      margin-top: 2rem; } }

/* DAY AT CAMP */
/* STYLES FOR OUR-CAMPS-OLD.php */
.page-template-template-our-camps-old .CG-wrap .row .row {
  margin-left: 0;
  margin-right: 0; }

.page-template-template-our-camps-old .CG-wrap .theme-sidebar h2, .page-template-template-our-camps-old .CG-wrap .theme-sidebar .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.page-template-template-our-camps-old .CG-wrap .theme-blocks {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  height: 100%; }
  .page-template-template-our-camps-old .CG-wrap .theme-blocks .modal-block-themes-majors {
    flex-grow: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-our-camps-old .CG-wrap .theme-blocks .modal-block-themes-majors {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-our-camps-old .CG-wrap .theme-blocks .modal-block-themes-majors {
        width: 100%;
        display: block; } }
  @media only screen and (max-width: 1024px) {
    .page-template-template-our-camps-old .CG-wrap .theme-blocks {
      flex-direction: row;
      flex-wrap: wrap; } }

.page-template-template-our-camps-old .CG-wrap .theme-heading {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .page-template-template-our-camps-old .CG-wrap .theme-heading h2, .page-template-template-our-camps-old .CG-wrap .theme-heading .modal-block-themes-majors:first-child::before {
    color: #1d5178; }
  @media only screen and (max-width: 1024px) {
    .page-template-template-our-camps-old .CG-wrap .theme-heading {
      display: block; } }

.page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
  content: "Pick a weekly theme for your camper"; }

.page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.875rem;
  line-height: 1.875rem;
  display: block;
  padding: 4.375rem 0.9375rem 0.625rem; }
  @media only screen and (max-width: 1024px) {
    .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before {
      display: none; } }

.page-template-template-our-camps-old .CG-wrap .hero-section a {
  color: #fff;
  text-decoration: underline; }
  .page-template-template-our-camps-old .CG-wrap .hero-section a:hover {
    text-decoration: none; }
  .page-template-template-our-camps-old .CG-wrap .hero-section a.button {
    text-decoration: none; }

.page-template-template-our-camps-old .CG-wrap .graphic-wrapper {
  padding-left: 0;
  padding-right: 0; }

.page-template-template-our-camps-old .CG-wrap .hero-section,
.page-template-template-our-camps-old .CG-wrap .graphic-section,
.page-template-template-our-camps-old .CG-wrap .hero-section > *,
.page-template-template-our-camps-old .CG-wrap .graphic-section > * {
  max-width: 100%; }

.page-template-template-our-camps-old .GSQ-wrap h2.section-title, .page-template-template-our-camps-old .GSQ-wrap .CG-wrap .section-title.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .GSQ-wrap .section-title.modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.page-template-template-our-camps-old .GSQ-wrap .theme-block {
  position: relative; }
  .page-template-template-our-camps-old .GSQ-wrap .theme-block .modal-block-themes-majors {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    height: 100%; }

.page-template-template-our-camps-old .main-content {
  background: #1d5178; }

.page-template-template-our-camps-old .hero-section {
  padding: 3.75rem 2.5rem 2.5rem 2.5rem; }
  .page-template-template-our-camps-old .hero-section .hero-title {
    text-transform: uppercase; }
  .page-template-template-our-camps-old .hero-section h1,
  .page-template-template-our-camps-old .hero-section p {
    color: #ffffff; }
  .page-template-template-our-camps-old .hero-section h1 {
    margin-top: 0.625rem;
    font-size: 5rem;
    line-height: 5rem; }
  .page-template-template-our-camps-old .hero-section .btn-secondary {
    margin-top: 2.5rem; }

.page-template-template-our-camps-old .graphic-section img {
  display: block;
  width: 100%; }

.page-template-template-our-camps-old .detail-wrapper {
  background: linear-gradient(-180deg, #20aee9, #1497e3); }
  .page-template-template-our-camps-old .detail-wrapper img {
    max-width: 395px; }
  .page-template-template-our-camps-old .detail-wrapper .columns {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .page-template-template-our-camps-old .detail-wrapper .columns.detail-image {
    padding-top: 1.25rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0rem; }
  .page-template-template-our-camps-old .detail-wrapper h1,
  .page-template-template-our-camps-old .detail-wrapper h3,
  .page-template-template-our-camps-old .detail-wrapper p,
  .page-template-template-our-camps-old .detail-wrapper a {
    color: #ffffff; }
  .page-template-template-our-camps-old .detail-wrapper h3 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .page-template-template-our-camps-old .detail-wrapper .details {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .page-template-template-our-camps-old .detail-wrapper .details {
        width: 100%;
        flex: 1;
        max-width: none; } }
  .page-template-template-our-camps-old .detail-wrapper ul.details-list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 1.875rem; }
    .page-template-template-our-camps-old .detail-wrapper ul.details-list li {
      width: 47%;
      margin-bottom: 1.875rem;
      margin-right: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .page-template-template-our-camps-old .detail-wrapper ul.details-list li {
          width: 100%; } }
    .page-template-template-our-camps-old .detail-wrapper ul.details-list p {
      margin-top: 0.3125rem; }

.page-template-template-our-camps .theme-block {
  position: relative; }
  .page-template-template-our-camps .theme-block .modal-block-themes-majors {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    height: 100%; }

.page-template-template-our-camps h2.section-title, .page-template-template-our-camps .page-template-template-our-camps-old .CG-wrap .section-title.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-our-camps .section-title.modal-block-themes-majors:first-child::before {
  color: #1d5178;
  text-align: center; }

.page-template-template-our-camps .main-content {
  background: #1d5178;
  padding: 3.75rem 5rem; }
  @media only screen and (max-width: 1024px) {
    .page-template-template-our-camps .main-content {
      padding: 3.75rem 2.5rem; } }
  @media only screen and (max-width: 766px) {
    .page-template-template-our-camps .main-content {
      padding: 2.5rem 1.25rem; } }
  .page-template-template-our-camps .main-content .hero-title {
    text-transform: uppercase;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1em; }
    @media only screen and (max-width: 766px) {
      .page-template-template-our-camps .main-content .hero-title {
        font-size: 1.625rem; } }
  .page-template-template-our-camps .main-content h1,
  .page-template-template-our-camps .main-content p {
    color: #ffffff; }
  .page-template-template-our-camps .main-content p {
    line-height: 1.9375rem; }
  .page-template-template-our-camps .main-content h1 {
    margin-top: 0.3125rem;
    font-size: 4.5rem;
    line-height: 1em; }
    @media only screen and (max-width: 766px) {
      .page-template-template-our-camps .main-content h1 {
        font-size: 3.4375rem; } }
  .page-template-template-our-camps .main-content a {
    color: #fff;
    text-decoration: underline; }
    .page-template-template-our-camps .main-content a:hover {
      text-decoration: none; }
    .page-template-template-our-camps .main-content a.button {
      text-decoration: none; }
  .page-template-template-our-camps .main-content img.badge {
    max-height: 9.375rem; }
  .page-template-template-our-camps .main-content .buttons {
    flex-direction: column;
    margin-top: 0.9375rem; }
  .page-template-template-our-camps .main-content .btn-secondary {
    margin-top: 2.5rem;
    display: block;
    min-width: 220px; }

.page-template-template-our-camps .detail-wrapper {
  background: linear-gradient(-180deg, #20aee9, #1497e3); }
  .page-template-template-our-camps .detail-wrapper img {
    max-width: 395px; }
  .page-template-template-our-camps .detail-wrapper .columns {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .page-template-template-our-camps .detail-wrapper .columns.detail-image {
    padding-top: 1.25rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0rem; }
  .page-template-template-our-camps .detail-wrapper h1,
  .page-template-template-our-camps .detail-wrapper h3,
  .page-template-template-our-camps .detail-wrapper p,
  .page-template-template-our-camps .detail-wrapper a {
    color: #ffffff; }
  .page-template-template-our-camps .detail-wrapper h3 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .page-template-template-our-camps .detail-wrapper .details {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .page-template-template-our-camps .detail-wrapper .details {
        width: 100%;
        flex: 1;
        max-width: none; } }
  .page-template-template-our-camps .detail-wrapper ul.details-list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 1.875rem; }
    .page-template-template-our-camps .detail-wrapper ul.details-list li {
      width: 47%;
      margin-bottom: 1.875rem;
      margin-right: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .page-template-template-our-camps .detail-wrapper ul.details-list li {
          width: 100%; } }

/* CIT Program template */
.page-template-template-cit-program .modal-image .image-modal-close {
  top: 20px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-cit-program .modal-image .image-modal-close {
      top: 35px; } }

.page-template-template-cit-program .modal-image .image-modal-headline {
  top: 20px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-cit-program .modal-image .image-modal-headline {
      display: none; } }

.page-template-template-cit-program #modalImg {
  margin-top: 25px; }

.page-template-template-cit-program h2.section-title, .page-template-template-cit-program .page-template-template-our-camps-old .CG-wrap .section-title.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-cit-program .section-title.modal-block-themes-majors:first-child::before {
  color: #1d5178;
  text-align: center; }

.page-template-template-cit-program .hero-with-content-bleed {
  height: 37.5rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-template-cit-program .hero-with-content-bleed.mobile {
    display: none; }
  .page-template-template-cit-program .hero-with-content-bleed.desktop {
    display: block; }
  @media only screen and (max-width: 767px) {
    .page-template-template-cit-program .hero-with-content-bleed.mobile {
      display: block; }
    .page-template-template-cit-program .hero-with-content-bleed.desktop {
      display: none; } }

.page-template-template-cit-program .content-bleed {
  position: relative;
  top: -300px;
  margin-bottom: -300px; }
  .page-template-template-cit-program .content-bleed > .row {
    width: 90%;
    box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.3); }
  .page-template-template-cit-program .content-bleed .columns {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .page-template-template-cit-program .content-bleed .columns {
        padding-left: 0;
        padding-right: 0; } }

.page-template-template-cit-program .block-single-column-content .columns {
  padding: 0 3.125rem; }
  @media only screen and (max-width: 767px) {
    .page-template-template-cit-program .block-single-column-content .columns {
      padding: 0 2.5rem; } }

.page-template-template-cit-program .hero-graphic {
  position: absolute;
  left: -50px;
  bottom: 100%;
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  max-width: 405px; }
  @media only screen and (max-width: 768px) {
    .page-template-template-cit-program .hero-graphic {
      max-width: 305px;
      left: -25px; } }

.page-template-template-cit-program .main-content {
  background: #1d5178;
  position: relative;
  padding: 6.25rem 5rem; }
  @media only screen and (max-width: 1024px) {
    .page-template-template-cit-program .main-content {
      padding: 6.25rem 3.125rem; } }
  @media only screen and (max-width: 766px) {
    .page-template-template-cit-program .main-content {
      padding: 5rem 1.875rem; } }
  .page-template-template-cit-program .main-content .hero-title {
    text-transform: uppercase;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1em; }
    @media only screen and (max-width: 766px) {
      .page-template-template-cit-program .main-content .hero-title {
        font-size: 1.625rem; } }
  .page-template-template-cit-program .main-content h1,
  .page-template-template-cit-program .main-content p {
    color: #ffffff; }
  .page-template-template-cit-program .main-content p {
    line-height: 1.9375rem; }
  .page-template-template-cit-program .main-content h1 {
    margin-top: 0.3125rem;
    font-size: 3.625rem;
    line-height: 1.2em; }
  .page-template-template-cit-program .main-content a {
    color: #fff;
    text-decoration: underline; }
    .page-template-template-cit-program .main-content a:hover {
      text-decoration: none; }
    .page-template-template-cit-program .main-content a.button {
      text-decoration: none; }
  .page-template-template-cit-program .main-content img.badge {
    max-height: 9.375rem; }
  .page-template-template-cit-program .main-content .buttons {
    flex-direction: column;
    margin-top: 0.9375rem; }
  .page-template-template-cit-program .main-content .btn-secondary {
    margin-top: 2.5rem;
    display: block;
    min-width: 275px;
    border-radius: 15px;
    padding: 1.2rem 15px; }
  .page-template-template-cit-program .main-content .modal-image-btn {
    background: #e13c95; }
    .page-template-template-cit-program .main-content .modal-image-btn:hover {
      background: #eb7eb9; }

.page-template-template-cit-program .section-title h2, .page-template-template-cit-program .section-title .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-cit-program .section-title .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.page-template-template-cit-program .block-single-video .block-inner {
  padding: 0px 0px 0px 0px; }

.page-template-template-cit-program .block-single-video iframe {
  height: 450px; }

.page-template-template-cit-program .block-single-video .img-container {
  height: 450px; }

.page-template-template-cit-program .block-single-video .iframe-container {
  padding-bottom: 450px;
  background: #000000; }

.page-template-template-cit-program .block-single-video .videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: opacity 900ms, height 0s;
  -moz-transition: opacity 900ms, height 0s;
  transition: opacity 900ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .page-template-template-cit-program .block-single-video .videoPoster:before {
    content: url(../img/icon-play.svg);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.page-template-template-cit-program .block-single-video .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 900ms;
  -moz-transition-delay: 0s, 900ms;
  transition-delay: 0s, 900ms; }

/* SEARCH RESULTS */
.search-result-count {
  margin-bottom: 1.875rem; }

.galileo-search {
  padding: 2.5rem 0; }
  @media only screen and (max-width: 767px) {
    .galileo-search {
      padding: 1.25rem 0; } }
  .galileo-search h1 {
    color: #1d5178; }

/* FAQ */
.accordion-section-content {
  display: none; }

.faq {
  padding-top: 2.5rem; }
  .faq.content-bleed {
    padding-top: 0; }
  .faq .block-container .block-inner {
    padding: 1.125rem 0 1.125rem; }
  @media only screen and (max-width: 767px) {
    .faq {
      padding-top: 1.25rem; } }
  .faq h1 {
    color: #1d5178; }
  .faq h2, .faq .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .faq .modal-block-themes-majors:first-child::before {
    color: #2eabe1;
    cursor: pointer; }
  .faq h3 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    color: #1d5178;
    margin: 1.25rem 0; }
    @media only screen and (max-width: 767px) {
      .faq h3 {
        margin: 0.625rem 0; } }
  .faq ul {
    margin: 2.5rem 0 1.25rem 2.5rem; }
    @media only screen and (max-width: 767px) {
      .faq ul {
        margin: 1.25rem 0 0.625rem 2.5rem; } }
    .faq ul li {
      list-style-type: disc;
      padding-bottom: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .faq ul li {
          padding-bottom: 0.625rem; } }
  .faq .accordion {
    margin: 1.875rem 0 1.875rem; }
    @media only screen and (max-width: 767px) {
      .faq .accordion {
        margin: 0.9375rem 0 0.9375rem; } }
  .faq .accordion-section {
    margin: 0 0 1.875rem; }
    @media only screen and (max-width: 767px) {
      .faq .accordion-section {
        margin: 0 0 0.9375rem; } }
  .faq .item-content {
    margin: 0 0 1.5625rem; }
  .faq .accordion-section-title::after {
    content: "";
    background: url("../library/img/faq-arrow.png");
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 0 0 6px 1.25rem;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: rotate(180deg);
    transform-origin: center; }
    @media only screen and (max-width: 767px) {
      .faq .accordion-section-title::after {
        height: 14px; } }
  .faq .accordion-section-title.active::after {
    transform: rotate(0deg); }

/* Locations Landing Page */
section.locations .locations-top-content {
  padding: 1rem;
  padding-bottom: 4rem;
  max-width: 1000px; }
  @media only screen and (min-width: 768px) {
    section.locations .locations-top-content {
      padding-top: 4rem;
      padding-left: 2rem; } }
  section.locations .locations-top-content h1 {
    color: #1d5178;
    padding-bottom: 2rem; }

section.locations .regional-panel {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.5rem;
  position: relative; }
  section.locations .regional-panel .cta-content {
    position: absolute;
    bottom: 20%; }
    @media only screen and (min-width: 768px) {
      section.locations .regional-panel .cta-content {
        padding-left: 3rem; } }
    section.locations .regional-panel .cta-content h2, section.locations .regional-panel .cta-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap section.locations .regional-panel .cta-content .modal-block-themes-majors:first-child::before {
      font-size: 3.5rem;
      color: #ffffff;
      padding-bottom: 1.5rem; }
      @media only screen and (min-width: 768px) {
        section.locations .regional-panel .cta-content h2, section.locations .regional-panel .cta-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap section.locations .regional-panel .cta-content .modal-block-themes-majors:first-child::before {
          font-size: 4.5rem; } }

/* Area Locations Pages */
.page-template-template-regional-locations .hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-template-template-regional-locations .hero .title-row {
    min-height: 600px; }
    @media only screen and (max-width: 767px) {
      .page-template-template-regional-locations .hero .title-row {
        min-height: 400px; } }
  .page-template-template-regional-locations .hero h1 {
    color: #ffffff; }
  .page-template-template-regional-locations .hero.desktop {
    display: block; }
  .page-template-template-regional-locations .hero.mobile {
    display: none; }
  @media only screen and (max-width: 767px) {
    .page-template-template-regional-locations .hero.desktop {
      display: none; }
    .page-template-template-regional-locations .hero.mobile {
      display: block; } }

.page-template-template-regional-locations .locations-group-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .page-template-template-regional-locations .locations-group-header {
      padding-bottom: 2rem; } }
  .page-template-template-regional-locations .locations-group-header h2, .page-template-template-regional-locations .locations-group-header .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-regional-locations .locations-group-header .modal-block-themes-majors:first-child::before {
    color: #1d5178;
    font-size: 2.5rem;
    line-height: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-regional-locations .locations-group-header h2, .page-template-template-regional-locations .locations-group-header .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-regional-locations .locations-group-header .modal-block-themes-majors:first-child::before {
        width: 50%; } }
  .page-template-template-regional-locations .locations-group-header p {
    margin-top: 0.5rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .page-template-template-regional-locations .locations-group-header p {
        width: 50%; } }
  .page-template-template-regional-locations .locations-group-header a {
    margin-top: 2rem;
    min-width: 200px; }
    @media only screen and (min-width: 768px) {
      .page-template-template-regional-locations .locations-group-header a {
        position: absolute;
        right: 1rem;
        bottom: 2rem; } }

@media only screen and (max-width: 767px) {
  .page-template-template-regional-locations .camp-locations-blocks {
    margin: 0 1rem; } }

.page-template-template-regional-locations .camp-locations-blocks .large-6 {
  margin-bottom: 2rem; }

@media only screen and (max-width: 767px) {
  .page-template-template-regional-locations .c-box {
    margin: 1rem 0;
    margin-bottom: 2rem !important; } }

.page-template-template-regional-locations .c-box .inner-box {
  box-shadow: 0 0 6px #bcbcbc;
  padding: 2.5rem;
  height: 100%; }

.page-template-template-regional-locations .c-box h2, .page-template-template-regional-locations .c-box .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-regional-locations .c-box .modal-block-themes-majors:first-child::before {
  color: #1d5178;
  font-size: 1.75rem;
  padding-bottom: 2rem; }

.page-template-template-regional-locations .c-box ul {
  padding-left: 1rem; }

.page-template-template-regional-locations .c-box ul li {
  list-style: disc;
  padding-bottom: 0.5rem; }

/* THEMES & MAJORS PAGE */
.page-template-template-themes-majors .description-blurb {
  padding: 0rem 1.25rem 0rem 1.25rem; }

.page-template-template-themes-majors .themes-majors-intro .row {
  background: linear-gradient(-180deg, #20aee9, #1497e3); }
  .page-template-template-themes-majors .themes-majors-intro .row h3 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .page-template-template-themes-majors .themes-majors-intro .row h1 {
    margin-top: 0rem; }
  .page-template-template-themes-majors .themes-majors-intro .row h3,
  .page-template-template-themes-majors .themes-majors-intro .row h1,
  .page-template-template-themes-majors .themes-majors-intro .row p {
    color: #ffffff; }
  .page-template-template-themes-majors .themes-majors-intro .row .description p {
    max-width: 75%; }
  .page-template-template-themes-majors .themes-majors-intro .row .graphic-wrap {
    float: right;
    margin-left: -10px;
    margin-top: -15px;
    width: 40%; }

.page-template-template-themes-majors .tab-content,
.page-template-template-themes-majors .theme-blocks,
.page-template-template-themes-majors .major-blocks {
  width: 100%; }

.page-template-template-themes-majors .theme-blocks,
.page-template-template-themes-majors .major-blocks {
  display: flex;
  flex-wrap: wrap; }
  .page-template-template-themes-majors .theme-blocks .modal-block-themes-majors,
  .page-template-template-themes-majors .major-blocks .modal-block-themes-majors {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between; }

.page-template-template-themes-majors .themes-majors-tabs {
  margin-top: 1.25rem; }
  @media only screen and (max-width: 766px) {
    .page-template-template-themes-majors .themes-majors-tabs .row.tabs {
      padding-left: 0rem; } }

/* HERO WITH CONTENT BLEED */
.hero-with-content-bleed.mobile {
  display: none; }

.hero-with-content-bleed.desktop {
  display: block; }

@media only screen and (max-width: 767px) {
  .hero-with-content-bleed.mobile {
    display: block; }
  .hero-with-content-bleed.desktop {
    display: none; } }

.page-template-template-page-with-content-bleed-sem .hero-with-content-bleed,
.page-template-template-page-with-content-bleed .hero-with-content-bleed,
.page-template-template-faq .hero-with-content-bleed,
.page-template-default .hero-with-content-bleed,
.single-galileoanywhere .hero-with-content-bleed,
.single-jobs .hero-with-content-bleed {
  height: 37.5rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.mobile,
  .page-template-template-page-with-content-bleed .hero-with-content-bleed.mobile,
  .page-template-template-faq .hero-with-content-bleed.mobile,
  .page-template-default .hero-with-content-bleed.mobile,
  .single-galileoanywhere .hero-with-content-bleed.mobile,
  .single-jobs .hero-with-content-bleed.mobile {
    display: none; }
  .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.desktop,
  .page-template-template-page-with-content-bleed .hero-with-content-bleed.desktop,
  .page-template-template-faq .hero-with-content-bleed.desktop,
  .page-template-default .hero-with-content-bleed.desktop,
  .single-galileoanywhere .hero-with-content-bleed.desktop,
  .single-jobs .hero-with-content-bleed.desktop {
    display: block; }
  @media only screen and (max-width: 767px) {
    .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.mobile,
    .page-template-template-page-with-content-bleed .hero-with-content-bleed.mobile,
    .page-template-template-faq .hero-with-content-bleed.mobile,
    .page-template-default .hero-with-content-bleed.mobile,
    .single-galileoanywhere .hero-with-content-bleed.mobile,
    .single-jobs .hero-with-content-bleed.mobile {
      display: block; }
    .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.desktop,
    .page-template-template-page-with-content-bleed .hero-with-content-bleed.desktop,
    .page-template-template-faq .hero-with-content-bleed.desktop,
    .page-template-default .hero-with-content-bleed.desktop,
    .single-galileoanywhere .hero-with-content-bleed.desktop,
    .single-jobs .hero-with-content-bleed.desktop {
      display: none; } }

.page-template-template-page-with-content-bleed-sem .content-bleed,
.page-template-template-page-with-content-bleed .content-bleed,
.page-template-template-faq .content-bleed,
.page-template-default .content-bleed,
.single-galileoanywhere .content-bleed,
.single-jobs .content-bleed {
  position: relative;
  top: -300px;
  margin-bottom: -300px; }
  .page-template-template-page-with-content-bleed-sem .content-bleed > .row,
  .page-template-template-page-with-content-bleed .content-bleed > .row,
  .page-template-template-faq .content-bleed > .row,
  .page-template-default .content-bleed > .row,
  .single-galileoanywhere .content-bleed > .row,
  .single-jobs .content-bleed > .row {
    width: 70%; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-page-with-content-bleed-sem .content-bleed > .row,
      .page-template-template-page-with-content-bleed .content-bleed > .row,
      .page-template-template-faq .content-bleed > .row,
      .page-template-default .content-bleed > .row,
      .single-galileoanywhere .content-bleed > .row,
      .single-jobs .content-bleed > .row {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-page-with-content-bleed-sem .content-bleed > .row,
      .page-template-template-page-with-content-bleed .content-bleed > .row,
      .page-template-template-faq .content-bleed > .row,
      .page-template-default .content-bleed > .row,
      .single-galileoanywhere .content-bleed > .row,
      .single-jobs .content-bleed > .row {
        width: 94%; } }
  .page-template-template-page-with-content-bleed-sem .content-bleed .main-content,
  .page-template-template-page-with-content-bleed .content-bleed .main-content,
  .page-template-template-faq .content-bleed .main-content,
  .page-template-default .content-bleed .main-content,
  .single-galileoanywhere .content-bleed .main-content,
  .single-jobs .content-bleed .main-content {
    background: #ffffff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    overflow: visible; }
    @media only screen and (max-width: 767px) {
      .page-template-template-page-with-content-bleed-sem .content-bleed .main-content,
      .page-template-template-page-with-content-bleed .content-bleed .main-content,
      .page-template-template-faq .content-bleed .main-content,
      .page-template-default .content-bleed .main-content,
      .single-galileoanywhere .content-bleed .main-content,
      .single-jobs .content-bleed .main-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media only screen and (max-width: 1024px) {
      .page-template-template-page-with-content-bleed-sem .content-bleed .main-content .block-info-block-with-media .media-right,
      .page-template-template-page-with-content-bleed .content-bleed .main-content .block-info-block-with-media .media-right,
      .page-template-template-faq .content-bleed .main-content .block-info-block-with-media .media-right,
      .page-template-default .content-bleed .main-content .block-info-block-with-media .media-right,
      .single-galileoanywhere .content-bleed .main-content .block-info-block-with-media .media-right,
      .single-jobs .content-bleed .main-content .block-info-block-with-media .media-right {
        padding-top: 0; } }
    .page-template-template-page-with-content-bleed-sem .content-bleed .main-content .block-title .block-inner,
    .page-template-template-page-with-content-bleed .content-bleed .main-content .block-title .block-inner,
    .page-template-template-faq .content-bleed .main-content .block-title .block-inner,
    .page-template-default .content-bleed .main-content .block-title .block-inner,
    .single-galileoanywhere .content-bleed .main-content .block-title .block-inner,
    .single-jobs .content-bleed .main-content .block-title .block-inner {
      padding-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .page-template-template-page-with-content-bleed-sem .content-bleed .main-content .block-title .block-inner,
        .page-template-template-page-with-content-bleed .content-bleed .main-content .block-title .block-inner,
        .page-template-template-faq .content-bleed .main-content .block-title .block-inner,
        .page-template-default .content-bleed .main-content .block-title .block-inner,
        .single-galileoanywhere .content-bleed .main-content .block-title .block-inner,
        .single-jobs .content-bleed .main-content .block-title .block-inner {
          padding-top: 2rem; } }

.page-template-template-page-with-content-bleed-sem .bottom-image,
.page-template-template-page-with-content-bleed .bottom-image,
.page-template-template-faq .bottom-image,
.page-template-default .bottom-image,
.single-galileoanywhere .bottom-image,
.single-jobs .bottom-image {
  height: 43.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-template-template-page-with-content-bleed-sem .bottom-image,
    .page-template-template-page-with-content-bleed .bottom-image,
    .page-template-template-faq .bottom-image,
    .page-template-default .bottom-image,
    .single-galileoanywhere .bottom-image,
    .single-jobs .bottom-image {
      height: 28.125rem; } }

.page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.mobile {
    display: none; }
  .page-template-template-page-with-content-bleed-sem .hero-with-content-bleed.desktop {
    display: none; } }

@media only screen and (max-width: 767px) {
  .page-template-template-page-with-content-bleed-sem .content-bleed {
    top: 0;
    margin-bottom: 0px; } }

@media only screen and (max-width: 767px) {
  .page-template-template-page-with-content-bleed-sem .main-content .block-container .block-inner,
  .page-template-template-page-with-content-bleed .main-content .block-container .block-inner,
  .page-template-template-faq .main-content .block-container .block-inner {
    padding: 0 0 2.375rem; } }

.single-jobs h2, .single-jobs .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-jobs .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.single-jobs .meta {
  margin-top: 0px; }

.single-jobs .content-bleed .main-content {
  padding-top: 3.125rem; }

.single-jobs .job-intro .button, .single-jobs .job-intro input[type=submit] {
  margin-top: 15px; }

.single-jobs .job-description {
  padding-top: 60px; }
  .single-jobs .job-description h2, .single-jobs .job-description .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-jobs .job-description .modal-block-themes-majors:first-child::before {
    margin-bottom: 10px; }
  .single-jobs .job-description ul li {
    list-style-type: disc;
    margin-left: 1rem; }
  .single-jobs .job-description .button, .single-jobs .job-description input[type=submit] {
    margin-top: 15px; }

.single-themes_majors h2, .single-themes_majors .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-themes_majors .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.single-themes_majors .meta {
  margin-top: 0px; }

.single-themes_majors .theme-image img {
  max-height: 200px; }

.single-themes_majors .full-description {
  padding-top: 10px; }
  .single-themes_majors .full-description h2, .single-themes_majors .full-description .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-themes_majors .full-description .modal-block-themes-majors:first-child::before {
    margin-bottom: 10px; }
  .single-themes_majors .full-description ul li {
    list-style-type: disc;
    margin-left: 1rem; }
  .single-themes_majors .full-description .button, .single-themes_majors .full-description input[type=submit] {
    margin-top: 15px; }

/* Contact Page */
.page-template-template-contact .hero-with-content-bleed,
.page-template-template-request-info .hero-with-content-bleed {
  height: 37.5rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.page-template-template-contact .content-bleed,
.page-template-template-request-info .content-bleed {
  position: relative;
  top: -400px;
  margin-bottom: -400px; }
  .page-template-template-contact .content-bleed > .row,
  .page-template-template-request-info .content-bleed > .row {
    width: 70%; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-contact .content-bleed > .row,
      .page-template-template-request-info .content-bleed > .row {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact .content-bleed > .row,
      .page-template-template-request-info .content-bleed > .row {
        width: 100%; } }
  .page-template-template-contact .content-bleed .main-content,
  .page-template-template-request-info .content-bleed .main-content {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(-180deg, #20aee9, #1497e3); }
    .page-template-template-contact .content-bleed .main-content p.instructions,
    .page-template-template-request-info .content-bleed .main-content p.instructions {
      margin-top: 1.25rem;
      margin-bottom: 0.625rem;
      font-size: 1.125rem;
      line-height: 1.5rem; }
    .page-template-template-contact .content-bleed .main-content .row,
    .page-template-template-request-info .content-bleed .main-content .row {
      margin-left: 0;
      margin-right: 0;
      position: relative; }
      .page-template-template-contact .content-bleed .main-content .row .contact-head,
      .page-template-template-request-info .content-bleed .main-content .row .contact-head {
        padding: 2.5rem 2.5rem 1.875rem 2.5rem; }
        .page-template-template-contact .content-bleed .main-content .row .contact-head h1,
        .page-template-template-contact .content-bleed .main-content .row .contact-head h2,
        .page-template-template-contact .content-bleed .main-content .row .contact-head .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .contact-head .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .contact-head h1,
        .page-template-template-request-info .content-bleed .main-content .row .contact-head h2,
        .page-template-template-request-info .content-bleed .main-content .row .contact-head .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .contact-head .modal-block-themes-majors:first-child::before {
          color: #1d5178; }
        .page-template-template-contact .content-bleed .main-content .row .contact-head h1.title,
        .page-template-template-request-info .content-bleed .main-content .row .contact-head h1.title {
          font-size: 54px; }
        .page-template-template-contact .content-bleed .main-content .row .contact-head .subtitle,
        .page-template-template-request-info .content-bleed .main-content .row .contact-head .subtitle {
          font-size: 32px;
          margin-top: 15px; }
        @media only screen and (max-width: 767px) {
          .page-template-template-contact .content-bleed .main-content .row .contact-head,
          .page-template-template-request-info .content-bleed .main-content .row .contact-head {
            padding: 2.5rem 1.25rem 0.625rem 1.25rem; } }
      .page-template-template-contact .content-bleed .main-content .row .contact-form-container,
      .page-template-template-request-info .content-bleed .main-content .row .contact-form-container {
        padding: 0rem 5% 2.5rem;
        position: relative;
        overflow: hidden; }
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container.request-pad,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container.request-pad {
          padding: 0rem 20% 2.5rem; }
          @media only screen and (max-width: 767px) {
            .page-template-template-contact .content-bleed .main-content .row .contact-form-container.request-pad,
            .page-template-template-request-info .content-bleed .main-content .row .contact-form-container.request-pad {
              padding: 0rem 1.25rem 1.25rem 1.25rem; } }
        @media only screen and (max-width: 767px) {
          .page-template-template-contact .content-bleed .main-content .row .contact-form-container,
          .page-template-template-request-info .content-bleed .main-content .row .contact-form-container {
            padding: 0rem 1.25rem 1.25rem 1.25rem; } }
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container h1,
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container h2,
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before,
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container p,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h1,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h2,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container p {
          color: #1d5178; }
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container h1,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h1 {
          font-size: 5rem;
          line-height: 1; }
          @media only screen and (max-width: 1200px) {
            .page-template-template-contact .content-bleed .main-content .row .contact-form-container h1,
            .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h1 {
              font-size: 4.375rem; } }
          @media only screen and (max-width: 767px) {
            .page-template-template-contact .content-bleed .main-content .row .contact-form-container h1,
            .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h1 {
              font-size: 3.4375rem; } }
        
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container h2,
        .page-template-template-contact .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h2,
        .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before {
          font-size: 3.125rem;
          line-height: 1;
          margin-top: 1.25rem; }
          @media only screen and (max-width: 767px) {
            
            .page-template-template-contact .content-bleed .main-content .row .contact-form-container h2,
            .page-template-template-contact .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
            .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before,
            .page-template-template-request-info .content-bleed .main-content .row .contact-form-container h2,
            .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
            .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .contact-form-container .modal-block-themes-majors:first-child::before {
              font-size: 2.34375rem; } }
      .page-template-template-contact .content-bleed .main-content .row:first-child,
      .page-template-template-request-info .content-bleed .main-content .row:first-child {
        box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.35);
        z-index: 2;
        background-color: #ffffff; }
      .page-template-template-contact .content-bleed .main-content .row .job-seekers,
      .page-template-template-request-info .content-bleed .main-content .row .job-seekers {
        background: linear-gradient(-180deg, #20aee9, #1497e3);
        padding: 2.5rem 0;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .page-template-template-contact .content-bleed .main-content .row .job-seekers,
          .page-template-template-request-info .content-bleed .main-content .row .job-seekers {
            padding: 2.1875rem 0; } }
        .page-template-template-contact .content-bleed .main-content .row .job-seekers h2, .page-template-template-contact .content-bleed .main-content .row .job-seekers .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .job-seekers .modal-block-themes-majors:first-child::before,
        .page-template-template-contact .content-bleed .main-content .row .job-seekers p,
        .page-template-template-contact .content-bleed .main-content .row .job-seekers a,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers h2,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .job-seekers .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers p,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers a {
          color: #ffffff; }
        .page-template-template-contact .content-bleed .main-content .row .job-seekers ul,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers ul {
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2; }
          @media only screen and (max-width: 767px) {
            .page-template-template-contact .content-bleed .main-content .row .job-seekers ul,
            .page-template-template-request-info .content-bleed .main-content .row .job-seekers ul {
              -webkit-column-count: 1;
              /* Chrome, Safari, Opera */
              -moz-column-count: 1;
              /* Firefox */
              column-count: 1; } }
          .page-template-template-contact .content-bleed .main-content .row .job-seekers ul li,
          .page-template-template-request-info .content-bleed .main-content .row .job-seekers ul li {
            padding: 0 2.5rem;
            margin-bottom: 2.5rem; }
            @media only screen and (max-width: 767px) {
              .page-template-template-contact .content-bleed .main-content .row .job-seekers ul li,
              .page-template-template-request-info .content-bleed .main-content .row .job-seekers ul li {
                padding: 0 2.1875rem; }
                .page-template-template-contact .content-bleed .main-content .row .job-seekers ul li:last-child,
                .page-template-template-request-info .content-bleed .main-content .row .job-seekers ul li:last-child {
                  margin-bottom: 0; } }
        .page-template-template-contact .content-bleed .main-content .row .job-seekers h2.details-title, .page-template-template-contact .content-bleed .main-content .row .job-seekers .page-template-template-our-camps-old .CG-wrap .details-title.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .job-seekers .details-title.modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers h2.details-title,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers .page-template-template-our-camps-old .CG-wrap .details-title.modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .job-seekers .details-title.modal-block-themes-majors:first-child::before {
          font-size: 1.875rem;
          line-height: 1; }
        .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction h2, .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction h2,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction .modal-block-themes-majors:first-child::before {
          margin-bottom: 1.875rem; }
          @media only screen and (max-width: 767px) {
            .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction h2, .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction .modal-block-themes-majors:first-child::before,
            .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction h2,
            .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
            .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction .modal-block-themes-majors:first-child::before {
              font-size: 2.34375rem;
              line-height: 1;
              margin-bottom: 1.25rem; } }
        .page-template-template-contact .content-bleed .main-content .row .job-seekers .job-seekers-introduction p,
        .page-template-template-request-info .content-bleed .main-content .row .job-seekers .job-seekers-introduction p {
          margin-top: 0.3125rem;
          margin-bottom: 2.5rem; }
  .page-template-template-contact .content-bleed .job-seekers p,
  .page-template-template-request-info .content-bleed .job-seekers p {
    margin-top: 0.3125rem; }
  .page-template-template-contact .content-bleed .columns,
  .page-template-template-request-info .content-bleed .columns {
    padding-left: 0;
    padding-right: 0; }
  .page-template-template-contact .content-bleed .live-chat-container,
  .page-template-template-request-info .content-bleed .live-chat-container {
    background: linear-gradient(-180deg, #20aee9, #1497e3);
    padding: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact .content-bleed .live-chat-container,
      .page-template-template-request-info .content-bleed .live-chat-container {
        padding: 2.1875rem; } }
    .page-template-template-contact .content-bleed .live-chat-container h2, .page-template-template-contact .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before,
    .page-template-template-request-info .content-bleed .live-chat-container h2,
    .page-template-template-request-info .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before {
      margin-bottom: 3.125rem; }
      @media only screen and (max-width: 767px) {
        .page-template-template-contact .content-bleed .live-chat-container h2, .page-template-template-contact .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before,
        .page-template-template-request-info .content-bleed .live-chat-container h2,
        .page-template-template-request-info .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before {
          font-size: 2.34375rem;
          line-height: 1;
          margin-bottom: 1.25rem; } }
    .page-template-template-contact .content-bleed .live-chat-container h2, .page-template-template-contact .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before,
    .page-template-template-contact .content-bleed .live-chat-container p,
    .page-template-template-contact .content-bleed .live-chat-container a,
    .page-template-template-request-info .content-bleed .live-chat-container h2,
    .page-template-template-request-info .content-bleed .live-chat-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .live-chat-container .modal-block-themes-majors:first-child::before,
    .page-template-template-request-info .content-bleed .live-chat-container p,
    .page-template-template-request-info .content-bleed .live-chat-container a {
      color: #ffffff;
      text-align: center; }
    .page-template-template-contact .content-bleed .live-chat-container .button, .page-template-template-contact .content-bleed .live-chat-container input[type=submit],
    .page-template-template-request-info .content-bleed .live-chat-container .button,
    .page-template-template-request-info .content-bleed .live-chat-container input[type=submit] {
      display: block;
      margin: 0 auto;
      max-width: 16.875rem; }
      .page-template-template-contact .content-bleed .live-chat-container .button.chat-online, .page-template-template-contact .content-bleed .live-chat-container input.chat-online[type=submit],
      .page-template-template-request-info .content-bleed .live-chat-container .button.chat-online,
      .page-template-template-request-info .content-bleed .live-chat-container input.chat-online[type=submit] {
        font-size: 1.875rem; }
  .page-template-template-contact .content-bleed .live-chat-content-container,
  .page-template-template-request-info .content-bleed .live-chat-content-container {
    margin-bottom: 2.5rem; }
  .page-template-template-contact .content-bleed .contact-information-container,
  .page-template-template-request-info .content-bleed .contact-information-container {
    padding: 0rem 2.5rem 2.5rem 8vw; }
    .page-template-template-contact .content-bleed .contact-information-container.request,
    .page-template-template-request-info .content-bleed .contact-information-container.request {
      padding: 0rem 10vw 0.625rem; }
    @media only screen and (max-width: 1024px) {
      .page-template-template-contact .content-bleed .contact-information-container,
      .page-template-template-request-info .content-bleed .contact-information-container {
        padding: 0rem 2.5rem 2.5rem 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact .content-bleed .contact-information-container,
      .page-template-template-request-info .content-bleed .contact-information-container {
        padding: 0rem 1.25rem 1.25rem 1.25rem; } }
    .page-template-template-contact .content-bleed .contact-information-container h2, .page-template-template-contact .content-bleed .contact-information-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-contact .content-bleed .contact-information-container .modal-block-themes-majors:first-child::before,
    .page-template-template-request-info .content-bleed .contact-information-container h2,
    .page-template-template-request-info .content-bleed .contact-information-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .page-template-template-request-info .content-bleed .contact-information-container .modal-block-themes-majors:first-child::before {
      font-size: 1.875rem;
      color: #1d5178;
      margin-top: 1.25rem; }
    .page-template-template-contact .content-bleed .contact-information-container p,
    .page-template-template-request-info .content-bleed .contact-information-container p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 0.3125rem;
      margin-bottom: 1.25rem; }

/* Contact Form */
.contact-form-inner-container form,
.block-two-column-form-sem form,
form.salesforce-form {
  padding: 0rem 0 2.5rem 0; }
  .contact-form-inner-container form .columns.half-column,
  .block-two-column-form-sem form .columns.half-column,
  form.salesforce-form .columns.half-column {
    padding-right: 0.625rem; }
    @media only screen and (max-width: 1024px) {
      .contact-form-inner-container form .columns.half-column,
      .block-two-column-form-sem form .columns.half-column,
      form.salesforce-form .columns.half-column {
        padding-right: 0rem; } }
  .contact-form-inner-container form p,
  .block-two-column-form-sem form p,
  form.salesforce-form p {
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  .contact-form-inner-container form input[type="text"],
  .contact-form-inner-container form select,
  .block-two-column-form-sem form input[type="text"],
  .block-two-column-form-sem form select,
  form.salesforce-form input[type="text"],
  form.salesforce-form select {
    width: 100%;
    height: 1.875rem;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 0;
    padding: 0.9375rem;
    color: #666666;
    font-size: 0.9375rem; }
  .contact-form-inner-container form textarea,
  .block-two-column-form-sem form textarea,
  form.salesforce-form textarea {
    width: 100%;
    height: 5.625rem;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 0;
    color: #666666;
    font-size: 0.9375rem;
    padding: 0.9375rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .contact-form-inner-container form label,
  .contact-form-inner-container form .ctrlHolder,
  .block-two-column-form-sem form label,
  .block-two-column-form-sem form .ctrlHolder,
  form.salesforce-form label,
  form.salesforce-form .ctrlHolder {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1;
    color: #1d5178;
    text-transform: uppercase;
    display: block;
    margin-top: 1.25rem;
    position: relative; }
  .contact-form-inner-container form label.error,
  .block-two-column-form-sem form label.error,
  form.salesforce-form label.error {
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 1.125rem;
    margin-top: 0.3125rem;
    text-transform: none;
    color: red; }
  .contact-form-inner-container form .checkboxes,
  .block-two-column-form-sem form .checkboxes,
  form.salesforce-form .checkboxes {
    margin-top: 1.0625rem;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    color: #666666;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal; }
  .contact-form-inner-container form small,
  .block-two-column-form-sem form small,
  form.salesforce-form small {
    color: #666666;
    line-height: 1.0625rem;
    display: block;
    margin-top: 0.9375rem; }
  .contact-form-inner-container form .select-container,
  .block-two-column-form-sem form .select-container,
  form.salesforce-form .select-container {
    width: 100%;
    height: 2rem;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    color: #666666;
    font-size: 0.9375rem;
    position: relative; }
    .contact-form-inner-container form .select-container select,
    .block-two-column-form-sem form .select-container select,
    form.salesforce-form .select-container select {
      height: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0 55px 0 1.25rem;
      z-index: 1; }
    .contact-form-inner-container form .select-container::before,
    .block-two-column-form-sem form .select-container::before,
    form.salesforce-form .select-container::before {
      content: "";
      width: 1px;
      height: 0.9375rem;
      background-color: #666666;
      position: absolute;
      top: 0.5625rem;
      right: 3.125rem;
      z-index: 0; }
    .contact-form-inner-container form .select-container::after,
    .block-two-column-form-sem form .select-container::after,
    form.salesforce-form .select-container::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 0.3125rem solid transparent;
      border-right: 0.3125rem solid transparent;
      border-top: 0.5rem solid #2eabe1;
      position: absolute;
      top: 0.8125rem;
      right: 1.25rem;
      z-index: 0;
      pointer-events: none; }
  .contact-form-inner-container form span.required-asterick,
  .block-two-column-form-sem form span.required-asterick,
  form.salesforce-form span.required-asterick {
    font-size: 50%;
    position: absolute;
    top: -5px;
    padding-left: 5px;
    color: #2eabe1;
    font-family: "Veneer", Arial, Helvetica, sans-serif; }
  .contact-form-inner-container form input[type="submit"],
  .block-two-column-form-sem form input[type="submit"],
  form.salesforce-form input[type="submit"] {
    width: auto;
    display: block;
    margin: 1.875rem 0;
    padding: 1.125rem 2.5rem 0.75rem 2.5rem;
    max-width: 350px;
    font-size: 32px;
    line-height: 1em; }
    @media only screen and (max-width: 767px) {
      .contact-form-inner-container form input[type="submit"],
      .block-two-column-form-sem form input[type="submit"],
      form.salesforce-form input[type="submit"] {
        width: 100%;
        margin: 1.875rem auto; } }

/* Our People */
.page-template-template-our-people h1 {
  color: #1d5178;
  font-size: 3.8rem; }

.page-template-template-our-people .staff-grid .grid-img {
  background-position: center;
  background-size: cover;
  min-height: 270px;
  height: 100%;
  padding: 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative; }
  .page-template-template-our-people .staff-grid .grid-img:after {
    content: "";
    background: #e13c95;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 100ms ease; }
  .page-template-template-our-people .staff-grid .grid-img p {
    position: relative;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    margin-top: 0px;
    font-size: 17px;
    line-height: 1.4em;
    transition: all 100ms ease; }
  .page-template-template-our-people .staff-grid .grid-img:hover p {
    opacity: 1;
    transition: all 200ms ease; }
  .page-template-template-our-people .staff-grid .grid-img:hover:after {
    opacity: 0.8;
    transition: all 200ms ease; }

.page-template-template-our-people .staff-grid .columns {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.page-template-template-our-people .staff-grid .grid-left {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 767px) {
    .page-template-template-our-people .staff-grid .grid-left {
      margin-bottom: 0; } }

.page-template-template-our-people .staff-grid .block-single-video .block-inner {
  padding: 0px 0px 0px 0px;
  height: 100%; }

.page-template-template-our-people .staff-grid .block-single-video iframe {
  height: 270px;
  min-height: 270px; }

.page-template-template-our-people .staff-grid .block-single-video .img-container {
  min-height: 270px;
  height: 100%; }

.page-template-template-our-people .staff-grid .block-single-video .iframe-container {
  padding-bottom: 270px;
  background: #000000; }

.page-template-template-our-people .staff-grid .block-single-video .videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: opacity 900ms, height 0s;
  -moz-transition: opacity 900ms, height 0s;
  transition: opacity 900ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .page-template-template-our-people .staff-grid .block-single-video .videoPoster:before {
    content: url(../img/icon-play.svg);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.page-template-template-our-people .staff-grid .block-single-video .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 900ms;
  -moz-transition-delay: 0s, 900ms;
  transition-delay: 0s, 900ms; }

.page-template-template-our-people .leadership-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px; }
  .page-template-template-our-people .leadership-item .director a {
    display: block; }
    .page-template-template-our-people .leadership-item .director a:hover svg.bio-expand circle {
      fill: #e13c95;
      transition: all 100ms ease; }
  .page-template-template-our-people .leadership-item .director .director-container {
    position: relative;
    width: 140px;
    margin: 10px auto 15px; }
  .page-template-template-our-people .leadership-item .director .director-title p {
    font-size: 18px;
    max-width: 160px;
    margin: 0 auto;
    line-height: 1.2em; }
  .page-template-template-our-people .leadership-item .director .bio-img-container {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden; }
  .page-template-template-our-people .leadership-item .director .bio-img-container img {
    height: 140px; }
  .page-template-template-our-people .leadership-item .director svg.bio-expand {
    position: absolute;
    bottom: 10px;
    width: 30px;
    right: 5px; }
  .page-template-template-our-people .leadership-item .linkedin-link {
    margin-top: 10px; }

.page-template-template-our-people .join-us .join-img {
  width: 100%; }

.page-template-template-our-people .join-us .join-content {
  padding: 40px 0px; }

.page-template-template-our-people .join-us p {
  font-size: 18px;
  margin: 50px auto;
  max-width: 350px; }

.page-template-template-our-people .modal-media-content .modal-content-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none; }
  @media only screen and (max-width: 767px) {
    .page-template-template-our-people .modal-media-content .modal-content-wrapper {
      padding: 30px 0px 0px; } }

.page-template-template-our-people .modal-media-content img {
  height: 220px; }

.page-template-template-our-people .modal-media-content .modal-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .page-template-template-our-people .modal-media-content .modal-contents {
      flex-direction: column; } }

.page-template-template-our-people .modal-media-content .img-wrap {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0; }

.page-template-template-our-people .modal-media-content h2.modal-headline, .page-template-template-our-people .modal-media-content .page-template-template-our-camps-old .CG-wrap .modal-headline.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-our-people .modal-media-content .modal-headline.modal-block-themes-majors:first-child::before {
  text-align: center;
  margin-bottom: 0.5rem !important; }

.page-template-template-our-people .modal-media-content p.modal-subhead {
  text-align: center;
  color: #1d5178;
  text-transform: uppercase;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  margin: 0px auto 1rem auto; }

.page-template-template-our-people .modal-media-content .social-links {
  display: flex;
  margin-top: 20px;
  list-style-type: none;
  justify-content: center;
  padding-bottom: 40px; }
  .page-template-template-our-people .modal-media-content .social-links li {
    list-style-type: none; }
  .page-template-template-our-people .modal-media-content .social-links a {
    background: #2eabe1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer; }
  .page-template-template-our-people .modal-media-content .social-links span {
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    line-height: 1em; }
    .page-template-template-our-people .modal-media-content .social-links span:before {
      font-size: inherit;
      line-height: 1em;
      display: block; }
  .page-template-template-our-people .modal-media-content .social-links .icon-instagram:before {
    content: "\ea92";
    position: relative;
    left: 0px; }
  .page-template-template-our-people .modal-media-content .social-links svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .page-template-template-our-people .modal-media-content .social-links svg #Fill-1 {
    fill: #2eabe1; }
  .page-template-template-our-people .modal-media-content .social-links a#leadership-linkedin {
    background: #ffffff; }

/* 404 Page */
.error404 .section-inner {
  padding: 0 1rem;
  padding-bottom: 4.625rem; }
  .error404 .section-inner h1 {
    margin-top: 0; }
  .error404 .section-inner .img-holder {
    max-width: 300px; }
  .error404 .section-inner ul {
    margin: 0 0 0 2.5rem; }
    .error404 .section-inner ul li {
      list-style-type: disc; }

/* Chat Widget Overrides */
#liveagent_invite_button_57334000000TNwq {
  margin-top: -158px !important;
  margin-left: -210px !important; }
  @media only screen and (max-width: 767px) {
    #liveagent_invite_button_57334000000TNwq {
      display: none; } }

/* More Resoureces Block */
.more-resources {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: white; }

/* main: ../master.scss */
.row.tabs {
  border-bottom: 1px solid #2eabe1; }
  .row.tabs .columns:not(.shrink) {
    border-top: 1px solid #2eabe1;
    border-right: 1px solid #2eabe1;
    padding: 0rem; }
    .row.tabs .columns:not(.shrink) span {
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      transition: all .3s ease;
      align-self: stretch;
      min-height: 100%;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #2eabe1;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 0.875rem;
      padding: 1.875rem 1.25rem;
      letter-spacing: .75px;
      font-weight: 600; }
    .row.tabs .columns:not(.shrink) span.is-active {
      background-color: #2eabe1;
      color: #ffffff;
      text-decoration: none; }
  .row.tabs .columns:first-child {
    border-left: 1px solid #2eabe1; }
  .row.tabs .columns:last-child {
    padding-right: 0; }
  .row.tabs .columns {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  .row.tabs .placeholder-button {
    width: 21.625rem;
    height: 3.25rem;
    padding: 0.75rem 2.5rem 0.375rem;
    margin-bottom: 1rem;
    visibility: hidden; }

/* main: ../master.scss */
/*
* All Content Blocks
*
* This file is to be used for all global styling
* to content blocks.
*
*/
.block-container.white + .block-container.white .block-inner {
  padding-top: 0; }

.block-container.bg-black + .block-container.bg-black .block-inner {
  padding-top: 0; }

.block-container.bg-light + .block-container.bg-light .block-inner {
  padding-top: 0; }

.block-container.bg-dark + .block-container.bg-dark .block-inner {
  padding-top: 0; }

.block-container.bg-red + .block-container.bg-red .block-inner {
  padding-top: 0; }

.block-container.bg-blue + .block-container.bg-blue .block-inner {
  padding-top: 0; }

.block-container.bg-green + .block-container.bg-green .block-inner {
  padding-top: 0; }

.block-container.bg-none + .block-container.bg-none .block-inner {
  padding-top: 0; }

.block-container.bg-gray + .block-container.bg-gray .block-inner {
  padding-top: 0; }

.block-container.bg-lightgray + .block-container.bg-lightgray .block-inner {
  padding-top: 0; }

.block-container.bg-darkgray + .block-container.bg-darkgray .block-inner {
  padding-top: 0; }

.block-container.bg-grey + .block-container.bg-grey .block-inner {
  padding-top: 0; }

.block-container.bg-lightgrey + .block-container.bg-lightgrey .block-inner {
  padding-top: 0; }

.block-container.bg-darkgrey + .block-container.bg-darkgrey .block-inner {
  padding-top: 0; }

.block-container .block-inner {
  position: relative;
  padding: 3.125rem 0 4.375rem; }

.block-spacer {
  margin: 0 !important;
  padding: 0 !important; }
  .block-spacer .block-inner {
    margin: 0 !important;
    padding: 0 !important; }

.block-container.image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

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

/* main: ../master.scss */
/*************************************
Colorbox
**************************************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) repeat 0 0; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  background: white;
  overflow: hidden; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px; }

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  border-radius: 4px; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: white; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#colorbox {
  outline: 0;
  border: 8px solid black;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc; }

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
  width: 6px;
  height: 6px; }

#cboxMiddleLeft, #cboxMiddleRight {
  width: 6px; }

#cboxTopCenter, #cboxBottomCenter {
  height: 6px; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: -460px -897px;
  border-radius: 15px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: -476px -897px;
  border-radius: 15px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-position: -14px -842px;
  border-radius: 15px; }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

/* main: ../master.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* main: ../master.scss */
/*************************************
WordPress Specifics
**************************************/
.alignleft, .alignright {
  display: inline-block; }

.alignleft {
  float: left;
  margin: 0 20px 5px 0; }

.alignright {
  float: right;
  margin: 0 0 5px 20px; }

.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 15px auto; }

.wp-caption {
  background: rgba(0, 0, 0, 0.1);
  border: 1px rgba(0, 0, 0, 0.3) solid;
  padding: 15px;
  font-size: 0.85em;
  text-align: center; }

.wp-caption img {
  border: 1px rgba(0, 0, 0, 0.3) solid;
  margin: 0 auto 15px auto;
  max-width: 98.5%;
  width: auto; }

.admin-bar .gn-menu-main {
  top: 32px; }

.admin-bar .gn-menu-wrapper {
  position: fixed;
  top: 92px; }

/* main: ../master.scss */
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.eot?ry9u7i");
  src: url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.eot?ry9u7i#iefix") format("embedded-opentype"), url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.woff2?ry9u7i") format("woff2"), url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.ttf?ry9u7i") format("truetype"), url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.woff?ry9u7i") format("woff"), url("/wp-content/themes/galileo-learning/library/css/fonts/icomoon.svg?ry9u7i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* 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: 1em;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92";
  position: relative;
  left: .5px; }

.icon-twitter:before {
  content: "\ea96"; }

/* main: ../master.scss */
/* MODAL BLOCKS - not modals but the blocks that open modals*/
/* Themes + Majors Modal Block */
.modal-block-themes-majors {
  background: #ffffff;
  padding: 0rem 0rem 1.25rem 0rem;
  text-align: center;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.35);
  position: relative; }
  .modal-block-themes-majors .modal-block-image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .modal-block-themes-majors .modal-block-image.with-image {
      background-size: cover;
      height: 450px; }
    .modal-block-themes-majors .modal-block-image.with-graphic {
      background-size: auto 100%;
      height: 150px;
      margin-top: 1.875rem; }
  .modal-block-themes-majors .new-badge {
    width: 123px;
    position: absolute;
    top: 0;
    right: 0.9375rem; }
  .modal-block-themes-majors .modal-block-content {
    flex-grow: 1;
    padding: 1.875rem 0.9375rem 0rem 0.9375rem;
    max-width: 35.9375rem;
    margin: 0 auto; }
  .modal-block-themes-majors .title {
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  .modal-block-themes-majors a.modal-vid-btn {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1d5178;
    background-color: #fbd434;
    width: 100%;
    display: block;
    letter-spacing: .75px;
    padding: 1.5625rem 0;
    margin: 1.25rem 0.3125rem 0rem;
    transition: background-color .3s ease;
    position: relative; }
    .modal-block-themes-majors a.modal-vid-btn:hover {
      text-decoration: none;
      background-color: #fce47f; }
    .modal-block-themes-majors a.modal-vid-btn:after {
      content: url("../img/icon-play.png");
      position: absolute;
      top: 50%;
      left: initial;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 50px; }
  .modal-block-themes-majors a.modal-content-btn, .modal-block-themes-majors a.blue-button, .modal-block-themes-majors a.blue-button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1d5178;
    background-color: #2eabe1;
    width: 100%;
    display: block;
    letter-spacing: .75px;
    padding: 1.5625rem 0;
    margin: 1.25rem 0.3125rem 0rem;
    transition: background-color .3s ease;
    position: relative; }
    .modal-block-themes-majors a.modal-content-btn:hover, .modal-block-themes-majors a.blue-button:hover, .modal-block-themes-majors a.blue-button:hover {
      text-decoration: none;
      background-color: #71c6eb; }
  .modal-block-themes-majors.major .description, .modal-block-themes-majors.major .description p {
    text-align: left; }
  .modal-block-themes-majors a.inline-modal-btn {
    font-family: inherit !important;
    text-transform: none !important;
    background-color: inherit !important;
    width: auto !important;
    display: inline !important;
    padding: 0 !important;
    margin-top: auto !important;
    color: #2eabe1; }
  .modal-block-themes-majors .button-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%; }

.modal-block-themes-majors a.modal-vid-btn, .modal-block-themes-majors a.modal-content-btn, .modal-block-themes-majors a.blue-button {
  margin: 1.25rem 0.3125rem 0rem; }

@media only screen and (max-width: 1024px) {
  .modal-block-themes-majors a.modal-vid-btn:after {
    display: none; } }

/* MODALS */
.modal-overlay, .video-modal-overlay, .image-modal-overlay, .content-modal-overlay, .media-content-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.modal {
  visibility: hidden; }

.modal-wrapper {
  z-index: 4;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  pointer-events: none; }

.modal-contents {
  background: #ffffff;
  padding: 2.5rem 1.875rem 1.875rem;
  pointer-events: all !important;
  position: relative;
  width: 80%;
  max-height: 90vh;
  overflow: auto; }
  .modal-contents h2, .modal-contents .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .modal-contents .modal-block-themes-majors:first-child::before, .modal-contents #modal-headline {
    color: #1d5178;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .modal-contents {
      width: 100%; } }

.modal-content-wrapper {
  -moz-box-shadow: inset 0 0 20px #d8d8d8;
  -webkit-box-shadow: inset 0 0 20px #d8d8d8;
  box-shadow: inset 0 0 20px #d8d8d8;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem; }
  .modal-content-wrapper ul {
    margin-top: 0.5rem; }
    .modal-content-wrapper ul li {
      list-style-type: disc;
      margin-left: 1rem;
      font-size: 1rem; }

.modal-close, .video-modal-close, .image-modal-close, .content-modal-close, .media-content-modal-close {
  position: absolute;
  right: 1.875rem;
  top: 0.8125rem;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #666666; }
  .modal-close:hover, .video-modal-close:hover, .image-modal-close:hover, .content-modal-close:hover, .media-content-modal-close:hover {
    text-decoration: none;
    cursor: pointer; }

.modal-show {
  visibility: visible; }

.modal-transition {
  -webkit-transform: scale(0.7) translate(-50%, -50%);
  -moz-transform: scale(0.7) translate(-50%, -50%);
  -ms-transform: scale(0.7) translate(-50%, -50%);
  transform: scale(0.7) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.modal-show .modal-transition {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.modal-video, .modal-media-content {
  text-align: center; }
  .modal-video iframe, .modal-media-content iframe {
    height: 450px;
    width: 800px; }
  .modal-video img, .modal-media-content img {
    margin: 0 auto; }
  .modal-video .modal-content-wrapper, .modal-media-content .modal-content-wrapper {
    text-align: left; }
  .modal-video .iframe-container, .modal-media-content .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .modal-video .iframe-container iframe, .modal-video .iframe-container object, .modal-video .iframe-container embed, .modal-media-content .iframe-container iframe, .modal-media-content .iframe-container object, .modal-media-content .iframe-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.modal-image .modal-contents {
  background: transparent;
  padding: 0px; }

.modal-image .modal-content-wrapper {
  box-shadow: none;
  position: absolute;
  top: 0; }

.modal-image .image-modal-headline {
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 75px; }

.modal-image .image-modal-close {
  right: 15px;
  top: 25px;
  color: #ffffff; }
  .modal-image .image-modal-close img {
    width: 40px; }

.acf-oembed .canvas {
  display: none !important; }

body.modal-open {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.modal-open .align-middle {
      align-items: flex-start; }
    body.modal-open .modal-wrapper {
      position: fixed;
      top: 0 !important;
      left: 0;
      width: 100vw;
      height: 100vh;
      transform: none !important; }
    body.modal-open .modal-contents {
      max-height: 100vh; } }

/* main: ../master.scss */
/*
* Browser Support
*
* This file is to be used for all browser specific styling
*
*
*/
body.internet-explorer {
  width: expression( document.body.clientWidth < 801 ? “800px” : “auto” );
  /* set min-width for IE */ }
  body.internet-explorer header.global-header {
    width: expression( document.body.clientWidth < 801 ? “800px” : “auto” );
    /* set min-width for IE */ }
  body.internet-explorer .global-wrapper {
    width: expression( document.body.clientWidth < 801 ? “800px” : “auto” );
    /* set min-width for IE */ }
  @media only screen and (min-width: 768px) {
    body.internet-explorer .global-wrapper {
      margin: 8.75rem auto 0 auto; }
    body.internet-explorer .top-menu-row {
      height: 3.75rem; }
    body.internet-explorer .primary-menu-row {
      height: 4.6875rem; }
      body.internet-explorer .primary-menu-row .primary-menu-callout {
        height: 9.375rem; }
        body.internet-explorer .primary-menu-row .primary-menu-callout h2, body.internet-explorer .primary-menu-row .primary-menu-callout .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap body.internet-explorer .primary-menu-row .primary-menu-callout .modal-block-themes-majors:first-child::before, body.internet-explorer .primary-menu-row .primary-menu-callout span {
          width: 100%; }
      body.internet-explorer .primary-menu-row .primary-menu-column-container.sticky {
        height: 4.6875rem; }
    body.internet-explorer .top-menu-row li.search-menu-item a::after {
      width: 1.1875rem; }
    body.internet-explorer .homepage-hero .graphic-container, body.internet-explorer .top-main-image .graphic-container {
      top: 0px; } }
  body.internet-explorer .page-template-template-summer-staff-director .camp-details-tabs .columns {
    display: inline-block; }
  body.internet-explorer .page-template-template-summer-staff-director .top-main-image a.btn-primary,
  body.internet-explorer .page-template-template-summer-staff-director .page-template-template-staff .top-main-image a.btn-primary {
    padding-top: 1.5rem; }
  body.internet-explorer .camp-details-content-inner .ie-block {
    display: block; }
  body.internet-explorer .mobile-menu-button-container .hamburger {
    bottom: 1rem;
    right: 1.5rem; }
  body.internet-explorer .footer-top .subscribe .error,
  body.internet-explorer .footer-top .subscribe .success-message {
    left: 0px; }
  body.internet-explorer select::-ms-expand {
    display: none; }

/* main: ../master.scss */
body.page-template-template-icims .primary-menu-row .jobs-announcement .primary-menu-callout {
  display: none; }

body.page-template-template-icims .primary-menu-row .primary-menu-column-announcement.show-announcement {
  padding: 0px 3rem 0 0; }

/*************************************
Blocks
**************************************/
/* main: ../master.scss */
.block-accordion * {
  box-sizing: border-box; }

.block-accordion a {
  text-decoration: none;
  color: inherit; }

.block-accordion p {
  font-size: 1.1em;
  margin: 1em 0; }

.block-accordion .description {
  margin: 1em auto 2.25em; }

.block-accordion ul {
  list-style: none;
  padding: 0; }
  .block-accordion ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none; }
    .block-accordion ul .inner.show {
      /*display: block;*/ }
  .block-accordion ul li {
    margin: .5em 0; }
    .block-accordion ul li a.toggle {
      width: 100%;
      display: block;
      background: rgba(29, 81, 120, 0.78);
      color: #fefefe;
      padding: .75em;
      border-radius: 0.15em;
      transition: background .3s ease; }
      .block-accordion ul li a.toggle:hover {
        background: rgba(29, 81, 120, 0.9); }

/* main: ../master.scss */
.block-content-with-columns .color_columns iframe {
  max-width: 100%; }

.block-content-with-columns .color_columns .row.align-center {
  margin: 0 auto; }

.block-content-with-columns .num-col-1 {
  padding: 2.7rem 0; }
  .block-content-with-columns .num-col-1 .columns {
    margin-top: 0; }
    .block-content-with-columns .num-col-1 .columns .color_columns {
      padding: 1.875rem 2.5rem; }

.block-content-with-columns h1,
.block-content-with-columns h2,
.block-content-with-columns .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
.page-template-template-our-camps-old .CG-wrap .block-content-with-columns .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.block-content-with-columns span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.block-content-with-columns .subtitle {
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem; }

.block-content-with-columns .columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-top: 2.5rem; }

.block-content-with-columns .content-wrap {
  position: relative;
  height: 100%; }
  .block-content-with-columns .content-wrap p {
    margin-top: 0rem; }
  .block-content-with-columns .content-wrap.text_columns {
    padding: 0rem 2.5rem 0rem 0rem; }
    @media only screen and (max-width: 766px) {
      .block-content-with-columns .content-wrap.text_columns {
        padding: 0rem; } }
  .block-content-with-columns .content-wrap.color_columns {
    padding: 2.5rem 2.5rem 1.875rem 2.5rem; }
    .block-content-with-columns .content-wrap.color_columns > * {
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .block-content-with-columns .content-wrap.color_columns {
        padding: 2.5rem 1.5625rem 1.25rem 1.5625rem; } }
  .block-content-with-columns .content-wrap.cyan {
    background-color: #2eabe1; }
    .block-content-with-columns .content-wrap.cyan a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.orange {
    background-color: #fbaf3f; }
    .block-content-with-columns .content-wrap.orange a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.purple {
    background-color: #7a79b6; }
    .block-content-with-columns .content-wrap.purple a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.yellow {
    background-color: #ffdd16; }
    .block-content-with-columns .content-wrap.yellow a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.lightblue {
    background-color: #a8dff5; }
    .block-content-with-columns .content-wrap.lightblue a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.green {
    background-color: #89c54d; }
    .block-content-with-columns .content-wrap.green a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.magenta {
    background-color: #e13c95; }
    .block-content-with-columns .content-wrap.magenta a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.blue {
    background-color: #1d5178; }
    .block-content-with-columns .content-wrap.blue a {
      color: #ffffff;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.blue-light {
    background-color: #e2f4fd; }
    .block-content-with-columns .content-wrap.blue-light a {
      color: #666666 !important;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap.pink-light {
    background-color: #f2b7d3; }
    .block-content-with-columns .content-wrap.pink-light a {
      color: #666666 !important;
      text-decoration: underline; }
  .block-content-with-columns .content-wrap .banner {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 90%; }

.block-content-with-columns.blue h2, .block-content-with-columns.blue .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-content-with-columns.blue .modal-block-themes-majors:first-child::before, .block-content-with-columns.cyan h2, .block-content-with-columns.cyan .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-content-with-columns.cyan .modal-block-themes-majors:first-child::before, .block-content-with-columns.magenta h2, .block-content-with-columns.magenta .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-content-with-columns.magenta .modal-block-themes-majors:first-child::before {
  color: #ffffff !important; }

.block-content-with-columns.blue-light > *, .block-content-with-columns.pink-light > * {
  color: #666666 !important; }

.block-content-with-columns.blue-light h2, .block-content-with-columns.blue-light .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-content-with-columns.blue-light .modal-block-themes-majors:first-child::before, .block-content-with-columns.pink-light h2, .block-content-with-columns.pink-light .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-content-with-columns.pink-light .modal-block-themes-majors:first-child::before {
  color: #666666 !important; }

.block-content-with-columns .large-12 .text_columns {
  padding: 0rem; }

.block-content-with-columns ul {
  margin: 0.625rem 0;
  padding-left: 2rem; }
  @media only screen and (min-width: 768px) {
    .block-content-with-columns ul {
      padding-left: 4rem; } }
  .block-content-with-columns ul li {
    list-style: disc; }

.block-content-with-columns .block-inner.quadrant_columns {
  padding: 0px 0px 4.375rem 0px; }
  .block-content-with-columns .block-inner.quadrant_columns .columns {
    padding: 0px 0px 0px 0px;
    margin-top: 0px; }
  .block-content-with-columns .block-inner.quadrant_columns .content-wrap {
    padding: 5rem 4.375rem;
    min-height: 250px; }
    .block-content-with-columns .block-inner.quadrant_columns .content-wrap p {
      line-height: 1.6em; }
    @media only screen and (max-width: 768px) {
      .block-content-with-columns .block-inner.quadrant_columns .content-wrap {
        padding: 3.75rem 2.5rem; } }

/* main: ../master.scss */
.content-block.block-intro h1, .content-block.block-intro h2, .content-block.block-intro .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .content-block.block-intro .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

/* main: ../master.scss */
.block-info-block-with-media {
  position: relative; }
  .block-info-block-with-media h1, .block-info-block-with-media h2, .block-info-block-with-media .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-info-block-with-media .modal-block-themes-majors:first-child::before {
    color: #1d5178; }
  .block-info-block-with-media.cyan h1, .block-info-block-with-media.cyan h2, .block-info-block-with-media.cyan .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-info-block-with-media.cyan .modal-block-themes-majors:first-child::before {
    color: white; }
  .block-info-block-with-media.yellow h1, .block-info-block-with-media.yellow h2, .block-info-block-with-media.yellow .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-info-block-with-media.yellow .modal-block-themes-majors:first-child::before {
    color: #e13c95; }
  .block-info-block-with-media span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .block-info-block-with-media .content-column {
    order: 1; }
    .block-info-block-with-media .content-column ul {
      padding: 0 20px; }
      .block-info-block-with-media .content-column ul li {
        list-style: disc; }
  .block-info-block-with-media .image-column {
    text-align: center; }
    .block-info-block-with-media .image-column h2, .block-info-block-with-media .image-column .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-info-block-with-media .image-column .modal-block-themes-majors:first-child::before {
      text-align: left; }
  .block-info-block-with-media .video-columns {
    align-items: center; }
  .block-info-block-with-media .media-left .image-column {
    order: 0; }
  .block-info-block-with-media .media-right .image-column {
    order: 2; }
  .block-info-block-with-media .button-wrapper {
    margin-top: 1em; }
    .block-info-block-with-media .button-wrapper a {
      margin-top: 15px; }
  .block-info-block-with-media .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 1rem; }
    .block-info-block-with-media .iframe-container iframe, .block-info-block-with-media .iframe-container object, .block-info-block-with-media .iframe-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 1024px) {
    .block-info-block-with-media .columns {
      margin-top: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .block-info-block-with-media h1 {
      text-align: center; }
    .block-info-block-with-media .columns {
      margin-top: 1.5625rem; }
    .block-info-block-with-media .media-right .image-column {
      order: 1; }
    .block-info-block-with-media .content-column {
      order: 2; }
    .block-info-block-with-media .video-columns .image-column {
      display: block; } }

/* main: ../master.scss */
.block-single-image {
  text-align: center; }
  .block-single-image .block-inner {
    padding: 1.25rem 0rem 1.25rem 0rem; }
  .block-single-image img {
    margin: 0 auto;
    max-width: 100%; }

/* main: ../master.scss */
.block-animation-gia .block-inner {
  text-align: center;
  padding: 1.25rem 0rem 1.25rem 0rem;
  max-height: 500px; }

.block-animation-gia .svg-container {
  width: 60%;
  max-width: 450px;
  left: 0;
  margin: auto;
  right: 0;
  height: 0;
  padding-top: 60%;
  position: relative;
  overflow: visible; }

.block-animation-gia svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0; }

.block-animation-gia .word {
  opacity: 0; }

.block-animation-gia #Create.go {
  animation: FadeInOut 2.5s ease-in-out;
  -webkit-animation: FadeInOut 2.5s ease-in-out; }

.block-animation-gia #Test.go {
  animation: FadeInOut 2.5s ease-in-out;
  -webkit-animation: FadeInOut 2.5s ease-in-out;
  animation-delay: 2.5s; }

.block-animation-gia #Evaluate.go {
  animation: FadeInOut 2.5s ease-in-out;
  -webkit-animation: FadeInOut 2.5s ease-in-out;
  animation-delay: 5s; }

.block-animation-gia #Redesign.go {
  animation: FadeInOut 2.5s ease-in forwards;
  -webkit-animation: FadeInOut 2.5s ease-in forwards;
  animation-delay: 7.5s; }

.block-animation-gia #Outline.go {
  animation: Rotate 2.5s ease-in-out;
  -webkit-animation: Rotate 2.5s ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 4;
  transform-origin: center center;
  display: block; }

@keyframes Rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@keyframes FadeInOut {
  10% {
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes FadeIn {
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes Rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes FadeInOut {
  10% {
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-webkit-keyframes FadeIn {
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes Rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@-moz-keyframes FadeInOut {
  10% {
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-moz-keyframes FadeIn {
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/* main: ../master.scss */
.block-single-video .block-inner {
  padding: 1.25rem 0rem 1.25rem 0rem; }

.block-single-video .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .block-single-video .iframe-container iframe, .block-single-video .iframe-container object, .block-single-video .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* main: ../master.scss */
.block-full-bg-image .block-inner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px; }

/* main: ../master.scss */
/*************************************
Chicken Animation
**************************************/
.block-chicken {
  position: relative;
  top: -5px; }
  @media only screen and (max-width: 767px) {
    .block-chicken {
      display: none !important; } }
  .block-chicken .chicken-wrap {
    position: relative; }
    .block-chicken .chicken-wrap img.chicken {
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
      .block-chicken .chicken-wrap img.chicken.from-left {
        right: 100%; }
      .block-chicken .chicken-wrap img.chicken.from-right {
        left: 100%; }
  .block-chicken .chicken-wrap.in-view img.chicken.from-left {
    animation: flyInFromLeft 1300ms ease-in-out forwards;
    -webkit-animation: flyInFromLeft 1300ms ease-in-out forwards; }
  .block-chicken .chicken-wrap.in-view img.chicken.from-right {
    animation: flyInFromRight 1300ms ease-in-out forwards;
    -webkit-animation: flyInFromRight 1300ms ease-in-out forwards; }

@keyframes flyInFromLeft {
  to {
    right: 0; } }

@-webkit-keyframes flyInFromLeft {
  to {
    right: 0; } }

@keyframes flyInFromRight {
  to {
    left: 0; } }

@-webkit-keyframes flyInFromRight {
  to {
    left: 0; } }

/* main: ../master.scss */
.block-banner .banner-wrap {
  position: relative;
  height: 8.5vw; }
  .block-banner .banner-wrap img.banner {
    position: absolute;
    left: 50%;
    transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    width: 125%;
    max-width: 125%;
    top: -10vw;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .block-banner .banner-wrap img.banner {
        width: 130%;
        max-width: 130%; } }
    @media only screen and (max-width: 767px) {
      .block-banner .banner-wrap img.banner {
        top: -14vw;
        width: 100%;
        max-width: 100%; } }

/* main: ../master.scss */
.content-block.block-title h1, .content-block.block-title h2, .content-block.block-title .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .content-block.block-title .modal-block-themes-majors:first-child::before {
  color: #1d5178; }

.content-block.block-title h2, .content-block.block-title .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .content-block.block-title .modal-block-themes-majors:first-child::before {
  padding-bottom: 1.25rem; }

.content-block.block-title h3 {
  margin-top: 0; }

/* main: ../master.scss */
.block-single-column-content h1, .block-single-column-content h2, .block-single-column-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-single-column-content .modal-block-themes-majors:first-child::before {
  color: #1d5178;
  font-family: "Veneer", Arial, Helvetica, sans-serif; }

.block-single-column-content span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.block-single-column-content p.subtitle {
  text-transform: uppercase;
  margin-top: 0.625rem; }

.block-single-column-content .content {
  margin-top: 1.25rem; }

.block-single-column-content ul {
  margin: 0.625rem 0;
  padding-left: 2rem; }
  @media only screen and (min-width: 768px) {
    .block-single-column-content ul {
      padding-left: 4rem; } }
  .block-single-column-content ul li {
    list-style: disc; }

.block-single-column-content a {
  margin-top: 2rem; }

/* main: ../master.scss */
.block-full-quote-sidebar-inner {
  background-color: #ffffff; }

.sidebar {
  background: linear-gradient(-180deg, #125f95, #022f4f);
  padding: 5rem 2rem 4rem 2rem;
  display: table; }
  .sidebar ul, .sidebar ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .sidebar ul, .sidebar ol {
        padding-left: 4rem; } }
    .sidebar ul li, .sidebar ol li {
      list-style: disc; }
  .sidebar h4 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #ffffff;
    max-width: 200px;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 766px) {
      .sidebar h4 {
        max-width: 400px; } }
  .sidebar p {
    color: #ffffff;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    line-height: 1.5rem;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .sidebar p {
        font-size: 1.25rem; } }
  .sidebar .button, .sidebar input[type=submit] {
    margin-top: 2rem; }
    @media only screen and (min-width: 768px) {
      .sidebar .button, .sidebar input[type=submit] {
        min-width: 200px; } }

.staff-quote-section {
  background: #2eabe1;
  margin-left: -1px; }

.staff-quotes {
  padding: 2rem 1rem 2rem 1rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .staff-quotes {
      padding: 5rem 1rem 4rem 1rem; } }
  .staff-quotes img {
    width: 140px;
    height: 140px;
    border-radius: 50%; }
  .staff-quotes .staff-name,
  .staff-quotes .staff-title {
    font-size: .875rem;
    line-height: 1rem;
    color: #ffffff;
    text-transform: uppercase; }
  .staff-quotes .staff-title {
    margin-top: 0; }
  .staff-quotes .speech-bubble-holder {
    padding-top: 2rem;
    position: relative;
    max-width: 240px;
    margin: 0 auto; }
  .staff-quotes .tail-holder {
    position: absolute;
    top: 10px;
    right: 30%;
    height: 40px;
    width: 40px;
    background-image: url("../img/shape.png");
    background-size: contain; }
  .staff-quotes .speech-bubble {
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: 0 auto; }
    .staff-quotes .speech-bubble p {
      font-size: .750rem;
      padding: 1rem .750rem;
      line-height: 1rem; }

/* main: ../master.scss */
.block-container.block-two-column-form-sem .block-inner {
  padding: 2.125rem 0 2.125rem; }
  .block-container.block-two-column-form-sem .block-inner .row {
    margin-bottom: 0.9375rem; }

.block-container.block-two-column-form-sem .left-side {
  padding: 3.125rem 3.125rem 0 3.125rem; }
  @media only screen and (max-width: 1024px) {
    .block-container.block-two-column-form-sem .left-side {
      padding: 2.5rem 1.5625rem 0 1.5625rem; } }

.block-container.block-two-column-form-sem .salesforce-form {
  background: #fff;
  margin-right: 3.125rem;
  padding: 1.25rem; }
  @media only screen and (min-width: 1441px) {
    .block-container.block-two-column-form-sem .salesforce-form {
      margin-left: 0;
      margin-top: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1025px) {
    .block-container.block-two-column-form-sem .salesforce-form {
      margin-left: 1.875rem;
      margin-top: 1.875rem;
      margin-right: 1.875rem; } }
  @media only screen and (max-width: 1024px) {
    .block-container.block-two-column-form-sem .salesforce-form {
      margin-left: 0.625rem;
      margin-top: 1.875rem;
      margin-right: 0.625rem;
      padding: 1.25rem 1.25rem 1.25rem 1.25rem; } }

.block-container.block-two-column-form-sem .form-image {
  max-width: 300px;
  margin: 0 auto;
  display: block; }

.block-container.block-two-column-form-sem h2, .block-container.block-two-column-form-sem .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-container.block-two-column-form-sem .modal-block-themes-majors:first-child::before {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem; }

.block-container.block-two-column-form-sem .subtitle {
  text-align: center;
  line-height: 1.625rem; }

.block-container.block-two-column-form-sem form {
  padding: 0; }
  .block-container.block-two-column-form-sem form p {
    display: none; }
  .block-container.block-two-column-form-sem form input[type="submit"] {
    margin: 1.25rem auto 0 auto; }
    @media only screen and (max-width: 1440px) {
      .block-container.block-two-column-form-sem form input[type="submit"] {
        font-size: 1.625rem; } }
    @media only screen and (min-width: 1441px) {
      .block-container.block-two-column-form-sem form input[type="submit"] {
        font-size: 3.125rem; } }

/* main: ../master.scss */
.block-single-column-timer h2, .block-single-column-timer .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .block-single-column-timer .modal-block-themes-majors:first-child::before,
.block-single-column-timer p.subtitle {
  text-align: center; }

.block-single-column-timer #timer {
  display: flex;
  align-items: center;
  margin: 1.25rem auto 0;
  max-width: 400px; }

.block-single-column-timer .timer,
.block-single-column-timer label,
.block-single-column-timer span {
  display: block;
  min-width: 50px;
  margin: 0 auto;
  text-align: center; }

.block-single-column-timer label {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  color: #666666;
  padding-bottom: 0.625rem;
  font-weight: bold; }

.block-single-column-timer span {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  height: 50px;
  background: #e13c95;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem; }

/*************************************
Globals
**************************************/
/* main: ../master.scss */
.camp-location-globals {
  background-color: #2eabe1;
  max-width: 64.0625rem;
  padding-bottom: 4.6875rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }
  .camp-location-globals .columns {
    padding-top: 2rem; }
  .camp-location-globals a {
    color: #fff;
    text-decoration: underline; }
    .camp-location-globals a:hover {
      text-decoration: none; }
  .camp-location-globals h4 {
    color: #ffffff;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .camp-location-globals p {
    color: #ffffff;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 1.375rem; }

/*************************************
Archives
**************************************/
/*************************************
Singles
**************************************/
/* main: ../master.scss */
.postid-2257 .single-camp-location .director .director-container .bio-img-container img,
.postid-2752 .single-camp-location .director .director-container .bio-img-container img,
.postid-2753 .single-camp-location .director .director-container .bio-img-container img,
.postid-2745 .single-camp-location .director .director-container .bio-img-container img,
.postid-2230 .single-camp-location .director .director-container .bio-img-container img,
.postid-2231 .single-camp-location .director .director-container .bio-img-container img,
.postid-2751 .single-camp-location .director .director-container .bio-img-container img,
.postid-2238 .single-camp-location .director .director-container .bio-img-container img,
.postid-2240 .single-camp-location .director .director-container .bio-img-container img,
.postid-2239 .single-camp-location .director .director-container .bio-img-container img,
.postid-2248 .single-camp-location .director .director-container .bio-img-container img,
.postid-2249 .single-camp-location .director .director-container .bio-img-container img,
.postid-2471 .single-camp-location .director .director-container .bio-img-container img {
  margin-left: 0px;
  width: 130px;
  height: 142px; }

.postid-2466 .single-camp-location .director .director-container .bio-img-container img,
.postid-2467 .single-camp-location .director .director-container .bio-img-container img {
  margin-left: 0px; }

.postid-2249 .single-camp-location .director .director-container .bio-img-container img,
.postid-2250 .single-camp-location .director .director-container .bio-img-container img {
  margin-left: 0px;
  height: 167px; }

.single-camp-location .camp-inner {
  position: relative; }

.single-camp-location .hero {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.75rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .hero {
      height: 18.75rem; } }

.single-camp-location .camp-table-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }

.single-camp-location .camp-table-scroller {
  overflow-x: scroll;
  overflow-y: visible;
  margin-left: 30%; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-table-scroller {
      margin-left: 9.375rem; } }

.single-camp-location .camp-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }
  .single-camp-location .camp-table thead {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .single-camp-location .camp-table thead th {
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    height: 5.3125rem; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-table thead th:not(.sticky-col) {
        min-width: 7.8125rem; } }
  .single-camp-location .camp-table tbody tr td:nth-child(2) {
    background-color: #1d5178;
    color: #ffffff; }
  .single-camp-location .camp-table tbody td {
    border: none;
    color: #666666;
    vertical-align: middle;
    text-align: center;
    height: 5.3125rem; }
    .single-camp-location .camp-table tbody td:not(.sticky-col) {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.40625rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-table tbody td:not(.sticky-col) {
          min-width: 7.8125rem; } }
  .single-camp-location .camp-table .sticky-col {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #666666;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 1.375rem;
    font-weight: normal;
    justify-content: left;
    text-align: left;
    left: 0;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    top: auto;
    width: 30%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-table .sticky-col {
        font-size: 1.125rem;
        justify-content: flex-end;
        padding-right: 0.75rem;
        width: 9.375rem; } }
    .single-camp-location .camp-table .sticky-col.empty {
      z-index: 2;
      -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
      box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2); }

.single-camp-location .placeholder-button {
  width: 21.625rem;
  height: 3.25rem;
  padding: 0.75rem 2.5rem 0.375rem;
  margin-bottom: 1rem;
  visibility: hidden; }

.single-camp-location .camp {
  background: #ffffff;
  position: relative; }

.single-camp-location .row .row {
  margin-left: auto;
  margin-right: auto; }

.single-camp-location .other-camp-cta {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #ffffff;
  width: 33%;
  display: block;
  padding: 0.5rem;
  position: absolute;
  top: -0.625rem;
  right: 0;
  text-align: center; }
  .single-camp-location .other-camp-cta span {
    color: #2eabe1;
    font-size: 0.84375rem;
    text-transform: uppercase;
    display: block;
    width: 100%; }
  .single-camp-location .other-camp-cta p {
    line-height: 1;
    margin: 0;
    font-size: 1rem; }

.single-camp-location .camp-top {
  padding-top: 15.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  .single-camp-location .camp-top .row:not(.camp-ctas) {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-top .row:not(.camp-ctas) {
        padding-left: 0;
        padding-right: 0; } }
  .single-camp-location .camp-top .columns {
    padding: 0 0 0 0; }
    .single-camp-location .camp-top .columns:nth-of-type(2) {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-top .columns:nth-of-type(2) {
          padding-right: 0; } }
  .single-camp-location .camp-top h4 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase; }

.single-camp-location .camp-top-inner {
  background-color: #ffffff;
  max-width: 64.0625rem;
  margin: 0 auto;
  position: relative; }

.single-camp-location .camp-ctas {
  align-items: stretch;
  padding: 0.25rem 0.25rem 0; }
  .single-camp-location .camp-ctas .columns {
    display: -webkit-flex;
    display: flex;
    align-content: stretch; }
  .single-camp-location .camp-ctas-content-container {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background-color: #1d5178;
    padding: 0.75rem 0.9375rem;
    width: 100%; }
    .single-camp-location .camp-ctas-content-container * {
      color: #ffffff; }
    .single-camp-location .camp-ctas-content-container p {
      font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
      font-size: 1.125rem;
      line-height: 1.1; }
  .single-camp-location .camp-ctas .special-offer-cta {
    color: #2eabe1; }

.single-camp-location .camp-intro {
  padding-bottom: 12.5rem;
  padding-top: 2rem; }
  .single-camp-location .camp-intro h1 {
    font-size: 3.125rem;
    line-height: 1;
    margin-top: 0px; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-intro h1 {
        font-size: 2.1875rem;
        max-width: 77%; } }
  .single-camp-location .camp-intro h2, .single-camp-location .camp-intro .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .camp-intro .modal-block-themes-majors:first-child::before {
    font-size: 1.875rem;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    text-transform: none;
    font-weight: bold;
    margin: 0.75rem 0 0.9375rem 0; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-intro h2, .single-camp-location .camp-intro .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .camp-intro .modal-block-themes-majors:first-child::before {
        font-size: 1.375rem; } }
  .single-camp-location .camp-intro h1 {
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-intro h1 {
        min-width: 55%; } }
    .single-camp-location .camp-intro h1 .badge {
      position: absolute;
      content: "";
      width: 70px;
      height: 70px;
      background-size: 70px;
      right: -84px;
      top: -15px; }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-intro h1 .badge {
          right: -85%; } }
      .single-camp-location .camp-intro h1 .badge.cg-badge {
        background-image: url("../img/cg-badge.png"); }
      .single-camp-location .camp-intro h1 .badge.gsq-badge {
        background-image: url("../img/gsq-badge.png"); }
      .single-camp-location .camp-intro h1 .badge.tech-badge {
        background-image: url("../img/tech-badge.png"); }
      .single-camp-location .camp-intro h1 .badge.cit-badge {
        background-image: url("../img/cit-badge.png"); }
  .single-camp-location .camp-intro li {
    font-size: 1.125rem; }
  .single-camp-location .camp-intro iframe {
    width: 100% !important; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-intro .columns {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .single-camp-location .camp-intro .second-camps p {
    margin: 0 0 0.25rem 0;
    font-size: 1.125rem; }
  .single-camp-location .camp-intro .second-camps a {
    font-size: 1.125rem; }
    .single-camp-location .camp-intro .second-camps a:nth-of-type(2) {
      margin: 0.3125rem 0 0 0;
      display: block; }

.single-camp-location .camp-details-inner {
  background-color: #2eabe1;
  margin: 0 auto -9.375rem;
  max-width: 64.0625rem; }

.single-camp-location .camp-details-schedule {
  padding-bottom: 1.5rem; }

.single-camp-location .camp-details.cit .columns.b span, .single-camp-location .camp-details.oakland .columns.b span {
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13); }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-details.cit .columns.b span, .single-camp-location .camp-details.oakland .columns.b span {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

.single-camp-location .camp-details.oakland .columns.c {
  display: none; }

.single-camp-location .camp-details-tabs {
  -webkit-transform: translate(0, -10.9375rem);
  -moz-transform: translate(0, -10.9375rem);
  -ms-transform: translate(0, -10.9375rem);
  -o-transform: translate(0, -10.9375rem);
  transform: translate(0, -10.9375rem);
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-details-tabs {
      padding-left: 0;
      padding-right: 0; } }
  .single-camp-location .camp-details-tabs.tech-tabs .columns.a {
    order: 2; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs.tech-tabs .columns.a {
        order: 3; } }
  .single-camp-location .camp-details-tabs.tech-tabs .columns.b {
    order: 3;
    border-right: 1px solid #2eabe1; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs.tech-tabs .columns.b {
        order: 4; } }
    .single-camp-location .camp-details-tabs.tech-tabs .columns.b span {
      -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13); }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-details-tabs.tech-tabs .columns.b span {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; } }
  .single-camp-location .camp-details-tabs.tech-tabs .columns.c {
    order: 1; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs.tech-tabs .columns.c {
        order: 2; } }
  .single-camp-location .camp-details-tabs.tech-tabs .columns.shrink {
    order: 4; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs.tech-tabs .columns.shrink {
        order: 1; } }
  .single-camp-location .camp-details-tabs.tech-tabs .columns:not(.shrink):nth-child(3) span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs.tech-tabs .columns:not(.shrink):nth-child(3) span {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  .single-camp-location .camp-details-tabs .button, .single-camp-location .camp-details-tabs input[type=submit] {
    font-size: 2.125rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.375rem; }
  .single-camp-location .camp-details-tabs .columns {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  .single-camp-location .camp-details-tabs .columns:not(.shrink) {
    border-top: 1px solid #2eabe1;
    border-right: 1px solid #2eabe1;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs .columns:not(.shrink) {
        order: 2; } }
    .single-camp-location .camp-details-tabs .columns:not(.shrink) span {
      display: -webkit-flex;
      display: flex;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      align-self: stretch;
      min-height: 100%;
      align-items: center;
      justify-content: center;
      color: #2eabe1;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-details-tabs .columns:not(.shrink) span {
          padding: 1.5rem 0.1875rem; } }
    .single-camp-location .camp-details-tabs .columns:not(.shrink) span.is-active,
    .single-camp-location .camp-details-tabs .columns:not(.shrink) span:hover {
      background-color: #2eabe1;
      color: #ffffff;
      text-decoration: none; }
    .single-camp-location .camp-details-tabs .columns:not(.shrink):nth-child(3) span {
      -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.13); }
      @media only screen and (max-width: 767px) {
        .single-camp-location .camp-details-tabs .columns:not(.shrink):nth-child(3) span {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; } }
  .single-camp-location .camp-details-tabs .columns:first-child {
    border-left: 1px solid #2eabe1; }
  .single-camp-location .camp-details-tabs .columns:last-child {
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-details-tabs .columns:last-child {
        order: 1;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.single-camp-location .camp-details-content {
  -webkit-transform: translate(0, -10.9375rem);
  -moz-transform: translate(0, -10.9375rem);
  -ms-transform: translate(0, -10.9375rem);
  -o-transform: translate(0, -10.9375rem);
  transform: translate(0, -10.9375rem);
  padding-left: 2.8125rem;
  padding-right: 2.8125rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-details-content {
      padding-left: 0;
      padding-right: 0; } }
  .single-camp-location .camp-details-content-inner {
    background-color: #ffffff;
    border-left: 1px solid #2eabe1;
    border-right: 1px solid #2eabe1; }

.single-camp-location .camp-details-schedule .grades {
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.single-camp-location .camp-details-schedule .care {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

@media only screen and (max-width: 767px) {
  .single-camp-location .camp-details-schedule .grades,
  .single-camp-location .camp-details-schedule .care {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.single-camp-location .camp-details-schedule .grades.cit .box-shadow,
.single-camp-location .camp-details-schedule .care.cit .box-shadow {
  min-height: 105px; }

.single-camp-location .camp-details-schedule .grades.cit .label,
.single-camp-location .camp-details-schedule .care.cit .label {
  display: none; }

.single-camp-location .camp-details-schedule .grades .columns,
.single-camp-location .camp-details-schedule .care .columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-details-schedule .grades .columns,
    .single-camp-location .camp-details-schedule .care .columns {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 0rem; } }

.single-camp-location .camp-details-schedule .label {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  width: 100%; }

.single-camp-location .camp-details-schedule .available-status {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase; }

.single-camp-location .camp-details-schedule .show-for-small-only {
  padding: 1rem 0; }

.single-camp-location .camp-details-schedule .session {
  padding-top: 1.5rem; }
  .single-camp-location .camp-details-schedule .session h2, .single-camp-location .camp-details-schedule .session .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .camp-details-schedule .session .modal-block-themes-majors:first-child::before {
    color: #1d5178;
    font-size: 2rem;
    line-height: 1; }
  .single-camp-location .camp-details-schedule .session p {
    font-size: 1.125rem;
    margin-top: 0;
    text-transform: uppercase; }
    .single-camp-location .camp-details-schedule .session p.not-in-session {
      text-transform: none; }

.single-camp-location .camp-details-schedule .tech-sessions p {
  margin-top: 0.375rem; }

.single-camp-location .gsq-sessions .columns,
.single-camp-location .tech-sessions .columns {
  margin-top: 0.9375rem;
  display: -webkit-flex;
  display: flex;
  align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .gsq-sessions .columns,
    .single-camp-location .tech-sessions .columns {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.single-camp-location .gsq-sessions .box-shadow,
.single-camp-location .tech-sessions .box-shadow {
  padding: 1.125rem 0.25rem 1.375rem;
  text-align: center; }
  .single-camp-location .gsq-sessions .box-shadow div,
  .single-camp-location .tech-sessions .box-shadow div {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase; }

.single-camp-location .gsq-sessions p,
.single-camp-location .tech-sessions p {
  line-height: 1.4; }

.single-camp-location .camp-specials {
  padding: 1.25rem;
  min-height: 8.75rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-specials .camp-offer-image img {
      max-width: 129px;
      display: block;
      margin: 1.25rem auto 1.875rem; } }
  @media only screen and (max-width: 767px) {
    .single-camp-location .camp-specials .camp-offer-copy {
      margin-bottom: 1.25rem; } }
  .single-camp-location .camp-specials .camp-offer-copy p {
    font-size: 1.0625rem;
    line-height: normal; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .camp-specials .camp-offer-copy p {
        text-align: center; } }

.single-camp-location .price .columns {
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.single-camp-location .price-cta {
  background-color: #1d5178; }
  .single-camp-location .price-cta h2, .single-camp-location .price-cta .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .price-cta .modal-block-themes-majors:first-child::before {
    color: #ffffff;
    font-size: 1.875rem; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .price-cta h2, .single-camp-location .price-cta .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .price-cta .modal-block-themes-majors:first-child::before {
        font-size: 1.375rem; } }
  .single-camp-location .price-cta .columns {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .single-camp-location .price-cta .small-5 {
    justify-content: flex-end;
    padding-right: 2rem; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .price-cta .small-5 {
        padding-right: 0.75rem; }
        .single-camp-location .price-cta .small-5 .button, .single-camp-location .price-cta .small-5 input[type=submit] {
          font-size: 1rem;
          width: auto;
          padding: 1rem 1.5rem; } }
  .single-camp-location .price-cta .eb-price {
    color: #ffffff;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 3.75rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    padding-left: 3.25rem; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .price-cta .eb-price {
        padding-left: 0.5rem;
        font-size: 2.625rem; } }

.single-camp-location .price-table-head {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  justify-content: flex-end; }
  .single-camp-location .price-table-head .columns {
    padding-left: 0;
    padding-right: 0; }
  .single-camp-location .price-table-head .row {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .single-camp-location .price-table-head .row .columns {
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
  .single-camp-location .price-table-head p {
    text-align: center; }

.single-camp-location .gsq-disclaimer {
  margin: 0 0 0 0;
  padding: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .gsq-disclaimer {
      font-size: 0.9375rem;
      line-height: 1.1875rem; } }

.single-camp-location .price-table-legend .row {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  flex-flow: column nowrap; }

.single-camp-location .price-table-legend .columns {
  justify-content: center;
  min-height: 6.25rem; }

.single-camp-location .price-table-data {
  padding-left: 0;
  padding-right: 0; }
  .single-camp-location .price-table-data .columns {
    justify-content: center;
    min-height: 6.25rem; }
    .single-camp-location .price-table-data .columns:nth-child(4n-7) {
      background-color: #1d5178; }
      .single-camp-location .price-table-data .columns:nth-child(4n-7) p {
        color: #ffffff; }
    .single-camp-location .price-table-data .columns p {
      font-family: "Veneer", Arial, Helvetica, sans-serif; }

.single-camp-location .themes {
  padding: 0.625rem; }
  .single-camp-location .themes .tech-themes-intro {
    margin-bottom: 1.25rem; }
  .single-camp-location .themes video {
    width: 100%; }

.single-camp-location .box-shadow {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  padding: 1.125rem 0 1.375rem;
  width: 100%;
  -webkit-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.35); }

.single-camp-location .theme-blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.single-camp-location .modal-block-themes-majors {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 48%;
  margin: 10px auto;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .modal-block-themes-majors {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.single-camp-location .modal-block-themes-majors a.modal-vid-btn {
  height: 4.125rem;
  align-self: flex-end;
  order: 2;
  margin-top: 0.625rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .modal-block-themes-majors a.modal-vid-btn {
      order: 1; } }

.single-camp-location .modal-block-themes-majors a.modal-content-btn {
  order: 1; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .modal-block-themes-majors a.modal-content-btn {
      order: 2; } }

.single-camp-location .modal-block-themes-majors .modal-block-image.with-image {
  height: 13.875rem; }

.single-camp-location .map-pin {
  position: relative;
  top: 0.1875rem; }

.single-camp-location .map-wrapper {
  margin-top: 0;
  min-width: 100%; }
  .single-camp-location .map-wrapper li {
    margin-top: 1.25rem; }
  .single-camp-location .map-wrapper a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.single-camp-location .w-logo {
  padding-bottom: 1.5rem; }

.single-camp-location .intro {
  margin: 1.25rem 0 0 0; }
  .single-camp-location .intro p {
    font-size: 1.125rem; }

@media only screen and (max-width: 767px) {
  .single-camp-location .camp-intro-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column; } }

.single-camp-location .director {
  float: right;
  margin: 0 3.125rem 0 3.125rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .director {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 3.125rem 0 0 0;
      order: 6; } }
  .single-camp-location .director .director-container {
    position: relative;
    width: 130px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .single-camp-location .director .director-container {
        margin: 0 1.875rem 0 0; } }
    .single-camp-location .director .director-container img.bio-expand {
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: 4px;
      right: 0px; }
    .single-camp-location .director .director-container .bio-img-container {
      display: block;
      position: relative;
      width: 130px;
      height: 130px;
      overflow: hidden;
      border-radius: 50%; }
      .single-camp-location .director .director-container .bio-img-container img {
        width: auto;
        max-width: inherit;
        height: 100%;
        margin-left: -34px; }
  .single-camp-location .director h3 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0.875rem 0 0 0;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    line-height: 1; }
  .single-camp-location .director p {
    font-size: 1.125rem;
    text-align: center;
    margin: 0 0 0 0; }

.single-camp-location .modal-media-content h2, .single-camp-location .modal-media-content .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-camp-location .modal-media-content .modal-block-themes-majors:first-child::before {
  margin-bottom: 0; }

.single-camp-location .modal-media-content h3 {
  color: #1d5178;
  font-size: 1.875rem;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  margin-top: 0; }

.single-camp-location .modal-media-content img {
  width: 100%;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .single-camp-location .modal-media-content img {
      width: auto; } }

@media only screen and (max-width: 767px) {
  .single-camp-location .modal-media-content .modal-contents {
    padding-left: 0;
    padding-right: 0; } }

.tab-content {
  display: none; }
  .tab-content.is-active {
    display: block; }

footer.oakland {
  padding-top: 1rem; }
  footer.oakland .camp-location-globals {
    display: none; }

/* main: ../master.scss */
/*
* Single Posts
*
*/
.single-post .blog-container .post header,
.single-staff-posts .blog-container .post header {
  margin-bottom: 4.5rem; }
  @media only screen and (min-width: 1025px) {
    .single-post .blog-container .post header,
    .single-staff-posts .blog-container .post header {
      display: flex; } }
  .single-post .blog-container .post header .post-title,
  .single-staff-posts .blog-container .post header .post-title {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 1025px) {
      .single-post .blog-container .post header .post-title,
      .single-staff-posts .blog-container .post header .post-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 3rem 0 0;
        flex: 1 1 55%;
        max-width: 55%;
        margin-bottom: 0; } }
    .single-post .blog-container .post header .post-title .back-to-blog,
    .single-staff-posts .blog-container .post header .post-title .back-to-blog {
      position: relative;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.2rem;
      margin: 0 0 1rem 0; }
      @media only screen and (min-width: 1025px) {
        .single-post .blog-container .post header .post-title .back-to-blog,
        .single-staff-posts .blog-container .post header .post-title .back-to-blog {
          margin: 0; } }
      .single-post .blog-container .post header .post-title .back-to-blog a,
      .single-staff-posts .blog-container .post header .post-title .back-to-blog a {
        color: #e13c95; }
      .single-post .blog-container .post header .post-title .back-to-blog:before,
      .single-staff-posts .blog-container .post header .post-title .back-to-blog:before {
        content: '';
        position: absolute;
        top: -17px;
        left: 0;
        display: block;
        width: 23px;
        height: 12px;
        background: url(../img/back-to-blog.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .single-post .blog-container .post header .post-title h1,
    .single-staff-posts .blog-container .post header .post-title h1 {
      font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
      font-size: 2rem;
      font-weight: 600;
      text-transform: none;
      margin: 1rem 0;
      color: #1D5178;
      letter-spacing: .5px;
      line-height: 1.2; }
      @media only screen and (min-width: 1025px) {
        .single-post .blog-container .post header .post-title h1,
        .single-staff-posts .blog-container .post header .post-title h1 {
          font-size: 3rem;
          margin: 0; } }
    .single-post .blog-container .post header .post-title p.meta,
    .single-staff-posts .blog-container .post header .post-title p.meta {
      position: relative;
      font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: .5px;
      line-height: 2rem;
      color: #2eabe1;
      margin-top: 0; }
      .single-post .blog-container .post header .post-title p.meta:after,
      .single-staff-posts .blog-container .post header .post-title p.meta:after {
        content: '';
        display: block;
        height: 4px;
        width: 25%;
        background-color: #2eabe1;
        border-radius: 1rem; }

.single-post .blog-container .post .post-content.with-sharing,
.single-staff-posts .blog-container .post .post-content.with-sharing {
  display: flex;
  flex-direction: row; }
  .single-post .blog-container .post .post-content.with-sharing .content-area,
  .single-staff-posts .blog-container .post .post-content.with-sharing .content-area {
    padding-left: 2rem; }
    .single-post .blog-container .post .post-content.with-sharing .content-area h1, .single-post .blog-container .post .post-content.with-sharing .content-area h2, .single-post .blog-container .post .post-content.with-sharing .content-area .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-post .blog-container .post .post-content.with-sharing .content-area .modal-block-themes-majors:first-child::before, .single-post .blog-container .post .post-content.with-sharing .content-area h3, .single-post .blog-container .post .post-content.with-sharing .content-area h4, .single-post .blog-container .post .post-content.with-sharing .content-area h5, .single-post .blog-container .post .post-content.with-sharing .content-area h6,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h1,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h2,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .single-staff-posts .blog-container .post .post-content.with-sharing .content-area .modal-block-themes-majors:first-child::before,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h3,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h4,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h5,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area h6 {
      font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
      font-weight: 600;
      text-transform: none; }
  @media only screen and (min-width: 1025px) {
    .single-post .blog-container .post .post-content.with-sharing .content-area,
    .single-staff-posts .blog-container .post .post-content.with-sharing .content-area {
      padding-left: 6rem; }
      .single-post .blog-container .post .post-content.with-sharing .content-area p,
      .single-staff-posts .blog-container .post .post-content.with-sharing .content-area p {
        line-height: 2rem; } }
  .single-post .blog-container .post .post-content.with-sharing .social-share,
  .single-staff-posts .blog-container .post .post-content.with-sharing .social-share {
    position: sticky;
    top: 200px;
    width: 50px;
    align-self: flex-start; }

/* DIY Ages section */
.ages {
  position: relative;
  padding: .6rem .6rem .6rem 65px;
  background: #F3F3F3;
  margin-bottom: 2rem; }
  .ages .content {
    position: relative;
    font-size: 1.125rem;
    color: #1D5178;
    margin: 0;
    z-index: 2; }
  .ages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 51px;
    height: 51px;
    background: url("../img/icon-diy.jpg");
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    z-index: 1; }

/* DIY Text Sections */
.text_content {
  margin-bottom: 2rem; }
  .text_content h5 {
    font-family: "Veneer",Arial,Helvetica,sans-serif !important;
    margin-top: 2rem;
    font-weight: normal !important;
    color: #666;
    font-size: 1.875rem; }

/* DIY Image Section */
.image_content {
  position: relative;
  margin-bottom: 2rem; }
  .image_content span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: .5rem;
    color: #fff;
    font-weight: 600;
    background: #e13c95; }

/* DIY Call out sections */
.call_out {
  position: relative;
  padding: 2.5rem 4rem 3rem 4rem;
  margin-left: -2.5rem;
  margin-bottom: 5rem;
  perspective: 100vw;
  /* Callout Gallery */ }
  .call_out h4 {
    font-weight: 600; }
  .call_out h4, .call_out p, .call_out ul, .call_out ol, .call_out li {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Bodoni",Times,serif;
    text-transform: none; }
  .call_out.big_icon {
    position: relative;
    padding: 7rem 3rem 3rem 2.5rem;
    margin-left: -1rem;
    margin-bottom: 5rem; }
    .call_out.big_icon .c_big-icon {
      position: absolute;
      top: 2rem;
      left: 1rem;
      z-index: 3; }
    @media (min-width: 40em) {
      .call_out.big_icon {
        position: relative;
        padding: 2.5rem 4rem 3rem 10rem;
        margin-left: -2.5rem;
        margin-bottom: 5rem; }
        .call_out.big_icon .c_big-icon {
          position: absolute;
          top: 2rem;
          left: 3rem;
          z-index: 3; } }
  .call_out ul.icon_set {
    margin: 1rem 0 0 0 !important; }
    .call_out ul.icon_set li {
      list-style-type: none !important; }
      .call_out ul.icon_set li img {
        display: inline-block;
        vertical-align: middle; }
      .call_out ul.icon_set li p {
        display: inline;
        margin-bottom: 1rem !important; }
  .call_out .c_gallery {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem; }
    .call_out .c_gallery .c_gallery-item {
      flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 1rem; }
      .call_out .c_gallery .c_gallery-item:nth-child(2) {
        margin-right: 0; }
      @media (min-width: 40em) {
        .call_out .c_gallery .c_gallery-item {
          flex: 0 0 33%;
          max-width: 33%;
          margin-right: 1rem;
          margin-bottom: 0; } }
  .call_out svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .call_out.left svg {
    transform: scale(-1); }
  .call_out.yellowBG svg polygon {
    fill: #FFE003; }
  .call_out.yellowBG h4, .call_out.yellowBG p, .call_out.yellowBG ul, .call_out.yellowBG ol, .call_out.yellowBG li {
    color: #e13c95; }
  .call_out.magentaBG svg polygon {
    fill: #e13c95; }
  .call_out.cyanBG svg polygon {
    fill: #17a0db; }
  .call_out.grayBG svg polygon {
    fill: #F5F5F5; }
  .call_out.magentaBG h4, .call_out.magentaBG p, .call_out.magentaBG ul, .call_out.magentaBG ol, .call_out.magentaBG li, .call_out.cyanBG h4, .call_out.cyanBG p, .call_out.cyanBG ul, .call_out.cyanBG ol, .call_out.cyanBG li {
    color: #fff; }
  .call_out.grayBG h4 {
    color: #1D5178; }
  .call_out.grayBG p, .call_out.grayBG ul, .call_out.grayBG ol, .call_out.grayBG li {
    color: #666; }

/* Hightlight section */
.highlight {
  position: relative;
  padding: 3rem;
  margin-bottom: 5rem;
  perspective: 100vw; }
  .highlight h4 {
    font-weight: 600; }
  .highlight h4, .highlight p, .highlight ul, .highlight ol, .highlight li {
    position: relative;
    z-index: 2;
    font-family: "Bodoni",Times,serif;
    text-transform: none; }
  .highlight.yellowBG {
    background-color: #FFE003; }
    .highlight.yellowBG h4, .highlight.yellowBG p, .highlight.yellowBG ul, .highlight.yellowBG ol, .highlight.yellowBG li {
      color: #e13c95; }
  .highlight.magentaBG {
    background-color: #e13c95; }
  .highlight.cyanBG {
    background-color: #17a0db; }
  .highlight.grayBG {
    background-color: #F5F5F5; }
  .highlight.magentaBG h4, .highlight.magentaBG p, .highlight.magentaBG ul, .highlight.magentaBG ol, .highlight.magentaBG li, .highlight.cyanBG h4, .highlight.cyanBG p, .highlight.cyanBG ul, .highlight.cyanBG ol, .highlight.cyanBG li {
    color: #fff; }
  .highlight.grayBG h4 {
    color: #1D5178; }
  .highlight.grayBG p, .highlight.grayBG ul, .highlight.grayBG ol, .highlight.grayBG li {
    color: #666; }

/* Instructions */
.instruction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4rem; }
  .instruction .text h4 {
    color: #e13c95; }
  .instruction .image {
    position: relative; }
    .instruction .image span {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: .5rem;
      color: #fff;
      font-weight: 600;
      background: #e13c95; }
  @media (max-width: 1024px) {
    .instruction.left .text {
      order: 1; }
    .instruction .text {
      margin-bottom: 1rem; }
    .instruction.left .image {
      order: 2; } }
  @media (min-width: 1025px) {
    .instruction {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .instruction .text {
        flex: 0 0 45%;
        max-width: 45%; }
      .instruction .image {
        flex: 0 0 45%;
        max-width: 45%; }
      .instruction.no-image .text {
        flex: 0 0 100%;
        max-width: 100%; } }

.section_title {
  display: flex;
  align-items: center;
  position: relative; }
  .section_title h4 {
    display: block;
    margin-right: 1rem; }
  .section_title:after {
    content: '';
    display: inline-block;
    position: relative;
    flex: 1;
    background-repeat: no-repeat;
    border-bottom: 2px solid #D8D8D8; }

.section_title + * {
  margin-top: 3rem; }

.call_out + .instruction,
.call_out + .section_title {
  margin-top: 8rem; }

.instruction + .call_out,
.instruction + .section_title {
  margin-top: 4rem; }

/* Related Posts */
.related-posts-header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .related-posts-header h4 {
    display: inline-block;
    padding: 0 1rem;
    font-family: "Veneer",Arial,Helvetica,sans-serif !important;
    font-weight: normal !important; }
  .related-posts-header:before, .related-posts-header:after {
    content: '';
    display: inline-block;
    position: relative;
    flex: 1;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffe006; }

.rel-post {
  margin-bottom: 2rem; }
  @media (min-width: 1025px) {
    .rel-post {
      margin-bottom: 0; } }
  .rel-post img {
    margin-bottom: 1rem; }
  .rel-post a {
    font-family: "Bodoni",Times,serif;
    font-weight: 600;
    color: #1d5178;
    letter-spacing: .5px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    align-items: flex-start;
    text-align: left; }

/* Blog newsletter signup */
.blog-subscribe-banner {
  background: #1d5178;
  padding: 3rem 0; }
  .blog-subscribe-banner .blog-newsletter-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1025px) {
      .blog-subscribe-banner .blog-newsletter-title {
        justify-content: flex-start; } }
    .blog-subscribe-banner .blog-newsletter-title img {
      display: block;
      margin-right: 1rem; }
      @media (max-width: 960px) {
        .blog-subscribe-banner .blog-newsletter-title img {
          width: 50px; } }
    .blog-subscribe-banner .blog-newsletter-title h2, .blog-subscribe-banner .blog-newsletter-title .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .blog-subscribe-banner .blog-newsletter-title .modal-block-themes-majors:first-child::before {
      color: #fff;
      margin: 0 !important; }

.post-template-default.single-post .footer-top {
  display: none; }

.upcoming_table th {
  color: #2eabe1;
  text-transform: uppercase;
  font-family: "Veneer Clean", Arial, sans-serif;
  letter-spacing: .3px;
  font-size: 20px;
  border: none;
  font-weight: normal; }

.upcoming_table tbody tr:nth-child(odd) {
  background-color: #EBF7FF; }

.upcoming_table tbody td {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 34px;
  color: #1d5178;
  border: none;
  font-family: "Veneer", Arial, Helvetica, sans-serif; }
  .upcoming_table tbody td .small-magenta-btn {
    font-size: 16px !important;
    letter-spacing: 1.5px;
    padding: 4px 15px; }

.class-details {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50%;
  background-color: rgba(235, 247, 255, 0.8);
  padding: 20px; }
  @media (max-width: 767px) {
    .class-details {
      top: unset;
      bottom: 15px;
      left: 15px;
      width: calc(100% - 30px); } }
  .class-details table {
    border: none; }
    .class-details table tr td {
      border: none;
      font-family: "ff-ernestine-pro", Times, serif;
      line-height: 22px;
      font-size: 18px; }
      .class-details table tr td:first-child {
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        color: #1d5178;
        font-size: 20px;
        padding-left: 0; }

.parent-testimonial {
  background-color: rgba(255, 204, 6, 0.16);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family: "ff-ernestine-pro", Times, serif;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .parent-testimonial .parent-testimonial-img {
    max-width: 280px;
    margin: 15px auto; }

.session-info-tabs {
  position: relative;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  justify-content: space-between;
  border-bottom: 1px solid #1D96CA;
  list-style: none !important;
  padding-left: 0 !important; }
  .session-info-tabs li {
    flex-grow: 1;
    padding: 10px 0px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none !important; }
    @media only screen and (max-width: 767px) {
      .session-info-tabs li {
        display: flex;
        align-items: flex-end;
        justify-content: center; } }
    .session-info-tabs li:hover a {
      opacity: 1; }
    .session-info-tabs li a {
      opacity: 0.3;
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 14px;
      text-decoration: none;
      transition: 0.3s; }
      @media only screen and (max-width: 767px) {
        .session-info-tabs li a {
          padding: 0px 15px 10px; } }
      .session-info-tabs li a h5 {
        color: #1d5178;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .session-info-tabs li a h5 {
            font-size: 1.1rem; } }
      .session-info-tabs li a p {
        color: #1D96CA;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        margin-top: 0px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .session-info-tabs li a p {
            font-size: 1rem; } }
    .session-info-tabs li a[aria-selected="true"] {
      opacity: 1; }
      .session-info-tabs li a[aria-selected="true"]:after {
        content: "";
        position: absolute;
        background: #1D96CA;
        height: 7px;
        width: 100%;
        bottom: 0;
        left: 0; }

/*************************************
Templates
**************************************/
/* main: ../master.scss */
.pac-item span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.125rem; }

.camp-finder-step-one {
  width: 100%;
  margin: 0 auto;
  min-height: 82.5rem;
  position: relative;
  padding-top: 2.5rem;
  /* .cloud {
      animation: cloudSwirl 1.5s ease-in-out;
      transform: rotate(0deg) translateX(10px) rotate(0deg);
      transform-origin: center bottom;
  } */ }
  .camp-finder-step-one h1 {
    position: relative;
    z-index: 3;
    font-size: 8.75rem;
    color: #1d5178;
    text-shadow: 4px 4px 4px #2eabe1; }
    @media only screen and (max-width: 1024px) {
      .camp-finder-step-one h1 {
        font-size: 6.875rem; } }
    @media only screen and (max-width: 767px) {
      .camp-finder-step-one h1 {
        font-size: 4.6875rem; } }
  .camp-finder-step-one .coming-soon {
    -webkit-transform: translate(-50%, 56%);
    -moz-transform: translate(-50%, 56%);
    -ms-transform: translate(-50%, 56%);
    -o-transform: translate(-50%, 56%);
    transform: translate(-50%, 56%);
    position: absolute;
    top: 2.5rem;
    left: 50%; }
  .camp-finder-step-one .finder {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .camp-finder-step-one .finder svg#CloudsSVG {
      margin: 0 auto;
      width: 450px;
      padding-bottom: 1.875rem; }
      @media only screen and (max-width: 767px) {
        .camp-finder-step-one .finder svg#CloudsSVG {
          width: 90%; } }
    .camp-finder-step-one .finder svg#BoomboxSVG {
      overflow: visible;
      width: 300px;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      transform: translateX(-375px);
      -webkit-transform: translateX(-375px);
      -ms-transform: translateX(-375px);
      -o-transform: translateX(-375px); }
      @media only screen and (max-width: 1024px) {
        .camp-finder-step-one .finder svg#BoomboxSVG {
          display: none; } }
    .camp-finder-step-one .finder form {
      width: 22.75rem;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .camp-finder-step-one .finder form {
          width: 90%; } }
    .camp-finder-step-one .finder input[type=text] {
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      font-weight: 900; }
    .camp-finder-step-one .finder input[type=submit] {
      width: 100%; }
    .camp-finder-step-one .finder .age-group {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #ffffff;
      position: relative;
      height: auto;
      max-height: 3.125rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      overflow: hidden; }
      .camp-finder-step-one .finder .age-group::before {
        content: '';
        width: 1px;
        height: 1.8125rem;
        background-color: #666666;
        position: absolute;
        top: 0.75rem;
        right: 3.1875rem;
        z-index: 0; }
      .camp-finder-step-one .finder .age-group::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 0.375rem solid transparent;
        border-right: 0.375rem solid transparent;
        border-top: 0.5625rem solid #2eabe1;
        position: absolute;
        top: 1.25rem;
        right: 1rem;
        z-index: 0; }
      .camp-finder-step-one .finder .age-group.open {
        max-height: 62.5rem; }
      .camp-finder-step-one .finder .age-group span {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        min-height: 3.125rem;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        font-weight: 900;
        padding-left: 0.75rem;
        vertical-align: middle;
        width: 100%; }
  .camp-finder-step-one #LeftSpeaker {
    animation: bump 3s linear;
    -webkit-animation: bump 3s linear;
    transform-origin: bottom left; }
  .camp-finder-step-one #RightSpeaker {
    animation: bump 3s linear;
    -webkit-animation: bump 3s linear;
    transform-origin: bottom left;
    animation-delay: .5s; }
  .camp-finder-step-one #Boombox {
    animation: rock 3s linear;
    -webkit-animation: rock 3s linear;
    transform-origin: center bottom; }
  .camp-finder-step-one #find {
    animation-delay: 1.5s; }
  .camp-finder-step-one #your {
    animation-delay: 1.6s; }
  .camp-finder-step-one #camp {
    animation-delay: 1.7s; }

@keyframes rock {
  25% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  75% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); } }

@-webkit-keyframes rock {
  25% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  75% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); } }

@-moz-keyframes rock {
  25% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  75% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); } }

@-o-keyframes rock {
  25% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg); }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  75% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); } }

@keyframes cloudSwirl {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@-webkit-keyframes cloudSwirl {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@-moz-keyframes cloudSwirl {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@-o-keyframes cloudSwirl {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@keyframes bump {
  12% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  25% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  38% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  63% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  75% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  88% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); } }

@-o-keyframes bump {
  12% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  25% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  38% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  63% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  75% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  88% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); } }

@-moz-keyframes bump {
  12% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  25% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  38% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  63% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  75% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  88% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); } }

@-webkit-keyframes bump {
  12% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  25% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  38% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  63% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  75% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  88% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); } }

/* main: ../master.scss */
.page-template-template-summer-staff-director .top-main-image .hero-content {
  position: absolute;
  bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .top-main-image .hero-content {
      bottom: 6rem;
      width: 600px; } }
  .page-template-template-summer-staff-director .top-main-image .hero-content .hero-message {
    width: 800px; }
    @media only screen and (max-width: 320px) {
      .page-template-template-summer-staff-director .top-main-image .hero-content .hero-message {
        max-width: 320px; } }
  .page-template-template-summer-staff-director .top-main-image .hero-content a.btn-primary {
    width: auto;
    font-size: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .top-main-image .hero-content a.btn-primary {
        float: left; } }

.page-template-template-summer-staff-director .global-wrapper {
  overflow: hidden; }

.page-template-template-summer-staff-director .no-margin {
  width: 100%; }

.page-template-template-summer-staff-director .top-main-image {
  margin-bottom: 0 !important;
  max-height: 600px; }
  .page-template-template-summer-staff-director .top-main-image .hero-message {
    max-width: 430px; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .top-main-image .hero-message {
        max-width: 700px; } }
  .page-template-template-summer-staff-director .top-main-image .text-center {
    width: 100%; }
    .page-template-template-summer-staff-director .top-main-image .text-center .hero-content {
      position: relative;
      bottom: 2rem;
      left: 1rem; }
      @media only screen and (min-width: 768px) {
        .page-template-template-summer-staff-director .top-main-image .text-center .hero-content {
          bottom: 6rem;
          width: 600px; } }

.page-template-template-summer-staff-director .camp-details-tabs {
  margin-top: 1rem; }
  .page-template-template-summer-staff-director .camp-details-tabs .tabs {
    border-bottom: none; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .camp-details-tabs .tabs {
        border-bottom: 1px solid #2eabe1; } }
  .page-template-template-summer-staff-director .camp-details-tabs .button, .page-template-template-summer-staff-director .camp-details-tabs input[type=submit] {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.375rem;
    width: 90%; }
    @media only screen and (max-width: 320px) {
      .page-template-template-summer-staff-director .camp-details-tabs .button, .page-template-template-summer-staff-director .camp-details-tabs input[type=submit] {
        max-width: 300px; } }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .camp-details-tabs .button, .page-template-template-summer-staff-director .camp-details-tabs input[type=submit] {
        margin-left: 2rem;
        margin-right: 1rem;
        width: 100%; } }
    @media only screen and (min-width: 1025px) {
      .page-template-template-summer-staff-director .camp-details-tabs .button, .page-template-template-summer-staff-director .camp-details-tabs input[type=submit] {
        margin-left: 4rem; } }
  .page-template-template-summer-staff-director .camp-details-tabs .columns {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  .page-template-template-summer-staff-director .camp-details-tabs .columns:not(.shrink) {
    border-top: 1px solid #2eabe1;
    border-right: 1px solid #2eabe1;
    border-bottom: 1px solid #2eabe1;
    padding: 0;
    max-width: 400px; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .camp-details-tabs .columns:not(.shrink) {
        border-bottom: none;
        max-width: 14.58333rem; } }
    .page-template-template-summer-staff-director .camp-details-tabs .columns:not(.shrink) span.is-active,
    .page-template-template-summer-staff-director .camp-details-tabs .columns:not(.shrink) span:hover {
      background-color: #2eabe1;
      color: #ffffff;
      text-decoration: none; }
  .page-template-template-summer-staff-director .camp-details-tabs .shrink {
    padding-top: 1rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .camp-details-tabs .shrink {
        padding-top: 0;
        padding-bottom: 0.5rem; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-summer-staff-director .camp-details-tabs .shrink {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .page-template-template-summer-staff-director .camp-details-tabs .shrink {
        max-width: 280px;
        margin-left: 1rem; } }
  .page-template-template-summer-staff-director .camp-details-tabs .columns:first-child {
    border-left: 1px solid #2eabe1; }
  .page-template-template-summer-staff-director .camp-details-tabs .columns:last-child {
    padding-right: 0;
    padding-left: 0; }

.page-template-template-summer-staff-director .position-row {
  border-left: 1px solid #2eabe1; }

.page-template-template-summer-staff-director .position-block {
  padding: 2.125rem 1.5rem;
  border-bottom: 1px solid #2eabe1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .position-block {
      position: relative;
      padding: 2.375rem 2.875rem;
      border-right: 1px solid #2eabe1; } }
  .page-template-template-summer-staff-director .position-block h4 {
    font-size: 2.125rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    color: #666666;
    padding-bottom: 0.5rem; }
  .page-template-template-summer-staff-director .position-block h5 {
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: normal;
    padding-bottom: 1rem;
    text-transform: uppercase; }
  .page-template-template-summer-staff-director .position-block p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 2rem; }
  .page-template-template-summer-staff-director .position-block .btn-holder {
    width: 100%;
    text-align: center; }
  .page-template-template-summer-staff-director .position-block ul, .page-template-template-summer-staff-director .position-block ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .position-block ul, .page-template-template-summer-staff-director .position-block ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .position-block ul li, .page-template-template-summer-staff-director .position-block ol li {
      list-style: disc; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .position-block .button, .page-template-template-summer-staff-director .position-block input[type=submit] {
      margin: 0 auto; } }
  @media only screen and (min-width: 1025px) {
    .page-template-template-summer-staff-director .position-block .button, .page-template-template-summer-staff-director .position-block input[type=submit] {
      min-width: 240px; } }

.page-template-template-summer-staff-director .camp-details-content {
  margin-top: 1rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .camp-details-content {
      margin-top: 0; } }
  .page-template-template-summer-staff-director .camp-details-content-inner {
    background-color: #ffffff; }

.page-template-template-summer-staff-director .sidebar {
  background: linear-gradient(-180deg, #125f95, #022f4f);
  padding: 5rem 2rem 4rem 2rem;
  display: table; }
  .page-template-template-summer-staff-director .sidebar ul, .page-template-template-summer-staff-director .sidebar ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .sidebar ul, .page-template-template-summer-staff-director .sidebar ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .sidebar ul li, .page-template-template-summer-staff-director .sidebar ol li {
      list-style: disc; }
  .page-template-template-summer-staff-director .sidebar h4 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #ffffff;
    max-width: 200px;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 766px) {
      .page-template-template-summer-staff-director .sidebar h4 {
        max-width: 400px; } }
  .page-template-template-summer-staff-director .sidebar p {
    color: #ffffff;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    line-height: 1.5rem;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .sidebar p {
        font-size: 1.25rem; } }
  .page-template-template-summer-staff-director .sidebar .button, .page-template-template-summer-staff-director .sidebar input[type=submit] {
    margin-top: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .sidebar .button, .page-template-template-summer-staff-director .sidebar input[type=submit] {
        min-width: 200px; } }

.page-template-template-summer-staff-director .content {
  padding: 2rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .content {
      padding: 5rem 2rem 4rem 2rem; } }
  .page-template-template-summer-staff-director .content ul, .page-template-template-summer-staff-director .content ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .content ul, .page-template-template-summer-staff-director .content ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .content ul li, .page-template-template-summer-staff-director .content ol li {
      list-style: disc; }
  .page-template-template-summer-staff-director .content h4 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #1d5178;
    max-width: 200px;
    padding-bottom: 1rem; }
  @media only screen and (max-width: 766px) {
    .page-template-template-summer-staff-director .content.text-col h4 {
      max-width: 400px; } }
  .page-template-template-summer-staff-director .content video {
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45); }

.page-template-template-summer-staff-director .content-with-video-row div.sidebar {
  order: 0; }

.page-template-template-summer-staff-director .content-with-video-row div.text-col {
  order: 2; }
  .page-template-template-summer-staff-director .content-with-video-row div.text-col ul, .page-template-template-summer-staff-director .content-with-video-row div.text-col ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .content-with-video-row div.text-col ul, .page-template-template-summer-staff-director .content-with-video-row div.text-col ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .content-with-video-row div.text-col ul li, .page-template-template-summer-staff-director .content-with-video-row div.text-col ol li {
      list-style: disc; }
  @media only screen and (min-width: 1025px) {
    .page-template-template-summer-staff-director .content-with-video-row div.text-col {
      order: 1; } }

.page-template-template-summer-staff-director .content-with-video-row div.video-col {
  order: 1;
  padding-bottom: 0; }
  @media only screen and (min-width: 1025px) {
    .page-template-template-summer-staff-director .content-with-video-row div.video-col {
      order: 2;
      padding-bottom: 0; } }

.page-template-template-summer-staff-director .content-with-video-row .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.page-template-template-summer-staff-director .content-with-video-row .embed-container iframe,
.page-template-template-summer-staff-director .content-with-video-row .embed-container object,
.page-template-template-summer-staff-director .content-with-video-row .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-template-template-summer-staff-director .price .columns {
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .page-template-template-summer-staff-director .price .columns {
      min-width: 100%; } }

.page-template-template-summer-staff-director .add-padding {
  padding: 2rem 2rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .add-padding {
      padding: 6rem 2rem; } }

.page-template-template-summer-staff-director p {
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.page-template-template-summer-staff-director p.staff-video-text {
  font-style: italic;
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #666666;
  text-align: center;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 766px) {
    .page-template-template-summer-staff-director p.staff-video-text {
      display: none; } }

.page-template-template-summer-staff-director .staff-quote-section {
  background: #2eabe1;
  margin-left: -1px; }

.page-template-template-summer-staff-director .staff-quotes {
  padding: 2rem 1rem 2rem 1rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-template-template-summer-staff-director .staff-quotes {
      padding: 5rem 1rem 4rem 1rem; } }
  .page-template-template-summer-staff-director .staff-quotes img {
    width: 140px;
    height: 140px;
    border-radius: 50%; }
  .page-template-template-summer-staff-director .staff-quotes .staff-name,
  .page-template-template-summer-staff-director .staff-quotes .staff-title {
    font-size: .875rem;
    line-height: 1rem;
    color: #ffffff;
    text-transform: uppercase; }
  .page-template-template-summer-staff-director .staff-quotes .staff-title {
    margin-top: 0; }
  .page-template-template-summer-staff-director .staff-quotes .speech-bubble-holder {
    padding-top: 2rem;
    position: relative;
    max-width: 240px;
    margin: 0 auto; }
  .page-template-template-summer-staff-director .staff-quotes .tail-holder {
    position: absolute;
    top: 10px;
    right: 30%;
    height: 40px;
    width: 40px;
    background-image: url("../img/shape.png");
    background-size: contain; }
  .page-template-template-summer-staff-director .staff-quotes .speech-bubble {
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: 0 auto; }
    .page-template-template-summer-staff-director .staff-quotes .speech-bubble p {
      font-size: .750rem;
      padding: 1rem .750rem;
      line-height: 1rem; }

.page-template-template-summer-staff-director .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.page-template-template-summer-staff-director .embed-container iframe,
.page-template-template-summer-staff-director .embed-container object,
.page-template-template-summer-staff-director .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-template-template-summer-staff-director .bg-white {
  background: #ffffff; }
  .page-template-template-summer-staff-director .bg-white h2, .page-template-template-summer-staff-director .bg-white .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-summer-staff-director .bg-white .modal-block-themes-majors:first-child::before {
    color: #1d5178; }
  .page-template-template-summer-staff-director .bg-white p {
    color: #666666; }

.page-template-template-summer-staff-director h2.white, .page-template-template-summer-staff-director .page-template-template-our-camps-old .CG-wrap .white.modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-summer-staff-director .white.modal-block-themes-majors:first-child::before {
  color: #ffffff; }

.page-template-template-summer-staff-director .sidebar-with-positions-row .text-col {
  background: #2eabe1;
  padding-top: 4rem;
  padding-bottom: 0; }
  .page-template-template-summer-staff-director .sidebar-with-positions-row .text-col .staff-quotes {
    padding-top: 0;
    padding-bottom: 2rem; }
    .page-template-template-summer-staff-director .sidebar-with-positions-row .text-col .staff-quotes img {
      width: 160px;
      height: 160px; }
      @media only screen and (min-width: 768px) {
        .page-template-template-summer-staff-director .sidebar-with-positions-row .text-col .staff-quotes img {
          width: 140px;
          height: 140px; } }
      @media only screen and (min-width: 1025px) {
        .page-template-template-summer-staff-director .sidebar-with-positions-row .text-col .staff-quotes img {
          width: 134px;
          height: 134px; } }

@media only screen and (max-width: 767px) {
  .page-template-template-summer-staff-director .sidebar-with-positions-row .sidebar {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.page-template-template-summer-staff-director .educators-info-with-media-row .media-col.left {
  order: 1; }

.page-template-template-summer-staff-director .educators-info-with-media-row .media-col.right {
  order: 3; }

@media only screen and (max-width: 767px) {
  .page-template-template-summer-staff-director .educators-info-with-media-row .media-col {
    order: 1 !important; } }

.page-template-template-summer-staff-director .educators-info-with-media-row .content-col {
  order: 2;
  padding-top: 1.25rem; }
  .page-template-template-summer-staff-director .educators-info-with-media-row .content-col h1, .page-template-template-summer-staff-director .educators-info-with-media-row .content-col h1 {
    color: #1d5178; }
  .page-template-template-summer-staff-director .educators-info-with-media-row .content-col .button, .page-template-template-summer-staff-director .educators-info-with-media-row .content-col input[type=submit] {
    margin-top: 1.25rem; }
  .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ul, .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ul, .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ul li, .page-template-template-summer-staff-director .educators-info-with-media-row .content-col ol li {
      list-style: disc; }

.page-template-template-summer-staff-director .content-with-image-row .img-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 25rem; }
  .page-template-template-summer-staff-director .content-with-image-row .img-col.left {
    order: 1; }
  .page-template-template-summer-staff-director .content-with-image-row .img-col.right {
    order: 3; }
  @media only screen and (max-width: 767px) {
    .page-template-template-summer-staff-director .content-with-image-row .img-col {
      order: 1 !important; } }

.page-template-template-summer-staff-director .content-with-image-row .content-col {
  order: 2;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .page-template-template-summer-staff-director .content-with-image-row .content-col h1, .page-template-template-summer-staff-director .content-with-image-row .content-col h1 {
    color: #1d5178; }
  .page-template-template-summer-staff-director .content-with-image-row .content-col .button, .page-template-template-summer-staff-director .content-with-image-row .content-col input[type=submit] {
    margin-top: 1.25rem; }
  .page-template-template-summer-staff-director .content-with-image-row .content-col ul, .page-template-template-summer-staff-director .content-with-image-row .content-col ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .content-with-image-row .content-col ul, .page-template-template-summer-staff-director .content-with-image-row .content-col ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .content-with-image-row .content-col ul li, .page-template-template-summer-staff-director .content-with-image-row .content-col ol li {
      list-style: disc; }

.page-template-template-summer-staff-director .content-with-image-row .no-padding {
  padding: 0; }

.page-template-template-summer-staff-director .bottom-row {
  border-top: 1px solid #999999; }
  @media only screen and (max-width: 767px) {
    .page-template-template-summer-staff-director .bottom-row {
      border-top: none; } }
  .page-template-template-summer-staff-director .bottom-row h1, .page-template-template-summer-staff-director .bottom-row h2, .page-template-template-summer-staff-director .bottom-row .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .page-template-template-summer-staff-director .bottom-row .modal-block-themes-majors:first-child::before {
    color: #1d5178; }
  .page-template-template-summer-staff-director .bottom-row ul, .page-template-template-summer-staff-director .bottom-row ol {
    margin: 0.625rem 0;
    padding-left: 2rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-summer-staff-director .bottom-row ul, .page-template-template-summer-staff-director .bottom-row ol {
        padding-left: 4rem; } }
    .page-template-template-summer-staff-director .bottom-row ul li, .page-template-template-summer-staff-director .bottom-row ol li {
      list-style: disc; }
  @media only screen and (max-width: 767px) {
    .page-template-template-summer-staff-director .bottom-row .right-content {
      padding-top: 1.25rem; } }

/* main: ../master.scss */
#blog-top.hero-banner {
  position: relative;
  background: #FFE003;
  padding: 2rem 0 3rem 0;
  z-index: 1; }
  #blog-top.hero-banner:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 45px;
    width: 100%;
    background: transparent;
    transform: rotate(-1deg);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  #blog-top.hero-banner::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 50px;
    width: 100%;
    background: #FFE003;
    transform: rotate(-1deg);
    z-index: 2; }
  #blog-top.hero-banner .row {
    position: relative;
    min-height: 0;
    z-index: 3; }
    #blog-top.hero-banner .row h1 {
      color: #e13c95;
      font-size: 2.5rem;
      background-color: transparent !important; }
      #blog-top.hero-banner .row h1 span {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        text-transform: none;
        display: block;
        margin-bottom: -36px; }
      #blog-top.hero-banner .row h1 img {
        display: inline-block;
        position: relative;
        vertical-align: bottom;
        top: 10px; }

@media only screen and (min-width: 1025px) {
  .blog-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; } }

/* Blog search */
#blog-searchform {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: row;
  margin-top: 1rem; }
  @media only screen and (min-width: 1025px) {
    #blog-searchform {
      margin: 0; } }
  #blog-searchform:before {
    content: '';
    position: absolute;
    top: .5rem;
    left: 0;
    width: 31px;
    height: 25px;
    background: url(../img/blog-paper-airplane.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #blog-searchform select {
    box-sizing: border-box;
    height: 2.4375rem;
    width: 150px;
    margin: 0 1rem 0 0;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #fefefe;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.5;
    color: #666;
    background-image: url(../img/select-arrow.png);
    background-origin: content-box;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  #blog-searchform .screen-reader-text {
    position: absolute;
    top: -12em;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    color: transparent; }
  #blog-searchform input[type='text'] {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 2.4375rem;
    margin: 0;
    padding: 0.5rem;
    border: 0;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.5;
    color: #999;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #blog-searchform input[type=submit].searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 1rem;
    border-radius: 0;
    line-height: .6rem;
    font-size: 0;
    color: transparent;
    background-image: url(../img/search-icon-gray.svg);
    background-position: center center;
    background-size: 11px 15px;
    background-repeat: no-repeat;
    background-color: transparent; }

section.blog-bg-image {
  height: 600px; }
  section.blog-bg-image.desktop {
    display: block; }
  section.blog-bg-image.mobile {
    display: none; }
  @media only screen and (max-width: 767px) {
    section.blog-bg-image.desktop {
      display: none; }
    section.blog-bg-image.mobile {
      display: block; } }

.galileo-blog .blog-container {
  background-color: #fff;
  padding: 0 1rem;
  margin-bottom: 4rem; }
  .galileo-blog .blog-container h1,
  .galileo-blog .blog-container small {
    font-size: 1rem;
    line-height: 2rem;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    padding-top: 1rem;
    color: #666666; }
  .galileo-blog .blog-container h2, .galileo-blog .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .galileo-blog .blog-container .modal-block-themes-majors:first-child::before {
    margin-top: 0;
    line-height: 2rem;
    text-transform: none; }
  .galileo-blog .blog-container .blog-title {
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 1.875rem;
    font-weight: 600;
    color: #1d5178;
    line-height: 1.875rem;
    letter-spacing: .05rem; }
  .galileo-blog .blog-container .featured-post {
    position: relative;
    margin-top: -20px;
    z-index: 2; }
    .galileo-blog .blog-container .featured-post .blog-image {
      position: relative; }
      .galileo-blog .blog-container .featured-post .blog-image img {
        position: relative;
        top: 0;
        display: block;
        margin-bottom: 2rem;
        z-index: 1; }
      .galileo-blog .blog-container .featured-post .blog-image span {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        padding: .2rem 1.5rem;
        color: #fff;
        font-weight: 600;
        font-size: 1.2rem;
        background: #e13c95;
        z-index: 3; }
    @media only screen and (min-width: 1025px) {
      .galileo-blog .blog-container .featured-post .blog-title {
        font-size: 3.125rem !important;
        font-weight: 600 !important;
        line-height: 1.1 !important; }
      .galileo-blog .blog-container .featured-post p {
        line-height: 1.6; } }
    .galileo-blog .blog-container .featured-post .post-meta {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 1rem 0;
      margin: 1.5rem 0 3rem 0;
      border-bottom: 5px solid #e13c95; }
      .galileo-blog .blog-container .featured-post .post-meta * {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        color: #2eabe1;
        font-weight: 600; }
      .galileo-blog .blog-container .featured-post .post-meta a.readmore {
        display: block; }
        .galileo-blog .blog-container .featured-post .post-meta a.readmore::after {
          content: "";
          display: inline-block;
          width: 21px;
          height: 11px;
          background: url("../img/readmore-arrow.png");
          background-repeat: no-repeat !important;
          background-size: contain !important;
          background-position: center !important;
          padding-left: 1rem; }
  .galileo-blog .blog-container .post.has-post-thumbnail,
  .galileo-blog .blog-container .staff-posts.has-post-thumbnail {
    border-bottom: 4px solid #ececec;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1025px) {
      .galileo-blog .blog-container .post.has-post-thumbnail,
      .galileo-blog .blog-container .staff-posts.has-post-thumbnail {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
    @media only screen and (min-width: 1025px) {
      .galileo-blog .blog-container .post.has-post-thumbnail .blog-image,
      .galileo-blog .blog-container .staff-posts.has-post-thumbnail .blog-image {
        flex: 0 0 20%;
        max-width: 20%; } }
    @media only screen and (min-width: 1025px) {
      .galileo-blog .blog-container .post.has-post-thumbnail .entry,
      .galileo-blog .blog-container .staff-posts.has-post-thumbnail .entry {
        flex: 0 0 72%;
        max-width: 72%; } }
  .galileo-blog .blog-container .post.blog-page-entry,
  .galileo-blog .blog-container .staff-posts.blog-page-entry {
    border-bottom: 4px solid #ececec;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  .galileo-blog .blog-container small, .galileo-blog .blog-container time {
    display: block;
    padding-top: 0;
    padding-bottom: .500rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .galileo-blog .blog-container .entry p {
    font-size: 1.125rem;
    margin-top: 1rem; }
    .galileo-blog .blog-container .entry p a {
      display: block;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 600;
      margin-top: 1rem; }
      .galileo-blog .blog-container .entry p a::after {
        content: "";
        /* previously -> \25bc */
        display: inline-block;
        width: 21px;
        height: 11px;
        background: url("../img/readmore-arrow.png");
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        padding-left: 1rem;
        /*font-size: .750rem;*/ }
  .galileo-blog .blog-container .entry p.to-blog-top {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0; }
    .galileo-blog .blog-container .entry p.to-blog-top a::after {
      content: none; }
    .galileo-blog .blog-container .entry p.to-blog-top a::before {
      content: "\25b2";
      padding-left: .500rem;
      font-size: .750rem;
      padding-right: .500rem; }
  .galileo-blog .blog-container nav.pagination {
    margin-top: 4.5rem;
    text-align: center; }
    .galileo-blog .blog-container nav.pagination a,
    .galileo-blog .blog-container nav.pagination span {
      display: inline-block;
      padding: .5rem 1rem;
      margin: 0 .250rem;
      line-height: 1em;
      border: 3px solid #ececec;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      text-transform: uppercase;
      border-radius: 3px;
      vertical-align: middle; }
    .galileo-blog .blog-container nav.pagination .current,
    .galileo-blog .blog-container nav.pagination .next {
      background: #2eabe1;
      color: #ffffff;
      display: inline-block;
      border-color: #2eabe1;
      line-height: 1em; }

body[class*="page-paged-"] .featured-post {
  display: none; }

body[class*="page-paged-"] .blog-container {
  padding-top: 5rem; }

.blog-sidebar {
  margin-top: 3rem; }
  .blog-sidebar section {
    margin-bottom: 3rem; }
    .blog-sidebar section .category-science-experiments {
      position: relative;
      padding-right: 4rem; }
      .blog-sidebar section .category-science-experiments::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 31px;
        height: 31px;
        background: url("../img/icon-diy.jpg");
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important; }
    .blog-sidebar section .blog-sidebar-entry {
      margin: 1rem 0;
      border-bottom: 2px solid #e8e8e8;
      padding-bottom: 1rem; }
      .blog-sidebar section .blog-sidebar-entry a {
        font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
        color: #1d5178;
        line-height: 1.4;
        display: block; }

.blog-sidebar .subscribe,
.post-template-default.single-post .subscribe {
  margin-top: 1.25rem; }
  .blog-sidebar .subscribe .form-wrap,
  .post-template-default.single-post .subscribe .form-wrap {
    display: flex; }
  .blog-sidebar .subscribe input.email,
  .post-template-default.single-post .subscribe input.email {
    height: 4rem;
    flex-grow: 1;
    padding: 1rem;
    font-size: 1rem;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    box-shadow: none;
    background: #F5F5F5;
    outline: none;
    position: static;
    border: none; }
  .blog-sidebar .subscribe #honeypot,
  .post-template-default.single-post .subscribe #honeypot {
    display: none; }
  .blog-sidebar .subscribe button.submit,
  .post-template-default.single-post .subscribe button.submit {
    border-radius: 0px;
    width: auto;
    padding: 1rem 2rem 1rem;
    height: 4rem;
    line-height: 2.25rem; }
    .blog-sidebar .subscribe button.submit span,
    .post-template-default.single-post .subscribe button.submit span {
      color: #fff; }

.single-post .blog-container, .single-staff-posts .blog-container, .single-jobs .blog-container {
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 4rem 1rem; }
  @media only screen and (min-width: 768px) {
    .single-post .blog-container, .single-staff-posts .blog-container, .single-jobs .blog-container {
      -webkit-flex: 75%;
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; } }
  .single-post .blog-container h2, .single-post .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-post .blog-container .modal-block-themes-majors:first-child::before, .single-staff-posts .blog-container h2, .single-staff-posts .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-staff-posts .blog-container .modal-block-themes-majors:first-child::before, .single-jobs .blog-container h2, .single-jobs .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-jobs .blog-container .modal-block-themes-majors:first-child::before {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    color: #1d5178;
    max-width: 560px;
    line-height: 2rem; }
    @media only screen and (min-width: 1025px) {
      .single-post .blog-container h2, .single-post .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-post .blog-container .modal-block-themes-majors:first-child::before, .single-staff-posts .blog-container h2, .single-staff-posts .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-staff-posts .blog-container .modal-block-themes-majors:first-child::before, .single-jobs .blog-container h2, .single-jobs .blog-container .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-jobs .blog-container .modal-block-themes-majors:first-child::before {
        font-size: 2.125rem;
        max-width: 600px;
        line-height: 2.25rem; } }
  .single-post .blog-container p.meta, .single-staff-posts .blog-container p.meta, .single-jobs .blog-container p.meta {
    font-size: 1rem;
    line-height: 2rem;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    color: #666666;
    margin-top: 0;
    text-transform: uppercase; }
  .single-post .blog-container .back-to-blog, .single-staff-posts .blog-container .back-to-blog, .single-jobs .blog-container .back-to-blog {
    margin: 1.875rem 0; }
  .single-post .blog-container ul, .single-staff-posts .blog-container ul, .single-jobs .blog-container ul {
    margin: 2.5rem 0 1.25rem 2.5rem; }
    @media only screen and (max-width: 767px) {
      .single-post .blog-container ul, .single-staff-posts .blog-container ul, .single-jobs .blog-container ul {
        margin: 1.25rem 0 0.625rem 2.5rem; } }
    .single-post .blog-container ul li, .single-staff-posts .blog-container ul li, .single-jobs .blog-container ul li {
      list-style-type: disc;
      padding-bottom: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .single-post .blog-container ul li, .single-staff-posts .blog-container ul li, .single-jobs .blog-container ul li {
          padding-bottom: 0.625rem; } }

/* main: ../master.scss */
.camp-filter .filters {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #1d5178;
  padding: 2.125rem 3.25rem;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .camp-filter .filters {
      padding: 3.3125rem 0 0;
      position: fixed;
      top: 4.6875rem;
      z-index: 2;
      left: 0;
      min-width: 100%;
      height: auto;
      max-height: 3.3125rem;
      overflow: hidden; }
      .camp-filter .filters.open {
        max-height: calc(100vh - 75px);
        overflow: auto; }
        .camp-filter .filters.open h1:after {
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 13px solid #ffffff;
          border-top: 0; }
      .camp-filter .filters h1 {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background-color: #e2f4fd;
        padding: 0 1rem;
        height: 3.3125rem;
        min-width: 100%;
        color: #ffffff;
        font-size: 1.375rem;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        position: fixed;
        left: 0;
        top: 4.6875rem;
        z-index: 3; }
        .camp-filter .filters h1::after {
          content: '';
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          position: absolute;
          right: 2.375rem;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 13px solid #ffffff; } }
  .camp-filter .filters * {
    color: #ffffff; }
  .camp-filter .filters input[type=text] {
    height: 3.125rem;
    color: #666666;
    padding: 0.375rem 0.75rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
    border: none; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters input[type=text] {
        height: 2.5rem;
        font-size: 1rem; } }
    .camp-filter .filters input[type=text].week-picker {
      height: 0;
      width: 0;
      margin: 0;
      padding: 0;
      display: block; }
  .camp-filter .filters fieldset {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters fieldset {
        margin-left: 1rem;
        margin-right: 1rem; } }
  .camp-filter .filters input[type=submit] {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 2rem;
    padding: 1rem 1.125rem 0.875rem; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters input[type=submit] {
        margin: 0.75rem auto;
        font-size: 1.375rem;
        padding: 0.5rem 0.75rem 0.4375rem;
        width: 75%; } }
  .camp-filter .filters label {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
    font-size: 1.125rem;
    line-height: 1.2;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters label {
        font-size: 0.9375rem; } }
  .camp-filter .filters .location-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 1rem; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters .location-wrapper {
        border-top: 0; } }
    .camp-filter .filters .location-wrapper label {
      padding-right: 0.375rem; }
    .camp-filter .filters .location-wrapper input {
      width: 100%;
      max-width: 66.66666%; }
      @media only screen and (min-width: 768px) and (max-width: 1250px) {
        .camp-filter .filters .location-wrapper input {
          max-width: 100%; } }
  .camp-filter .filters .distance-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 33.3333333%;
    padding-top: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem; }
    @media only screen and (min-width: 768px) and (max-width: 1250px) {
      .camp-filter .filters .distance-wrapper {
        padding-left: 0; } }
    .camp-filter .filters .distance-wrapper .num {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1.125rem; }
    .camp-filter .filters .distance-wrapper .minus,
    .camp-filter .filters .distance-wrapper .plus {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: -webkit-flex;
      display: flex;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      width: 1.5625rem;
      height: 1.3125rem;
      background-color: #ffffff;
      color: #2eabe1;
      padding-bottom: 0.125rem; }
      .camp-filter .filters .distance-wrapper .minus:hover,
      .camp-filter .filters .distance-wrapper .plus:hover {
        background-color: #2eabe1;
        color: #ffffff; }
    .camp-filter .filters .distance-wrapper .range {
      font-size: 1.125rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .camp-filter .filters .age-group-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1rem 0; }
    .camp-filter .filters .age-group-wrapper label {
      padding-right: 0.375rem; }
    .camp-filter .filters .age-group-wrapper .age-group {
      width: 100%;
      max-width: 66.66666%; }
      @media only screen and (min-width: 768px) and (max-width: 1250px) {
        .camp-filter .filters .age-group-wrapper .age-group {
          max-width: 100%; } }
  .camp-filter .filters .age-group {
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    height: auto;
    max-height: 3.125rem;
    margin: 0;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters .age-group {
        max-height: 2.5rem; } }
    .camp-filter .filters .age-group::before {
      content: '';
      width: 1px;
      height: 1.8125rem;
      background-color: #666666;
      position: absolute;
      top: 0.75rem;
      right: 3.1875rem;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .age-group::before {
          height: 1.1875rem;
          top: 0.6875rem; } }
    .camp-filter .filters .age-group::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 0.375rem solid transparent;
      border-right: 0.375rem solid transparent;
      border-top: 0.5625rem solid #2eabe1;
      position: absolute;
      top: 1.3125rem;
      right: 1rem;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .age-group::after {
          top: 1rem; } }
    .camp-filter .filters .age-group.open {
      max-height: 62.5rem; }
    .camp-filter .filters .age-group span {
      display: -webkit-flex;
      display: flex;
      color: #666666;
      align-items: center;
      min-height: 3.125rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      font-weight: 900;
      padding-left: 0.75rem;
      vertical-align: middle;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .age-group span {
          min-height: 2.5rem;
          font-size: 1rem; } }
  .camp-filter .filters .date-trigger {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #1d5178;
    border: 1px solid #ffffff;
    border-radius: 1.5625rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.75rem 0.9375rem 0.6875rem;
    display: inline-block; }
    .camp-filter .filters .date-trigger:hover {
      background-color: #ffffff;
      color: #1d5178; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filters .date-trigger {
        font-size: 0.875rem;
        padding: 0.5rem 0.5rem 0.4375rem; } }
  .camp-filter .filters .date-wrapper {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .camp-filter .filters .date-wrapper .shrink {
      padding-left: 0; }
  .camp-filter .filters .selected-dates {
    margin: 0;
    padding: 0; }
    .camp-filter .filters .selected-dates li {
      font-size: 1rem; }
  .camp-filter .filters .checkboxes-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    margin-top: 1rem;
    position: relative; }
    .camp-filter .filters .checkboxes-wrapper .toggle-all {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0.875rem;
      font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
      line-height: 1.2; }
      .camp-filter .filters .checkboxes-wrapper .toggle-all:hover {
        text-decoration: underline; }
      .camp-filter .filters .checkboxes-wrapper .toggle-all span {
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        color: #2eabe1; }
    .camp-filter .filters .checkboxes-wrapper label:not(.field-title) {
      cursor: pointer;
      font-size: 0.875rem;
      text-transform: none;
      padding-left: 1.1875rem; }
    .camp-filter .filters .checkboxes-wrapper .field-title {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 0.5rem; }
    .camp-filter .filters .checkboxes-wrapper ul {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 0; }
    .camp-filter .filters .checkboxes-wrapper li {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
      position: relative;
      padding-left: 0;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .checkboxes-wrapper li {
          padding-top: 0.375rem; } }
      .camp-filter .filters .checkboxes-wrapper li:hover input ~ .custom-checkbox {
        background-color: #1d5178; }
      .camp-filter .filters .checkboxes-wrapper li input:checked ~ .custom-checkbox {
        background-color: #2eabe1; }
    .camp-filter .filters .checkboxes-wrapper input {
      cursor: pointer;
      position: absolute;
      opacity: 0;
      height: 0.625rem;
      width: 0.625rem;
      z-index: 3;
      top: 0.625rem;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .checkboxes-wrapper input {
          top: 0.375rem; } }
    .camp-filter .filters .checkboxes-wrapper .custom-checkbox {
      background-color: #1d5178;
      position: absolute;
      top: 0.5625rem;
      left: 0;
      height: 0.6875rem;
      width: 0.6875rem;
      border: 1px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .camp-filter .filters .checkboxes-wrapper .custom-checkbox {
          top: 0.625rem; } }
  .camp-filter .filters .at-tech {
    text-align: center;
    padding: 0 0.75rem 0.75rem;
    text-align: center; }
    .camp-filter .filters .at-tech span {
      cursor: pointer;
      color: #2eabe1; }

.camp-filter .filter-results {
  background-color: #1d5178;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .camp-filter .filter-results {
      padding: 3.3125rem 0 0 0; } }
  .camp-filter .filter-results .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .camp-filter .filter-results .columns {
    padding: 0; }
  .camp-filter .filter-results .no-results {
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.35); }
    .camp-filter .filter-results .no-results .columns {
      padding: 1.25rem 1rem; }
  @media only screen and (max-width: 767px) {
    .camp-filter .filter-results .link-to-camp {
      margin-top: 0.25rem;
      font-size: 1.125rem;
      padding: 0.75rem 0.5rem 0.6875rem; } }
  .camp-filter .filter-results .also-at {
    margin-top: 1rem;
    border: 1px solid #2eabe1;
    text-align: center;
    padding: 0.375rem 0.375rem 0.25rem;
    font-size: 0.84375rem;
    line-height: 1.2;
    text-transform: none;
    border-radius: 1.5625rem; }
    .camp-filter .filter-results .also-at span {
      font-size: inherit;
      color: #2eabe1;
      text-transform: uppercase;
      width: 100%;
      display: block; }
  .camp-filter .filter-results .address-wrapper {
    min-width: 100%;
    padding: 1rem 0; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filter-results .address-wrapper {
        padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .camp-filter .filter-results .address {
      padding-bottom: 0.75rem; } }
  .camp-filter .filter-results .address span {
    font-size: 1.25rem; }
  .camp-filter .filter-results .address p {
    font-size: 1.125rem; }
  .camp-filter .filter-results .age {
    max-width: 33.333333%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filter-results .age {
        max-width: 100%;
        text-align: left;
        margin-bottom: 0.625rem; }
        .camp-filter .filter-results .age p,
        .camp-filter .filter-results .age span {
          display: inline-block; } }
  .camp-filter .filter-results .cg-results {
    padding: 0.3125rem 0.8125rem 0.5rem 0;
    display: -webkit-flex;
    display: flex;
    align-self: stretch; }
    .camp-filter .filter-results .cg-results .box-shadow {
      border-radius: 0.3125rem;
      width: 100%;
      height: 100%;
      box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.35);
      padding: 0.375rem 0.5rem 0.25rem; }
    .camp-filter .filter-results .cg-results span,
    .camp-filter .filter-results .cg-results p {
      line-height: 1.2;
      margin-top: 0; }
    .camp-filter .filter-results .cg-results span {
      font-size: 1.125rem; }
    .camp-filter .filter-results .cg-results p {
      font-size: 1rem; }
      .camp-filter .filter-results .cg-results p.nis {
        font-weight: bold;
        text-transform: none; }
  .camp-filter .filter-results .gsq-results .row {
    justify-content: flex-start; }
  .camp-filter .filter-results .gsq-results > .row {
    margin-top: 0.75rem; }
  .camp-filter .filter-results .gsq-results .columns {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    .camp-filter .filter-results .gsq-results .columns:not(.sesh) {
      padding: 0 1.0625rem 1.0625rem 0; }
    @media only screen and (max-width: 767px) {
      .camp-filter .filter-results .gsq-results .columns {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .camp-filter .filter-results .gsq-results .columns span {
      border-radius: 0.3125rem;
      box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.35);
      padding: 0.25rem 0.4375rem 0.1875rem; }
  .camp-filter .filter-results .sesh {
    min-width: 100%;
    padding-bottom: 0.375rem; }

.camp-filter .camp-filter-tabs {
  background-color: #fff; }
  .camp-filter .camp-filter-tabs .row {
    border-top: 1px solid #2eabe1;
    border-bottom: 1px solid #2eabe1; }
  .camp-filter .camp-filter-tabs .columns {
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #2eabe1;
    padding: 0;
    min-height: 4.6875rem; }
    .camp-filter .camp-filter-tabs .columns span {
      display: -webkit-flex;
      display: flex;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      font-size: 1.125rem;
      align-self: stretch;
      min-height: 100%;
      align-items: center;
      justify-content: center;
      padding: 0 1.875rem; }
    .camp-filter .camp-filter-tabs .columns span.is-active,
    .camp-filter .camp-filter-tabs .columns span:hover {
      background-color: #2eabe1;
      color: #ffffff;
      text-decoration: none; }
  .camp-filter .camp-filter-tabs .columns:first-child {
    border-left: 1px solid #2eabe1; }
  .camp-filter .camp-filter-tabs .columns:last-child {
    padding-right: 0; }

.camp-filter .camp-filter-list,
.camp-filter .camp-filter-list-inner {
  position: relative;
  z-index: 1; }

.camp-filter .camp-filter-list-inner {
  background-color: #ffffff; }

.camp-filter .loading-screen {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  overflow: hidden; }
  .camp-filter .loading-screen.on {
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 3;
    overflow: hidden; }
    .camp-filter .loading-screen.on img {
      z-index: 3;
      opacity: 1;
      visibility: visible; }
  .camp-filter .loading-screen img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: -193px;
    z-index: 0;
    opacity: 0;
    visibility: hidden; }

.camp-filter .camp-list {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  flex-basis: auto; }
  .camp-filter .camp-list.is-active {
    display: -webkit-flex;
    display: flex; }

.camp-filter .camp-details {
  padding: 1rem 2rem;
  box-shadow: 1px 5px 10px -2px rgba(0, 0, 0, 0.35); }
  .camp-filter .camp-details > .row {
    min-width: 100%; }
  @media only screen and (max-width: 767px) {
    .camp-filter .camp-details {
      padding: 1rem 1rem;
      overflow: hidden; } }
  .camp-filter .camp-details h2, .camp-filter .camp-details .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .camp-filter .camp-details .modal-block-themes-majors:first-child::before {
    margin-top: 0; }
  .camp-filter .camp-details p {
    margin-top: 0;
    text-transform: uppercase; }
    .camp-filter .camp-details p a {
      text-transform: uppercase; }
    .camp-filter .camp-details p.not-in-session {
      font-weight: bold;
      text-transform: none; }
  .camp-filter .camp-details .distance-from {
    text-transform: none;
    color: #2eabe1; }

.page-template-template-camp-finder .ui-datepicker {
  background-color: #ffffff;
  padding: 0.75rem; }
  .page-template-template-camp-finder .ui-datepicker a {
    color: #666666; }

.page-template-template-camp-finder .ui-datepicker-header {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 0.1875rem; }

.page-template-template-camp-finder .ui-datepicker-calendar {
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 0.1875rem; }

.page-template-template-camp-finder .ui-datepicker-year {
  display: none; }

.page-template-template-camp-finder .ui-datepicker-title {
  text-align: center; }

.page-template-template-camp-finder .ui-datepicker-current {
  display: none !important; }

.page-template-template-camp-finder .ui-datepicker-close {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.5rem;
  color: #2eabe1;
  background-color: #ffffff;
  border-radius: 0; }
  .page-template-template-camp-finder .ui-datepicker-close:hover {
    background-color: #2eabe1; }

.page-template-template-camp-finder .next-arrow,
.page-template-template-camp-finder .prev-arrow {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  top: 1.5625rem; }

.page-template-template-camp-finder .prev-arrow {
  border-width: 0.375rem 0.75rem 0.375rem 0;
  border-color: transparent #2eabe1 transparent transparent;
  left: 1.5625rem; }

.page-template-template-camp-finder .next-arrow {
  border-width: 0.375rem 0 0.375rem 0.75rem;
  border-color: transparent transparent transparent #2eabe1;
  right: 1.5625rem; }

.page-template-template-camp-finder table tbody tr td,
.page-template-template-camp-finder table thead tr th {
  border: 0; }

.page-template-template-camp-finder .active-week {
  background-color: #2eabe1; }
  .page-template-template-camp-finder .active-week a {
    color: #ffffff; }

.gsq-sesh-date strong {
  text-transform: uppercase;
  color: #1d5178; }

.tech-label {
  font-size: 1rem !important; }

.info-box a {
  font-size: 1.5rem;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  line-height: 1.5rem; }

.info-box p {
  margin-top: 0.625rem;
  font-size: 1rem; }
  .info-box p a {
    font-size: inherit;
    font-family: inherit; }
  .info-box p img {
    position: relative;
    top: .1875rem;
    margin-right: 0.125rem; }

/** refer page template **/
.page-template-template-refer .refer-a-friend-tag {
  display: none; }

.page-template-template-refer section.refer-a-friend {
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-template-template-refer section.refer-a-friend {
      background-image: unset !important; } }
  .page-template-template-refer section.refer-a-friend .row {
    max-width: 1850px;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .page-template-template-refer section.refer-a-friend .row {
        padding-top: 0; } }
  .page-template-template-refer section.refer-a-friend .column-content {
    background-size: cover;
    background-position: 50%;
    padding: 2.5rem 3rem;
    min-height: 800px; }
    @media only screen and (max-width: 767px) {
      .page-template-template-refer section.refer-a-friend .column-content {
        min-height: 600px;
        padding: 1.5rem; } }
    @media only screen and (max-width: 766px) {
      .page-template-template-refer section.refer-a-friend .column-content {
        min-height: unset; } }
    .page-template-template-refer section.refer-a-friend .column-content.blue-burst-bg {
      color: white; }
      .page-template-template-refer section.refer-a-friend .column-content.blue-burst-bg .refer-title {
        color: #fbd434; }
      .page-template-template-refer section.refer-a-friend .column-content.blue-burst-bg .share-text {
        color: white; }
    .page-template-template-refer section.refer-a-friend .column-content .refer-title {
      font-family: "Comic Zine OT", 'Veneer', Arial, sans-serif;
      font-size: 90px;
      color: #1d5178; }
      @media only screen and (max-width: 767px) {
        .page-template-template-refer section.refer-a-friend .column-content .refer-title {
          font-size: 60px; } }
    .page-template-template-refer section.refer-a-friend .column-content input {
      padding: 15px;
      width: 100%;
      border: none;
      margin: 10px auto;
      font-size: 18px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: black; }
    .page-template-template-refer section.refer-a-friend .column-content input::placeholder {
      color: #e13c95; }
    .page-template-template-refer section.refer-a-friend .column-content button[type=submit] {
      display: block;
      padding: 12px 60px;
      margin: 10px auto;
      width: 100%; }
    .page-template-template-refer section.refer-a-friend .column-content form .row {
      padding: 0;
      max-width: 100%; }
    .page-template-template-refer section.refer-a-friend .column-content .share-text {
      color: black; }
    @media only screen and (max-width: 766px) {
      .page-template-template-refer section.refer-a-friend .column-content .share-icon {
        width: 40px;
        margin-right: 5px; } }

.testimonial-header {
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 125px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .testimonial-header {
      height: unset;
      flex-direction: column;
      clear: both;
      margin-bottom: 30px; }
      .testimonial-header .container {
        height: 150px;
        display: flex;
        align-items: center; } }

.testimonial-wrapper {
  position: absolute;
  bottom: -50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  padding: 15px 20px;
  background: #2eabe1; }
  @media (max-width: 767px) {
    .testimonial-wrapper {
      position: relative;
      bottom: unset;
      transform: unset;
      width: 100%; } }
  .testimonial-wrapper p {
    color: white;
    font-family: "ff-ernestine-pro", Times, serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold; }
  .testimonial-wrapper .offer-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1; }
    @media (max-width: 767px) {
      .testimonial-wrapper .offer-banner {
        flex-direction: column; }
        .testimonial-wrapper .offer-banner .offer {
          border: none !important;
          max-width: 90%;
          min-width: 280px; }
          .testimonial-wrapper .offer-banner .offer .amount-off {
            font-size: 60px !important; }
          .testimonial-wrapper .offer-banner .offer .amount-detail {
            font-size: 22px !important; }
        .testimonial-wrapper .offer-banner .offer-instruction {
          text-align: center;
          font-size: 18px !important; } }
    .testimonial-wrapper .offer-banner .offer {
      display: flex;
      flex-direction: row;
      color: white;
      align-items: center;
      flex-basis: 50%;
      border-right: 1px solid white;
      position: relative; }
      .testimonial-wrapper .offer-banner .offer .amount-off {
        font-size: 85px;
        line-height: 1;
        color: white;
        font-family: "Veneer", Arial, Helvetica, sans-serif; }
      .testimonial-wrapper .offer-banner .offer .amount-detail {
        padding-left: 10px;
        font-size: 30px;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        padding-right: 10px; }
    .testimonial-wrapper .offer-banner .offer-instruction {
      padding-left: 10px; }
      .testimonial-wrapper .offer-banner .offer-instruction * {
        font-size: 22px !important; }

.new-column-container {
  margin-top: 50px;
  margin-bottom: 50px; }
  .new-column-container p, .new-column-container span {
    font-size: 18px;
    line-height: 30px; }
  @media (max-width: 767px) {
    .new-column-container {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .new-column-container:last-of-type {
    margin-bottom: 0; }
  .new-column-container .box-border {
    border: 10px solid white;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.23);
    background-color: #FCFCFC; }
    .new-column-container .box-border p, .new-column-container .box-border span {
      font-size: 16px;
      line-height: 24px; }
    .new-column-container .box-border .border-copy {
      padding: 15px; }
  .new-column-container ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0; }
  .new-column-container li {
    counter-increment: my-awesome-counter;
    margin: 1rem 0rem 1rem 2.5em;
    font-size: 16px;
    position: relative; }
    .new-column-container li ol {
      list-style: disc; }
      .new-column-container li ol li:before {
        content: none;
        background: unset; }
  .new-column-container li::before {
    content: counter(my-awesome-counter);
    background: #2eabe1;
    border-radius: 50%;
    display: inline-block;
    line-height: 2rem;
    color: white;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-right: 0.5rem;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    width: var(--size);
    height: var(--size);
    top: 0; }
  @media (max-width: 767px) {
    .new-column-container .new-container-image {
      margin-top: 25px;
      margin-bottom: 25px; } }
  .new-column-container .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    border: 10px solid white;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.23); }
    .new-column-container .iframe-container iframe, .new-column-container .iframe-container object, .new-column-container .iframe-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.parent-testimony {
  font-weight: bold;
  line-height: 30px;
  font-family: "ff-ernestine-pro", Times, serif;
  font-size: 16px; }
  .parent-testimony .testimony {
    margin-top: 15px; }
  .parent-testimony .parent {
    margin-top: 15px; }

.padded-content {
  padding: 50px; }

.decorated {
  position: relative; }
  .decorated .graphic {
    position: absolute;
    max-width: 175px; }
    .decorated .graphic.top-right {
      right: 40px;
      top: -50px; }
    .decorated .graphic.top-left {
      left: 40px;
      top: -50px; }
    .decorated .graphic.top-center {
      left: 50%;
      transform: translateX(-50%);
      top: -50px; }
    .decorated .graphic.center-left {
      top: 50%;
      transform: translateY(-50%);
      left: -40px; }
    .decorated .graphic.center-right {
      top: 50%;
      transform: translateY(-50%);
      right: -40px; }
    .decorated .graphic.bottom-left {
      bottom: -50ox;
      left: -40px; }
    .decorated .graphic.bottom-center {
      top: -50px;
      transform: translateX(-50%);
      left: 50%; }
    .decorated .graphic.bottom-right {
      bottom: -50ox;
      right: -40px; }

.hometwenty-gradecards.new-layout {
  padding: 0;
  margin-bottom: 40px; }
  .hometwenty-gradecards.new-layout .card-inner {
    background-color: white !important; }
  .hometwenty-gradecards.new-layout .card-title {
    margin-top: .75em !important; }
    .hometwenty-gradecards.new-layout .card-title .title-span {
      font-size: 24px !important;
      line-height: 34px !important;
      color: #e13c95 !important; }
  .hometwenty-gradecards.new-layout .card-info * {
    font-size: 16px !important;
    line-height: 24px !important; }
  .hometwenty-gradecards.new-layout .slick-dots {
    bottom: -5px !important; }
    .hometwenty-gradecards.new-layout .slick-dots li button:before {
      color: #1d5178 !important; }

.hometwenty-agecards {
  position: relative;
  padding: 40px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .hometwenty-agecards {
      padding: 20px 0 0; } }
  .hometwenty-agecards .row {
    padding: 0px 20px; }
  .hometwenty-agecards .age-card-slider {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .hometwenty-agecards .age-card-slider .slick-list {
        width: 80%;
        margin: auto;
        overflow: visible !important; } }
    @media only screen and (max-width: 766px) {
      .hometwenty-agecards .age-card-slider .slick-list {
        width: 94%; } }
    .hometwenty-agecards .age-card-slider .card {
      position: relative;
      padding: 20px; }
      .hometwenty-agecards .age-card-slider .card:hover {
        text-decoration: none; }
      .hometwenty-agecards .age-card-slider .card .card-inner {
        box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
        background: #fafafa; }
        .hometwenty-agecards .age-card-slider .card .card-inner .card-top {
          position: relative;
          height: 375px;
          display: flex;
          text-align: center;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 766px) {
            .hometwenty-agecards .age-card-slider .card .card-inner .card-top {
              height: 300px; } }
        .hometwenty-agecards .age-card-slider .card .card-inner .card-cover {
          background-size: cover !important;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .hometwenty-agecards .age-card-slider .card .card-inner .card-info {
          position: relative;
          font-size: 16px;
          color: white;
          margin-bottom: 20px; }
          .hometwenty-agecards .age-card-slider .card .card-inner .card-info .age-group {
            color: white;
            font-size: 28px;
            font-family: "Veneer", Arial, Helvetica, sans-serif;
            line-height: 34px;
            letter-spacing: 1.17px; }
          .hometwenty-agecards .age-card-slider .card .card-inner .card-info .grade-range {
            line-height: 30px;
            color: white;
            font-size: 18px;
            font-weight: 600;
            font-family: "ff-ernestine-pro", Times, serif; }
          .hometwenty-agecards .age-card-slider .card .card-inner .card-info i {
            font-size: 35px; }
    .hometwenty-agecards .age-card-slider .slick-dots {
      margin-top: 7px;
      position: relative; }
    .hometwenty-agecards .age-card-slider .slick-dots li.slick-active button::before {
      color: #1d5178; }
    .hometwenty-agecards .age-card-slider .slick-dots li button::before {
      color: #1d5178;
      font-size: 14px; }

.pricing-slider.new-layout {
  max-width: 1440px !important; }
  .pricing-slider.new-layout .pricing-card {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.23);
    margin-bottom: 15px; }
    .pricing-slider.new-layout .pricing-card .pc-top {
      align-items: center;
      justify-content: start;
      height: 250px; }
      .pricing-slider.new-layout .pricing-card .pc-top h4 {
        margin-bottom: 15px;
        margin-top: 15px; }
    .pricing-slider.new-layout .pricing-card .pc-bottom ol {
      list-style: none;
      padding-left: 0;
      text-align: left; }
    .pricing-slider.new-layout .pricing-card .pc-bottom ol li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px; }
    .pricing-slider.new-layout .pricing-card .pc-bottom ol li:before {
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'Font Awesome 5 Pro';
      content: "\f058";
      font-weight: 900;
      color: #2eabe1; }

.price-per-month {
  position: relative; }
  .price-per-month .dollar-sign {
    position: absolute;
    top: 0;
    left: -29px;
    font-size: 42px;
    color: #1d5178; }
  .price-per-month .price {
    font-size: 115px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    color: #1d5178;
    line-height: 86px; }
  .price-per-month .per-month {
    font-size: 32px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    color: #1d5178; }

.price-note p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  color: #1d5178; }

.disclaimer {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #414141; }

@media only screen and (max-width: 767px) {
  .order-first {
    order: 1; } }

@media only screen and (max-width: 767px) {
  .order-last {
    order: 12; } }

/* main: ../master.scss */
@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

#body {
  overflow-x: hidden !important; }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999999999999999;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0px !important;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:hover {
    background: transparent !important; }

.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.global-header {
  z-index: 9999999999999999999999999 !important; }

.hometwenty-camplocationshome {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px; }
  .hometwenty-camplocationshome #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .hometwenty-camplocationshome .row {
    max-width: 1350px !important;
    width: calc(100% - 60px);
    z-index: 9;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .hometwenty-camplocationshome .row {
        width: calc(100% - 40px); } }
    .hometwenty-camplocationshome .row .columns {
      position: relative; }
  .hometwenty-camplocationshome .headline {
    color: white;
    text-transform: uppercase;
    font-size: 58px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-camplocationshome .headline {
        font-size: 40px;
        margin-bottom: 20px; } }
    .hometwenty-camplocationshome .headline span {
      font-size: inherit !important;
      font-family: inherit !important;
      color: #ffd433; }
  .hometwenty-camplocationshome .camplocationshome-pink {
    background: #e13c95;
    position: relative;
    padding: 80px; }
    .hometwenty-camplocationshome .camplocationshome-pink .plane {
      position: absolute;
      z-index: 99;
      top: -29px;
      right: -24px; }
      @media only screen and (max-width: 767px) {
        .hometwenty-camplocationshome .camplocationshome-pink .plane {
          top: -20px;
          right: -13px;
          max-width: 95px; } }
    @media only screen and (max-width: 767px) {
      .hometwenty-camplocationshome .camplocationshome-pink {
        padding: 50px; } }
    @media only screen and (max-width: 766px) {
      .hometwenty-camplocationshome .camplocationshome-pink {
        padding: 3rem 2rem 2rem; } }
  @media only screen and (max-width: 766px) {
    .hometwenty-camplocationshome .mapCol {
      order: 2; } }
  @media only screen and (max-width: 767px) {
    .hometwenty-camplocationshome .mapCol {
      height: 250px;
      margin-top: 30px; } }
  .hometwenty-camplocationshome .information {
    position: relative;
    margin-bottom: 37px; }
    .hometwenty-camplocationshome .information p {
      color: white;
      font-size: 17px;
      line-height: 1.6; }
      .hometwenty-camplocationshome .information p a {
        font-size: inherit !important;
        color: inherit !important;
        text-decoration: underline; }
  .hometwenty-camplocationshome .link {
    width: 100%;
    display: flex;
    color: white;
    font-weight: 700;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    font-family: "ff-ernestine-pro", Times, serif;
    text-decoration: underline;
    text-transform: uppercase; }
  .hometwenty-camplocationshome .ds-btn {
    padding: 14px 35px 12px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-camplocationshome .ds-btn {
        padding: 14px 30px 12px;
        font-size: 18px !important; } }
  .hometwenty-camplocationshome .yellow-btn {
    margin-right: 15px;
    margin-bottom: 15px; }
    .hometwenty-camplocationshome .yellow-btn:nth-child(2) {
      background: #fff !important; }

@media only screen and (max-width: 767px) {
  .program .image-column {
    margin-top: 0; } }

.program {
  margin: 50px auto; }
  @media only screen and (max-width: 1024px) {
    .program {
      margin: 35px auto; } }
  @media only screen and (max-width: 766px) {
    .program {
      margin: 20px auto; } }
  @media only screen and (max-width: 1024px) {
    .program .block-inner {
      padding: 2.125em 0; } }
  @media only screen and (max-width: 767px) {
    .program .block-inner {
      padding: 1em 0; } }

@media only screen and (max-width: 1024px) {
  .program-featured .block-inner {
    padding: 2.125em 0; } }

@media only screen and (max-width: 767px) {
  .program-featured .block-inner {
    padding: 1em 0; } }

.program .chicken {
  position: absolute;
  top: -29px;
  left: 31%; }
  @media only screen and (max-width: 766px) {
    .program .chicken {
      display: none; } }

.program .rocket {
  position: absolute;
  right: 45px;
  top: -45px;
  width: 110px;
  transform: rotateY(180deg); }
  @media only screen and (max-width: 767px) {
    .program .rocket {
      display: none; } }

.program .rainbow {
  position: absolute;
  top: -106px;
  right: 50px;
  transform: rotateZ(-52deg); }
  @media (max-width: 1399px) {
    .program .rainbow {
      display: none; } }

.program-selection {
  position: relative;
  padding: 80px 20px;
  background-size: cover;
  background-position: 50%; }
  .program-selection .plane {
    position: absolute;
    z-index: 99;
    top: -29px;
    left: 24px;
    transform: rotateY(180deg); }
  .program-selection .buttongroup {
    position: relative;
    margin-top: 20px; }
  .program-selection .magenta-btn {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 766px) {
      .program-selection .magenta-btn {
        margin-right: 5px; } }
    .program-selection .magenta-btn:last-of-type {
      margin-bottom: 0; }
    .program-selection .magenta-btn:hover {
      background: #fff;
      color: #e13c95; }
      .program-selection .magenta-btn:hover:before {
        content: "foo";
        /* you need something or it will be invisible at least on Chrome */
        color: transparent;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        border: 5px solid #e13c95; }
  .program-selection .row .columns {
    position: relative;
    text-align: center; }
    .program-selection .row .columns .headline {
      color: #1d5178;
      text-transform: uppercase;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .program-selection .row .columns .headline span {
          font-size: 20px !important;
          display: inline-flex; } }
      .program-selection .row .columns .headline span {
        color: #e13c95 !important;
        text-transform: uppercase;
        font-size: 40px;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-weight: 400;
        line-height: 1; }

.footer-intro {
  position: relative;
  padding: 80px 20px;
  background-size: cover;
  background-position: 50%; }
  .footer-intro .buttongroup {
    position: relative;
    margin-top: 20px; }
  .footer-intro .ds-btn {
    padding: 14px 35px 12px; }
    @media only screen and (max-width: 767px) {
      .footer-intro .ds-btn {
        padding: 14px 30px 12px;
        font-size: 18px !important; } }
    @media only screen and (max-width: 766px) {
      .footer-intro .ds-btn {
        padding: 14px 20px 12px;
        font-size: 14px;
        letter-spacing: 1px !important; } }
  .footer-intro .magenta-btn {
    margin-right: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 766px) {
      .footer-intro .magenta-btn {
        margin-right: 5px; } }
    .footer-intro .magenta-btn:nth-child(2) {
      background: #fff !important;
      color: #1d5178 !important;
      margin-right: 0px !important; }
  .footer-intro .row .columns {
    position: relative;
    text-align: center; }
    .footer-intro .row .columns .headline {
      color: #1d5178;
      text-transform: uppercase;
      font-size: 40px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .footer-intro .row .columns .headline {
          font-size: 20px; }
          .footer-intro .row .columns .headline span {
            font-size: 20px !important;
            display: inline-flex; } }
      .footer-intro .row .columns .headline span {
        color: #e13c95 !important;
        text-transform: uppercase;
        font-size: 40px;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-weight: 400;
        line-height: 1; }

.hometwenty-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }
  .hometwenty-main section {
    z-index: 7; }
  @media only screen and (max-width: 767px) {
    .hometwenty-main {
      overflow: hidden; } }

.hometwenty-missionbox {
  position: relative;
  padding: 30px 0px 80px; }
  .hometwenty-missionbox .missionboximg {
    background-size: cover;
    background-position: 50%; }
    @media only screen and (max-width: 1024px) {
      .hometwenty-missionbox .missionboximg {
        height: 65vw;
        min-height: 230px;
        margin-top: 30px; } }
  .hometwenty-missionbox .ds-btn {
    padding: 14px 50px 12px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-missionbox .ds-btn {
        padding: 14px 30px 12px;
        font-size: 18px !important; } }
  @media only screen and (max-width: 767px) {
    .hometwenty-missionbox .inrow {
      padding: 0px 10px !important; } }
  .hometwenty-missionbox .row {
    position: relative;
    padding: 0px 30px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .hometwenty-missionbox .row {
        padding: 0px 20px !important; } }
    .hometwenty-missionbox .row .chicken {
      position: absolute;
      z-index: 9; }
      @media only screen and (min-width: 768px) {
        .hometwenty-missionbox .row .chicken {
          top: -39px;
          left: 75px; } }
      @media only screen and (max-width: 767px) {
        .hometwenty-missionbox .row .chicken {
          top: -19px;
          left: 45px;
          width: 108px; } }
  .hometwenty-missionbox .missionleft {
    position: relative;
    padding: 0px; }
    @media only screen and (min-width: 768px) {
      .hometwenty-missionbox .missionleft {
        padding: 40px 60px 40px 0px !important; } }
    .hometwenty-missionbox .missionleft .missionleftinner {
      position: relative;
      max-width: 487px; }
      @media only screen and (min-width: 768px) {
        .hometwenty-missionbox .missionleft .missionleftinner {
          padding-left: 1rem; } }
      .hometwenty-missionbox .missionleft .missionleftinner .information {
        max-width: 440px; }
  .hometwenty-missionbox .missionbox-blue {
    position: relative;
    background: #1D96CA;
    padding: 30px 20px;
    box-shadow: 3px 3px 5px 0 rgba(29, 81, 120, 0.2);
    overflow: hidden; }
    .hometwenty-missionbox .missionbox-blue .artwork {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 112%; }
    .hometwenty-missionbox .missionbox-blue .label {
      color: #fff;
      margin-bottom: 20px; }
    .hometwenty-missionbox .missionbox-blue .headline {
      color: white;
      font-size: 50px !important;
      margin-bottom: 20px; }
      @media only screen and (max-width: 766px) {
        .hometwenty-missionbox .missionbox-blue .headline {
          font-size: 30px !important; } }
      .hometwenty-missionbox .missionbox-blue .headline span {
        font-family: inherit;
        font-size: inherit;
        color: #ffd433; }
    .hometwenty-missionbox .missionbox-blue .information {
      position: relative;
      margin-bottom: 30px; }
      .hometwenty-missionbox .missionbox-blue .information p {
        color: white;
        font-size: 17px;
        line-height: 1.6; }

.hometwenty-gradecards {
  position: relative;
  padding: 80px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .hometwenty-gradecards {
      padding: 20px 0 0; } }
  .hometwenty-gradecards .row {
    padding: 0px 20px; }
  .hometwenty-gradecards .card-slider {
    position: relative; }
    .hometwenty-gradecards .card-slider .card {
      position: relative;
      padding: 20px; }
      @media only screen and (max-width: 767px) {
        .hometwenty-gradecards .card-slider .card {
          padding: 12px; } }
      .hometwenty-gradecards .card-slider .card .card-inner {
        box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
        padding: 17px;
        background: #fafafa; }
        @media only screen and (max-width: 767px) {
          .hometwenty-gradecards .card-slider .card .card-inner {
            padding: 20px; } }
        .hometwenty-gradecards .card-slider .card .card-inner .card-top {
          margin-bottom: 20px; }
        .hometwenty-gradecards .card-slider .card .card-inner .card-icon {
          position: absolute;
          left: -1px;
          top: -1px;
          max-width: 90px; }
          @media only screen and (max-width: 767px) {
            .hometwenty-gradecards .card-slider .card .card-inner .card-icon {
              max-width: 60px; } }
        .hometwenty-gradecards .card-slider .card .card-inner .card-cover {
          background-size: cover;
          height: 320px; }
          @media only screen and (max-width: 766px) {
            .hometwenty-gradecards .card-slider .card .card-inner .card-cover {
              height: 220px; } }
        .hometwenty-gradecards .card-slider .card .card-inner .card-title {
          font-size: 20px;
          text-transform: uppercase;
          color: #1d5178;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          display: flex;
          flex-direction: column; }
          .hometwenty-gradecards .card-slider .card .card-inner .card-title .grade-span {
            font-size: 22px;
            text-transform: uppercase;
            color: #e13c95 !important;
            font-family: "Veneer", Arial, Helvetica, sans-serif;
            letter-spacing: 0px; }
          .hometwenty-gradecards .card-slider .card .card-inner .card-title .title-span {
            font-size: 33px;
            text-transform: uppercase;
            color: #1d5178;
            font-family: "Veneer", Arial, Helvetica, sans-serif;
            letter-spacing: 0px;
            margin-bottom: 5px;
            line-height: 1.2; }
        .hometwenty-gradecards .card-slider .card .card-inner .card-info {
          position: relative;
          font-size: 16px;
          color: #1d5178;
          margin-bottom: 20px; }
        .hometwenty-gradecards .card-slider .card .card-inner .ds-btn {
          padding: 14px 50px 12px; }
          @media only screen and (max-width: 767px) {
            .hometwenty-gradecards .card-slider .card .card-inner .ds-btn {
              padding: 14px 30px 12px;
              font-size: 18px !important; } }
      .hometwenty-gradecards .card-slider .card .extra-btns {
        margin-top: 20px;
        margin-bottom: 10px; }
        .hometwenty-gradecards .card-slider .card .extra-btns .xbtn {
          text-decoration: underline;
          color: #e13c95;
          font-weight: 700;
          font-family: "ff-ernestine-pro", Times, serif; }

.alertbar {
  position: relative;
  background: #e2f4fd;
  padding: 10px;
  display: none; }
  @media only screen and (max-width: 766px) {
    .alertbar {
      padding: 10px 20px; } }
  .alertbar .linkbtn {
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    margin-top: 5px;
    color: #1d5178;
    font-family: "ff-ernestine-pro", Times, serif; }
  .alertbar .columns {
    text-align: center; }
  .alertbar .alert-headline {
    font-size: 20px;
    color: #1d5178 !important;
    margin-bottom: 5px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    letter-spacing: 1px; }
    @media only screen and (max-width: 766px) {
      .alertbar .alert-headline {
        font-size: 18px; } }
  .alertbar .alert-content p {
    font-size: 16px;
    display: inline;
    color: #2a2a2a !important;
    line-height: 1.4; }
  .alertbar .close-alert {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99;
    color: #1d5178;
    font-size: 1.6rem;
    cursor: pointer; }
    @media only screen and (max-width: 766px) {
      .alertbar .close-alert {
        right: 10px; } }
  .alertbar .prev-alert {
    height: 26px;
    padding: unset;
    color: #1d5178;
    background: unset;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px !important; }
  .alertbar .next-alert {
    height: 26px;
    padding: unset;
    color: #1d5178;
    background: unset;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px !important; }

.hometwenty-testimonialsection {
  position: relative;
  padding: 30px 0px 50px; }
  .hometwenty-testimonialsection .row {
    position: relative;
    z-index: 99; }
    .hometwenty-testimonialsection .row .columns {
      padding: 1rem; }
      .hometwenty-testimonialsection .row .columns .t_box {
        box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
        padding: 17px;
        background: #fafafa; }
  .hometwenty-testimonialsection .vidcover {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .hometwenty-testimonialsection .testimonialLeft {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .hometwenty-testimonialsection .testimonialLeft .t_box {
        height: 65vw;
        min-height: 300px; } }
  .hometwenty-testimonialsection .testimonialRight {
    position: relative; }
    .hometwenty-testimonialsection .testimonialRight .t_box {
      padding: 80px 40px 40px !important;
      position: relative; }
      .hometwenty-testimonialsection .testimonialRight .t_box .heartSticker {
        position: absolute;
        top: -20px;
        right: 10px;
        z-index: 99;
        width: 85px; }
  .hometwenty-testimonialsection .t_headline {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #e13c95;
    margin-bottom: 30px; }
  .hometwenty-testimonialsection .quote {
    font-size: 18px;
    color: #1d5178;
    font-weight: 700; }
  .hometwenty-testimonialsection .attribution {
    font-size: 14px;
    color: #1d5178;
    margin-bottom: 20px; }

#dashline01 {
  position: absolute;
  bottom: 55%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashlineWhite01 {
  position: absolute;
  bottom: 55%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashline02 {
  position: absolute;
  bottom: 30%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashlineWhite02 {
  position: absolute;
  bottom: 30%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashline03 {
  position: absolute;
  bottom: 17%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashlineWhite03 {
  position: absolute;
  bottom: 17%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashline04 {
  position: absolute;
  bottom: 55%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashlineWhite04 {
  position: absolute;
  bottom: 55%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashline05 {
  position: absolute;
  bottom: 13%;
  left: -50%;
  right: -50%;
  margin: auto; }

#dashlineWhite05 {
  position: absolute;
  bottom: 13%;
  left: -50%;
  right: -50%;
  margin: auto; }

.hometwenty-banner {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .hometwenty-banner {
      padding: 80px 0px; } }
  .hometwenty-banner .badge-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px; }
    .hometwenty-banner .badge-section .badgelink {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: 99; }
    @media only screen and (min-width: 1025px) {
      .hometwenty-banner .badge-section {
        background-color: transparent !important; } }
    @media only screen and (max-width: 1024px) {
      .hometwenty-banner .badge-section {
        position: relative;
        padding-right: 0px; }
        .hometwenty-banner .badge-section img {
          display: none; }
        .hometwenty-banner .badge-section .badge-content {
          display: flex !important; } }
    .hometwenty-banner .badge-section img {
      max-width: 277px; }
    .hometwenty-banner .badge-section .badge-content {
      position: relative;
      flex-direction: column;
      padding: 17px 30px;
      color: white;
      display: none; }
      .hometwenty-banner .badge-section .badge-content h4 {
        color: white;
        line-height: 20px; }
      .hometwenty-banner .badge-section .badge-content .badge-top {
        display: flex;
        justify-content: center; }
        .hometwenty-banner .badge-section .badge-content .badge-top .badge-left {
          padding-right: 30px;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative; }
          .hometwenty-banner .badge-section .badge-content .badge-top .badge-left:after {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background: white;
            width: 2px;
            content: ""; }
          .hometwenty-banner .badge-section .badge-content .badge-top .badge-left h4 {
            line-height: 33px;
            font-size: 35px;
            margin: 0px; }
        .hometwenty-banner .badge-section .badge-content .badge-top .badge-right {
          position: relative;
          text-align: center;
          padding-left: 30px; }
          .hometwenty-banner .badge-section .badge-content .badge-top .badge-right h5 {
            color: white;
            font-size: 40px;
            margin: 6px 0px 2px;
            font-weight: 900; }
          .hometwenty-banner .badge-section .badge-content .badge-top .badge-right p {
            color: white;
            font-family: "ff-ernestine-pro", Times, serif;
            margin: 0px; }
      .hometwenty-banner .badge-section .badge-content .badge-bottom {
        display: flex;
        justify-content: center;
        font-family: "ff-ernestine-pro", Times, serif;
        margin-top: 15px; }
  .hometwenty-banner .banner-box {
    background: #fff;
    position: relative;
    max-width: 650px;
    padding: 50px 0px; }
    @media only screen and (max-width: 1024px) {
      .hometwenty-banner .banner-box {
        max-width: 500px;
        margin: auto; } }
    @media only screen and (min-width: 1025px) {
      .hometwenty-banner .banner-box {
        padding: 50px;
        box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16); } }
    .hometwenty-banner .banner-box .slick-dots {
      bottom: 0px !important; }
      @media only screen and (min-width: 1025px) {
        .hometwenty-banner .banner-box .slick-dots {
          position: absolute;
          right: 30px;
          display: flex !important;
          justify-content: flex-end;
          bottom: 18px !important; } }
    .hometwenty-banner .banner-box .slick-dots li.slick-active button::before {
      color: #1D96CA;
      opacity: 1; }
    .hometwenty-banner .banner-box .slick-dots li button::before {
      color: #1D96CA;
      opacity: 0.25;
      font-size: 13px; }
    .hometwenty-banner .banner-box .banner-box-slide {
      display: flex;
      justify-content: space-between;
      position: relative;
      height: 100%; }
      @media only screen and (max-width: 1024px) {
        .hometwenty-banner .banner-box .banner-box-slide {
          text-align: center; } }
      .hometwenty-banner .banner-box .banner-box-slide .top {
        position: relative; }
    .hometwenty-banner .banner-box h3 {
      font-size: 40px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #e13c95;
      margin-bottom: 7px;
      line-height: 45px; }
      .hometwenty-banner .banner-box h3 span {
        font-size: inherit;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        color: #1D96CA; }
      @media only screen and (min-width: 1025px) {
        .hometwenty-banner .banner-box h3 {
          font-size: 58px;
          line-height: 65px;
          margin-bottom: 20px; } }
    .hometwenty-banner .banner-box p {
      color: #1d5178; }
  @media only screen and (min-width: 768px) {
    .hometwenty-banner {
      min-height: 375px;
      background-position: top right; } }
  @media only screen and (max-width: 767px) {
    .hometwenty-banner {
      background-size: cover !important;
      background-position-x: 21vw;
      background-position-y: 30%; } }
  .hometwenty-banner .row {
    width: 100%;
    display: flex;
    z-index: 99; }
    .hometwenty-banner .row .columns {
      padding: 0px 2rem; }
  .hometwenty-banner .headline {
    color: #e13c95;
    text-transform: uppercase;
    font-size: 84px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-banner .headline {
        font-size: 55px; }
        .hometwenty-banner .headline span {
          font-size: 55px !important;
          display: flex; } }
    .hometwenty-banner .headline span {
      color: #1d96ca !important;
      text-transform: uppercase;
      font-size: 84px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1; }
  .hometwenty-banner .subheadline {
    font-weight: 700;
    color: #1d5178;
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-banner .subheadline {
        margin-top: 12px;
        font-size: 18px;
        line-height: 1.4; } }
  .hometwenty-banner .ds-btn {
    padding: 14px 50px 12px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-banner .ds-btn {
        padding: 14px 30px 12px;
        font-size: 18px !important; } }

.ds-form-home {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  @media only screen and (max-width: 766px) {
    .ds-form-home {
      flex-direction: column; } }
  .ds-form-home .ds-home-form-submit {
    font-size: 30px;
    padding: 17px 40px 14px; }
    @media only screen and (max-width: 766px) {
      .ds-form-home .ds-home-form-submit {
        padding: 17px 20px 14px;
        width: 70%;
        margin: 0 auto; } }
  .ds-form-home .address-input {
    height: 61px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid white;
    border-radius: 0px !important;
    width: 300px;
    font-size: 22px;
    font-family: "ff-ernestine-pro", Times, serif;
    color: #e13c95;
    -webkit-appearance: none; }
    @media only screen and (max-width: 766px) {
      .ds-form-home .address-input {
        margin-bottom: 20px;
        width: 100%; } }
    .ds-form-home .address-input::placeholder {
      opacity: 1 !important;
      color: #e13c95 !important; }

.slider-section {
  position: relative;
  display: flex; }
  .slider-section .rainbowIcon {
    position: absolute;
    bottom: -2px;
    left: -20px;
    z-index: 99;
    pointer-events: none; }
    @media only screen and (max-width: 766px) {
      .slider-section .rainbowIcon {
        width: 70px;
        left: 0px; } }
  .slider-section .robotIcon {
    position: absolute;
    bottom: -70px;
    right: -20px;
    z-index: 99;
    pointer-events: none; }
    @media only screen and (max-width: 766px) {
      .slider-section .robotIcon {
        width: 120px;
        right: -10px; } }
  .slider-section .columns {
    position: relative; }

.hometwenty-slider {
  position: relative;
  padding: 0px 0px 50px 0px; }
  .hometwenty-slider .row {
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .hometwenty-slider .borderrow-gold {
    border: 9px solid #faaf3f;
    padding: 50px 10px 20px;
    width: 90vw;
    background-color: #fff; }
    @media only screen and (max-width: 766px) {
      .hometwenty-slider .borderrow-gold {
        width: 95vw; } }
  .hometwenty-slider .borderrow-blue {
    border: 9px solid #1D96CA;
    padding: 50px 10px 20px;
    width: 90vw;
    background-color: #fff; }
    @media only screen and (max-width: 766px) {
      .hometwenty-slider .borderrow-blue {
        width: 95vw; } }
  .hometwenty-slider .slider-title {
    position: relative;
    text-align: center; }
    .hometwenty-slider .slider-title h3 {
      color: #e13c95 !important;
      text-transform: uppercase;
      font-size: 35px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      letter-spacing: -1px; }
  .hometwenty-slider .award-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 30px !important;
    height: 100%; }
    .hometwenty-slider .award-item .link {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hometwenty-slider .award-item .link .card-icon {
        max-height: 100%; }
  .hometwenty-slider .logo-slider {
    height: 220px;
    position: relative; }
    .hometwenty-slider .logo-slider .slick-dots {
      margin-top: -20px;
      position: relative; }
    .hometwenty-slider .logo-slider .slick-dots li.slick-active button::before {
      color: #e13c95; }
    .hometwenty-slider .logo-slider .slick-dots li button::before {
      color: #e13c95;
      font-size: 10px; }
    .hometwenty-slider .logo-slider .slick-list,
    .hometwenty-slider .logo-slider .slick-track,
    .hometwenty-slider .logo-slider .slick-slide {
      height: 100% !important; }
      .hometwenty-slider .logo-slider .slick-list div,
      .hometwenty-slider .logo-slider .slick-track div,
      .hometwenty-slider .logo-slider .slick-slide div {
        height: 100% !important; }

.hometwenty-campfinderbar {
  position: relative;
  padding: 80px 0px;
  background: #ffd433;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .hometwenty-campfinderbar {
      padding: 40px 2rem; } }
  .hometwenty-campfinderbar .campfinderbar-graphic-left,
  .hometwenty-campfinderbar .campfinderbar-graphic-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .hometwenty-campfinderbar .campfinderbar-graphic-left,
      .hometwenty-campfinderbar .campfinderbar-graphic-right {
        width: 40%;
        opacity: 0.8; } }
  .hometwenty-campfinderbar .campfinderbar-graphic-left {
    left: 0;
    margin-top: 30px; }
    @media only screen and (max-width: 1024px) {
      .hometwenty-campfinderbar .campfinderbar-graphic-left {
        left: -25vw; } }
    @media only screen and (max-width: 766px) {
      .hometwenty-campfinderbar .campfinderbar-graphic-left {
        left: -14%;
        top: 55%; } }
  .hometwenty-campfinderbar .campfinderbar-graphic-right {
    right: 0; }
    @media only screen and (max-width: 1024px) {
      .hometwenty-campfinderbar .campfinderbar-graphic-right {
        right: -25vw; } }
    @media only screen and (max-width: 766px) {
      .hometwenty-campfinderbar .campfinderbar-graphic-right {
        right: -21%;
        top: 88%; } }
  .hometwenty-campfinderbar .row {
    justify-content: center;
    z-index: 99;
    position: relative; }
    .hometwenty-campfinderbar .row .columns {
      text-align: center; }
  .hometwenty-campfinderbar .headline {
    font-size: 70px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d5178;
    margin-bottom: 20px;
    line-height: 60px; }
    @media only screen and (max-width: 767px) {
      .hometwenty-campfinderbar .headline {
        font-size: 42px;
        margin-bottom: 5px; } }
    .hometwenty-campfinderbar .headline span {
      font-size: inherit !important;
      font-family: inherit !important;
      color: #e13c95; }
  .hometwenty-campfinderbar .subheadline {
    color: #1d5178;
    font-weight: 400;
    max-width: 670px;
    margin: 0px auto; }
    @media only screen and (max-width: 767px) {
      .hometwenty-campfinderbar .subheadline {
        font-size: 16px; } }

.mainmenu-dropdown {
  background: white;
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #d6d6d6;
  z-index: 999999999;
  display: none; }
  @media only screen and (min-width: 768px) {
    .mainmenu-dropdown .mobile-drilldown {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .mainmenu-dropdown {
      padding: 15px;
      height: calc(100% - 119px);
      position: fixed;
      top: 119px;
      width: 100vw; }
      .mainmenu-dropdown .md-content {
        display: none !important; }
      .mainmenu-dropdown .open-mds {
        padding: 28px 0px; }
      .mainmenu-dropdown .mobile-drilldown {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #d6d6d6; }
        .mainmenu-dropdown .mobile-drilldown p {
          color: #494949;
          font-size: 1.3rem;
          font-weight: 700; }
        .mainmenu-dropdown .mobile-drilldown a {
          color: #494949;
          font-size: 1.3rem;
          font-weight: 700;
          font-family: "ff-ernestine-pro", Times, serif;
          width: 100%;
          padding: 28px 0px; }
      .mainmenu-dropdown .mds-back {
        display: flex;
        padding: 28px 0px;
        border-bottom: 1px solid #d6d6d6; }
        .mainmenu-dropdown .mds-back p {
          color: #494949;
          font-size: 1.3rem;
          font-weight: 700;
          margin: 0px 0px 0px 22px; } }
  .mainmenu-dropdown .mobile-drilldown-single {
    display: none; }
  .mainmenu-dropdown .md-content {
    display: flex;
    position: relative; }
  .mainmenu-dropdown .md-left {
    display: flex;
    flex-direction: column;
    width: 400px;
    border-right: 1px solid #d6d6d6;
    padding: 20px 70px 20px 20px;
    position: relative; }
    @media only screen and (max-width: 1049px) {
      .mainmenu-dropdown .md-left {
        width: 280px;
        padding: 20px 40px 20px 20px; } }
    .mainmenu-dropdown .md-left .md-h2 {
      font-size: 2.4rem;
      line-height: 1.1;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1049px) {
        .mainmenu-dropdown .md-left .md-h2 {
          font-size: 1.8rem; } }
    .mainmenu-dropdown .md-left .md-h4 {
      font-size: 1.2rem;
      color: gray;
      font-family: "ff-ernestine-pro";
      text-transform: none;
      line-height: 1.3;
      margin-top: 0px; }
      @media only screen and (max-width: 1049px) {
        .mainmenu-dropdown .md-left .md-h4 {
          font-size: 1rem; } }
  .mainmenu-dropdown .md-right {
    display: flex;
    position: relative;
    padding: 20px 20px 20px 70px; }
    .mainmenu-dropdown .md-right .dropdown-links {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      max-width: 1400px; }
      .mainmenu-dropdown .md-right .dropdown-links li {
        width: 240px;
        margin-bottom: 30px;
        padding: 0px 10px; }
        .mainmenu-dropdown .md-right .dropdown-links li p {
          margin-top: .4em; }
          .mainmenu-dropdown .md-right .dropdown-links li p a {
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #949494;
            font-family: "Open Sans";
            font-size: 0.95rem;
            text-decoration: underline; }
            .mainmenu-dropdown .md-right .dropdown-links li p a:hover {
              color: #e13c95;
              text-decoration: underline; }
        .mainmenu-dropdown .md-right .dropdown-links li a {
          position: relative;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
          transition: all 1s ease;
          display: block; }
          .mainmenu-dropdown .md-right .dropdown-links li a:hover {
            text-decoration: none !important; }
            .mainmenu-dropdown .md-right .dropdown-links li a:hover h5 {
              color: #e13c95; }
            .mainmenu-dropdown .md-right .dropdown-links li a:hover p {
              color: #797979; }
          .mainmenu-dropdown .md-right .dropdown-links li a h5 {
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #797979;
            font-family: "ff-ernestine-pro";
            font-size: 1.2rem;
            font-weight: 700; }
          .mainmenu-dropdown .md-right .dropdown-links li a p {
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #949494;
            font-family: "Open Sans";
            font-size: 0.9rem; }

.search-btn {
  background: #fff;
  width: 75px; }

.close-search {
  display: none;
  padding: 18px 1.25rem;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.open-search {
  padding: 18px 1.25rem;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  display: flex;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .dropdown-links {
    margin-top: 0px;
    position: relative; }
    .dropdown-links li {
      border-bottom: 1px solid #d6d6d6;
      display: flex; }
      .dropdown-links li a {
        color: #949494;
        font-size: 1rem;
        padding: 16px 0px 14px;
        width: 100%;
        text-decoration: none !important; } }

.mobile-top-buttons {
  display: none;
  position: relative; }
  @media only screen and (max-width: 1049px) {
    .mobile-top-buttons {
      display: flex; }
      .mobile-top-buttons ul {
        width: 100%;
        display: flex;
        flex-direction: row; }
        .mobile-top-buttons ul li {
          display: flex;
          height: 44px;
          width: 100%; }
          .mobile-top-buttons ul li a {
            width: 100% !important;
            display: flex;
            max-width: none !important;
            justify-content: center;
            align-items: center; } }

.footer-top .subscribe h1, .footer-top .subscribe p {
  color: #1d5178; }

.homepage-hero .graphic-container,
.top-main-image .graphic-container {
  top: 0px !important; }

.footer-top {
  position: relative;
  padding: 70px 0px;
  background: #ffd433; }
  .footer-top button,
  .footer-top .button,
  .footer-top input[type=submit],
  .footer-top input[type="submit"] {
    border-radius: 25px !important; }

.mainmenupad {
  padding: 60px 30px 30px; }

.galileo-footer {
  position: relative;
  background: #1d5178; }
  .galileo-footer .footer-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25vw;
    max-width: 450px; }
    @media only screen and (max-width: 767px) {
      .galileo-footer .footer-logo {
        width: 45vw;
        position: relative; } }
  .galileo-footer .row {
    position: relative;
    z-index: 9; }
  .galileo-footer .privacy-row {
    position: relative;
    color: white;
    margin-top: 30px; }
    .galileo-footer .privacy-row ul {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .galileo-footer .privacy-row ul {
          flex-direction: column; }
          .galileo-footer .privacy-row ul li {
            margin-top: 20px; } }
      .galileo-footer .privacy-row ul li {
        margin-right: 30px; }
        .galileo-footer .privacy-row ul li p,
        .galileo-footer .privacy-row ul li a {
          color: white;
          font-size: 1rem;
          font-family: "ff-ernestine-pro", Times, serif; }
  .galileo-footer .footer-bottom {
    color: white;
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .galileo-footer .footer-bottom address p {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      font-style: normal !important;
      text-transform: none !important;
      font-size: 16px;
      line-height: 1.3; }
    .galileo-footer .footer-bottom address,
    .galileo-footer .footer-bottom a {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      font-style: normal !important;
      text-transform: none !important;
      font-size: 16px;
      line-height: 1.3; }
    .galileo-footer .footer-bottom .footlogo {
      max-width: 190px; }
    .galileo-footer .footer-bottom .leftcol {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .galileo-footer .footer-bottom .col {
      padding: 0px 60px 0px 0px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .galileo-footer .footer-bottom .col {
          width: 100%;
          padding: 0px 0px 0px 0px; } }
      .galileo-footer .footer-bottom .col:last-child {
        padding: 0px 0px 0px 0px; }
      @media only screen and (max-width: 1024px) {
        .galileo-footer .footer-bottom .col:not(:last-child) {
          margin-bottom: 30px; } }
      .galileo-footer .footer-bottom .col:not(:last-child):after {
        content: "";
        top: 0;
        right: 30px;
        height: 100%;
        width: 1px;
        background: #1D96CA;
        position: absolute; }
        @media only screen and (max-width: 1024px) {
          .galileo-footer .footer-bottom .col:not(:last-child):after {
            display: none; } }
      .galileo-footer .footer-bottom .col ul {
        margin-top: 0px; }
        .galileo-footer .footer-bottom .col ul li a {
          color: white;
          font-family: "ff-ernestine-pro", Times, serif; }
    .galileo-footer .footer-bottom .footerheadline {
      color: white;
      text-transform: uppercase;
      font-size: 28px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .galileo-footer .footer-bottom {
        padding: 80px 30px; } }
    .galileo-footer .footer-bottom .new-blue-btn {
      padding: 12px 40px !important; }
    .galileo-footer .footer-bottom .social-wrap {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .galileo-footer .footer-bottom .social-wrap {
          margin-top: 50px;
          margin-bottom: 50px; } }
      .galileo-footer .footer-bottom .social-wrap h5 {
        color: white;
        font-family: "ff-ernestine-pro", Times, serif;
        font-size: 1.2rem; }
    .galileo-footer .footer-bottom .footer-left {
      display: flex;
      position: relative;
      flex-direction: column; }
      .galileo-footer .footer-bottom .footer-left p {
        color: white; }
      @media only screen and (max-width: 1024px) {
        .galileo-footer .footer-bottom .footer-left {
          flex-direction: column;
          margin-bottom: 30px; } }
    .galileo-footer .footer-bottom .footer-main-links {
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .galileo-footer .footer-bottom .footer-main-links {
          margin-bottom: 10px; } }
      .galileo-footer .footer-bottom .footer-main-links li {
        width: 50%;
        margin-bottom: 10px;
        padding-right: 14px; }
        @media only screen and (max-width: 767px) {
          .galileo-footer .footer-bottom .footer-main-links li {
            width: 50%; } }
        .galileo-footer .footer-bottom .footer-main-links li a {
          color: white;
          font-family: "ff-ernestine-pro", Times, serif;
          text-transform: none; }
  .galileo-footer .footer-cta {
    background: #e2f4fd;
    color: #1d5178;
    padding: 80px 0px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .galileo-footer .footer-cta {
        background-size: cover;
        background-image: url("../library/img/footerctamobile.jpg"); }
        .galileo-footer .footer-cta .cta-blueprint-left,
        .galileo-footer .footer-cta .cta-blueprint-right {
          display: none; } }
    .galileo-footer .footer-cta .cta-blueprint-left {
      position: absolute;
      left: 0;
      top: -50%;
      bottom: -50%;
      margin: auto;
      pointer-events: none; }
    .galileo-footer .footer-cta .row {
      position: relative;
      z-index: 999; }
    .galileo-footer .footer-cta .cta-blueprint-right {
      position: absolute;
      right: 0;
      top: -50%;
      bottom: -50%;
      margin: auto;
      pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .galileo-footer .footer-cta {
        padding: 40px 0px; } }
    .galileo-footer .footer-cta h3 {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 70px;
      line-height: 1.1;
      color: #1d5178; }
      @media only screen and (max-width: 767px) {
        .galileo-footer .footer-cta h3 {
          font-size: 40px; } }
    .galileo-footer .footer-cta p {
      font-size: 20px;
      margin-top: 0px;
      margin-bottom: 40px;
      color: #1d5178; }
  .galileo-footer .footer-address {
    position: relative;
    color: white; }
    .galileo-footer .footer-address a {
      font-size: 1.1875rem; }
    .galileo-footer .footer-address p {
      margin-top: 0px; }
    .galileo-footer .footer-address h4 {
      color: white;
      font-size: 2rem;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .galileo-footer .footer-address address {
      font-style: normal;
      font-family: "ff-ernestine-pro", Times, serif;
      font-size: 1.1875rem;
      line-height: 1.6; }
    .galileo-footer .footer-address .footer-phone {
      color: white;
      margin-top: 0px; }
    .galileo-footer .footer-address .ds-btn {
      margin-top: 30px; }

.blue-btn {
  background: #1d5178; }
  .blue-btn:hover {
    background: #13354f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.cyan-outline-btn {
  color: #666666 !important;
  border: 5px solid #2eabe1; }
  .cyan-outline-btn:hover {
    border: 5px solid #1c8fc0; }
  .cyan-outline-btn.active {
    background: #2eabe1;
    color: white !important;
    border-color: #2eabe1; }
  @media only screen and (max-width: 1024px) {
    .cyan-outline-btn {
      text-align: center;
      display: inline-block !important;
      margin-bottom: 15px; } }

.purple-outline-btn {
  color: #666666 !important;
  border: 5px solid #7a79b8; }
  .purple-outline-btn:hover {
    border: 5px solid #5958a6; }
  .purple-outline-btn.active {
    background: #7a79b8;
    color: white !important;
    border-color: #7a79b8; }
  @media only screen and (max-width: 1024px) {
    .purple-outline-btn {
      text-align: center;
      display: inline-block !important;
      margin-bottom: 15px; } }

.yellow-outline-btn {
  color: #666666 !important;
  border: 5px solid #ffd433; }
  .yellow-outline-btn:hover {
    border: 5px solid #ffc900; }
  .yellow-outline-btn.active {
    background: #ffd433;
    color: white !important;
    border-color: #ffd433; }
  @media only screen and (max-width: 1024px) {
    .yellow-outline-btn {
      text-align: center;
      display: inline-block !important;
      margin-bottom: 15px; } }

.purple-btn {
  background: #7a79b8; }
  .purple-btn:hover {
    background: #13354f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.social-links {
  display: flex;
  margin-top: 27px !important;
  align-items: center; }
  .social-links li {
    padding: 0px 20px 0px 0px; }
    .social-links li a span {
      color: white;
      font-size: 1.3rem; }

.light-blue-btn {
  background: #e2f4fd;
  color: #1d5178 !important; }
  .light-blue-btn:hover {
    background: #b2e2fa;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.new-blue-btn {
  background: #1D96CA;
  color: white !important; }
  .new-blue-btn:hover {
    background: #38afe2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.magenta-outline-btn {
  background: white;
  border: 1px solid #e13c95;
  color: #e13c95 !important; }
  .magenta-outline-btn:hover {
    background: #e13c95;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white !important; }

.yellow-btn {
  background: #ffd433;
  color: #1d5178 !important; }
  .yellow-btn:hover {
    background: #ffc900;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.magenta-btn {
  background: #e13c95; }
  .magenta-btn:hover {
    background: #cb1f7c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.ds-btn {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: white;
  display: inline-flex;
  text-decoration: none !important; }

.club-choice {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 1024px) {
    .club-choice {
      flex-direction: column; } }

#homepage-hero {
  position: relative;
  height: 900px; }
  #homepage-hero h1 {
    color: white !important; }

.home-location-form {
  position: relative;
  display: flex; }
  .home-location-form .location-dropdown {
    position: relative;
    display: flex;
    flex-direction: column; }
    .home-location-form .location-dropdown .location-bluebox {
      position: relative;
      background: #1D96CA;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      width: 470px;
      height: 100%;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .home-location-form .location-dropdown .location-bluebox svg {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .home-location-form .location-dropdown .location-bluebox:hover {
        background: #17759d; }
      .home-location-form .location-dropdown .location-bluebox p {
        color: white; }
    .home-location-form .location-dropdown .location-drop {
      background: #1D96CA;
      padding: 20px 20px 28px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: none;
      border-top: 1px solid #1d5178; }
      .home-location-form .location-dropdown .location-drop .current-loc-btn {
        position: relative;
        background: #1d5178;
        text-align: left;
        padding: 13px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .home-location-form .location-dropdown .location-drop .current-loc-btn:hover {
          background: #17759d; }
        .home-location-form .location-dropdown .location-drop .current-loc-btn h5 {
          color: white; }
      .home-location-form .location-dropdown .location-drop .gray-h5 {
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
        margin-bottom: 15px; }
      .home-location-form .location-dropdown .location-drop .view-all-locs {
        color: white;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff;
        display: flex;
        text-decoration: none !important;
        margin-top: 20px;
        font-size: 1.2rem;
        font-family: "ff-ernestine-pro", Times, serif;
        padding: 0px 0px 10px; }
  .home-location-form button {
    background: white;
    color: #1d5178;
    padding: 20px 50px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .home-location-form button:hover {
      background: #cccccc; }

.ap-icon-pin {
  display: none !important; }

.ap-input {
  border-radius: 0px !important;
  border: none; }

.ap-dropdown-menu {
  border-radius: 0px !important;
  border: none;
  margin: 0px;
  box-shadow: none !important; }

.ap-icon-clear {
  padding: 0px !important; }

.hero-content {
  margin-top: -200px; }

.hero-message {
  text-align: center; }

.location-bluebox-active svg {
  transform: rotate(180deg); }

.cf-banner {
  position: relative;
  background: #1D96CA;
  padding: 50px 0px;
  background-size: cover;
  min-height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50%; }
  @media only screen and (max-width: 767px) {
    .cf-banner {
      min-height: 250px;
      height: 250px; } }
  .cf-banner .cf-badge {
    position: absolute;
    bottom: -75px;
    right: 50px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .cf-banner .cf-badge {
        bottom: -60px;
        right: auto;
        z-index: 99;
        width: 126px;
        left: auto; } }
  .cf-banner h1 {
    text-align: center;
    position: relative;
    color: #ffd433;
    font-size: 48px; }
  .cf-banner h2, .cf-banner .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .cf-banner .modal-block-themes-majors:first-child::before {
    text-align: center;
    position: relative;
    color: white;
    font-size: 72px; }
    @media only screen and (max-width: 767px) {
      .cf-banner h2, .cf-banner .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .cf-banner .modal-block-themes-majors:first-child::before {
        font-size: 35px; } }
  .cf-banner span {
    color: #ffd433 !important;
    font-size: 72px !important;
    font-family: "Veneer", Arial, Helvetica, sans-serif !important; }
    @media only screen and (max-width: 767px) {
      .cf-banner span {
        font-size: 35px !important; } }
  .cf-banner .cf-circle-h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.gamp-class-finder > .row {
  background: white;
  padding: 0 15px; }

.ds-schedule-form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto 50px;
  width: 100%;
  z-index: 999;
  flex-basis: auto !important;
  padding: 0px 1rem; }
  @media only screen and (max-width: 767px) {
    .ds-schedule-form {
      flex-direction: column; }
      .ds-schedule-form .ds-form-submit {
        margin-top: 30px !important; } }
  .ds-schedule-form h5 {
    text-transform: capitalize;
    font-family: 'ff-ernestine-pro';
    margin-bottom: 15px;
    margin-top: 15px; }
  .ds-schedule-form .filter-buttongroup {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .ds-schedule-form .filter-buttongroup {
        flex-wrap: wrap; } }
    .ds-schedule-form .filter-buttongroup label {
      background-color: #e1e1e1;
      width: 100%;
      padding: 15px 10px;
      font-size: 1.8rem;
      font-family: "Veneer", Helvetica, Arial, sans-serif;
      /* Text color for the label */
      /* Checkbox un-checked style */
      /* Checked checkbox style (in this case the background is red) */
      /* Adding a dotted border around the active tabbed-into checkbox */
      /* Disabled checkbox styles */ }
      .ds-schedule-form .filter-buttongroup label:not(:last-child) {
        margin-right: 15px; }
      .ds-schedule-form .filter-buttongroup label.active {
        background-color: #2eabe1;
        color: white; }
        .ds-schedule-form .filter-buttongroup label.active span {
          color: white; }
      @media only screen and (max-width: 766px) {
        .ds-schedule-form .filter-buttongroup label {
          font-size: 1.2rem;
          margin-bottom: 5px;
          margin-right: 0 !important;
          position: relative;
          display: inline-flex;
          flex-direction: column;
          align-items: baseline; } }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: -1; }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"] + span {
        cursor: pointer;
        font-size: 1.8rem;
        font-family: "Veneer", Helvetica, Arial, sans-serif; }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"] + span:before {
        content: '';
        border: 1px solid white;
        border-radius: 3px;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 1.25rem;
        margin-top: 0.2rem;
        vertical-align: -2px;
        background-color: white; }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"]:checked + span:before {
        /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
        background-image: url("../library/img/galileo-checkbox-checked.jpg");
        background-repeat: no-repeat;
        background-position: center;
        /* The size of the checkmark icon, you may/may not need this */
        background-size: 25px;
        border-radius: 2px;
        background-color: #e7ffba;
        color: white; }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"]:focus + span:before,
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"]:not(:disabled) + span:hover:before {
        /* Visible in the full-color space */
        box-shadow: 0px 0px 0px 2px #0096ff;
        /* Visible in Windows high-contrast themes
           box-shadow will be hidden in these modes and
           transparency will not be hidden in high-contrast
           thus box-shadow will not show but the outline will
           providing accessibility */
        outline-color: transparent;
        outline-width: 2px;
        outline-style: dotted; }
      .ds-schedule-form .filter-buttongroup label input[type="checkbox"]:disabled + span {
        cursor: default;
        color: black;
        opacity: 0.5; }
      .ds-schedule-form .filter-buttongroup label .session-description {
        margin-left: 45px; }
  .ds-schedule-form .mobile-section {
    display: none; }
    .ds-schedule-form .mobile-section .mobile-section-inner {
      padding: 0.2rem 1rem; }
      .ds-schedule-form .mobile-section .mobile-section-inner .accordion .accordion-section h2, .ds-schedule-form .mobile-section .mobile-section-inner .accordion .accordion-section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ds-schedule-form .mobile-section .mobile-section-inner .accordion .accordion-section .modal-block-themes-majors:first-child::before {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        color: #1d5178;
        font-family: "ff-ernestine-pro", Times, serif;
        border-bottom: 1px solid #1d5178;
        font-size: 1.1rem;
        text-transform: none; }
      .ds-schedule-form .mobile-section .mobile-section-inner fieldset {
        display: flex;
        padding: 20px 0px 0px; }
        .ds-schedule-form .mobile-section .mobile-section-inner fieldset label {
          color: #666666;
          font-size: 1rem;
          width: 50%;
          font-weight: 300;
          font-family: "ff-ernestine-pro", Times, serif; }
    @media only screen and (max-width: 767px) {
      .ds-schedule-form .mobile-section {
        display: flex;
        flex-direction: column; } }
    .ds-schedule-form .mobile-section .mobile-filters-btn {
      background: #1d5178;
      position: relative;
      display: flex;
      justify-content: space-between;
      padding: 15px; }
      .ds-schedule-form .mobile-section .mobile-filters-btn p {
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        color: white;
        font-size: 1rem; }
  .ds-schedule-form .filters-btn {
    background: #ffd433;
    color: #1d5178;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border: 1px solid #1d5178;
    flex: 0; }
    @media only screen and (max-width: 767px) {
      .ds-schedule-form .filters-btn {
        display: none; } }
  .ds-schedule-form .filter-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex: 1;
    max-width: 260px;
    margin-right: 30px; }
    .ds-schedule-form .filter-dropdown:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .ds-schedule-form .filter-dropdown {
        display: none; } }
    .ds-schedule-form .filter-dropdown .filter-drop-top {
      position: relative;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      padding: 10px;
      height: 100%;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .ds-schedule-form .filter-dropdown .filter-drop-top svg {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .ds-schedule-form .filter-dropdown .filter-drop-top p {
        color: #1d5178;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .ds-schedule-form .filter-dropdown .filter-drop-top p span {
          color: #1D96CA;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          font-size: 1.2rem; }
    .ds-schedule-form .filter-dropdown .filter-drop {
      background: #1D96CA;
      padding: 20px 20px 28px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: none; }
      .ds-schedule-form .filter-dropdown .filter-drop label span {
        color: white !important;
        font-family: "Veneer", Arial, Helvetica, sans-serif; }
      .ds-schedule-form .filter-dropdown .filter-drop .current-loc-btn {
        position: relative;
        background: #ffd433;
        text-align: left;
        padding: 10px 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 0.9rem;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .ds-schedule-form .filter-dropdown .filter-drop .current-loc-btn:hover {
          background: #ffc900 !important; }
        .ds-schedule-form .filter-dropdown .filter-drop .current-loc-btn h5 {
          color: #1d5178;
          font-size: 1.1rem; }
      .ds-schedule-form .filter-dropdown .filter-drop .gray-h5 {
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
        margin-bottom: 15px;
        font-size: 1.2rem; }
      .ds-schedule-form .filter-dropdown .filter-drop .view-all-locs {
        color: white;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff;
        display: flex;
        text-decoration: none !important;
        margin-top: 20px;
        font-size: 1.2rem;
        font-family: "ff-ernestine-pro", Times, serif;
        padding: 0px 0px 10px; }
  .ds-schedule-form .ds-form-submit {
    background: #1D96CA;
    color: white;
    padding: 20px 20px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    flex: 0;
    margin: 0px; }
    .ds-schedule-form .ds-form-submit:hover {
      background: #105471; }
  .ds-schedule-form fieldset {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .ds-schedule-form fieldset label {
      display: flex;
      flex-grow: 1;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 15px;
      color: white;
      font-family: "ff-ernestine-pro", Times, serif; }
      .ds-schedule-form fieldset label input {
        margin-right: 10px; }
  .ds-schedule-form .fieldset-grades label {
    width: 50%; }
  .ds-schedule-form .fieldset-weeks label {
    width: 100%; }

.ds-filter-form {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto 50px;
  width: 100%;
  z-index: 999;
  flex-basis: auto !important;
  padding: 0px 1rem; }
  @media only screen and (max-width: 767px) {
    .ds-filter-form {
      flex-direction: column; }
      .ds-filter-form .ds-form-submit {
        margin-top: 30px !important; } }
  .ds-filter-form .filter-buttongroup {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .ds-filter-form .filter-buttongroup {
        flex-wrap: wrap; } }
    .ds-filter-form .filter-buttongroup label {
      background-color: #e1e1e1;
      width: 100%;
      padding: 15px 10px;
      font-size: 1.8rem;
      font-family: "Veneer", Helvetica, Arial, sans-serif;
      margin-right: 15px; }
      .ds-filter-form .filter-buttongroup label:not(:last-child) {
        margin-right: 15px; }
      .ds-filter-form .filter-buttongroup label.active {
        background-color: #2eabe1;
        color: white; }
      @media only screen and (max-width: 766px) {
        .ds-filter-form .filter-buttongroup label {
          font-size: 1.2rem; } }
  .ds-filter-form .mobile-section {
    display: none; }
    .ds-filter-form .mobile-section .mobile-section-inner {
      padding: 0.2rem 1rem; }
      .ds-filter-form .mobile-section .mobile-section-inner .accordion .accordion-section h2, .ds-filter-form .mobile-section .mobile-section-inner .accordion .accordion-section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ds-filter-form .mobile-section .mobile-section-inner .accordion .accordion-section .modal-block-themes-majors:first-child::before {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        color: #1d5178;
        font-family: "ff-ernestine-pro", Times, serif;
        border-bottom: 1px solid #1d5178;
        font-size: 1.1rem;
        text-transform: none; }
      .ds-filter-form .mobile-section .mobile-section-inner fieldset {
        display: flex;
        padding: 20px 0px 0px; }
        .ds-filter-form .mobile-section .mobile-section-inner fieldset label {
          color: #666666;
          font-size: 1rem;
          width: 50%;
          font-weight: 300;
          font-family: "ff-ernestine-pro", Times, serif; }
    @media only screen and (max-width: 767px) {
      .ds-filter-form .mobile-section {
        display: flex;
        flex-direction: column; } }
    .ds-filter-form .mobile-section .mobile-filters-btn {
      background: #1d5178;
      position: relative;
      display: flex;
      justify-content: space-between;
      padding: 15px; }
      .ds-filter-form .mobile-section .mobile-filters-btn p {
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        color: white;
        font-size: 1rem; }
  .ds-filter-form .filters-btn {
    background: #ffd433;
    color: #1d5178;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border: 1px solid #1d5178;
    flex: 0; }
    @media only screen and (max-width: 767px) {
      .ds-filter-form .filters-btn {
        display: none; } }
  .ds-filter-form .filter-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    flex: 1;
    max-width: 260px; }
    @media only screen and (max-width: 767px) {
      .ds-filter-form .filter-dropdown {
        display: none; } }
    .ds-filter-form .filter-dropdown .filter-drop-top {
      position: relative;
      background: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      height: 100%;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border-top: 1px solid #1d5178;
      border-bottom: 1px solid #1d5178;
      border-right: 1px solid #1d5178; }
      .ds-filter-form .filter-dropdown .filter-drop-top svg {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .ds-filter-form .filter-dropdown .filter-drop-top p {
        color: #1D96CA;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .ds-filter-form .filter-dropdown .filter-drop-top p span {
          color: #1D96CA;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          font-size: 1.2rem; }
    .ds-filter-form .filter-dropdown .filter-drop {
      background: #1D96CA;
      padding: 20px 20px 28px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: none; }
      .ds-filter-form .filter-dropdown .filter-drop .current-loc-btn {
        position: relative;
        background: #ffd433;
        text-align: left;
        padding: 10px 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 0.9rem;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .ds-filter-form .filter-dropdown .filter-drop .current-loc-btn:hover {
          background: #ffc900 !important; }
        .ds-filter-form .filter-dropdown .filter-drop .current-loc-btn h5 {
          color: #1d5178;
          font-size: 1.1rem; }
      .ds-filter-form .filter-dropdown .filter-drop .gray-h5 {
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
        margin-bottom: 15px;
        font-size: 1.2rem; }
      .ds-filter-form .filter-dropdown .filter-drop .view-all-locs {
        color: white;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff;
        display: flex;
        text-decoration: none !important;
        margin-top: 20px;
        font-size: 1.2rem;
        font-family: "ff-ernestine-pro", Times, serif;
        padding: 0px 0px 10px; }
  .ds-filter-form .ds-form-submit {
    background: #1D96CA;
    color: white;
    padding: 20px 20px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    flex: 0;
    margin: 0px; }
    .ds-filter-form .ds-form-submit:hover {
      background: #105471; }
  .ds-filter-form fieldset {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .ds-filter-form fieldset label {
      display: flex;
      flex-grow: 1;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 15px;
      color: white;
      font-family: "ff-ernestine-pro", Times, serif; }
      .ds-filter-form fieldset label input {
        margin-right: 10px; }
  .ds-filter-form .fieldset-grades label {
    width: 50%; }
  .ds-filter-form .fieldset-weeks label {
    width: 100%; }

.ds-camp-finder {
  position: relative;
  z-index: 99999;
  padding: 50px 0px; }
  @media only screen and (max-width: 767px) {
    .ds-camp-finder {
      padding: 80px 0px 50px; }
      .ds-camp-finder .browse-h2 {
        display: none; } }
  .ds-camp-finder .browse-h2 {
    color: #1d5178;
    margin-bottom: 13px; }
  .ds-camp-finder .browse-p {
    margin-top: 3px;
    margin-bottom: 30px;
    color: #1d5178;
    display: inline-flex;
    justify-content: center;
    align-self: center;
    font-size: 1rem; }
  .ds-camp-finder #map {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 91px;
    height: calc(100vh - 91px);
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .ds-camp-finder #map {
        height: 400px !important;
        position: relative; } }

.filter-drop-top-active {
  background: #1D96CA !important; }
  .filter-drop-top-active p {
    color: white !important; }
    .filter-drop-top-active p span {
      color: white !important;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.2rem; }

.nrb {
  border-right: 0px solid transparent !important; }

.box-wrap {
  margin-top: -20px; }
  .box-wrap .columns {
    margin-top: 20px; }

.view-toggle {
  position: relative;
  margin-bottom: 30px; }
  .view-toggle ul {
    display: flex;
    justify-content: center;
    width: 100%; }
    .view-toggle ul .activeStyle p:after {
      content: "";
      height: 2px;
      background: #1d5178;
      width: 100%;
      top: 102%;
      position: absolute;
      left: 0;
      right: 0; }
    .view-toggle ul li {
      padding: 0px 10px; }
      .view-toggle ul li:first-child {
        border-right: 2px solid #1d5178; }
      .view-toggle ul li p {
        position: relative;
        color: #1d5178;
        font-size: 1.2rem;
        font-weight: 700;
        cursor: pointer; }

.mobile-location {
  position: relative; }
  .mobile-location .ap-icon-clear {
    background: transparent; }
  .mobile-location .algolia-input-m {
    color: #1d5178;
    border: 1px solid #1d5178;
    padding: 0px 15px;
    height: 50px; }
    .mobile-location .algolia-input-m::placeholder {
      color: #1d5178;
      opacity: 1 !important; }
  .mobile-location .algolia-places {
    margin-bottom: 10px; }
  .mobile-location .current-loc-btn {
    margin-top: 20px;
    position: relative;
    background: #ffd433;
    text-align: left;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .mobile-location .current-loc-btn:hover {
      background: #ffc900 !important; }
    .mobile-location .current-loc-btn h5 {
      color: #1d5178;
      font-size: 1.1rem; }
  .mobile-location .gray-h5 {
    color: #1d5178;
    font-size: 1rem;
    color: #666666;
    margin-top: 22px;
    margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    visibility: hidden;
    height: 0px; } }

.camp-finder-box-wrap {
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .camp-finder-box-wrap {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  @media only screen and (max-width: 499px) {
    .camp-finder-box-wrap {
      width: 100%;
      max-width: none;
      flex: 0 0 100%; } }

.camp-finder-box {
  position: relative;
  background: white;
  color: white;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #1D96CA;
  box-shadow: 1px 1px 50px rgba(136, 204, 238, 0.3); }
  .camp-finder-box:hover {
    box-shadow: 1px 1px 50px rgba(136, 204, 238, 0.6); }
    .camp-finder-box:hover .cfb-Button {
      background: #17759d; }
    .camp-finder-box:hover .pink-triangle {
      transform: scale(2);
      transform-origin: 74%; }
  .camp-finder-box .camp-finder-link {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none !important; }
    .camp-finder-box .camp-finder-link .cfb-inner {
      padding: 17px 17px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .camp-finder-box .camp-finder-link .cfb-inner .cfb-Number {
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        width: 72px;
        height: 72px;
        display: flex;
        justify-content: flex-end;
        padding: 7px 12px; }
        .camp-finder-box .camp-finder-link .cfb-inner .cfb-Number span {
          color: white;
          z-index: 99;
          position: relative;
          font-size: 1.4rem;
          font-family: "Veneer", Arial, Helvetica, sans-serif; }
        .camp-finder-box .camp-finder-link .cfb-inner .cfb-Number .pink-triangle {
          position: absolute;
          top: 0;
          right: 0;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .camp-finder-box p {
    margin: 0px; }
  .camp-finder-box .cfb-Location {
    color: #e13c95;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.95; }
    @media only screen and (min-width: 768px) {
      .camp-finder-box .cfb-Location {
        padding-right: 20px; } }
  .camp-finder-box .cfb-CampSite {
    color: #1D96CA;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    margin-top: 9px;
    margin-bottom: 22px; }
  .camp-finder-box .cfb-Grade {
    margin-top: -3px;
    margin-bottom: 14px; }
  .camp-finder-box .cfb-Dates,
  .camp-finder-box .cfb-GradeEntering,
  .camp-finder-box .cfb-OpenWeeks {
    color: #1d1d1d;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    margin-bottom: 2px; }
  .camp-finder-box .cfb-Program {
    color: #88ccee;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.4rem; }
  .camp-finder-box .cfb-Date,
  .camp-finder-box .cfb-Grade p {
    color: #1d1d1d;
    font-size: 1.1rem;
    margin-top: 0px;
    margin-bottom: 10px; }
  .camp-finder-box .cfb-Badges {
    display: flex;
    list-style: none; }
    .camp-finder-box .cfb-Badges li {
      margin-right: 12px;
      list-style: none; }
      .camp-finder-box .cfb-Badges li img {
        width: 60px; }
  .camp-finder-box .cfb-Button {
    display: flex;
    background: #1D96CA;
    color: white;
    width: 100%;
    padding: 20px;
    justify-content: center;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.single-location-top {
  position: relative;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .single-location-top {
      flex-direction: column; } }
  .single-location-top .top-promo {
    display: flex; }
    .single-location-top .top-promo img {
      margin-right: 20px;
      max-width: 150px; }
    .single-location-top .top-promo h4 {
      color: white;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      line-height: 1;
      margin-top: 0px; }
      @media only screen and (max-width: 767px) {
        .single-location-top .top-promo h4 {
          font-size: 1.3rem; } }
  .single-location-top .slt-left {
    position: relative;
    width: 50%;
    display: flex;
    color: white;
    flex-direction: column;
    padding: 50px 25px 0px; }
    @media only screen and (max-width: 767px) {
      .single-location-top .slt-left {
        width: 100%; } }
    .single-location-top .slt-left .blue-filter {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 6;
      background: rgba(29, 150, 202, 0.86); }
    .single-location-top .slt-left .top-gallery {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .single-location-top .slt-left .top-gallery .slick-list,
      .single-location-top .slt-left .top-gallery .slick-track,
      .single-location-top .slt-left .top-gallery .slick-slide {
        height: 100% !important; }
        .single-location-top .slt-left .top-gallery .slick-list div,
        .single-location-top .slt-left .top-gallery .slick-track div,
        .single-location-top .slt-left .top-gallery .slick-slide div {
          height: 100% !important; }
      .single-location-top .slt-left .top-gallery .slick-slide {
        position: relative; }
        .single-location-top .slt-left .top-gallery .slick-slide div {
          -webkit-filter: grayscale(100%);
          /* Chrome, Safari, Opera */
          filter: grayscale(100%); }
    .single-location-top .slt-left .slt-left-inner {
      position: relative;
      max-width: 600px;
      margin: 0 auto;
      z-index: 9; }
    .single-location-top .slt-left .slt-back {
      display: flex;
      align-items: center;
      text-decoration: none !important; }
      .single-location-top .slt-left .slt-back i {
        font-size: 1.3rem;
        color: white; }
      .single-location-top .slt-left .slt-back p {
        color: white;
        font-size: 1.1rem;
        margin: 3px 0px 0px 10px;
        font-weight: 700; }
    .single-location-top .slt-left .sltl-h1 {
      color: white;
      font-size: 70px;
      line-height: 1;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .sltl-h1 {
          font-size: 48px;
          margin-top: 1rem; } }
    .single-location-top .slt-left .sltl-h2 {
      color: white;
      line-height: 1;
      margin-bottom: 10px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      display: flex;
      font-size: 30px;
      font-weight: 100; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .sltl-h2 {
          font-size: 24px;
          margin-top: 0rem !important;
          margin-bottom: 1.5rem; } }
    .single-location-top .slt-left .sltl-h3 {
      color: white;
      line-height: 1;
      margin-bottom: 14px;
      text-transform: uppercase;
      display: flex;
      font-size: 1.3rem; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .sltl-h3 {
          margin-top: 4px;
          flex-direction: column;
          font-size: 16px; }
          .single-location-top .slt-left .sltl-h3 .spacer {
            margin: 4px 3px 0px;
            display: none; }
          .single-location-top .slt-left .sltl-h3 span {
            font-size: 16px !important;
            font-size: 16px; } }
      .single-location-top .slt-left .sltl-h3 .spacer {
        margin: 0px 8px; }
      .single-location-top .slt-left .sltl-h3 span {
        color: white;
        font-family: "ff-ernestine-pro", Times, serif;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px; }
    .single-location-top .slt-left .sltl-button {
      background: transparent;
      color: white;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      padding: 18px 27px 16px;
      border: 2px solid white;
      border-radius: 0px;
      margin: 20px 0px;
      position: relative;
      font-size: 1.6rem; }
      .single-location-top .slt-left .sltl-button:after {
        content: "Special";
        position: absolute;
        top: -10px;
        left: 15px;
        background: #1d5178;
        padding: 0px 15px;
        letter-spacing: 2px;
        font-family: "ff-ernestine-pro", Times, serif;
        font-size: 0.9rem; }
    .single-location-top .slt-left .btns {
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
    .single-location-top .slt-left .jumptoschedule {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      text-decoration: underline;
      font-size: 1.2rem;
      cursor: pointer;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .jumptoschedule {
          font-size: 1rem; } }
    .single-location-top .slt-left .sltl-button-yellow {
      background: #ffd234;
      color: #1d5178;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      padding: 18px 30px 14px;
      margin: 20px 16px 20px 0px;
      font-size: 1.5rem;
      letter-spacing: 1px;
      text-decoration: none !important; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .sltl-button-yellow {
          margin: 12px 8px 12px 0px;
          font-size: 1.2rem;
          padding: 12px 15px 10px; } }
    .single-location-top .slt-left .sltl-button-pink {
      background: #e13c95;
      color: white;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      padding: 18px 30px 14px;
      margin: 20px 16px 20px 0px;
      font-size: 1.5rem;
      letter-spacing: 1px;
      text-decoration: none !important; }
      @media only screen and (max-width: 767px) {
        .single-location-top .slt-left .sltl-button-pink {
          margin: 12px 8px 12px 0px;
          font-size: 1.2rem;
          padding: 12px 15px 10px; } }
    .single-location-top .slt-left .sltl-intro {
      color: white;
      position: relative;
      margin-bottom: 10px; }
      .single-location-top .slt-left .sltl-intro p,
      .single-location-top .slt-left .sltl-intro a,
      .single-location-top .slt-left .sltl-intro strong {
        color: white;
        font-family: "ff-ernestine-pro", Times, serif;
        font-weight: 500;
        line-height: 1.4;
        margin: 0px; }
  .single-location-top .slt-right {
    position: relative;
    width: 50%;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .single-location-top .slt-right {
        width: 100%;
        height: 375px; } }
    .single-location-top .slt-right #map {
      width: 100%;
      height: 100%; }

.single-location-program-section {
  position: relative;
  padding: 10px 0px 90px; }

.single-location-middle {
  position: relative;
  padding: 60px 0px 40px; }
  @media only screen and (max-width: 767px) {
    .single-location-middle .threeblock {
      flex-direction: column-reverse; } }
  .single-location-middle .slm-middle {
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .single-location-middle .slm-middle {
        padding: 20px 0px 0px; } }
  @media only screen and (max-width: 767px) {
    .single-location-middle .slm-left {
      padding: 20px 0px 0px;
      margin-top: 10px; }
      .single-location-middle .slm-left .slm-h4 {
        justify-content: center; } }
  .single-location-middle .slm-left .slm-h4 {
    padding-left: 20px; }
  .single-location-middle .slm-left,
  .single-location-middle .slm-middle {
    padding: 30px 20px; }
  .single-location-middle .slm-right {
    padding: 60px 20px 10px; }
  .single-location-middle .slm-right {
    position: relative; }
  .single-location-middle .slm-name {
    margin-top: 0px;
    text-align: center;
    justify-content: center !important; }
  .single-location-middle .slm-h5 {
    color: #1D96CA;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px; }
  .single-location-middle .slm-social-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0; }
    .single-location-middle .slm-social-ul li {
      padding: 0px 5px;
      list-style: none; }
  .single-location-middle .slm-title {
    font-family: "ff-ernestine-pro", Times, serif;
    color: #1d5178;
    margin-top: 15px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    font-size: 1.4rem; }
    .single-location-middle .slm-title i {
      margin-right: 10px; }
  .single-location-middle .download-btn {
    margin-top: 30px;
    text-decoration: none !important; }
  .single-location-middle .director-top {
    display: inline-flex;
    position: relative;
    margin: -280px auto 30px;
    left: 0;
    right: 0;
    width: 280px; }
    @media only screen and (max-width: 1024px) {
      .single-location-middle .director-top {
        margin: -220px auto 30px;
        width: 220px; } }
    .single-location-middle .director-top .bio-image-circle {
      height: 278px;
      width: 278px;
      background-size: cover;
      border: 0px solid transparent;
      border-radius: 50%;
      background-position: 50%; }
      @media only screen and (max-width: 1024px) {
        .single-location-middle .director-top .bio-image-circle {
          height: 220px;
          width: 220px; } }
    .single-location-middle .director-top .expand-circle {
      background: #e13c95;
      position: absolute;
      bottom: 17px;
      right: 17px;
      z-index: 99;
      border: 0px solid transparent;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .single-location-middle .director-top .expand-circle {
          bottom: 6px;
          right: 6px; } }
      .single-location-middle .director-top .expand-circle i {
        color: white;
        font-size: 1.8rem; }
  @media only screen and (min-width: 1025px) {
    .single-location-middle .slm-left,
    .single-location-middle .slm-middle {
      border-right: 1px solid #1D96CA; } }
  .single-location-middle .slm-h4 {
    color: #383838;
    text-transform: uppercase;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    font-size: 1.7rem; }
    .single-location-middle .slm-h4 img {
      width: 20px;
      margin-right: 10px; }
  .single-location-middle .slm-badges {
    display: flex; }
    .single-location-middle .slm-badges li {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding: 0px 15px;
      flex: 1; }
      .single-location-middle .slm-badges li .badge-block {
        display: block;
        text-align: center;
        text-decoration: none !important; }
        .single-location-middle .slm-badges li .badge-block img {
          width: 100px; }
      .single-location-middle .slm-badges li .badge-info {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .single-location-middle .slm-badges li .badge-info h5 {
          color: #1d5178;
          font-size: 1.1rem;
          margin-top: 8px; }
        .single-location-middle .slm-badges li .badge-info p {
          color: #1D96CA;
          text-transform: uppercase;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          font-size: 1.1rem;
          margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    .single-location-middle .slm-middle {
      display: flex;
      justify-content: center;
      align-items: flex-start; } }
  @media only screen and (max-width: 767px) {
    .single-location-middle .slm-middle {
      text-align: center; }
      .single-location-middle .slm-middle .inner {
        text-align: center; }
      .single-location-middle .slm-middle .slm-h4 {
        justify-content: center; } }
  .single-location-middle .slm-middle .inner {
    display: inline-flex;
    flex-direction: column;
    justify-content: center; }
  .single-location-middle .slm-middle address {
    margin-top: 30px;
    font-style: normal;
    color: #1d5178;
    font-family: "ff-ernestine-pro", Times, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5; }

.single-location-accordion {
  position: relative;
  padding: 50px 0px; }
  .single-location-accordion .accordion-section {
    margin-bottom: 10px; }
  .single-location-accordion .row {
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .single-location-accordion .row .accordion-col {
        padding: 0px !important; } }
  .single-location-accordion .active i {
    transform: rotate(45deg); }
  .single-location-accordion .accordion-section-title {
    cursor: pointer;
    background: #1D96CA;
    color: white;
    padding: 15px 20px 13px;
    display: flex;
    align-items: center; }
    .single-location-accordion .accordion-section-title i {
      color: white;
      font-size: 2.7rem;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .single-location-accordion .accordion-section-title .liner {
      color: white;
      margin: 0px 12px;
      font-size: 3rem;
      display: flex; }
  .single-location-accordion .accordion-section-content {
    position: relative;
    background: #eef8fe;
    padding: 30px 0px; }
    @media only screen and (min-width: 1025px) {
      .single-location-accordion .accordion-section-content {
        padding: 50px 50px; } }
    .single-location-accordion .accordion-section-content .intro {
      position: relative; }
      .single-location-accordion .accordion-section-content .intro p {
        font-size: 1.3rem; }
      .single-location-accordion .accordion-section-content .intro .ds-btn {
        margin-top: 20px;
        margin-bottom: 30px; }
  .single-location-accordion .intro {
    max-width: 750px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 1440px) {
      .single-location-accordion .intro {
        max-width: 590px; } }

.camp-table-tabs {
  position: relative;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  justify-content: space-between;
  border-bottom: 1px solid #1D96CA;
  list-style: none;
  padding-left: 0 !important; }
  .camp-table-tabs li {
    flex-grow: 1;
    padding: 10px 0px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none !important; }
    @media only screen and (max-width: 767px) {
      .camp-table-tabs li {
        display: flex;
        align-items: flex-end;
        justify-content: center; } }
    .camp-table-tabs li:hover a {
      opacity: 1; }
    .camp-table-tabs li a {
      opacity: 0.3;
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 14px;
      text-decoration: none;
      transition: 0.3s; }
      @media only screen and (max-width: 767px) {
        .camp-table-tabs li a {
          padding: 0px 15px 10px; } }
      .camp-table-tabs li a h5 {
        color: #1d5178;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .camp-table-tabs li a h5 {
            font-size: 1.1rem; } }
      .camp-table-tabs li a p {
        color: #1D96CA;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        margin-top: 0px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .camp-table-tabs li a p {
            font-size: 1rem; } }
    .camp-table-tabs li a[aria-selected="true"] {
      opacity: 1; }
      .camp-table-tabs li a[aria-selected="true"]:after {
        content: "";
        position: absolute;
        background: #1D96CA;
        height: 7px;
        width: 100%;
        bottom: 0;
        left: 0; }

.slm-main-tabs {
  position: sticky;
  position: -webkit-sticky !important;
  background: #fff;
  top: 91px;
  z-index: 999999; }
  @media only screen and (max-width: 1049px) {
    .slm-main-tabs {
      top: 126px !important; } }

.camp-table {
  position: relative;
  display: flex;
  flex-direction: column; }
  .camp-table .top-table {
    position: sticky !important;
    top: 193px !important;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .camp-table .top-table {
        top: 209px !important;
        display: flex;
        z-index: 9999; } }
    .camp-table .top-table .ct-columns-inner {
      display: flex !important;
      flex-basis: auto !important;
      width: 100% !important;
      flex-direction: row !important; }
      .camp-table .top-table .ct-columns-inner .cell-column {
        flex-grow: 1;
        width: 100%; }
  .camp-table .top-table,
  .camp-table .bottom-table {
    position: relative;
    display: flex; }
  .camp-table h5,
  .camp-table p {
    font-family: "Veneer", Arial, Helvetica, sans-serif !important; }
  .camp-table .top-cell {
    margin-bottom: 2px;
    height: 70px; }
  .camp-table .cell-column {
    width: 200px; }
  .camp-table .cell {
    min-width: 100px;
    padding: 0px 10px;
    align-items: center;
    justify-content: center;
    height: 115px;
    display: flex;
    margin-bottom: 0px; }
    @media only screen and (min-width: 768px) {
      .camp-table .cell {
        min-width: 160px; } }
    @media only screen and (max-width: 767px) {
      .camp-table .cell {
        height: 150px; } }
    .camp-table .cell p {
      font-size: 1.3rem; }
  .camp-table .ct-left-column {
    width: 115px;
    position: relative;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .camp-table .ct-left-column {
        width: 200px; } }
    .camp-table .ct-left-column .cells {
      position: relative;
      height: 100%; }
      .camp-table .ct-left-column .cells .cell {
        background: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        text-align: left !important;
        position: relative; }
        .camp-table .ct-left-column .cells .cell:after {
          position: absolute;
          background: #acacac;
          height: 1px;
          width: 100%;
          bottom: 0px;
          left: 0;
          content: ""; }
        .camp-table .ct-left-column .cells .cell .cell-title {
          font-size: 1.3rem;
          color: #1d5178; }
          @media only screen and (max-width: 767px) {
            .camp-table .ct-left-column .cells .cell .cell-title {
              font-size: 1.1rem; } }
        .camp-table .ct-left-column .cells .cell .cell-date {
          font-size: 1.9rem;
          color: #1d5178;
          display: flex; }
          @media only screen and (max-width: 767px) {
            .camp-table .ct-left-column .cells .cell .cell-date {
              flex-direction: column;
              font-size: 1.4rem; } }
          .camp-table .ct-left-column .cells .cell .cell-date span {
            font-size: 1.6rem;
            color: #1d5178;
            font-family: "Veneer", Arial, Helvetica, sans-serif; }
          @media only screen and (min-width: 768px) {
            .camp-table .ct-left-column .cells .cell .cell-date .celldateend {
              margin-left: 4px; } }
    .camp-table .ct-left-column .top-cell {
      background: #1d5178;
      height: 70px !important;
      color: white; }
      .camp-table .ct-left-column .top-cell p {
        padding: 0px 10px;
        background: #1d5178;
        color: white;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        justify-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        font-size: 1.7rem !important;
        line-height: 1 !important; }
  .camp-table .ct-columns {
    width: calc(100% - 115px);
    position: relative;
    overflow-x: scroll; }
    @media only screen and (min-width: 768px) {
      .camp-table .ct-columns {
        width: calc(100% - 200px); } }
    .camp-table .ct-columns .ct-columns-inner {
      display: flex;
      flex-direction: column; }
      .camp-table .ct-columns .ct-columns-inner .cell {
        position: relative;
        min-width: 200px !important; }
        @media only screen and (min-width: 1050px) {
          .camp-table .ct-columns .ct-columns-inner .cell {
            border-right: 2px solid #eef8fe;
            border-left: 2px solid #eef8fe; } }
      .camp-table .ct-columns .ct-columns-inner .top-cell {
        padding: 0px 10px;
        height: 70px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        min-width: 200px !important; }
        @media only screen and (min-width: 1050px) {
          .camp-table .ct-columns .ct-columns-inner .top-cell {
            border-right: 2px solid #eef8fe;
            border-left: 2px solid #eef8fe; } }
        .camp-table .ct-columns .ct-columns-inner .top-cell .cell-blue-label {
          width: 100%;
          height: 100%;
          background: #1D96CA;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0px 10px; }
          .camp-table .ct-columns .ct-columns-inner .top-cell .cell-blue-label p {
            font-size: 1.3rem; }
        .camp-table .ct-columns .ct-columns-inner .top-cell p {
          color: white;
          line-height: 1 !important; }
      .camp-table .ct-columns .ct-columns-inner .cell-column {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative; }
        .camp-table .ct-columns .ct-columns-inner .cell-column .cells {
          position: relative;
          display: flex;
          flex-basis: auto; }
          .camp-table .ct-columns .ct-columns-inner .cell-column .cells .cell {
            flex-grow: 1;
            width: 100%; }
            .camp-table .ct-columns .ct-columns-inner .cell-column .cells .cell:after {
              position: absolute;
              background: #acacac;
              height: 1px;
              width: 90%;
              bottom: 0px;
              left: 5%;
              content: ""; }
          .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item .cell-status {
            width: 100%;
            height: 100%;
            background: #1d5178;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0px 10px; }
            .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item .cell-status .span01 {
              font-size: 1.4rem;
              text-decoration: none !important;
              line-height: 1.2; }
            .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item .cell-status .span02 {
              font-size: 1.2rem;
              text-decoration: underline; }
          .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item a,
          .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item p,
          .camp-table .ct-columns .ct-columns-inner .cell-column .cells .item span {
            color: white;
            text-decoration: underline;
            font-family: "Veneer", Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            font-size: 1.7rem; }
    .camp-table .ct-columns .emptycell {
      background-size: cover;
      background-image: url("../library/img/GalileoEmptyCell.jpg");
      position: relative;
      width: 100%;
      height: 100%; }

.single-location-more-information {
  position: relative;
  padding: 80px 0px; }
  .single-location-more-information .more-info h2, .single-location-more-information .more-info .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .single-location-more-information .more-info .modal-block-themes-majors:first-child::before {
    font-size: 3rem;
    color: #1D96CA;
    border-bottom: 1px solid #1D96CA;
    padding-bottom: 20px; }
  .single-location-more-information .row {
    padding: 0px 1rem; }
  .single-location-more-information .columns {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .single-location-more-information .columns .content {
        padding-right: 66px; } }
    .single-location-more-information .columns a {
      color: #1d5178; }

.single-location-gallery {
  position: relative;
  padding: 40px 0px; }
  .single-location-gallery .sl-gallery {
    position: relative;
    width: 100%;
    height: 580px; }
    .single-location-gallery .sl-gallery .slick-list,
    .single-location-gallery .sl-gallery .slick-track,
    .single-location-gallery .sl-gallery .slick-slide {
      height: 100% !important; }
      .single-location-gallery .sl-gallery .slick-list div,
      .single-location-gallery .sl-gallery .slick-track div,
      .single-location-gallery .sl-gallery .slick-slide div {
        height: 100% !important; }
    .single-location-gallery .sl-gallery .slick-slide {
      position: relative; }
    .single-location-gallery .sl-gallery .slickLeft {
      left: 25px;
      z-index: 9999;
      position: absolute;
      top: 50%;
      display: block;
      cursor: pointer; }
      .single-location-gallery .sl-gallery .slickLeft i {
        font-size: 3.5rem;
        color: white; }
    .single-location-gallery .sl-gallery .slickRight {
      right: 25px;
      z-index: 9999;
      position: absolute;
      top: 50%;
      display: block;
      cursor: pointer; }
      .single-location-gallery .sl-gallery .slickRight i {
        font-size: 3.5rem;
        color: white; }
    .single-location-gallery .sl-gallery .caption {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: 9;
      color: white;
      padding: 25px; }
  .single-location-gallery .row {
    max-width: 900px; }

#pricing-table {
  position: relative;
  width: 100%; }
  #pricing-table thead th {
    background: #1D96CA;
    color: white;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px 10px;
    font-size: 1.4rem;
    border-right: 3px solid #eef8fe;
    border-left: 3px solid #eef8fe; }
  #pricing-table tbody tr {
    background: #1D96CA; }
    @media only screen and (max-width: 767px) {
      #pricing-table tbody tr td {
        display: flex;
        align-items: center; } }
    #pricing-table tbody tr td:first-child {
      padding: 14px 10px !important; }
      @media only screen and (max-width: 767px) {
        #pricing-table tbody tr td:first-child {
          background: #1d5178; } }
      #pricing-table tbody tr td:first-child span {
        font-family: "Veneer", Arial, Helvetica, sans-serif !important;
        font-size: 1.6rem !important; }
      #pricing-table tbody tr td:first-child:before {
        display: none !important; }
    #pricing-table tbody tr td:before {
      width: auto !important;
      color: white;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.2rem;
      margin-top: 3px;
      margin-right: 12px; }
    #pricing-table tbody tr td .bt-content {
      color: white;
      font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      #pricing-table tbody tr:nth-child(odd) {
        background: white; }
        #pricing-table tbody tr:nth-child(odd) td span {
          color: #1d5178; }
      #pricing-table tbody tr:nth-child(even) {
        background: #1d5178; }
        #pricing-table tbody tr:nth-child(even) td span {
          color: white; } }
    #pricing-table tbody tr td:not(:last-child) {
      border-right: 1px solid #1D96CA; }
  #pricing-table tbody td {
    text-align: center;
    padding: 5px 10px; }
    @media only screen and (min-width: 768px) {
      #pricing-table tbody td {
        padding: 20px 10px; } }

.mission-section {
  position: relative;
  padding: 80px 0px;
  background-size: cover;
  background-image: url("../library/img/galileo_home_blueprint_bg01.jpg"); }
  .mission-section h2, .mission-section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .mission-section .modal-block-themes-majors:first-child::before {
    color: white; }
  .mission-section p {
    color: white; }

.blocker {
  z-index: 9999999999 !important;
  background-color: rgba(0, 0, 0, 0) !important; }

.session-modal {
  position: relative;
  visibility: visible;
  max-width: 450px !important;
  padding: 0px !important;
  height: auto;
  border-color: white !important;
  border-radius: 0px !important;
  box-shadow: 0 0 100px #2e2e2e !important; }
  .session-modal .close-modal {
    display: none !important; }
  .session-modal .sm-top {
    background: #1D96CA;
    padding: 17px;
    color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .session-modal .sm-top h4 {
      color: white;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      margin: 0px;
      display: flex;
      align-items: center; }
      .session-modal .sm-top h4 .modal-grade {
        margin-right: 10px; }
      .session-modal .sm-top h4 .modal-date {
        margin-left: 10px; }
      .session-modal .sm-top h4 span {
        color: white;
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        font-size: 1.4rem; }
    .session-modal .sm-top h3 {
      font-size: 2rem;
      color: white;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      margin-top: 5px;
      line-height: 1.2; }
    .session-modal .sm-top i {
      color: #1d5178;
      font-size: 1.8rem; }
  .session-modal .sm-bottom {
    background: #eef8fe;
    padding: 17px; }
    .session-modal .sm-bottom p {
      color: #1d5178;
      line-height: 1.5;
      font-size: 1rem; }
    .session-modal .sm-bottom .new-blue-btn {
      width: 100%;
      margin-top: 20px;
      justify-content: center;
      padding: 20px 20px !important; }

.ds-modal {
  position: relative;
  visibility: visible;
  max-width: 1000px !important;
  padding: 0px !important;
  height: 660px;
  border-color: white !important;
  border-radius: 0px !important;
  box-shadow: 0 0 100px #2e2e2e !important; }
  .ds-modal .close-modal {
    display: none !important; }
  .ds-modal .ds-modal-inner {
    display: flex !important;
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .ds-modal .ds-modal-inner {
        flex-direction: column; }
        .ds-modal .ds-modal-inner .ds-modal-right {
          width: 100%; }
        .ds-modal .ds-modal-inner .ds-modal-left {
          width: 100%; }
        .ds-modal .ds-modal-inner .triangle {
          display: none; } }
    .ds-modal .ds-modal-inner .glow {
      background: #fff;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      z-index: 99;
      height: 50px;
      background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.952)); }
      @media only screen and (max-width: 767px) {
        .ds-modal .ds-modal-inner .glow {
          display: none; } }
  .ds-modal .ds-modal-left {
    width: 50%;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    position: relative;
    z-index: 999; }
    @media only screen and (max-width: 767px) {
      .ds-modal .ds-modal-left {
        height: 290px; } }
    .ds-modal .ds-modal-left .triangle {
      position: absolute;
      right: -35px;
      top: 65px; }
  .ds-modal .ds-modal-right {
    width: 50%;
    padding: 50px 40px 50px;
    height: 100%;
    overflow-y: scroll;
    z-index: 9;
    position: relative; }
    .ds-modal .ds-modal-right .ds-modal-name {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      color: #1d5178;
      font-size: 3.3rem; }
      @media only screen and (max-width: 767px) {
        .ds-modal .ds-modal-right .ds-modal-name {
          font-size: 1.9rem; } }
    .ds-modal .ds-modal-right .ds-modal-title {
      font-family: "ff-ernestine-pro", Times, serif;
      color: #e13c95;
      font-size: 1.8rem;
      font-weight: 900; }
      @media only screen and (max-width: 767px) {
        .ds-modal .ds-modal-right .ds-modal-title {
          font-size: 1.2rem; } }
    .ds-modal .ds-modal-right .ds-modal-content {
      color: #1D96CA;
      font-size: 1.1rem;
      line-height: 1.9;
      padding-bottom: 80px;
      font-family: "ff-ernestine-pro", Times, serif; }
    .ds-modal .ds-modal-right .ds-modal-title-wrap {
      display: flex;
      position: relative;
      margin-bottom: 30px; }
      .ds-modal .ds-modal-right .ds-modal-title-wrap .ds-modal-close {
        position: relative;
        flex-grow: 1;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-decoration: none; }
        .ds-modal .ds-modal-right .ds-modal-title-wrap .ds-modal-close i {
          color: #1D96CA;
          font-size: 3rem; }
  .ds-modal .ds-modal-column {
    width: 100%;
    padding: 50px 40px 50px;
    height: 100%;
    overflow-y: scroll;
    z-index: 9;
    position: relative; }
    .ds-modal .ds-modal-column .ds-modal-name {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      color: #1d5178;
      font-size: 3.3rem; }
      @media only screen and (max-width: 767px) {
        .ds-modal .ds-modal-column .ds-modal-name {
          font-size: 1.9rem; } }
    .ds-modal .ds-modal-column .ds-modal-title {
      font-family: "ff-ernestine-pro", Times, serif;
      color: #e13c95;
      font-size: 1.8rem;
      font-weight: 900; }
      @media only screen and (max-width: 767px) {
        .ds-modal .ds-modal-column .ds-modal-title {
          font-size: 1.2rem; } }
    .ds-modal .ds-modal-column .ds-modal-content {
      color: #1D96CA;
      font-size: 1.1rem;
      line-height: 1.9;
      padding-bottom: 80px;
      font-family: "ff-ernestine-pro", Times, serif; }
    .ds-modal .ds-modal-column .ds-modal-title-wrap {
      display: flex;
      position: relative;
      margin-bottom: 30px; }
      .ds-modal .ds-modal-column .ds-modal-title-wrap p {
        position: relative;
        flex-grow: 1;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-decoration: none;
        margin-top: 0; }
      .ds-modal .ds-modal-column .ds-modal-title-wrap .ds-modal-close {
        position: relative;
        flex-grow: 1;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        text-decoration: none; }
        .ds-modal .ds-modal-column .ds-modal-title-wrap .ds-modal-close i {
          color: #1D96CA;
          font-size: 3rem; }

.activityaccordion {
  padding-bottom: 0px !important; }

.cf-row {
  max-width: 1600px; }

.row-padding {
  padding: 0px 1rem; }

.single-location-cta {
  position: relative;
  margin-bottom: 60px;
  text-align: center; }
  .single-location-cta .row-padding {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .single-location-cta .slcta-top {
    background: #ffd433;
    position: relative;
    padding: 10px 1rem 40px; }
    @media only screen and (max-width: 767px) {
      .single-location-cta .slcta-top {
        padding: 10px 25px 40px; } }
    .single-location-cta .slcta-top .cta-icon {
      margin-top: -80px; }
    .single-location-cta .slcta-top .cta-headline {
      color: #1d5178;
      text-transform: uppercase;
      font-size: 3rem;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      margin-bottom: 20px;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .single-location-cta .slcta-top .cta-headline {
          font-size: 2rem;
          line-height: 1.2; } }
    .single-location-cta .slcta-top .cta-content p {
      color: #646464;
      line-height: 1.2;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .single-location-cta .slcta-top .cta-content p {
          font-size: 0.9rem; } }
  .single-location-cta .slcta-bottom {
    padding: 40px 0px;
    background-color: #1D96CA;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-image: url("../library/img/galileoCTABluebg.jpg");
    background-position: 50%; }

.pricing-slider {
  position: relative;
  width: 100%; }
  .pricing-slider .slick-list,
  .pricing-slider .slick-track,
  .pricing-slider .slick-slide {
    height: 100% !important; }
    .pricing-slider .slick-list .pricing-card,
    .pricing-slider .slick-track .pricing-card,
    .pricing-slider .slick-slide .pricing-card {
      height: 100% !important; }
  .pricing-slider .slick-slide {
    margin: 0px 10px; }
    .pricing-slider .slick-slide .pc-top {
      background-size: cover; }
  .pricing-slider .pricing-card {
    background: #fff;
    position: relative;
    width: 350px; }
    .pricing-slider .pricing-card .pc-top {
      height: 230px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .pricing-slider .pricing-card .pc-top h4 {
        font-size: 2rem;
        color: #1d5178;
        text-transform: uppercase;
        font-family: "Veneer", Arial, Helvetica, sans-serif; }
      .pricing-slider .pricing-card .pc-top p {
        position: relative; }
        .pricing-slider .pricing-card .pc-top p .s_price {
          font-size: 6.3rem;
          color: #1d5178;
          text-transform: uppercase;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          line-height: 1;
          margin-top: 0px; }
        .pricing-slider .pricing-card .pc-top p .pricingspan {
          position: absolute;
          color: #1d5178;
          left: -24px;
          top: 8px;
          font-size: 2rem; }
    .pricing-slider .pricing-card .pc-bottom {
      padding: 2rem;
      text-align: center; }
      .pricing-slider .pricing-card .pc-bottom .pc-h5 {
        color: #636467;
        font-size: 2rem;
        font-family: "Veneer", Arial, Helvetica, sans-serif; }
      .pricing-slider .pricing-card .pc-bottom .pc-h6 {
        color: #636467;
        font-size: 1.4rem;
        margin-top: 10px;
        font-family: "Veneer", Arial, Helvetica, sans-serif; }
      .pricing-slider .pricing-card .pc-bottom .pc-price {
        color: #1d5178;
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 1.5rem;
        font-family: "ff-ernestine-pro", Times, serif; }
      .pricing-slider .pricing-card .pc-bottom .pc-p {
        color: #1d5178;
        font-size: 1.2rem;
        font-family: "ff-ernestine-pro", Times, serif; }
        .pricing-slider .pricing-card .pc-bottom .pc-p span {
          color: #1d5178; }

.infowindow-content {
  position: relative;
  padding: 12px;
  text-align: center;
  max-width: 240px; }
  .infowindow-content .get-directions-btn {
    font-size: 0.9rem !important;
    margin-top: 20px;
    color: #e13c95;
    font-weight: 700;
    font-family: "ff-ernestine-pro", Times, serif;
    text-decoration: underline;
    display: flex;
    justify-content: center; }
  .infowindow-content h3 {
    font-size: 1.1rem;
    color: #383838 !important;
    font-family: "ff-ernestine-pro", Times, serif;
    line-height: 1;
    font-weight: 700; }
  .infowindow-content p {
    font-size: 0.9rem;
    color: #525252 !important;
    font-family: "ff-ernestine-pro", Times, serif;
    line-height: 1; }

.gm-style .gm-style-iw-c {
  box-shadow: none !important; }

.emptycellwrap {
  padding: 0px 7px !important; }

.clearLocationInput {
  display: none; }

.clearicon {
  position: relative;
  z-index: 9999; }
  .clearicon i {
    position: absolute;
    right: 7px;
    color: #1d5178;
    top: 7px; }

.clearone {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: right;
  font-family: "ff-ernestine-pro", Times, serif;
  font-size: 0.9rem; }
  @media only screen and (max-width: 767px) {
    .clearone {
      color: #1d5178; } }

.cleartwo {
  color: #1d5178;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  font-size: 0.9rem;
  font-family: "ff-ernestine-pro", Times, serif; }

.activitybox {
  position: relative;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .activitybox .title {
    color: #1D96CA;
    font-size: 2.4rem;
    margin-bottom: 10px; }
  .activitybox .intro {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.8; }
  .activitybox .blue-btn {
    margin-bottom: 50px; }

.pricingbadge {
  position: absolute;
  z-index: 9;
  top: -100px;
  right: -22px; }
  @media only screen and (max-width: 1440px) {
    .pricingbadge {
      max-width: 182px; } }
  @media only screen and (max-width: 1024px) {
    .pricingbadge {
      display: none !important; } }

.algolia-input {
  font-size: 1.1rem !important;
  background: #fff !important;
  height: 50px !important;
  width: 100% !important;
  font-family: "ff-ernestine-pro", Times, serif !important;
  color: #1d5178;
  outline: none !important;
  border: 1px solid #1d5178 !important;
  padding: 0px 10px;
  -webkit-appearance: none; }

.ap-dataset-places {
  font-size: 0.9rem; }
  .ap-dataset-places .ap-name {
    font-size: 0.9rem;
    margin-right: 0px;
    padding-right: 0px; }
  .ap-dataset-places .ap-address {
    font-size: 0.9rem;
    color: #1b1b1b;
    margin-left: 0px;
    padding-left: 0px; }
  .ap-dataset-places .ap-suggestion-icon {
    display: none; }

.top-scroller {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  background: #eef8fe; }

.top-scroller::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

.card-slider {
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 1024px) {
    .card-slider .slick-list {
      width: 80%;
      margin: auto;
      overflow: visible !important; } }
  @media only screen and (max-width: 766px) {
    .card-slider .slick-list {
      width: 94%; } }
  .card-slider .slick-dots {
    margin-top: 7px;
    position: relative; }
  .card-slider .slick-dots li.slick-active button::before {
    color: #e13c95; }
  .card-slider .slick-dots li button::before {
    color: #e13c95;
    font-size: 14px; }

.testimonial-slider .slick-dots {
  margin-top: 7px;
  position: relative;
  display: flex; }
  .testimonial-slider .slick-dots li {
    margin: 0 3px; }

.testimonial-slider .slick-dots li.slick-active button::before {
  color: #e13c95; }

.testimonial-slider .slick-dots li button::before {
  color: #e13c95;
  font-size: 10px; }

.pricing-slider {
  max-width: 1000px;
  margin: 0 auto !important; }
  @media only screen and (max-width: 767px) {
    .pricing-slider .slick-list {
      width: 80%;
      margin: auto;
      overflow: visible !important; } }
  .pricing-slider .slick-dots {
    margin-top: 7px;
    position: relative; }
  .pricing-slider .slick-dots li button::before {
    color: #1d5178;
    font-size: 14px; }

.page-template-template-campfinder-new .tippy-popper .tippy-content {
  padding: 15px !important; }
  .page-template-template-campfinder-new .tippy-popper .tippy-content h3 {
    font-size: 1.1rem;
    color: #383838 !important;
    font-family: "Veneer Clean", Times, serif;
    line-height: 1;
    text-align: center;
    font-weight: 700; }
  .page-template-template-campfinder-new .tippy-popper .tippy-content p {
    font-size: 0.9rem;
    color: #525252 !important;
    font-family: "ff-ernestine-pro", Times, serif;
    text-align: center;
    line-height: 1; }

.page-template-template-campfinder-new .tippy-arrow {
  transform: translateX(-12px); }

.tippy-popper {
  z-index: 99999999999999999999999999999999 !important;
  padding: 12px; }

.tippy-content {
  color: #1d5178;
  font-family: "ff-ernestine-pro", Times, serif;
  font-weight: 700;
  font-size: 1rem; }

.ql-copy {
  font-size: 0.9rem;
  max-width: 700px;
  margin: 30px auto 0px;
  text-align: center;
  font-size: 0.9rem; }
  .ql-copy p,
  .ql-copy a {
    font-size: 0.93rem;
    line-height: 1.2; }

.bottom-sticky-callout {
  display: none !important; }

.results-text {
  position: relative;
  border: 1px solid gray;
  width: 100%;
  min-height: 500px;
  padding: 75px 50px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .results-text {
      height: auto;
      padding: 25px; } }
  .results-text h3 {
    color: #e13c95;
    font-size: 3rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .results-text h3 {
        font-size: 2rem;
        line-height: 1; } }
  .results-text p {
    font-weight: 700;
    font-size: 1.2rem; }

html {
  margin-top: 0px !important; }

p {
  font-family: "ff-ernestine-pro", Times, serif; }

.modal-wrapper {
  z-index: 99999999999999999; }

.modal-overlay, .video-modal-overlay, .image-modal-overlay, .content-modal-overlay, .media-content-modal-overlay {
  z-index: 999999999999; }

button,
.button,
input[type=submit] {
  border-radius: 0px; }

.pricing-quick-links {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  list-style: none;
  padding-left: 0; }
  .pricing-quick-links li {
    list-style: none !important; }
    .pricing-quick-links li:not(:last-child) {
      margin-right: 10px; }
      .pricing-quick-links li:not(:last-child):after {
        content: " - "; }
    .pricing-quick-links li a {
      color: #1d5178;
      text-decoration: underline; }
    .pricing-quick-links li span {
      margin: 0 7px; }
    @media only screen and (max-width: 767px) {
      .pricing-quick-links li a,
      .pricing-quick-links li span {
        font-size: 0.8rem; } }

.campactivitysection {
  justify-content: flex-start !important; }

.accordion-section-content.open {
  display: block; }

.no-director {
  padding: 30px 20px !important; }

.scrollformore {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #858585;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  padding-right: 7px;
  text-align: right; }
  @media only screen and (min-width: 1025px) {
    .scrollformore {
      display: none; } }
  .scrollformore i {
    margin-left: 7px; }

.current-loc-btn i {
  color: #1d5178;
  display: none; }

.week-tabs {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-bottom: 20px;
  justify-content: center; }
  .week-tabs li {
    color: white;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 700;
    flex: 1;
    border-bottom: 1px solid #fff;
    padding: 4px 10px 15px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .week-tabs li {
        margin-top: 20px;
        color: #1d5178;
        border-bottom: 1px solid #1d5178; } }
  .week-tabs .activeweekLi {
    border-bottom: 3px solid #fff; }
    @media only screen and (max-width: 767px) {
      .week-tabs .activeweekLi {
        border-bottom: 3px solid #1d5178; } }

.white-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 999999999;
  width: 100%;
  height: 100%; }

.spring-weeks,
.summer-weeks {
  display: none !important; }

.activefieldset {
  display: flex !important; }

.hero-message {
  text-align: left !important; }

#cookie-notice {
  background: rgba(255, 255, 255, 0.9) !important; }
  @media only screen and (max-width: 767px) {
    #cookie-notice span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      #cookie-notice span .cn-set-cookie {
        display: inline-flex;
        width: 100px;
        text-align: center;
        justify-content: center; } }
  @media only screen and (max-width: 767px) {
    #cookie-notice #cn-notice-buttons {
      width: 100%; } }
  #cookie-notice span,
  #cookie-notice a {
    color: #1d5178;
    font-size: 0.9rem; }
  #cookie-notice a {
    text-decoration: underline; }

.embeddedServiceHelpButton {
  z-index: 99999999999999999999999999 !important; }

#cn-accept-cookie {
  background: #1d5178 !important;
  color: white !important;
  padding: 12px 30px !important;
  text-decoration: none !important; }

.embeddedServiceSidebarHeader {
  z-index: 99999999999999999999 !important; }

.embeddedServiceSidebar.modalContainer {
  z-index: 99999999999999999999 !important; }

.embeddedServiceSidebarHeader .headerItem:hover:before {
  height: 30px; }

.embeddedServiceHelpButton .helpButton {
  right: 20px !important; }

.embeddedServiceHelpButton .helpButton .uiButton {
  padding: 0 0 0 0;
  background: url("../library/img/NewLiveAgentChatImage.png") top center/100px 84px !important;
  width: 100px;
  height: 84px;
  transform: scale(1.4);
  margin-right: 20px;
  padding: 0 0 0 0;
  min-width: inherit;
  max-width: inherit;
  border-radius: unset !important;
  box-shadow: none; }
  @media only screen and (max-width: 767px) {
    .embeddedServiceHelpButton .helpButton .uiButton {
      background: url("../library/img/NewLiveAgentChatImage.png") top center/89px 75px !important;
      width: 89px;
      height: 75px; } }
  .embeddedServiceHelpButton .helpButton .uiButton:before {
    display: none; }

.embeddedServiceHelpButton .embeddedServiceIcon {
  display: none !important; }

.embeddedServiceHelpButton .uiButton .helpButtonLabel .assistiveText,
.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
  display: none; }

.embeddedServiceHelpButton .helpButton {
  height: 100px; }
  @media only screen and (max-width: 767px) {
    .embeddedServiceHelpButton .helpButton {
      height: 75px; } }

.embeddedServiceSidebarFormField .uiInput--input {
  margin-bottom: 9px; }

.embeddedServiceSidebarFormField .uiInputSelect::after {
  top: calc(50% + 9px); }

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
  line-height: normal; }

.embeddedServiceSidebarFormField .slds-style-inputtext,
.embeddedServiceSidebarFormField .slds-style-select {
  height: 25px;
  font-size: 0.875rem; }

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
  margin-left: 0px; }

.embeddedServiceSidebarForm.formContent {
  margin-top: 0; }

.embeddedServiceSidebarForm .fieldList {
  margin-top: 0px;
  padding: 0 0 0 0; }
  .embeddedServiceSidebarForm .fieldList li {
    line-height: inherit; }

.embeddedServiceSidebarForm .backgroundImg {
  height: 75px; }

.embeddedServiceSidebarForm .backgroundImgColorMask {
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  .embeddedServiceSidebar.sidebarMaximized {
    height: 88%; } }

.embeddedServiceSidebarHeader .closeButton,
.embeddedServiceSidebarHeader .minimizeButton,
.embeddedServiceSidebarHeader .popoutButton {
  padding: 12px; }

.embeddedServiceSidebarHeader span#headerTextLabel,
.embeddedServiceSidebarHeader span#headerSubtext,
.embeddedServiceHelpButton .uiButton .helpButtonLabel span.message,
.embeddedServiceSidebarMinimizedDefaultUI .minimizedText span.message {
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  color: #fff; }

.embeddedServiceSidebarButton {
  background: #e13c95 !important;
  border-radius: 25px; }
  .embeddedServiceSidebarButton:hover {
    background: #b60165 !important; }
  .embeddedServiceSidebarButton span {
    font-family: "Veneer", Arial, Helvetica, sans-serif; }

.closeButton .embeddedServiceIcon {
  float: right; }

#homepage-hero .hero-message {
  text-align: center !important; }

#tab-46 .camp-table .cell {
  height: 150px !important; }

#tab-68 .camp-table .cell {
  height: 150px !important; }

.newcell {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  padding: 0px 10px; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none; }

#dashline2Path {
  stroke-dasharray: 12; }

#dashline3Path {
  stroke-dasharray: 12; }

#dashline4Path {
  stroke-dasharray: 12; }

#dashline5Path {
  stroke-dasharray: 12; }

#dashline1Path {
  stroke-dasharray: 12; }

@keyframes dash {
  to {
    stroke-dashoffset: -10000; } }

@keyframes dashslow {
  to {
    stroke-dashoffset: -10000; } }

.page-template-template-campfinder-new .pac-container {
  z-index: 999999;
  top: 150px;
  position: absolute;
  left: 21px !important;
  top: 123px !important; }
  @media only screen and (max-width: 767px) {
    .page-template-template-campfinder-new .pac-container {
      left: 0px !important;
      top: 79px !important; } }

@media only screen and (max-width: 767px) {
  .primary-menu-column {
    display: none !important; } }

.banner-image-slider {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .banner-image-slider {
      display: none;
      max-height: 400px; } }
  .banner-image-slider .slick-list,
  .banner-image-slider .slick-track,
  .banner-image-slider .slick-slide {
    height: 100% !important; }
    .banner-image-slider .slick-list div,
    .banner-image-slider .slick-track div,
    .banner-image-slider .slick-slide div {
      height: 100% !important; }
  .banner-image-slider .banner-image-slide {
    background-size: cover;
    background-position: 50%; }
  @media only screen and (min-width: 1025px) {
    .banner-image-slider {
      position: absolute !important;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; } }

.galileo-anywhere-main {
  position: relative;
  background: #1d5178;
  background-image: url("../library/img/anywhere/galileoStarsBG2.jpg");
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain;
  padding: 0px 30px; }
  @media only screen and (max-width: 767px) {
    .galileo-anywhere-main {
      padding: 0px 10px; } }
  .galileo-anywhere-main .ds-form-submit {
    background: #e13c95 !important; }
    @media only screen and (max-width: 767px) {
      .galileo-anywhere-main .ds-form-submit {
        background: #2eabe1 !important;
        margin-top: 5px !important; } }
  .galileo-anywhere-main .mobile-filters-btn {
    background: #e13c95 !important; }
  @media only screen and (max-width: 767px) {
    .galileo-anywhere-main .accordion-section-title {
      color: white !important; } }
  @media only screen and (max-width: 767px) {
    .galileo-anywhere-main fieldset label {
      color: white !important; } }

.ga-login-form {
  display: flex;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 30px 0px; }
  @media only screen and (max-width: 767px) {
    .ga-login-form {
      flex-direction: column;
      align-items: center; }
      .ga-login-form .ga-input-submit {
        margin-top: 10px !important; } }
  .ga-login-form .ga-input {
    height: 70px;
    padding: 0px 20px;
    width: 100%;
    color: #e13c95;
    font-size: 22px;
    font-family: "ff-ernestine-pro", Times, serif; }
    @media only screen and (max-width: 767px) {
      .ga-login-form .ga-input {
        font-size: 16px; } }
    .ga-login-form .ga-input::placeholder {
      color: #e13c95;
      font-size: 22px;
      font-family: "ff-ernestine-pro", Times, serif;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .ga-login-form .ga-input::placeholder {
          font-size: 16px; } }
  .ga-login-form .ga-login-submit {
    height: 70px;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 0px 20px 0px;
    margin: 0px;
    width: 100%;
    background: #ffd433 !important;
    color: #1d5178;
    width: 200px; }

.left-ga .t_box {
  box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
  padding: 17px;
  background: #fafafa; }

.left-ga .vidcover {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 300px; }
  @media only screen and (max-width: 767px) {
    .left-ga .vidcover {
      height: 45vw;
      min-height: 200px; } }

.ga-top {
  position: relative;
  padding: 80px 0px 40px; }
  .ga-top .row {
    position: relative;
    z-index: 99; }
    .ga-top .row .columns {
      padding: 1rem; }
      .ga-top .row .columns .t_box {
        box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
        padding: 17px;
        background: #fafafa; }
  .ga-top .ga-top-form {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap; }
    .ga-top .ga-top-form .ga-input {
      height: 70px;
      padding: 0px 20px;
      margin: 0px;
      color: #e13c95;
      font-size: 22px;
      font-family: "ff-ernestine-pro", Times, serif;
      max-width: 100%; }
      .ga-top .ga-top-form .ga-input::placeholder {
        color: #e13c95;
        font-size: 22px;
        font-family: "ff-ernestine-pro", Times, serif;
        opacity: 1; }
    .ga-top .ga-top-form .ga-input-submit {
      height: 70px;
      font-size: 26px;
      letter-spacing: 1.5px;
      padding: 6px 20px 0px;
      margin: 0px;
      width: 200px; }
      @media only screen and (max-width: 767px) {
        .ga-top .ga-top-form .ga-input-submit {
          margin-top: 20px; } }
  .ga-top .vidcover {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 500px; }
  .ga-top .ga-top-vid {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .ga-top .ga-top-vid .vidcover {
        height: 65vw;
        min-height: 300px; } }
  .ga-top .ga-top-left {
    position: relative;
    text-align: center; }
    .ga-top .ga-top-left h1 {
      color: white; }
    .ga-top .ga-top-left p {
      color: white; }

.ga-middle {
  position: relative;
  padding-bottom: 60px; }
  .ga-middle .row {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 766px) {
      .ga-middle .row {
        flex-direction: column; }
        .ga-middle .row .gam-right {
          text-align: center; }
        .ga-middle .row .gam-left img {
          width: 180px !important;
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .ga-middle .row .gam-right h3 {
        font-size: 32px !important;
        line-height: 1.1; }
      .ga-middle .row .gam-right p {
        font-size: 18px !important; } }
    .ga-middle .row .gam-left {
      margin-right: 20px;
      max-width: 200px; }
      @media only screen and (min-width: 1025px) {
        .ga-middle .row .gam-left {
          margin-right: 20px; } }
    .ga-middle .row .gam-right h3 {
      color: white;
      font-size: 60px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.3; }
    .ga-middle .row .gam-right p {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      font-size: 30px;
      text-transform: uppercase; }

.ga-grid {
  position: relative;
  padding-bottom: 40px; }
  .ga-grid .daybox {
    margin-bottom: 30px;
    background: white;
    box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
    padding: 25px;
    position: relative; }
    .ga-grid .daybox .ga_graphic_friday {
      position: absolute;
      left: -30px;
      top: -25px;
      z-index: 99;
      width: 137px; }
      @media only screen and (max-width: 766px) {
        .ga-grid .daybox .ga_graphic_friday {
          left: -16px;
          top: -9px;
          z-index: 99;
          width: 107px; } }
    .ga-grid .daybox .ga_graphic_wednesday {
      position: absolute;
      left: -30px;
      top: -25px;
      z-index: 99;
      width: 154px; }
      @media only screen and (max-width: 766px) {
        .ga-grid .daybox .ga_graphic_wednesday {
          left: -17px;
          top: -16px;
          z-index: 99;
          width: 114px; } }
    .ga-grid .daybox .ga_graphic_tuesday {
      position: absolute;
      right: -45px;
      top: -47px;
      z-index: 99;
      width: 154px; }
      @media only screen and (max-width: 766px) {
        .ga-grid .daybox .ga_graphic_tuesday {
          right: -15px;
          top: -20px;
          z-index: 99;
          width: 114px; } }
    .ga-grid .daybox .ga_graphic_thursday {
      position: absolute;
      right: -27px;
      top: -25px;
      z-index: 99;
      width: 113px; }
      @media only screen and (max-width: 766px) {
        .ga-grid .daybox .ga_graphic_thursday {
          right: -13px;
          top: -22px;
          z-index: 99;
          width: 89px; } }
    .ga-grid .daybox ul li {
      position: relative; }
    .ga-grid .daybox .daybox-centergraphic {
      text-align: center; }
    .ga-grid .daybox .vid-cover {
      height: 220px;
      width: 100%;
      background-size: cover;
      background-position: 50%;
      margin-bottom: 30px;
      display: flex;
      margin-top: 20px; }
    .ga-grid .daybox .daybox-link {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 9999; }
    .ga-grid .daybox .daybox-subheadline {
      margin-top: 20px; }
    .ga-grid .daybox .daybox-headline {
      text-transform: uppercase;
      font-size: 33px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      color: #2eabe1;
      text-decoration: underline;
      margin-bottom: 10px;
      margin-top: 0.8rem; }
    .ga-grid .daybox .headline-project-challenge {
      color: #e13c95; }
    .ga-grid .daybox .headline-galileo-live {
      color: #89c54d; }
    .ga-grid .daybox .headline-read-aloud {
      color: #7a79b6; }
    .ga-grid .daybox .daybox-snippet p {
      font-size: 16px;
      line-height: 1.4; }
    .ga-grid .daybox .two-col-ul {
      columns: 2;
      column-gap: 25px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      @media only screen and (max-width: 767px) {
        .ga-grid .daybox .two-col-ul {
          columns: 1; } }
      .ga-grid .daybox .two-col-ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%; }
  .ga-grid .resourcebox {
    margin-bottom: 20px;
    background: #2eabe1;
    box-shadow: 2px 3px 7px 0 rgba(49, 56, 58, 0.5);
    padding: 30px 15px 15px; }
    .ga-grid .resourcebox .ga_graphic_resource {
      position: absolute;
      right: -35px;
      top: -17px;
      z-index: 99;
      width: 214px; }
      @media only screen and (max-width: 766px) {
        .ga-grid .resourcebox .ga_graphic_resource {
          right: -17px;
          top: -5px;
          z-index: 99;
          width: 177px; } }

.resourcebox {
  position: relative; }
  .resourcebox ul li {
    margin-bottom: 20px; }
    .resourcebox ul li h3 {
      color: white;
      text-transform: uppercase;
      font-size: 33px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 10px; }
    .resourcebox ul li p {
      color: white;
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 10px; }
      .resourcebox ul li p a {
        color: #ffd433;
        text-decoration: underline; }
    .resourcebox ul li .rblink {
      text-transform: uppercase;
      font-size: 24px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      color: #ffd433;
      text-decoration: underline;
      display: block; }

.gs-subscribe {
  position: relative;
  padding-bottom: 60px; }
  .gs-subscribe .subscribebox {
    background: #e13c95;
    text-align: center;
    padding: 60px; }
    @media only screen and (max-width: 767px) {
      .gs-subscribe .subscribebox {
        padding: 30px; } }
    .gs-subscribe .subscribebox h2, .gs-subscribe .subscribebox .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .gs-subscribe .subscribebox .modal-block-themes-majors:first-child::before {
      color: white;
      text-transform: uppercase;
      font-size: 50px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      display: block;
      margin-bottom: 12px; }
    .gs-subscribe .subscribebox .sub-content {
      max-width: 850px;
      margin: 0 auto 30px;
      position: relative; }
    .gs-subscribe .subscribebox p {
      color: white;
      line-height: 1.4;
      font-size: 20px !important; }
  .gs-subscribe .ga-top-form {
    display: flex;
    position: relative;
    max-width: 600px;
    width: 80%;
    margin: 0px auto 0px; }
    @media only screen and (max-width: 767px) {
      .gs-subscribe .ga-top-form {
        flex-direction: column;
        align-items: center; }
        .gs-subscribe .ga-top-form .ga-input-submit {
          margin-top: 10px !important; } }
    .gs-subscribe .ga-top-form .ga-input {
      height: 70px;
      padding: 0px 20px;
      width: 100%;
      color: #e13c95;
      font-size: 22px;
      font-family: "ff-ernestine-pro", Times, serif; }
      @media only screen and (max-width: 767px) {
        .gs-subscribe .ga-top-form .ga-input {
          font-size: 16px; } }
      .gs-subscribe .ga-top-form .ga-input::placeholder {
        color: #e13c95;
        font-size: 22px;
        font-family: "ff-ernestine-pro", Times, serif;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .gs-subscribe .ga-top-form .ga-input::placeholder {
            font-size: 16px; } }
    .gs-subscribe .ga-top-form .ga-input-submit {
      height: 70px;
      font-size: 30px;
      letter-spacing: 1.5px;
      padding: 0px 20px 0px;
      margin: 0px;
      width: 100%;
      background: #ffd433;
      color: #1d5178;
      width: 200px; }

.gs-subscribe2020 {
  position: relative;
  padding: 30px 0px;
  background: #e13c95; }
  .gs-subscribe2020 .subscribebox {
    text-align: center;
    padding: 0px 60px; }
    @media only screen and (max-width: 767px) {
      .gs-subscribe2020 .subscribebox {
        padding: 30px; } }
    .gs-subscribe2020 .subscribebox .gss-h2 {
      color: white;
      text-transform: uppercase;
      font-size: 36px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1;
      display: block;
      margin-bottom: 12px; }
    .gs-subscribe2020 .subscribebox .sub-content {
      max-width: 850px;
      margin: 0 auto 30px;
      position: relative; }
    .gs-subscribe2020 .subscribebox p {
      color: white;
      line-height: 1.4;
      font-size: 20px !important; }
  .gs-subscribe2020 .ga-top-form {
    display: flex;
    position: relative;
    max-width: 600px;
    width: 80%;
    margin: 0px auto 0px; }
    @media only screen and (max-width: 767px) {
      .gs-subscribe2020 .ga-top-form {
        flex-direction: column;
        align-items: center; }
        .gs-subscribe2020 .ga-top-form .ga-input-submit {
          margin-top: 10px !important; } }
    .gs-subscribe2020 .ga-top-form .ga-input {
      height: 70px;
      padding: 0px 20px;
      width: 100%;
      color: #e13c95;
      font-size: 22px;
      font-family: "ff-ernestine-pro", Times, serif; }
      @media only screen and (max-width: 767px) {
        .gs-subscribe2020 .ga-top-form .ga-input {
          font-size: 16px; } }
      .gs-subscribe2020 .ga-top-form .ga-input::placeholder {
        color: #e13c95;
        font-size: 22px;
        font-family: "ff-ernestine-pro", Times, serif;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .gs-subscribe2020 .ga-top-form .ga-input::placeholder {
            font-size: 16px; } }
    .gs-subscribe2020 .ga-top-form .ga-input-submit {
      height: 70px;
      font-size: 30px;
      letter-spacing: 1.5px;
      padding: 0px 20px 0px;
      margin: 0px;
      width: 100%;
      background: #ffd433;
      color: #1d5178;
      width: 200px; }

.g_archive-middle {
  position: relative;
  padding-bottom: 80px;
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .g_archive-middle {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .g_archive-middle .gam-right h3 {
      font-size: 32px !important;
      line-height: 1.1; }
    .g_archive-middle .gam-right p {
      font-size: 18px !important; } }
  .g_archive-middle .row {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 766px) {
      .g_archive-middle .row {
        flex-direction: column; }
        .g_archive-middle .row .gam-right {
          text-align: center; }
        .g_archive-middle .row .gam-left img {
          width: 180px !important;
          margin-bottom: 30px; } }
    .g_archive-middle .row .gam-left {
      margin-right: 20px;
      max-width: 300px; }
    .g_archive-middle .row .gam-right h3 {
      color: white;
      font-size: 60px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.3; }
    .g_archive-middle .row .gam-right p {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      font-size: 22px;
      line-height: 1.4; }

.ga-accordion-section {
  position: relative;
  padding-bottom: 40px; }
  .ga-accordion-section .accordion-section {
    background: white;
    position: relative;
    margin-bottom: 30px; }
  .ga-accordion-section .accordion-section-title {
    padding-top: 18px; }
    @media only screen and (min-width: 768px) {
      .ga-accordion-section .accordion-section-title {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .ga-accordion-section .accordion-section-title {
        padding-bottom: 10px;
        padding-left: 20px; }
        .ga-accordion-section .accordion-section-title img {
          width: 75%; } }
  .ga-accordion-section .fa-angle-down {
    position: absolute;
    right: 58px;
    top: 25px;
    margin: auto;
    font-size: 80px;
    color: #1d5178; }
    @media only screen and (max-width: 767px) {
      .ga-accordion-section .fa-angle-down {
        font-size: 40px;
        right: 20px;
        top: 20px; } }
  .ga-accordion-section .accordion-section-content {
    position: relative;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .ga-accordion-section .accordion-section-content {
        padding: 10px; } }
    .ga-accordion-section .accordion-section-content .columns {
      padding: 20px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .ga-accordion-section .accordion-section-content .columns {
          padding: 10px; } }
      .ga-accordion-section .accordion-section-content .columns .ga_box {
        position: relative;
        text-align: center; }
        .ga-accordion-section .accordion-section-content .columns .ga_box .ga_boxlink {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 99; }
      .ga-accordion-section .accordion-section-content .columns .vid-cover {
        position: relative;
        width: 300px;
        height: 150px;
        max-width: 90%;
        margin: 0 auto;
        background-size: cover;
        background-position: 50%; }
        @media only screen and (max-width: 767px) {
          .ga-accordion-section .accordion-section-content .columns .vid-cover {
            height: 90px; } }
      .ga-accordion-section .accordion-section-content .columns h2, .ga-accordion-section .accordion-section-content .columns .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ga-accordion-section .accordion-section-content .columns .modal-block-themes-majors:first-child::before {
        font-size: 26px;
        color: #e13c95;
        text-decoration: underline;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .ga-accordion-section .accordion-section-content .columns h2, .ga-accordion-section .accordion-section-content .columns .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ga-accordion-section .accordion-section-content .columns .modal-block-themes-majors:first-child::before {
            font-size: 19px; } }
      .ga-accordion-section .accordion-section-content .columns p {
        font-size: 16px;
        line-height: 1.3;
        max-width: 280px;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .ga-accordion-section .accordion-section-content .columns p {
            font-size: 14px; } }

.galileo-anywhere-main .ds-filter-form .fieldset-grades label {
  width: 100% !important; }

.ac_section h2, .ac_section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ac_section .modal-block-themes-majors:first-child::before {
  color: #2eabe1 !important; }

.ra_section h2, .ra_section .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ra_section .modal-block-themes-majors:first-child::before {
  color: #7a79b6 !important; }

.packet {
  display: flex; }
  @media only screen and (max-width: 1024px) {
    .packet {
      flex-direction: column; } }
  .packet a {
    font-family: "Veneer";
    text-transform: uppercase;
    color: #2eabe1;
    font-size: 1.875rem;
    text-decoration: underline; }
  .packet .packet-left h4 {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    .packet .packet-left {
      width: 300px;
      flex-shrink: 0; } }
  .packet .packet-right {
    display: flex; }
    .packet .packet-right .flexUl {
      display: flex;
      flex-wrap: wrap; }
      .packet .packet-right .flexUl li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 1.625rem; }
        @media only screen and (min-width: 768px) {
          .packet .packet-right .flexUl li {
            width: 50%; } }
        @media only screen and (min-width: 1025px) {
          .packet .packet-right .flexUl li {
            width: 33%;
            font-size: 1.875rem; } }

.archive-resources-box {
  background: #2eabe1;
  display: flex;
  padding: 50px;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .archive-resources-box {
      flex-direction: column;
      padding: 20px; }
      .archive-resources-box img {
        margin-bottom: 30px; } }
  .archive-resources-box .resource-left {
    width: 350px;
    max-width: 90%; }
  .archive-resources-box .resource-right {
    flex-grow: 1; }
    @media only screen and (min-width: 1025px) {
      .archive-resources-box .resource-right {
        padding-left: 100px; } }
    .archive-resources-box .resource-right .flexUl {
      display: flex; }
      @media only screen and (max-width: 766px) {
        .archive-resources-box .resource-right .flexUl {
          flex-direction: column; } }
      .archive-resources-box .resource-right .flexUl li {
        position: relative;
        max-width: 330px !important;
        margin: 0 auto;
        text-align: center; }
        @media only screen and (max-width: 766px) {
          .archive-resources-box .resource-right .flexUl li {
            margin-top: 20px; } }
        .archive-resources-box .resource-right .flexUl li h3 {
          color: white;
          font-family: "Veneer";
          text-transform: uppercase; }
        .archive-resources-box .resource-right .flexUl li p {
          color: white;
          font-family: "ff-ernestine-pro", Times, serif;
          font-size: 18px;
          line-height: 1.2;
          margin-bottom: 20px; }
        .archive-resources-box .resource-right .flexUl li a {
          font-family: "Veneer";
          text-transform: uppercase;
          color: #ffd433;
          font-size: 1.2;
          text-decoration: underline; }

.ga-session-banner {
  position: relative;
  background: #1d5178;
  background-image: url("../library/img/anywhere/galileoStarsBG2.jpg");
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain;
  padding: 80px 0px;
  display: flex;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .ga-session-banner {
      padding: 40px 0px;
      min-height: 180px; } }
  .ga-session-banner img {
    max-width: 80%;
    margin: 0 auto; }
  .ga-session-banner .row {
    max-width: 1100px; }

.ga-session-top {
  position: relative;
  padding: 80px 0px; }
  @media only screen and (max-width: 767px) {
    .ga-session-top {
      padding: 40px 0px 10px; } }
  .ga-session-top .row {
    max-width: 1100px; }
  .ga-session-top .btnwrap {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .ga-session-top .btnwrap {
        margin-bottom: 20px; }
        .ga-session-top .btnwrap .ds-btn {
          margin-bottom: 10px; } }
  .ga-session-top .backbtn {
    font-family: "Veneer", Times, serif;
    font-size: 1.2rem; }
  .ga-session-top .cover {
    background-size: cover;
    background-position: 50%;
    min-height: 300px;
    height: 100%;
    width: 100%; }

.gsm-section {
  margin-bottom: 30px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .gsm-section .whatyoulldoimg {
      margin-top: 30px; } }
  .gsm-section .catwrap {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .gsm-section .catwrap img {
      max-width: 60px;
      margin-right: 10px; }
  .gsm-section .gsm-cat {
    color: #e13c95;
    font-family: "ff-ernestine-pro", Times, serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 10px; }
  .gsm-section .gsm-catsub {
    color: #252525;
    font-family: "ff-ernestine-pro", Times, serif;
    font-size: 1.2rem;
    font-weight: 900; }

.qslider {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  max-width: 1000px;
  margin: auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .qslider {
      position: relative;
      padding: 0px 20px; } }

.ga-session-quotes {
  position: relative;
  padding: 50px 0px; }
  .ga-session-quotes .row {
    max-width: 1100px; }
  .ga-session-quotes .quote-box {
    background: #2eabe1 !important;
    padding: 30px; }
    .ga-session-quotes .quote-box .row {
      align-items: center; }
    .ga-session-quotes .quote-box .qslider .slick-slide {
      display: flex; }
    .ga-session-quotes .quote-box .qslider .slick-dots li.slick-active button::before {
      color: white;
      opacity: 1; }
    .ga-session-quotes .quote-box .qslider .slick-dots li button::before {
      color: white;
      opacity: 0.25;
      font-size: 10px; }
    .ga-session-quotes .quote-box .lightbulbwrap {
      position: relative;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .ga-session-quotes .quote-box .lightbulbwrap .lightbulb {
          max-width: 100px !important; } }
    .ga-session-quotes .quote-box .quote {
      margin-bottom: 20px; }
    .ga-session-quotes .quote-box .quote,
    .ga-session-quotes .quote-box .attr,
    .ga-session-quotes .quote-box p {
      color: white;
      font-family: "ff-ernestine-pro", Times, serif;
      line-height: 1.3;
      font-size: 1.4rem;
      text-align: center; }

.ga-session-middle {
  position: relative;
  padding-bottom: 80px; }
  .ga-session-middle .row {
    max-width: 1440px; }
  .ga-session-middle .gsm-h2 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 1;
    color: #1d5178;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .ga-session-middle .gsm-h2 {
        font-size: 2.125rem; } }
  .ga-session-middle ul {
    list-style-type: disc;
    list-style: normal;
    padding-left: 20px; }
    .ga-session-middle ul li {
      list-style: normal;
      list-style-type: disc; }

.enrollbtnwrap {
  margin-top: 30px; }

.galileo-anywhere-main-plus {
  position: relative;
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain;
  padding: 0px; }
  .galileo-anywhere-main-plus .row {
    max-width: 1100px;
    position: relative;
    z-index: 99; }
  .galileo-anywhere-main-plus .vidbox {
    background-size: cover;
    background-position: 50%;
    height: 352px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 12px; }
    @media only screen and (max-width: 766px) {
      .galileo-anywhere-main-plus .vidbox {
        height: 66vw; } }
    .galileo-anywhere-main-plus .vidbox h5 {
      color: white; }
    .galileo-anywhere-main-plus .vidbox .playbtn {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.gamp-top {
  position: relative;
  padding: 80px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .gamp-top {
      padding: 30px 0px; } }
  .gamp-top .top_vid {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .gamp-top .top_vid {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .gamp-top .top_vid {
        margin-bottom: 30px; } }
    .gamp-top .top_vid .star {
      position: absolute;
      top: -64px;
      right: -112px;
      pointer-events: none; }
      @media only screen and (max-width: 1024px) {
        .gamp-top .top_vid .star {
          display: none; } }
    .gamp-top .top_vid .lightbulb {
      position: absolute;
      left: -80px;
      bottom: 30px;
      pointer-events: none; }
      @media screen and (max-width: 1200px) {
        .gamp-top .top_vid .lightbulb {
          display: none; } }
  .gamp-top .row {
    max-width: 1400px !important; }
  .gamp-top .logo {
    width: 500px;
    max-width: 92%; }
  .gamp-top h4 {
    color: white;
    max-width: 500px;
    font-size: 36px;
    line-height: 1.2; }
    @media only screen and (max-width: 766px) {
      .gamp-top h4 {
        font-size: 26px;
        max-width: 92%; } }
  .gamp-top p {
    color: white;
    max-width: 550px;
    font-size: 18px; }
  .gamp-top .ds-btn {
    margin-top: 30px; }
  .gamp-top .polaroid {
    position: absolute;
    background: #f1f1f1 !important;
    height: 290px;
    width: 255px;
    padding: 20px;
    box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16); }
    @media only screen and (max-width: 767px) {
      .gamp-top .polaroid {
        display: none; } }
    .gamp-top .polaroid .polaroidcover {
      background-position: 50%;
      background-size: cover;
      height: 220px;
      width: 100%; }

.gamp-magenta-bar {
  position: relative;
  background: #e13c95;
  padding: 25px 0px 20px;
  box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16);
  text-align: center; }
  .gamp-magenta-bar h2, .gamp-magenta-bar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .gamp-magenta-bar .modal-block-themes-majors:first-child::before,
  .gamp-magenta-bar h3,
  .gamp-magenta-bar h4,
  .gamp-magenta-bar h5,
  .gamp-magenta-bar p {
    color: white; }
  .gamp-magenta-bar p {
    font-size: 1.1rem;
    margin-top: 4px; }

.gamp-quotes {
  position: relative;
  background: #1d5178;
  padding: 25px 0px 20px;
  box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16); }
  .gamp-quotes .quote {
    font-weight: 900;
    margin-bottom: 10px; }
  .gamp-quotes .attr {
    font-weight: 300; }
  .gamp-quotes .quote,
  .gamp-quotes .attr,
  .gamp-quotes p {
    color: white;
    font-family: "ff-ernestine-pro", Times, serif;
    line-height: 1.3;
    font-size: 1.4rem; }
  .gamp-quotes .slick-dots {
    display: flex;
    justify-content: center; }
  .gamp-quotes .slick-dots li.slick-active button::before {
    color: #ffd433 !important;
    opacity: 1; }
  .gamp-quotes .slick-dots li button::before {
    color: #ffd433 !important;
    opacity: 0.25;
    font-size: 10px; }

@media only screen and (max-width: 767px) {
  .t-intro {
    order: 3 !important; } }

.gamp-boxes {
  position: relative;
  padding: 40px 0px;
  overflow: hidden; }
  .gamp-boxes .gamp-boxes-h3 {
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
  .gamp-boxes .columns {
    margin-bottom: 30px; }
  .gamp-boxes .box {
    position: relative;
    padding: 30px;
    height: 100%; }
    .gamp-boxes .box .cover {
      background-size: cover;
      background-position: top center;
      height: 260px;
      display: block;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .gamp-boxes .box .cover {
          height: 160px; } }
      @media only screen and (max-width: 766px) {
        .gamp-boxes .box .cover {
          height: 200px; } }
  .gamp-boxes .yellowbox {
    background: #ffd433;
    color: #1d5178;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .gamp-boxes .yellowbox .gamp-globe {
      position: absolute;
      top: -30px;
      width: 130px;
      left: 30px; }
      @media only screen and (max-width: 767px) {
        .gamp-boxes .yellowbox .gamp-globe {
          top: -30px;
          left: 30px;
          width: 70px; } }
    .gamp-boxes .yellowbox h3 {
      max-width: 250px; }
    .gamp-boxes .yellowbox p {
      font-size: 1.2rem; }
  .gamp-boxes .whitebox {
    background: white;
    position: relative; }
    .gamp-boxes .whitebox .yellow-btn {
      font-size: 30px;
      letter-spacing: 1.5px;
      padding: 20px 50px 17px;
      margin-top: 30px !important; }
      @media only screen and (max-width: 767px) {
        .gamp-boxes .whitebox .yellow-btn {
          font-size: 18px;
          padding: 20px 20px 17px; } }
    .gamp-boxes .whitebox .whitebox-title {
      color: #1d5178;
      font-size: 2rem;
      margin-bottom: 10px;
      margin-top: 30px;
      display: flex; }
    .gamp-boxes .whitebox .whitebox-snippet p {
      font-size: 1rem;
      line-height: 1.3; }
    .gamp-boxes .whitebox .icon {
      position: absolute; }
    .gamp-boxes .whitebox .icon-1 {
      top: -20px;
      right: -20px;
      max-width: 80px; }
    .gamp-boxes .whitebox .icon-2 {
      top: -20px;
      left: -20px;
      max-width: 100px; }
    .gamp-boxes .whitebox .icon-3 {
      top: -20px;
      right: -30px;
      max-width: 130px; }
    .gamp-boxes .whitebox .icon-4 {
      top: -20px;
      left: -20px;
      max-width: 100px; }
    .gamp-boxes .whitebox .icon-5 {
      top: -20px;
      right: -20px;
      max-width: 70px;
      transform: rotate(10deg); }

.gamp-boxes2020 {
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
  background-color: #1D96CA;
  background-image: url("../library/img/cgaHomeBlue.svg");
  background-size: cover; }
  .gamp-boxes2020 .gamp-boxes-ul {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1400px) {
      .gamp-boxes2020 .gamp-boxes-ul {
        max-width: 1000px !important;
        margin: auto; } }
    @media only screen and (max-width: 766px) {
      .gamp-boxes2020 .gamp-boxes-ul {
        justify-content: flex-start !important; }
        .gamp-boxes2020 .gamp-boxes-ul li {
          width: 50% !important; }
          .gamp-boxes2020 .gamp-boxes-ul li .whitebox {
            width: 100% !important; } }
    .gamp-boxes2020 .gamp-boxes-ul .heart {
      position: absolute;
      left: -68px;
      top: -71px;
      pointer-events: none;
      z-index: 9; }
      @media screen and (max-width: 1400px) {
        .gamp-boxes2020 .gamp-boxes-ul .heart {
          display: none; } }
    .gamp-boxes2020 .gamp-boxes-ul .robot {
      position: absolute;
      right: -94px;
      top: 85px;
      pointer-events: none;
      z-index: 9; }
      @media screen and (max-width: 1400px) {
        .gamp-boxes2020 .gamp-boxes-ul .robot {
          display: none; } }
    .gamp-boxes2020 .gamp-boxes-ul li {
      padding: 0px 5px;
      margin: 5px 0px; }
      .gamp-boxes2020 .gamp-boxes-ul li .whitebox {
        width: 270px; }
  .gamp-boxes2020 .gamp-boxes-h3 {
    text-align: center;
    color: white;
    margin-bottom: 0px !important;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.1; }
    @media only screen and (max-width: 766px) {
      .gamp-boxes2020 .gamp-boxes-h3 {
        font-size: 28px;
        line-height: 1.1; } }
  .gamp-boxes2020 .columns {
    margin-bottom: 30px; }
  .gamp-boxes2020 .row {
    max-width: 1400px !important; }
  .gamp-boxes2020 .box {
    position: relative;
    padding: 10px;
    height: 100%; }
    .gamp-boxes2020 .box .cover {
      background-size: cover;
      background-position: top center;
      height: 180px;
      display: block;
      margin-bottom: 10px; }
  .gamp-boxes2020 .yellowbox {
    background: #ffd433;
    color: #1d5178;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .gamp-boxes2020 .yellowbox .gamp-globe {
      position: absolute;
      top: -30px;
      width: 130px;
      left: 30px; }
      @media only screen and (max-width: 767px) {
        .gamp-boxes2020 .yellowbox .gamp-globe {
          top: -30px;
          left: 30px;
          width: 70px; } }
    .gamp-boxes2020 .yellowbox h3 {
      max-width: 250px; }
    .gamp-boxes2020 .yellowbox p {
      font-size: 1.2rem; }
  .gamp-boxes2020 .whitebox {
    background: white;
    position: relative; }
    .gamp-boxes2020 .whitebox .yellow-btn {
      font-size: 22px;
      letter-spacing: 1.2px;
      padding: 10px 20px 8px;
      margin-top: 20px !important;
      width: 100%;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .gamp-boxes2020 .whitebox .yellow-btn {
          font-size: 18px; } }
    .gamp-boxes2020 .whitebox .whitebox-title {
      color: #1d5178;
      font-size: 1.7rem;
      margin-bottom: 10px;
      margin-top: 30px;
      display: flex;
      max-width: 160px; }
    .gamp-boxes2020 .whitebox .whitebox-snippet p {
      font-size: 1rem;
      line-height: 1.3; }

.gamp-light-blue2020 {
  position: relative;
  background: #A8DEF6;
  background-image: url("../library/img/cgaHomeBlue.svg");
  background-repeat: repeat;
  background-position: 50%;
  background-size: cover;
  padding: 60px 0px; }
  .gamp-light-blue2020 .gs-subscribe {
    padding-bottom: 0px !important; }
  .gamp-light-blue2020 .rocket {
    position: absolute;
    left: -16px;
    bottom: 90px;
    pointer-events: none;
    z-index: 9; }
    @media screen and (max-width: 1400px) {
      .gamp-light-blue2020 .rocket {
        display: none; } }
  .gamp-light-blue2020 .glb-headline {
    text-align: center;
    color: #1d5178;
    margin-bottom: 10px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.1; }
    @media only screen and (max-width: 766px) {
      .gamp-light-blue2020 .glb-headline {
        font-size: 28px;
        line-height: 1.1; } }
  .gamp-light-blue2020 .glb-content {
    max-width: 490px;
    font-size: 18px;
    color: #1d5178;
    margin: 0 auto;
    text-align: center; }
    .gamp-light-blue2020 .glb-content p {
      color: #1d5178; }
  .gamp-light-blue2020 .whitebox {
    background: white;
    margin-top: 30px;
    padding: 10px;
    max-width: 95%;
    margin: 20px auto 0px; }
  .gamp-light-blue2020 .vid-cover {
    height: 100%;
    background-size: cover;
    background-position: 50%; }
    @media only screen and (max-width: 767px) {
      .gamp-light-blue2020 .vid-cover {
        height: 60vw;
        max-height: 230px; } }
  .gamp-light-blue2020 .daybox {
    position: relative;
    padding-left: 25px; }
    @media only screen and (max-width: 767px) {
      .gamp-light-blue2020 .daybox {
        padding-left: .9375rem !important;
        margin-top: 30px; } }
  .gamp-light-blue2020 .daybox-h3 {
    color: #e13c95;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "Veneer", Arial, Helvetica, sans-serif; }
  .gamp-light-blue2020 .daybox-h4 {
    color: #1d5178;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "ff-ernestine-pro",Times,serif;
    text-transform: none;
    font-weight: 700; }
  .gamp-light-blue2020 .daybox-snippet {
    min-height: 170px; }

.gamp-light-blue {
  position: relative;
  background: #e2f4fd;
  background-image: url("../library/img/anywhere/lightBlue3.jpg");
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain;
  padding: 80px 0px; }
  .gamp-light-blue .gs-subscribe {
    padding-bottom: 0px !important; }

.pinkbox {
  position: relative;
  background: white;
  border: 15px solid #e13c95;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16); }
  .pinkbox .columns {
    position: relative; }
  .pinkbox .resourcepinkul {
    columns: 3;
    column-gap: 35px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media only screen and (max-width: 767px) {
      .pinkbox .resourcepinkul {
        columns: 2; } }
    @media only screen and (max-width: 766px) {
      .pinkbox .resourcepinkul {
        columns: 1; } }
    .pinkbox .resourcepinkul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      width: 100%; }
  .pinkbox .airplaneBox {
    position: absolute;
    left: -56px;
    top: -68px;
    z-index: 99;
    max-width: 160px; }
    @media only screen and (max-width: 767px) {
      .pinkbox .airplaneBox {
        max-width: 110px;
        left: -26px;
        top: -38px; } }
  .pinkbox .heartBox {
    position: absolute;
    right: 0px;
    top: -48px;
    z-index: 99;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .pinkbox .heartBox {
        max-width: 90px;
        right: 0px;
        top: -28px; } }
  .pinkbox h3 {
    color: #1d5178;
    text-transform: uppercase;
    font-size: 33px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px; }
  .pinkbox p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px; }
    .pinkbox p a {
      color: #2eabe1 !important;
      text-decoration: underline; }
  .pinkbox .rblink {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #2eabe1 !important;
    text-decoration: underline;
    display: block; }
  .pinkbox .pinkbox-title {
    text-align: center;
    color: #1d5178;
    margin-bottom: 30px; }
  .pinkbox .vid-cover {
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px;
    display: flex;
    margin-top: 20px; }
  .pinkbox .daybox-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999; }
  .pinkbox .daybox-subheadline {
    margin-top: 20px; }
  .pinkbox .daybox-headline {
    text-transform: uppercase;
    font-size: 33px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #2eabe1;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 0.8rem; }
  .pinkbox .headline-project-challenge {
    color: #e13c95; }
  .pinkbox .headline-galileo-live {
    color: #89c54d; }
  .pinkbox .headline-read-aloud {
    color: #7a79b6; }
  .pinkbox .daybox-snippet p {
    font-size: 16px;
    line-height: 1.4; }

.galileoman {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .galileoman {
      justify-content: flex-start; } }

.resourcepinkul {
  position: relative;
  padding: 0px 20px; }

.resourcePink {
  margin-bottom: 20px; }
  .resourcePink h3 {
    font-size: 27px; }

.gagr-banner {
  position: relative;
  background: #1d5178;
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain;
  padding: 110px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .gagr-banner {
      padding: 50px 30px; } }
  .gagr-banner .icon {
    max-width: 440px;
    z-index: 9;
    position: relative; }
  .gagr-banner .polaroid {
    position: absolute;
    background: #f1f1f1 !important;
    height: 290px;
    width: 255px;
    padding: 20px;
    box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.16); }
    @media only screen and (max-width: 767px) {
      .gagr-banner .polaroid {
        display: none; } }
    .gagr-banner .polaroid .polaroidcover {
      background-position: 50%;
      background-size: cover;
      height: 220px;
      width: 100%; }
  .gagr-banner .polaroid_one {
    left: -868px;
    right: 0;
    margin: auto;
    transform: rotate(-2deg);
    top: 50px;
    z-index: 6; }
  .gagr-banner .polaroid_two {
    right: -794px;
    transform: rotate(-4deg);
    top: -5px;
    z-index: 4;
    left: 0;
    margin: auto; }
  .gagr-banner .polaroid_three {
    right: -1000px;
    transform: rotate(6deg);
    top: 120px;
    z-index: 9;
    left: 0;
    margin: auto; }

.gagr-sessions {
  position: relative;
  padding: 50px 0px; }
  .gagr-sessions .row {
    max-width: 1100px; }
  .gagr-sessions .week-long-sessions {
    color: #2eabe1; }
    .gagr-sessions .week-long-sessions .maintitle,
    .gagr-sessions .week-long-sessions .session-item-title,
    .gagr-sessions .week-long-sessions .btns a {
      color: #2eabe1; }
  .gagr-sessions .maintitle {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px; }
  .gagr-sessions .single-sessions {
    color: #e13c95; }
    .gagr-sessions .single-sessions .maintitle,
    .gagr-sessions .single-sessions .session-item-title,
    .gagr-sessions .single-sessions .btns a {
      color: #e13c95; }
  .gagr-sessions .session-item {
    position: relative;
    margin-bottom: 30px; }
    .gagr-sessions .session-item .content p {
      font-size: 1rem;
      line-height: 1.4 !important; }
    .gagr-sessions .session-item .content {
      position: relative;
      display: block;
      margin-bottom: 5px; }
    .gagr-sessions .session-item .session-item-title {
      margin-bottom: 10px; }
      .gagr-sessions .session-item .session-item-title:hover {
        text-decoration: underline;
        color: #e13c95; }
    .gagr-sessions .session-item .btns {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative; }
      .gagr-sessions .session-item .btns a {
        text-transform: uppercase;
        font-family: "ff-ernestine-pro", Times, serif; }
      .gagr-sessions .session-item .btns span {
        margin: 0px 10px; }
    .gagr-sessions .session-item .cover {
      background-size: cover !important;
      background-position: center !important;
      height: 220px !important;
      display: block;
      margin-bottom: 20px;
      background: #a1a1a1; }
      @media only screen and (max-width: 767px) {
        .gagr-sessions .session-item .cover {
          height: 160px !important; } }
      @media only screen and (max-width: 766px) {
        .gagr-sessions .session-item .cover {
          height: 210px !important; } }

.main-ga-btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 766px) {
    .main-ga-btns {
      margin-top: 12px; } }
  .main-ga-btns .ds-btn {
    justify-content: center;
    display: flex;
    margin-top: 0px !important; }
    @media only screen and (max-width: 766px) {
      .main-ga-btns .ds-btn {
        margin-bottom: 15px; } }
    .main-ga-btns .ds-btn:first-child {
      margin-right: 15px; }

.gagr-middle {
  position: relative;
  padding: 50px 0px;
  color: #1d5178; }
  .gagr-middle .row {
    max-width: 1100px;
    align-items: center; }
  .gagr-middle h1 {
    color: #1d5178;
    text-transform: uppercase;
    font-size: 3.8rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    margin-bottom: 20px; }
  .gagr-middle .gagr-btns {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media only screen and (max-width: 766px) {
      .gagr-middle .gagr-btns {
        flex-direction: column; } }
    .gagr-middle .gagr-btns .ds-btn {
      justify-content: center;
      display: flex;
      min-width: 300px; }
      @media only screen and (max-width: 766px) {
        .gagr-middle .gagr-btns .ds-btn {
          margin-bottom: 15px; } }
      .gagr-middle .gagr-btns .ds-btn:last-child {
        margin-left: 15px; }
        @media only screen and (max-width: 766px) {
          .gagr-middle .gagr-btns .ds-btn:last-child {
            margin-left: 0px; } }
  .gagr-middle .content {
    position: relative; }
    .gagr-middle .content p {
      font-size: 1.3rem;
      line-height: 1.4;
      margin-bottom: 10px;
      color: #1d5178; }
      .gagr-middle .content p a {
        color: #2eabe1 !important;
        text-decoration: underline; }

.gagr-bluebox-section {
  position: relative;
  margin-bottom: 40px; }
  .gagr-bluebox-section .row {
    max-width: 1100px;
    align-items: center; }
  .gagr-bluebox-section .gagrbluebox {
    background: #1d5178;
    position: relative;
    padding: 30px; }
    .gagr-bluebox-section .gagrbluebox h1,
    .gagr-bluebox-section .gagrbluebox h2,
    .gagr-bluebox-section .gagrbluebox .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .gagr-bluebox-section .gagrbluebox .modal-block-themes-majors:first-child::before,
    .gagr-bluebox-section .gagrbluebox h3,
    .gagr-bluebox-section .gagrbluebox h4,
    .gagr-bluebox-section .gagrbluebox h5,
    .gagr-bluebox-section .gagrbluebox h6 {
      font-family: "Veneer";
      margin-bottom: 20px !important; }
    .gagr-bluebox-section .gagrbluebox h3 {
      font-size: 2.8rem;
      line-height: 1.2; }
    .gagr-bluebox-section .gagrbluebox h1,
    .gagr-bluebox-section .gagrbluebox h2,
    .gagr-bluebox-section .gagrbluebox .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
    .page-template-template-our-camps-old .CG-wrap .gagr-bluebox-section .gagrbluebox .modal-block-themes-majors:first-child::before,
    .gagr-bluebox-section .gagrbluebox h3,
    .gagr-bluebox-section .gagrbluebox h4,
    .gagr-bluebox-section .gagrbluebox h5,
    .gagr-bluebox-section .gagrbluebox h6,
    .gagr-bluebox-section .gagrbluebox p,
    .gagr-bluebox-section .gagrbluebox a {
      color: white; }
      @media only screen and (max-width: 766px) {
        .gagr-bluebox-section .gagrbluebox h1,
        .gagr-bluebox-section .gagrbluebox h2,
        .gagr-bluebox-section .gagrbluebox .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
        .page-template-template-our-camps-old .CG-wrap .gagr-bluebox-section .gagrbluebox .modal-block-themes-majors:first-child::before,
        .gagr-bluebox-section .gagrbluebox h3,
        .gagr-bluebox-section .gagrbluebox h4,
        .gagr-bluebox-section .gagrbluebox h5,
        .gagr-bluebox-section .gagrbluebox h6,
        .gagr-bluebox-section .gagrbluebox p,
        .gagr-bluebox-section .gagrbluebox a {
          text-align: center; } }
    .gagr-bluebox-section .gagrbluebox .gagr-globe {
      width: 200px;
      max-width: 100%; }
      @media only screen and (max-width: 766px) {
        .gagr-bluebox-section .gagrbluebox .gagr-globe {
          margin: 10px auto 30px;
          display: flex; } }

.gagr-sub .row {
  max-width: 1100px; }

.fc-popover .fc-header .fc-title {
  font-size: 1.4rem;
  color: #1d5178;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.fc-popover .fc-content {
  color: inherit;
  font-size: 0.9rem; }
  .fc-popover .fc-content span {
    color: inherit;
    font-size: 0.9rem; }

.fc-more {
  font-weight: bold; }

.galileo-anywhere-schedule {
  position: relative;
  padding: 80px 0px;
  font-family: "ff-ernestine-pro", Times, serif; }
  .galileo-anywhere-schedule .fc-unthemed td.fc-today {
    background: #dddddd; }
  .galileo-anywhere-schedule .fc-day-header {
    font-family: "ff-ernestine-pro", Times, serif;
    vertical-align: middle;
    color: #161616;
    font-weight: normal; }
    .galileo-anywhere-schedule .fc-day-header span {
      color: #161616; }
  .galileo-anywhere-schedule table span {
    color: inherit;
    font-size: inherit;
    font-family: "ff-ernestine-pro", Times, serif; }

.ga-tootip {
  position: relative;
  padding: 10px 0px; }
  .ga-tootip .ds-btn {
    padding: 10px 20px !important;
    font-size: 0.9rem !important; }
  .ga-tootip .cover {
    background-size: cover;
    background-position: 50%;
    min-height: 40px;
    height: 60px;
    width: 100%;
    max-width: 60px;
    margin-bottom: 10px; }
  .ga-tootip h3 {
    font-size: 1rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1d5178;
    line-height: 1;
    margin-bottom: 6px; }
  .ga-tootip p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0px; }
  .ga-tootip .description {
    margin-top: 6px; }

.postid-7602,
.postid-16724,
.postid-16721,
.postid-16168 {
  background: #1d5178;
  background-image: url("../library/img/anywhere/galileoStarsBG2.jpg");
  background-repeat: repeat;
  background-position: 50%;
  background-size: contain; }
  .postid-7602 .fc-toolbar .fc-today-button,
  .postid-16724 .fc-toolbar .fc-today-button,
  .postid-16721 .fc-toolbar .fc-today-button,
  .postid-16168 .fc-toolbar .fc-today-button {
    display: none; }
  .postid-7602 .fc-toolbar h2, .postid-7602 .fc-toolbar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .postid-7602 .fc-toolbar .modal-block-themes-majors:first-child::before,
  .postid-16724 .fc-toolbar h2,
  .postid-16724 .fc-toolbar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
  .page-template-template-our-camps-old .CG-wrap .postid-16724 .fc-toolbar .modal-block-themes-majors:first-child::before,
  .postid-16721 .fc-toolbar h2,
  .postid-16721 .fc-toolbar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
  .page-template-template-our-camps-old .CG-wrap .postid-16721 .fc-toolbar .modal-block-themes-majors:first-child::before,
  .postid-16168 .fc-toolbar h2,
  .postid-16168 .fc-toolbar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
  .page-template-template-our-camps-old .CG-wrap .postid-16168 .fc-toolbar .modal-block-themes-majors:first-child::before {
    color: white;
    font-size: 3rem; }
  .postid-7602 .fc-toolbar .fc-button-primary,
  .postid-7602 .fc-toolbar .fc-button-primary:disabled,
  .postid-16724 .fc-toolbar .fc-button-primary,
  .postid-16724 .fc-toolbar .fc-button-primary:disabled,
  .postid-16721 .fc-toolbar .fc-button-primary,
  .postid-16721 .fc-toolbar .fc-button-primary:disabled,
  .postid-16168 .fc-toolbar .fc-button-primary,
  .postid-16168 .fc-toolbar .fc-button-primary:disabled {
    background: #fff;
    color: #2eabe1; }

.class-cal .fc-icon {
  color: white; }

.class-cal .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1rem !important; }

.class-cal .fc-toolbar .fc-today-button {
  display: none; }

.class-cal .fc-toolbar h2, .class-cal .fc-toolbar .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .class-cal .fc-toolbar .modal-block-themes-majors:first-child::before {
  color: #1D96CA;
  font-size: 3rem; }

.class-cal .fc-toolbar .fc-button-primary,
.class-cal .fc-toolbar .fc-button-primary:disabled {
  background: #1D96CA;
  color: white; }

.calRow {
  margin-top: 30px;
  position: relative; }

.fc-view-container {
  background: white; }

.fc-list-item-time {
  padding: 10px 10px !important;
  white-space: normal !important; }

.fc-list-item-marker {
  padding: 10px 10px !important; }

.fc-list-item-title {
  padding: 10px 10px !important; }

.tippy-popper {
  top: 10px !important;
  min-width: 400px; }

.fc-popover,
.fc-more-popover {
  width: 330px !important; }
  .fc-popover .fc-time,
  .fc-more-popover .fc-time {
    margin-right: 5px; }
  .fc-popover span,
  .fc-more-popover span {
    line-height: 1; }
  .fc-popover .fc-content,
  .fc-more-popover .fc-content {
    display: flex;
    padding: 5px 0px; }
  .fc-popover .fc-event-time,
  .fc-popover .fc-event-title,
  .fc-more-popover .fc-event-time,
  .fc-more-popover .fc-event-title {
    padding: 0 1px;
    white-space: nowrap; }
  .fc-popover .fc-title,
  .fc-more-popover .fc-title {
    white-space: normal; }

.comingsoon {
  font-size: 1.8rem !important;
  color: #e13c95; }

.calCol {
  position: relative; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 3.5rem !important; }

#calendarEvents .fc-header-toolbar {
  margin-bottom: 3rem !important; }
  @media only screen and (max-width: 767px) {
    #calendarEvents .fc-header-toolbar {
      margin-bottom: 1rem !important; } }

.keybox {
  background: transparent;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 140px;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .keybox {
      position: relative;
      top: 0px; } }
  .keybox h4 {
    color: #1D96CA;
    margin-right: 13px;
    font-size: 1.2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .keybox h4 {
        font-size: 1rem; } }
  .keybox ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    margin: 0px;
    flex-wrap: wrap; }
    .keybox ul li {
      display: flex;
      position: relative;
      align-items: center;
      margin-right: 12px; }
      @media only screen and (max-width: 767px) {
        .keybox ul li {
          margin-right: 10px; } }
      .keybox ul li .dot {
        height: 17px;
        width: 17px;
        border: 0px solid transparent;
        border-radius: 50%;
        margin-right: 7px; }
        @media only screen and (max-width: 767px) {
          .keybox ul li .dot {
            margin-right: 5px;
            height: 10px;
            width: 10px; } }
      .keybox ul li .purpleDot {
        background: #7a79b6; }
      .keybox ul li .lightblueDot {
        background: #a8dff5; }
      .keybox ul li .yellowDot {
        background: #ffdd43; }
      .keybox ul li .orangeDot {
        background: #fbaf3f; }
      .keybox ul li .greenDot {
        background: #99ca44; }
      .keybox ul li .pinkDot {
        background: #EE3D96; }
      .keybox ul li p {
        margin: 0px;
        font-size: .7rem !important;
        color: #1D96CA; }
        @media only screen and (max-width: 767px) {
          .keybox ul li p {
            font-size: 0.6rem !important; } }

.enrolltop {
  margin-top: 20px; }

.enrollbtm {
  margin: 30px auto 0px; }

.calLogo {
  width: 850px; }

.calIntro {
  position: relative; }
  .calIntro h1,
  .calIntro h2,
  .calIntro .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before,
  .page-template-template-our-camps-old .CG-wrap .calIntro .modal-block-themes-majors:first-child::before,
  .calIntro h3,
  .calIntro h4,
  .calIntro a,
  .calIntro p {
    color: white; }
  .calIntro a {
    text-decoration: underline; }

.session-item-a {
  text-decoration: none !important; }

.f_row {
  position: relative;
  margin-top: 35px;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 55px; }
  .f_row .fflex {
    display: flex;
    flex-direction: row; }
  .f_row h4 {
    color: white;
    margin-right: 20px;
    font-size: 1.3rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .f_row h4 {
        font-size: 0.8rem; } }
  .f_row ul {
    display: flex;
    justify-content: center;
    margin-top: -7px; }
    .f_row ul li:first-child a {
      margin-right: 12px;
      border-right: 2px solid white;
      padding-right: 10px; }
    .f_row ul li a {
      color: white;
      margin: 0px;
      font-size: 1rem;
      color: white; }
      @media only screen and (max-width: 767px) {
        .f_row ul li a {
          font-size: 0.6rem !important; } }

#gaSFilter {
  margin-top: 60px;
  margin-bottom: 5px;
  padding: 0px !important; }
  #gaSFilter fieldset label {
    width: 100% !important; }
  #gaSFilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto; }
  #gaSFilter ul li {
    color: #aaaaaa;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: left; }
  #gaSFilter ul li input[type="radio"] {
    position: absolute;
    visibility: hidden; }
  #gaSFilter ul li label {
    display: block;
    position: relative;
    font-size: 1rem;
    font-family: "ff-ernestine-pro", Times, serif;
    padding: 0px 0px 0px 55px;
    margin: 5px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #dbdbdb; }
  #gaSFilter ul li:hover label {
    color: #ffffff; }
  #gaSFilter ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #aaaaaa;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 11px;
    left: 20px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear; }
  #gaSFilter ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: -1px;
    left: -1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }
  #gaSFilter input[type="radio"]:checked ~ .check {
    border: 3px solid #fff; }
  #gaSFilter input[type="radio"]:checked ~ .check::before {
    background: #fff; }
  #gaSFilter input[type="radio"]:checked ~ .purpleCheck::before {
    background: #7a79b6; }
  #gaSFilter input[type="radio"]:checked ~ .lightblueCheck::before {
    background: #a8dff5; }
  #gaSFilter input[type="radio"]:checked ~ .yellowCheck::before {
    background: #ffdd43; }
  #gaSFilter input[type="radio"]:checked ~ .orangeCheck::before {
    background: #fbaf3f; }
  #gaSFilter input[type="radio"]:checked ~ .greenCheck::before {
    background: #99ca44; }
  #gaSFilter input[type="radio"]:checked ~ label {
    color: #fff; }
  #gaSFilter .purpleCheck {
    border-color: #7a79b6 !important; }
  #gaSFilter .lightblueCheck {
    border-color: #a8dff5 !important; }
  #gaSFilter .yellowCheck {
    border-color: #ffdd43 !important; }
  #gaSFilter .orangeCheck {
    border-color: #fbaf3f !important; }
  #gaSFilter .greenCheck {
    border-color: #99ca44 !important; }

@media only screen and (max-width: 767px) {
  .gaSFilterWrap {
    display: none !important; } }

.ga-finder-section {
  position: relative;
  background: white;
  padding: 50px 0px; }
  @media only screen and (max-width: 767px) {
    .ga-finder-section {
      padding: 40px 0px 40px; }
      .ga-finder-section .browse-h2 {
        display: none; } }
  .ga-finder-section .browse-h2 {
    color: #1d5178;
    margin-bottom: 20px; }
  .ga-finder-section .ga_pc {
    margin: 0px -10px !important;
    min-height: 40vh;
    align-content: baseline; }
    .ga-finder-section .ga_pc .gafilter-col {
      opacity: 0;
      margin-bottom: 20px;
      padding: 0px 10px !important; }
      @media only screen and (max-width: 766px) {
        .ga-finder-section .ga_pc .gafilter-col {
          padding: 0px 5px !important;
          margin-bottom: 10px; } }

.gafilter-box {
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.23); }
  .gafilter-box:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.23); }
  .gafilter-box .gafilter-box-top {
    position: relative;
    display: flex;
    flex: 0 auto; }
    .gafilter-box .gafilter-box-top .cover {
      height: 220px;
      width: 100%;
      padding: 20px;
      position: relative;
      flex: 1 0 auto; }
      @media only screen and (max-width: 767px) {
        .gafilter-box .gafilter-box-top .cover {
          height: 200px; } }
      @media only screen and (max-width: 766px) {
        .gafilter-box .gafilter-box-top .cover {
          height: 160px; } }
      .gafilter-box .gafilter-box-top .cover .inner {
        display: flex;
        position: relative;
        flex-direction: column;
        background-size: cover;
        background-position: center;
        height: 100%;
        z-index: 8; }
        .gafilter-box .gafilter-box-top .cover .inner .newtag {
          position: absolute;
          background: #ffd433;
          color: #e13c95;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          line-height: 34px;
          padding: 0 5px;
          font-size: 20px;
          top: 15px;
          left: 15px; }
        .gafilter-box .gafilter-box-top .cover .inner .inner-label {
          display: flex;
          position: relative;
          font-size: 1.3rem; }
        .gafilter-box .gafilter-box-top .cover .inner h2, .gafilter-box .gafilter-box-top .cover .inner .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .gafilter-box .gafilter-box-top .cover .inner .modal-block-themes-majors:first-child::before {
          color: #e13c95;
          font-size: 2.2rem;
          z-index: 8;
          margin-top: .5rem;
          position: relative; }
          @media only screen and (max-width: 766px) {
            .gafilter-box .gafilter-box-top .cover .inner h2, .gafilter-box .gafilter-box-top .cover .inner .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .gafilter-box .gafilter-box-top .cover .inner .modal-block-themes-majors:first-child::before {
              font-size: 1.75rem; } }
  .gafilter-box .gafilter-box-bottom {
    position: relative;
    padding: 10px 25px;
    flex: 1; }
    .gafilter-box .gafilter-box-bottom .gafilter-box-info {
      position: relative; }
      .gafilter-box .gafilter-box-bottom .gafilter-box-info ul {
        display: flex;
        padding-left: 0;
        list-style: none; }
        @media only screen and (max-width: 766px) {
          .gafilter-box .gafilter-box-bottom .gafilter-box-info ul {
            flex-wrap: wrap; } }
        .gafilter-box .gafilter-box-bottom .gafilter-box-info ul li {
          list-style: none !important; }
          .gafilter-box .gafilter-box-bottom .gafilter-box-info ul li:not(:last-child) {
            padding-right: 5px;
            margin-right: 5px;
            border-right: 2px solid #2eabe1; }
            @media only screen and (max-width: 766px) {
              .gafilter-box .gafilter-box-bottom .gafilter-box-info ul li:not(:last-child) {
                margin-right: 14px; } }
          .gafilter-box .gafilter-box-bottom .gafilter-box-info ul li p {
            color: #2eabe1;
            text-transform: uppercase;
            font-size: 1.15rem;
            font-family: "Veneer", Arial, Helvetica, sans-serif; }
        .gafilter-box .gafilter-box-bottom .gafilter-box-info ul span {
          text-transform: uppercase;
          color: #1d1d1d;
          font-family: "Veneer", Arial, Helvetica, sans-serif;
          font-size: 1.3rem;
          margin-bottom: 2px; }
          @media only screen and (max-width: 766px) {
            .gafilter-box .gafilter-box-bottom .gafilter-box-info ul span {
              font-size: 1rem; } }
        .gafilter-box .gafilter-box-bottom .gafilter-box-info ul p {
          color: #1d1d1d;
          font-size: .9rem;
          margin-top: 0px;
          margin-bottom: 0px;
          line-height: 1.1; }
          @media only screen and (max-width: 766px) {
            .gafilter-box .gafilter-box-bottom .gafilter-box-info ul p {
              font-size: .7rem; } }
    .gafilter-box .gafilter-box-bottom .gafilter-box-snippet {
      position: relative;
      margin-top: 10px; }
      @media only screen and (max-width: 766px) {
        .gafilter-box .gafilter-box-bottom .gafilter-box-snippet {
          margin-top: 0px; } }
      .gafilter-box .gafilter-box-bottom .gafilter-box-snippet p {
        color: #414141;
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px; }
        @media only screen and (max-width: 766px) {
          .gafilter-box .gafilter-box-bottom .gafilter-box-snippet p {
            font-size: .8rem; } }
  .gafilter-box .gafilter-bns {
    position: relative;
    display: flex;
    margin-top: 0px; }
    @media only screen and (max-width: 766px) {
      .gafilter-box .gafilter-bns {
        margin-top: 4px; } }
    .gafilter-box .gafilter-bns .ds-btn {
      font-size: 20px;
      letter-spacing: 1px;
      margin: 10px 15px 20px;
      width: 100%;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .gafilter-box .gafilter-bns .ds-btn:before {
        content: '';
        padding-top: 15px; }
      .gafilter-box .gafilter-bns .ds-btn:after {
        content: '';
        padding-bottom: 15px; }

.pika-single {
  color: gray;
  font-family: "Veneer";
  display: inline-flex !important; }
  .pika-single button:hover, .pika-single .button:hover, .pika-single input:hover[type=submit], .pika-single input:hover[type="submit"] {
    background-color: white !important; }
  .pika-single .pika-title {
    color: #1D96CA;
    font-family: "Veneer"; }
  .pika-single .pika-button:hover {
    color: gray; }
  .pika-single .is-selected .pika-button:hover {
    color: white !important; }
  .pika-single .is-selected {
    position: relative;
    background: white; }
    .pika-single .is-selected:after {
      position: absolute;
      content: '';
      top: 2px;
      background: #1D96CA;
      height: 22px;
      width: 22px;
      left: 0;
      right: 0;
      margin: auto;
      border: 0px solid transparent;
      border-radius: 50%;
      z-index: 6; }
  .pika-single .is-selected .pika-button {
    background: transparent !important;
    box-shadow: none !important;
    z-index: 9; }
  .pika-single .pika-button {
    position: relative;
    background: #fff !important;
    text-align: center; }
  .pika-single abbr {
    cursor: default !important;
    text-decoration: none; }
  .pika-single thead, .pika-single tbody, .pika-single tfoot, .pika-single abbr {
    border: none !important; }
  .pika-single .is-today .pika-button {
    color: gray; }
  .pika-single thead {
    background: #fff !important; }
  .pika-single tbody {
    background: #fff !important; }

.pika-table tbody tr td {
  border-bottom: 0px !important; }

.filter-drop-big {
  width: auto !important; }
  .filter-drop-big .date-range-dropdown {
    display: flex;
    position: relative; }

.date-range-dropdown {
  position: relative; }
  .date-range-dropdown .date-range-to {
    display: flex;
    align-items: center;
    padding: 0px 10px; }
    .date-range-dropdown .date-range-to p {
      color: white;
      font-size: 0.9rem;
      margin-top: 20px;
      margin-bottom: 0px; }
  .date-range-dropdown .date-range-start,
  .date-range-dropdown .date-range-end {
    text-align: center;
    position: relative; }
    .date-range-dropdown .date-range-start h5,
    .date-range-dropdown .date-range-end h5 {
      color: white; }

.selected-tag-container {
  position: relative;
  margin-bottom: 17px;
  margin-top: 17px; }
  .selected-tag-container .selected-tags {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .selected-tag-container .selected-tags .selected-tags-left {
      display: flex; }
    .selected-tag-container .selected-tags .selected-tags-right .clearFilters {
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: 1.2rem;
      cursor: pointer;
      display: none; }
    .selected-tag-container .selected-tags .tagPills {
      position: relative;
      display: flex; }
    .selected-tag-container .selected-tags .pill {
      background: #1D96CA;
      color: white;
      text-transform: uppercase;
      font-family: "Veneer";
      font-size: 1.1rem;
      margin-right: 10px;
      border: 0px solid transparent;
      border-radius: 12px;
      padding: 6px 15px;
      cursor: pointer;
      transition: .2s; }
      .selected-tag-container .selected-tags .pill:hover {
        background: #17759d; }
      .selected-tag-container .selected-tags .pill i {
        margin-left: 10px; }

.ga-schedule-top {
  position: relative;
  z-index: 999;
  overflow: hidden; }
  .ga-schedule-top .row {
    max-width: none !important; }
  .ga-schedule-top .columns {
    position: relative; }
  .ga-schedule-top .featuredCourses {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 8;
    background: white;
    font-family: "Veneer";
    color: #1D96CA;
    padding: 7px 10px 5px; }
  .ga-schedule-top .featured_ga-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .ga-schedule-top .featured_ga-slider .slick-list,
    .ga-schedule-top .featured_ga-slider .slick-track,
    .ga-schedule-top .featured_ga-slider .slick-slide {
      height: 100% !important; }
      .ga-schedule-top .featured_ga-slider .slick-list div,
      .ga-schedule-top .featured_ga-slider .slick-track div,
      .ga-schedule-top .featured_ga-slider .slick-slide div {
        height: 100% !important; }
    .ga-schedule-top .featured_ga-slider .slide {
      padding: 20px 20px 35px;
      position: relative;
      background-size: cover;
      background-position: 50%; }
      .ga-schedule-top .featured_ga-slider .slide:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)); }
      .ga-schedule-top .featured_ga-slider .slide .slide-inner {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: relative;
        z-index: 9; }
        .ga-schedule-top .featured_ga-slider .slide .slide-inner h2, .ga-schedule-top .featured_ga-slider .slide .slide-inner .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .ga-schedule-top .featured_ga-slider .slide .slide-inner .modal-block-themes-majors:first-child::before {
          color: white;
          font-size: 2rem;
          line-height: 1.2;
          margin-bottom: 5px; }
        .ga-schedule-top .featured_ga-slider .slide .slide-inner p {
          color: white;
          font-size: 1.2rem;
          margin-top: 0px;
          max-width: 540px;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .ga-schedule-top .featured_ga-slider .slide .slide-inner p {
              font-size: .9rem; } }
        .ga-schedule-top .featured_ga-slider .slide .slide-inner .boxlink {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 8; }
    .ga-schedule-top .featured_ga-slider .slick-dots {
      display: flex;
      justify-content: flex-start;
      bottom: 10px;
      left: 13px; }
      .ga-schedule-top .featured_ga-slider .slick-dots li {
        margin: 0px 1px; }
    .ga-schedule-top .featured_ga-slider .slick-dots li.slick-active button::before {
      color: white !important;
      opacity: 1; }
    .ga-schedule-top .featured_ga-slider .slick-dots li button::before {
      color: white !important;
      opacity: 0.7;
      font-size: 10px; }
  .ga-schedule-top .ga-schedule-top-left {
    background-color: rgba(20, 20, 20, 0.74); }
    @media only screen and (max-width: 767px) {
      .ga-schedule-top .ga-schedule-top-left {
        height: 70vw;
        max-height: 400px;
        order: 2; } }
  .ga-schedule-top .ga-schedule-top-right {
    position: relative;
    padding: 50px;
    background-color: #1d5178;
    background-image: url("../library/img/anywhere/galileoStarsBG2.jpg");
    background-repeat: repeat;
    background-position: 50%;
    background-size: contain; }
    @media only screen and (max-width: 767px) {
      .ga-schedule-top .ga-schedule-top-right {
        padding: 25px; } }
    .ga-schedule-top .ga-schedule-top-right .content {
      position: relative;
      max-width: 560px; }
      .ga-schedule-top .ga-schedule-top-right .content a {
        color: white !important;
        text-decoration: underline; }
    .ga-schedule-top .ga-schedule-top-right img {
      max-width: 80%;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .ga-schedule-top .ga-schedule-top-right img {
          max-width: 90%; } }
    .ga-schedule-top .ga-schedule-top-right h4 {
      color: white;
      font-size: 1.6rem;
      line-height: 1.2;
      max-width: 500px; }
      @media only screen and (max-width: 767px) {
        .ga-schedule-top .ga-schedule-top-right h4 {
          font-size: 1.4rem; } }
    .ga-schedule-top .ga-schedule-top-right p {
      color: white;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .ga-schedule-top .ga-schedule-top-right p {
          font-size: .9rem; } }

#classFinder, #classFinderMobile {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  max-width: none !important;
  padding: 0px; }
  #classFinder .filter-dropdown, #classFinderMobile .filter-dropdown {
    max-width: none !important; }
  #classFinder .fa-calendar-alt, #classFinderMobile .fa-calendar-alt {
    color: #1d5178;
    font-size: 1.4rem;
    margin-right: 5px; }
  #classFinder .fieldset-grades label, #classFinderMobile .fieldset-grades label {
    width: 100%;
    cursor: pointer; }
    #classFinder .fieldset-grades label:last-child, #classFinderMobile .fieldset-grades label:last-child {
      margin-bottom: 0px; }
  #classFinder .fieldset-grades input, #classFinderMobile .fieldset-grades input {
    cursor: pointer; }

.pagination-column {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .pagination-column .page-numbers {
    color: #1D96CA;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    padding: 5px 10px;
    text-decoration: none; }
  .pagination-column .current {
    color: #e13c95; }

.ds-dpicker {
  appearance: none;
  -webkit-appearance: none;
  background: white;
  color: #1D96CA;
  border: 1px solid #1D96CA;
  border-radius: 0px;
  height: 30px;
  width: 100%;
  font-size: 1.1rem; }
  .ds-dpicker::placeholder {
    color: #1D96CA !important; }

.results-text-ga {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 75px 50px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .results-text-ga {
      height: auto;
      padding: 25px; } }
  .results-text-ga h1 {
    color: #e13c95;
    font-size: 3rem;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .results-text-ga h1 {
        font-size: 2rem;
        line-height: 1; } }
  .results-text-ga .clearFilters {
    font-weight: 700;
    cursor: pointer;
    font-size: 1.2rem; }

.mobile-dates {
  position: relative;
  display: flex;
  padding: 20px 0px; }
  .mobile-dates label {
    width: 100%;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    color: #1D96CA;
    padding: 0px 5px; }
  .mobile-dates .ds-dpicker {
    appearance: none;
    -webkit-appearance: none;
    background: white;
    color: #1D96CA;
    border: 1px solid #1D96CA;
    border-radius: 0px;
    height: 30px;
    width: 100%;
    font-size: 1rem;
    margin-top: 8px; }
    .mobile-dates .ds-dpicker::placeholder {
      color: gray !important; }

.gamp-classtypes {
  background-color: #ffd433;
  position: relative;
  padding: 60px 0px;
  background-image: url("../library/img/cgaHomeOrange.svg");
  background-size: cover; }
  .gamp-classtypes .airplane {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1450px) {
      .gamp-classtypes .airplane {
        display: none; } }
  .gamp-classtypes .row {
    max-width: 1400px !important; }
  .gamp-classtypes .gamp-classtypes-headline {
    text-align: center;
    color: #1d5178;
    margin-bottom: 40px;
    font-family: "Veneer", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.1; }
    .gamp-classtypes .gamp-classtypes-headline.larger-title {
      font-size: 62px;
      margin-bottom: 0; }
      @media only screen and (max-width: 766px) {
        .gamp-classtypes .gamp-classtypes-headline.larger-title span {
          font-size: inherit; } }
    @media only screen and (max-width: 766px) {
      .gamp-classtypes .gamp-classtypes-headline {
        font-size: 28px;
        line-height: 1.1; } }
    .gamp-classtypes .gamp-classtypes-headline span {
      text-align: center;
      color: #e13c95;
      margin-bottom: 40px;
      font-family: "Veneer", Arial, Helvetica, sans-serif;
      font-size: inherit;
      line-height: 1.1; }
      @media only screen and (max-width: 766px) {
        .gamp-classtypes .gamp-classtypes-headline span {
          font-size: 28px;
          line-height: 1.1; } }
  .gamp-classtypes .gamp-classtypes-ul {
    position: relative;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 766px) {
      .gamp-classtypes .gamp-classtypes-ul {
        flex-direction: column; } }
    .gamp-classtypes .gamp-classtypes-ul .fall {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: -20px auto auto;
      width: 200px; }
      @media screen and (max-width: 1450px) {
        .gamp-classtypes .gamp-classtypes-ul .fall {
          display: none; } }
    .gamp-classtypes .gamp-classtypes-ul .content {
      display: flex;
      justify-content: center; }
    .gamp-classtypes .gamp-classtypes-ul li {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding: 0px 70px; }
      @media only screen and (max-width: 1024px) {
        .gamp-classtypes .gamp-classtypes-ul li {
          padding: 0px 30px !important; } }
      @media only screen and (max-width: 766px) {
        .gamp-classtypes .gamp-classtypes-ul li {
          padding: 0px 10px;
          width: 100%; } }
      .gamp-classtypes .gamp-classtypes-ul li img {
        max-width: 130px; }
      .gamp-classtypes .gamp-classtypes-ul li a {
        text-decoration: none !important; }
      .gamp-classtypes .gamp-classtypes-ul li h3 {
        font-family: "Veneer", Arial, Helvetica, sans-serif;
        color: #1d5178;
        margin-bottom: 10px; }
      .gamp-classtypes .gamp-classtypes-ul li p {
        font-size: 18px;
        max-width: 230px; }

.missionboximg {
  /* Then style the iframe to fit in the container div with full height and width */ }
  .missionboximg .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%; }
  .missionboximg .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.magenta-list li {
  margin-bottom: 15px;
  padding-left: 10px; }
  .magenta-list li:last-child {
    margin-bottom: 0; }

.magenta-list li::marker {
  color: #e13c95;
  font-weight: bold; }

.grade-table {
  padding: 0 25px 40px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .grade-table {
      padding: 0 0 40px; } }

.grade-table table {
  width: 100%;
  border: 3px solid #1d5178; }

.grade-table table th {
  border: 3px solid #1d1578; }

.grade-table table tbody tr td {
  color: #1d5178 !important; }

.grade-table table td {
  border-left: 3px solid #1d5178;
  border-right: 3px solid #1d5178;
  border-bottom: 3px solid #2eabe1;
  font-family: "ff-ernestine-pro", "Bodoni", Times, serif;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-weight: normal;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .grade-table table td {
      min-width: 250px; }
      .grade-table table td:first-of-type {
        border: 3px solid #1d5178;
        min-width: 150px;
        position: sticky;
        left: 0; }
        .grade-table table td:first-of-type:after {
          content: '';
          position: absolute;
          border: 3px solid #1d5178;
          right: -3px;
          top: -3px;
          bottom: -3px;
          left: -2px; } }

.grade-table table tr:last-child td {
  border-bottom: 3px solid #1d5178; }

.join-club .rocket {
  position: absolute;
  top: -145px;
  right: 75px;
  transform: rotateZ(-70deg);
  width: 120px; }
  @media only screen and (min-width: 1441px) {
    .join-club .rocket {
      top: -123px; } }
  @media only screen and (max-width: 1024px) {
    .join-club .rocket {
      top: -119px;
      right: -40px;
      transform: rotateZ(-63deg); } }
  @media only screen and (max-width: 767px) {
    .join-club .rocket {
      display: none; } }

.club-facts.row {
  margin-bottom: 1.25em; }

@media only screen and (max-width: 767px) {
  .club-facts .columns {
    margin-top: 0 !important; } }

.club-facts .light-bulb {
  position: absolute;
  top: -97px;
  left: 145px;
  transform: rotate(-15deg); }
  @media only screen and (max-width: 767px) {
    .club-facts .light-bulb {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .club-facts .light-bulb {
      left: 75px; } }

.club-facts h2, .club-facts .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .club-facts .modal-block-themes-majors:first-child::before {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .club-facts h2, .club-facts .page-template-template-our-camps-old .CG-wrap .modal-block-themes-majors:first-child::before, .page-template-template-our-camps-old .CG-wrap .club-facts .modal-block-themes-majors:first-child::before {
      margin-bottom: 0; } }

.club-schedules .inov8 {
  position: absolute;
  left: -38px;
  top: 34px;
  transform: rotate(-13deg); }
  @media only screen and (max-width: 767px) {
    .club-schedules .inov8 {
      display: none; } }

@media only screen and (max-width: 767px) {
  .fact-column {
    margin-top: 0 !important; } }

.clean-spacing .block-inner {
  padding: 3.125em 0; }
  @media only screen and (max-width: 767px) {
    .clean-spacing .block-inner {
      padding: 2.125em 0; } }
  @media only screen and (max-width: 767px) {
    .clean-spacing .block-inner .image-column {
      margin-top: 0 !important; } }
  .clean-spacing .block-inner .row:not(:last-of-type) {
    margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .table-column {
    margin-top: 0 !important; } }

.inov8-title {
  margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .inov8-title {
      margin: 20px auto; } }

.invo8-logo {
  padding: 40px;
  width: 72%;
  margin: auto;
  display: block;
  max-width: 1000px; }
  @media only screen and (max-width: 767px) {
    .invo8-logo {
      width: 85%; } }

@media only screen and (max-width: 767px) {
  .galileo-online .gamp-top .vidwra .top_vid {
    margin-top: 0; } }

/** Image Ratios **/
.aspect-3-2 {
  position: relative; }
  .aspect-3-2:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .aspect-3-2 > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.refer-a-friend-tag {
  position: absolute;
  cursor: pointer;
  left: -44px;
  top: 50%;
  z-index: 100000;
  color: white;
  background: #e13c95;
  padding: 15px;
  font-size: 22px;
  font-family: "Veneer", Arial, Helvetica, sans-serif;
  transform: translateY(-50%) rotate(-90deg); }

.meteorpricing {
  color: #1d5178;
  font-size: 1.1rem;
  font-weight: 600; }
  .meteorpricing * {
    color: #1d5178;
    font-size: 1.1rem;
    font-weight: 600; }

.cta-link {
  font-family: 'ff-ernestine-pro', Times, serif;
  margin-top: 10px; }
  .cta-link a {
    color: #1d5178 !important;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #1d5178;
    font-size: 18px; }

.no-classes {
  background-color: #e2f4fd;
  display: flex;
  align-items: center;
  height: 225px;
  flex: 1;
  justify-content: center; }

.favorite-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  font-size: 22px; }
