@charset "UTF-8";
/**
 * Icon Defenitions
 */
/* FACEBOOK */
.facebook-icon {
  background-image: url("../images/facebook-icon.svg");
  background-size: 65px 65px; }
  .facebook-icon.no-svg {
    background-image: url("../images/facebook-icon.png"); }
  .facebook-icon:hover {
    background-image: url("../images/facebook-icon-over.svg");
    background-size: 65px 65px; }
    .facebook-icon:hover.no-svg {
      background-image: url("../images/facebook-icon-over.png"); }

/* TWITTER */
.twitter-icon {
  background-image: url("../images/twitter-icon.svg");
  background-size: 65px 65px; }
  .no-svg .twitter-icon {
    background-image: url("../images/twitter-icon.png"); }
  .twitter-icon:hover {
    background-image: url("../images/twitter-icon-over.svg");
    background-size: 65px 65px; }
    .no-svg .twitter-icon:hover {
      background-image: url("../images/twitter-icon-over.png"); }

/* Icon Font */
@font-face {
  font-family: 'nscd-icons';
  src: url("../fonts/nscd_icons.eot?-jw6cjo");
  src: url("../fonts/nscd_icons.eot?#iefix-jw6cjo") format("embedded-opentype"), url("../fonts/nscd_icons.woff?-jw6cjo") format("woff"), url("../fonts/nscd_icons.ttf?-jw6cjo") format("truetype"), url("../fonts/nscd_icons.svg?-jw6cjo#nscd_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'nscd-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-snowshoe:before {
  content: "\e617"; }

.icon-skibike:before {
  content: "\e618"; }

.icon-bike:before {
  content: "\e601"; }

.icon-arrow-left:before {
  content: "\e619"; }

.icon-arrow-right:before {
  content: "\e61a"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-envelope:before {
  content: "\e61b"; }

.icon-magnifying-glass:before {
  content: "\e61c"; }

.icon-nav-arrow:before {
  content: "\e61d"; }

.icon-soccerball:before {
  content: "\e61e"; }

.icon-x:before {
  content: "\e61f"; }

.icon-nscd-logo:before {
  content: "\e620"; }

.icon-biathalon:before {
  content: "\e600"; }

.icon-bicycling:before {
  content: "\e601"; }

.icon-camp-day:before {
  content: "\e602"; }

.icon-day-camp:before {
  content: "\e602"; }

.icon-camp-night:before {
  content: "\e603"; }

.icon-night-camp:before {
  content: "\e603"; }

.icon-camp:before {
  content: "\e604"; }

.icon-camping:before {
  content: "\e604"; }

.icon-clipboard:before {
  content: "\e605"; }

.icon-group:before {
  content: "\e605"; }

.icon-flyfishing:before {
  content: "\e606"; }

.icon-geocache:before {
  content: "\e607"; }

.icon-hiking:before {
  content: "\e608"; }

.icon-hockey:before {
  content: "\e609"; }

.icon-horse:before {
  content: "\e60a"; }

.icon-kayaking:before {
  content: "\e60b"; }

.icon-metro:before {
  content: "\e60c"; }

.icon-mountain-metro:before {
  content: "\e60d"; }

.icon-mountain:before {
  content: "\e60e"; }

.icon-paddle-board:before {
  content: "\e60f"; }

.icon-rafting:before {
  content: "\e610"; }

.icon-climbing:before {
  content: "\e611"; }

.icon-sailing:before {
  content: "\e612"; }

.icon-ski:before {
  content: "\e613"; }

.icon-snowboard:before {
  content: "\e614"; }

.icon-snowboarding:before {
  content: "\e614"; }

.icon-veteran:before {
  content: "\e615"; }

.icon-military:before {
  content: "\e615"; }

.icon-xcountry:before {
  content: "\e616"; }

.icon-x-country-ski:before {
  content: "\e616"; }

*:focus {
  outline: 0; }

html,
body {
  height: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #000; }

#site {
  overflow: auto;
  min-height: calc(100% - 130px);
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 50%, #efefef 100%);
  background-position-y: bottom; }

img {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000; }

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.125em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  margin-bottom: 0.35em; }
  h1 .blue {
    color: #64DDED; }
  @media (max-width: 630px) {
    h1 {
      font-size: 1.8em; } }
h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }
  @media (max-width: 1020px) {
    h2 {
      margin-bottom: .3em; } }
h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.16em;
  font-weight: 700; }
  h3.blue {
    color: #00AED3; }

h4 {
  margin-bottom: 0.375em;
  color: #000;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }

.blue {
  color: #00AED3; }

p {
  font-size: 1.125em;
  line-height: 1.625em;
  margin-top: 0; }
  p .blue {
    color: #00AED3; }

.beta li {
  font-size: 0.875em; }

.page-content ul {
  overflow: hidden; }

.summary-stat {
  background: url(../images/bg-brush-stroke-lg-red.svg) no-repeat;
  background-size: 100% 95%;
  padding: 30px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  color: #fff;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1020px) {
    .summary-stat {
      display: block;
      background: transparent; } }
  .summary-stat .stat {
    width: 200px;
    font-size: 5.375rem;
    font-weight: 600;
    padding: 0 30px 0 60px;
    color: #fff; }
    @media (max-width: 1020px) {
      .summary-stat .stat {
        display: none; } }
  .summary-stat .stat-description {
    flex-grow: 1;
    padding-right: 60px; }
    @media (max-width: 1020px) {
      .summary-stat .stat-description {
        text-align: center;
        padding-right: 0; } }
    .summary-stat .stat-description h3 {
      color: #fff;
      font-size: 1.375rem;
      line-height: 1.8rem; }
      @media (max-width: 1020px) {
        .summary-stat .stat-description h3 {
          color: #000; } }
      .summary-stat .stat-description h3.large {
        font-size: 1.875rem; }

hr,
.events hr {
  background: #B3B3B3;
  height: 3px;
  margin: 0.4375em 0;
  margin: 1em 2px 1em 2px;
  clear: both;
  border: none; }

a {
  color: #00AED3;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  transition: compact(all 0.15s linear 0); }
  a:visited {
    color: #00AED3; }
  a:hover {
    text-decoration: none; }
  a.learn-more-link {
    color: #000;
    margin-top: 1rem;
    padding-right: 14px;
    background: url("../images/icon-carot-right.png") no-repeat center right;
    background-size: 8px;
    font-weight: 600;
    text-transform: uppercase; }
    a.learn-more-link:hover {
      color: #00AED3; }
  a.video-button {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01px;
    text-align: left;
    background: url("../images/graphic_play-button.png") no-repeat;
    transition: all 0.2s linear;
    background-size: 38px;
    background-position: left center;
    padding: 8px 0 8px 45px; }
    a.video-button:hover {
      background-image: url("../images/graphic_play-button-hover.png");
      transition: all 0.2s linear;
      color: #C1C1C1; }

.button,
a.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: url(../images/bg-brush-stroke-bl.png) no-repeat;
  background-size: 100% 95%;
  padding: 10px 30px;
  transition: color 0.15s ease-in; }
  .button:hover,
  a.button:hover {
    color: #cc0033; }
  .button:visited,
  a.button:visited {
    color: #fff; }
  .button.red,
  a.button.red {
    background-image: url(../images/bg-brush-stroke-sm-r.png); }
    .button.red:hover,
    a.button.red:hover {
      color: #000; }
  .button.blue,
  a.button.blue {
    background-image: url(../images/bg-brush-stroke-blue.png); }
  .button.white,
  a.button.white {
    background-image: url(../images/bg-brush-stroke-wt.png);
    color: #000; }
    .button.white:hover,
    a.button.white:hover {
      color: #cc0033; }

/* Global Site Elements */
body,
html,
.site {
  width: 100%;
  height: 100%; }

body {
  background: #fff; }

.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 960px; }
  @media (min-width: 1020px) {
    .container {
      max-width: 980px; } }
  @media (min-width: 1140px) {
    .container {
      max-width: 1020px; } }
.preload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -20000em; }

.columns {
  overflow: auto;
  overflow: visible; }

.hidden {
  display: none; }

.mobile-only {
  display: none; }
  @media (max-width: 630px) {
    .mobile-only {
      display: block; } }
.icon {
  width: 56px;
  height: 56px;
  font-size: 32px;
  background: #00AED3;
  border-radius: 50%;
  line-height: 56px;
  display: inline-block;
  color: #fff; }

.icon.large {
  width: 90px;
  height: 90px;
  font-size: 54px;
  line-height: 90px; }

img.alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em; }

img.alignleft {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em; }

img.responsive {
  width: 100%;
  height: auto; }

.social-block {
  width: 100%;
  background: #09295B;
  text-align: center;
  position: relative;
  overflow: auto; }
  .social-block .social-title,
  .social-block .separator-image {
    float: left; }
  @media (min-width: 980px) {
    .social-block .social-title {
      margin-right: 20px; } }
  @media (max-width: 1020px) {
    .social-block .social-title {
      display: none; } }
  .social-block .social-title p {
    color: #fff;
    font-size: 0.6875em;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: left; }
  .social-block .social-title h1 {
    font-family: "Roboto Condensed", sans-serif;
    text-align: left;
    margin-top: 6px;
    margin-left: 70px; }
    @media (max-width: 1020px) {
      .social-block .social-title h1 {
        margin-left: 0; } }
  .social-block .separator-image {
    width: 130px;
    background: inline-image("../images/right_arrow_thin.png") no-repeat 0 13px;
    padding-left: 5px;
    display: none; }
    @media (min-width: 980px) {
      .social-block .separator-image {
        display: block; } }
  .social-block .hashtag {
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    font-style: italic;
    line-height: 42px;
    padding: 25px 20px;
    padding-bottom: 0; }
    @media (max-width: 1020px) {
      .social-block .hashtag {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media (max-width: 630px) {
      .social-block .hashtag {
        padding-top: 10px;
        padding-bottom: 20px; } }
    @media (min-width: 1020px) {
      .social-block .hashtag {
        font-size: 1.625em;
        padding: 32px; } }
.social-icons {
  float: right; }
  @media (max-width: 630px) {
    .social-icons {
      float: none; } }
  .social-icons a {
    display: inline-block;
    margin-left: 8px;
    margin-top: 30px; }
    .social-icons a:first-child {
      margin-left: 0; }
    @media (max-width: 1020px) {
      .social-icons a {
        margin-top: 18px; } }
    @media (min-width: 1020px) {
      .social-icons a {
        margin-left: 15px; } }
    .social-icons a img {
      width: 36px;
      height: auto; }
      @media (min-width: 1020px) {
        .social-icons a img {
          width: 42px; } }
.page {
  width: 100%;
  overflow-x: hidden; }

.search h2 {
  margin-bottom: 1em; }

.search h4 {
  margin-top: 0; }

.search .hentry {
  margin-bottom: 1em; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem; }

.partner-logo-grid {
  border-bottom: 3px solid #B3B3B3;
  padding-bottom: 1rem; }
  .partner-logo-grid:last {
    border-bottom: none; }
  .partner-logo-grid > div {
    padding: 1rem;
    display: grid; }
    .partner-logo-grid > div::before {
      content: "";
      padding-bottom: 100%;
      display: block;
      grid-area: 1 / 1 / 2 / 2; }
    .partner-logo-grid > div img {
      grid-area: 1 / 1 / 2 / 2;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .partner-logo-grid > div a {
      grid-area: 1 / 1 / 2 / 2; }

.overlay-message {
  display: none;
  max-width: 600px; }

/* Header and Nav Elements */
header.site-header {
  transition: compact(all 0.25s linear 0);
  width: 100%;
  top: 0px;
  background: #fff;
  height: 80px;
  position: fixed;
  z-index: 1001;
  box-shadow: compact(2px 0 2px 1px rgba(0, 0, 0, 0.15)); }
  @media (max-width: 1020px) {
    header.site-header nav.desktop {
      display: none; } }
  header.site-header nav.mobile {
    display: none; }
    @media (max-width: 1020px) {
      header.site-header nav.mobile {
        display: block; } }
  @media (max-width: 1020px) {
    header.site-header .container {
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 2; } }
  header.site-header .mobile-trigger, header.site-header .mobile-close {
    display: none;
    position: absolute;
    right: 23px;
    top: 28px;
    padding-right: 32px;
    line-height: 25px;
    height: 23px;
    color: #393C3D;
    z-index: 5; }
  header.site-header .mobile-trigger {
    color: #393C3D;
    background: url("../images/ico_hamburger.svg") center right no-repeat;
    background-size: 22px 14px;
    cursor: pointer; }
    header.site-header .mobile-trigger .no-svg {
      background-image: url("../images/ico_hamburger.png"); }
    @media (max-width: 1020px) {
      header.site-header .mobile-trigger {
        display: block; }
        .mobile-nav-open header.site-header .mobile-trigger {
          display: none; } }
  header.site-header .mobile-close {
    background: url("../images/ico_close.svg") center right no-repeat; }
    header.site-header .mobile-close .no-svg {
      background-image: url("../images/ico_close@2x.png"); }
    @media (max-width: 1020px) {
      header.site-header .mobile-close {
        display: none; }
        .mobile-nav-open header.site-header .mobile-close {
          display: block; } }
  header.site-header .logo {
    min-width: 200px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    position: absolute;
    z-index: 5;
    height: 80px;
    top: 0px;
    left: 23px;
    background: #fff; }
    header.site-header .logo img {
      height: 60px;
      margin-top: 10px; }
    @media (max-width: 1020px) {
      header.site-header .logo {
        width: 100%; } }
  header.site-header .contact-button, header.site-header .calendar-button {
    display: block;
    position: absolute;
    top: 60px;
    right: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    background-color: #B3B3B3;
    text-decoration: none;
    z-index: 3; }
    @media (max-width: 1020px) {
      header.site-header .contact-button, header.site-header .calendar-button {
        display: none; } }
  header.site-header .calendar-button {
    font-size: 1.75em;
    line-height: 1.78em;
    right: 80px;
    color: #000;
    background: #cecece; }
  header.site-header .contact-button {
    font-size: 1.375em;
    line-height: 1.98em; }
  header.site-header .search-box {
    transition: compact(all 0.25s linear 0);
    float: right;
    position: relative;
    margin-top: 20px;
    z-index: 4;
    display: none; }
    @media (min-width: 1280px) {
      header.site-header .search-box {
        display: block; } }
    header.site-header .search-box form {
      display: inline; }
    header.site-header .search-box input[type=text] {
      position: absolute;
      right: 45px;
      top: 8px;
      background: transparent;
      border: 1px solid #efefef;
      width: 135px;
      height: 20px;
      line-height: 20px;
      font-size: 1em;
      color: #C1C1C1;
      padding-left: 0.5em;
      padding-top: 0.15em;
      font-weight: 400; }
      header.site-header .search-box input[type=text]::placeholder {
        color: #393C3D; }
    header.site-header .search-box input[type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url("../images/ico_magnifying_glass.png") no-repeat transparent;
      border: none;
      background-position-x: right; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header.site-header .search-box input[type=submit] {
          background-image: url("../images/ico_magnifying_glass.png"); } }
nav.main-nav {
  transition: compact(all 0.5s linear 0); }
  @media (max-width: 1020px) {
    nav.main-nav {
      position: absolute;
      top: 60px;
      transform: translateY(-102%);
      background: #fff;
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      padding-top: 20px; } }
  .mobile-nav-open nav.main-nav {
    transform: translateY(0);
    z-index: 4; }
  nav.main-nav ul {
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 60px; }
    @media (max-width: 1020px) {
      nav.main-nav ul {
        float: none; } }
    nav.main-nav ul li {
      position: relative;
      display: block;
      float: left;
      padding-left: 30px;
      height: 40px;
      list-style: none;
      padding-top: 20px;
      padding-bottom: 20px;
      transition: compact(all 0.25s linear 0);
      background-position: 15px center; }
      @media (max-width: 1020px) {
        nav.main-nav ul li {
          padding-left: 23px;
          padding-top: 0;
          padding-bottom: 0; } }
      nav.main-nav ul li a {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: 700; }
      nav.main-nav ul li.menu-item-has-children {
        padding-right: 26px;
        background: url("../images/ico_arrow_down.svg") no-repeat right center;
        background-size: 14px; }
      nav.main-nav ul li.current-menu-item, nav.main-nav ul li:hover {
        color: #393C3D;
        text-decoration: none;
        background-position: 15px center; }
        @media (max-width: 1020px) {
          nav.main-nav ul li.current-menu-item, nav.main-nav ul li:hover {
            background: transparent; } }
        nav.main-nav ul li.current-menu-item a, nav.main-nav ul li:hover a {
          color: #393C3D; }
      nav.main-nav ul li.menu-item-has-children {
        padding-right: 22px;
        background: url("../images/ico_arrow_down.svg") no-repeat right center;
        background-size: 14px; }
      @media (max-width: 1020px) {
        nav.main-nav ul li {
          display: block;
          margin: 0.25em 0;
          line-height: 0.75em;
          float: none;
          height: auto; }
          nav.main-nav ul li:last-child {
            display: block; } }
      nav.main-nav ul li.mobile-only {
        display: none; }
        @media (max-width: 1020px) {
          nav.main-nav ul li.mobile-only {
            display: block; } }
      nav.main-nav ul li a {
        font-size: 1em;
        line-height: 40px;
        vertical-align: middle;
        color: #000;
        text-decoration: none;
        transition: compact(all 0.15s linear 0); }
        nav.main-nav ul li a:hover {
          color: #cc0033; }
      nav.main-nav ul li.highlight > a {
        color: #fff;
        background: url(../images/bg-brush-stroke-sm-r.png) no-repeat;
        background-size: 100% 95%;
        padding: 10px 30px; }
        nav.main-nav ul li.highlight > a:hover {
          color: #B3B3B3; }
      nav.main-nav ul li.highlight.highlight-blue > a {
        background-image: url(../images/bg-brush-stroke-blue.png); }
      nav.main-nav ul li.highlight.menu-item-has-children {
        padding-right: 30px;
        background: none;
        background-repeat: no-repeat; }
      nav.main-nav ul li:hover ul {
        display: block;
        opacity: 1;
        -webkit-animation: fadeInFromNone 0.25s ease-out;
        -moz-animation: fadeInFromNone 0.25s ease-out;
        -o-animation: fadeInFromNone 0.25s ease-out;
        animation: fadeInFromNone 0.25s ease-out; }
      nav.main-nav ul li.current-menu-item a {
        color: #cc0033; }
      nav.main-nav ul li ul {
        display: none;
        opacity: 0;
        position: absolute;
        z-index: 10;
        padding: 16px 0;
        top: 79px;
        left: 0px;
        list-style: none;
        background: #00AED3;
        width: 180px;
        overflow: auto; }
        @media (max-width: 1020px) {
          nav.main-nav ul li ul {
            display: none; } }
        nav.main-nav ul li ul li {
          list-style: none;
          display: block;
          padding: 14px;
          float: none;
          margin: 0;
          padding: 0 2px;
          height: auto;
          color: #393C3D; }
          nav.main-nav ul li ul li:last-child {
            border-bottom: none; }
          nav.main-nav ul li ul li.current-menu-item a, nav.main-nav ul li ul li:hover a {
            color: #cc0033 !important; }
          nav.main-nav ul li ul li a {
            display: block;
            font-size: 0.8125em;
            color: #fff !important;
            line-height: 1.4em;
            padding: 4px 14px;
            transition: color 0.15s ease-in; }
            nav.main-nav ul li ul li a:hover {
              color: #cc0033 !important;
              transition: color 0.15s ease-in; }

.drawer-nav {
  transition: compact(all 0.25s linear 0);
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 9; }
  @media (max-width: 1020px) {
    .drawer-nav {
      display: none; } }
  .drawer-nav a.button {
    width: 92px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    border: 0;
    height: 20px;
    line-height: 20px;
    font-size: 0.875em;
    font-size: 0.75em;
    padding-left: 10px;
    cursor: pointer; }
    @media (min-width: 980px) {
      .drawer-nav a.button {
        width: 124px;
        font-size: 1em; } }
    .drawer-nav a.button:hover {
      height: 68px; }
    .drawer-nav a.button .button-text {
      background-size: 7px 10px;
      padding-left: 16px;
      position: absolute;
      bottom: 10px; }
      @media (min-width: 980px) {
        .drawer-nav a.button .button-text {
          padding-left: 20px; } }
    .drawer-nav a.button.participate {
      background-color: #64DDED;
      left: 30px; }
      .drawer-nav a.button.participate:hover {
        left: 41px; }
      .drawer-nav a.button.participate .button-text {
        color: #00AED3;
        background: url("../images/ico_nav_arrow_blue.svg") no-repeat 4px 4px; }
        .no-svg .drawer-nav a.button.participate .button-text {
          background-image: url("../images/ico_nav_arrow_blue.png"); }
    .drawer-nav a.button.volunteer {
      background-color: #00AED3;
      color: #fff;
      left: 156px;
      width: 95px; }
      .drawer-nav a.button.volunteer:hover {
        left: 167px; }
      @media (min-width: 980px) {
        .drawer-nav a.button.volunteer {
          left: 196px;
          width: 118px; }
          .drawer-nav a.button.volunteer:hover {
            left: 207px; } }
      .drawer-nav a.button.volunteer .button-text {
        background: url("../images/ico_nav_arrow_white.svg") no-repeat 4px 4px; }
        .no-svg .drawer-nav a.button.volunteer .button-text {
          background-image: url("../images/ico_nav_arrow_white.png"); }
    .drawer-nav a.button.donate {
      background-color: #393C3D;
      left: 285px;
      width: 70px; }
      .drawer-nav a.button.donate:hover {
        left: 296px; }
      @media (min-width: 980px) {
        .drawer-nav a.button.donate {
          width: 100px;
          left: 355px; }
          .drawer-nav a.button.donate:hover {
            left: 366px; } }
      .drawer-nav a.button.donate .button-text {
        color: #64DDED;
        background: url("../images/ico_nav_arrow.svg") no-repeat 4px 4px; }
        .no-svg .drawer-nav a.button.donate .button-text {
          background-image: url("../images/ico_nav_arrow.png"); }
    .drawer-nav a.button.sponsor {
      background-color: #B3B3B3;
      left: 389px;
      width: 80px; }
      .drawer-nav a.button.sponsor:hover {
        left: 315px;
        left: 400px; }
      @media (min-width: 980px) {
        .drawer-nav a.button.sponsor {
          width: 102px;
          left: 496px; }
          .drawer-nav a.button.sponsor:hover {
            left: 507px; } }
      .drawer-nav a.button.sponsor .button-text {
        color: #fff;
        background: url("../images/ico_nav_arrow_white.svg") no-repeat 4px 4px; }
        .no-svg .drawer-nav a.button.sponsor .button-text {
          background-image: url("../images/ico_nav_arrow_white.png"); }

.drawer {
  width: 100%;
  background: #B3B3B3;
  position: relative;
  top: 60px;
  padding-bottom: 50px;
  font-size: 20px;
  display: none; }
  .drawer .drawer-interior {
    background: #B3B3B3;
    width: 100%;
    padding-top: 100px; }
  .drawer .close-button {
    width: 40px;
    height: 20px;
    position: absolute;
    right: 40px;
    bottom: -28px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    color: #333;
    background: #B3B3B3;
    z-index: 99;
    cursor: pointer; }
  .drawer ul strong {
    font-weight: normal;
    text-transform: uppercase;
    color: #09295B;
    font-size: 1.1em; }
  .drawer .button {
    float: left;
    margin-right: 15px;
    position: relative;
    top: -5px;
    border-color: #333; }
    .drawer .button a {
      color: #333; }
  .drawer .contact {
    font-weight: bold;
    padding-top: 20px;
    color: #333; }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.footer-social-nav {
  text-align: center;
  padding-top: 10px;
  overflow: auto;
  padding-right: 180px; }
  @media (max-width: 1020px) {
    .footer-social-nav {
      padding-right: 0; } }
.social-nav {
  width: 162px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 0px; }
  @media (max-width: 1020px) {
    .social-nav {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  .social-nav a {
    display: block;
    margin-right: 14px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    text-indent: -1000em;
    background-repeat: no-repeat; }
    @media (max-width: 1020px) {
      .social-nav a {
        margin-right: 14px; } }
    .social-nav a:last-child {
      margin-right: 0; }
    .social-nav a.facebook {
      background-image: url("../images/icon-facebook-gray.svg");
      background-image: url("../images/icon-facebook-gray.png");
      background-size: 16px; }
    .social-nav a.twitter {
      background-image: url("../images/icon-twitter.svg");
      background-image: url("../images/icon-twitter-gray.png");
      background-size: 24px; }
    .social-nav a.youtube {
      background-image: url("../images/icon-youtube-gray.svg");
      background-image: url("../images/icon-youtube-gray.png");
      background-size: 23px; }
    .social-nav a.instagram {
      background-image: url("../images/icon-instagram-gray.svg");
      background-image: url("../images/icon-instagram-gray.png");
      background-size: 21px; }
    .social-nav a.linkedin {
      background-image: url("../images/icon-linked_in-gray.svg");
      background-image: url("../images/icon-linked_in-gray.png"); }

footer.site-footer {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  background: #000;
  color: #fff; }
  @media (max-width: 1020px) {
    footer.site-footer {
      padding-top: 1em;
      height: auto; } }
  footer.site-footer .donate-button a.button {
    width: 100px;
    text-align: center; }
  footer.site-footer .copyright {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.4rem;
    font-size: 0.75rem; }
    @media (max-width: 1020px) {
      footer.site-footer .copyright {
        margin-top: 1em;
        text-align: left; } }
    footer.site-footer .copyright a {
      font-weight: normal;
      color: #00AED3;
      text-decroration: normal; }
      footer.site-footer .copyright a:hover {
        text-decoration: underline; }
  footer.site-footer .partner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px; }
    footer.site-footer .partner-logos img.partner-logo {
      display: block; }
      footer.site-footer .partner-logos img.partner-logo.winterpark {
        width: 98px;
        height: auto; }
      footer.site-footer .partner-logos img.partner-logo.broncos {
        width: 75px;
        height: auto; }
  footer.site-footer .footer-content {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 630px) {
      footer.site-footer .footer-content {
        display: block;
        padding-top: 20px; } }
    footer.site-footer .footer-content h3 {
      color: #fff;
      text-transform: uppercase;
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 400; }
    @media (max-width: 630px) {
      footer.site-footer .footer-content .column {
        width: 100%; } }
    footer.site-footer .footer-content .footer-nav {
      margin-top: 30px; }
      footer.site-footer .footer-content .footer-nav a {
        display: block;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.45em;
        text-transform: uppercase;
        margin-bottom: 2px;
        color: #00AED3;
        transition: compact(all 0.25s ease-in 0 0.2s linear 0); }
        footer.site-footer .footer-content .footer-nav a:hover {
          color: #fff; }
    footer.site-footer .footer-content .footer-logo {
      margin-top: 30px;
      margin-bottom: 30px; }
      footer.site-footer .footer-content .footer-logo img {
        width: 160px;
        height: auto; }
    @media (max-width: 1020px) {
      footer.site-footer .footer-content .social-icons {
        float: none;
        text-align: center; } }
    footer.site-footer .footer-content .social-icons a {
      margin-top: 40px; }
      @media (max-width: 1020px) {
        footer.site-footer .footer-content .social-icons a {
          margin-top: 1em; } }
    footer.site-footer .footer-content .form {
      overflow: auto;
      margin-bottom: 30px; }
      @media (max-width: 630px) {
        footer.site-footer .footer-content .form {
          margin: 10px 10px 0 0; } }
      @media (max-width: 1020px) {
        footer.site-footer .footer-content .form {
          float: none;
          max-width: 100%; } }
      footer.site-footer .footer-content .form input[type=text],
      footer.site-footer .footer-content .form input[type=email] {
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        width: 180px;
        height: 26px !important;
        font-size: 1rem;
        letter-spacing: 0;
        padding: 15px;
        font-family: "Roboto Condensed", sans-serif;
        color: #393C3D; }
        footer.site-footer .footer-content .form input[type=text]::placeholder,
        footer.site-footer .footer-content .form input[type=email]::placeholder {
          color: #B3B3B3; }
        @media (max-width: 1020px) {
          footer.site-footer .footer-content .form input[type=text],
          footer.site-footer .footer-content .form input[type=email] {
            width: 150px; } }
      footer.site-footer .footer-content .form .button {
        -webkit-appearance: none;
        display: inline-block;
        padding: 0 12px;
        font-weight: normal;
        line-height: 30px;
        font-size: 1rem;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #fff;
        background: #cc0033;
        border: none;
        transition: color 0.25s ease-in; }
        footer.site-footer .footer-content .form .button:hover {
          background-color: #AB1225;
          transition: color 0.25s ease-in; }
      footer.site-footer .footer-content .form .gform_fields {
        margin-bottom: 0;
        margin-top: 0; }
      footer.site-footer .footer-content .form .gform_body,
      footer.site-footer .footer-content .form .gform_footer {
        float: left; }
      footer.site-footer .footer-content .form .gform_body input[type=text] {
        height: 25px !important;
        max-width: 260px !important;
        border: 1px solid #B3B3B3;
        color: #393C3D; }
        footer.site-footer .footer-content .form .gform_body input[type=text]::placeholder {
          color: #B3B3B3; }

.featured-partner-container {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .featured-partner-container h2, .featured-partner-container h3, .featured-partner-container p {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.footer-partner-logos .logo-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .footer-partner-logos .logo-wrapper .logo {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    .footer-partner-logos .logo-wrapper .logo img {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle;
      max-width: 140px;
      max-height: 75px;
      height: auto !important; }

.copyright {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.4rem;
  font-size: 0.75rem;
  margin-top: 1rem; }
  @media (max-width: 1020px) {
    .copyright {
      margin-top: 1em;
      text-align: left; } }
  .copyright a {
    font-weight: normal;
    color: #00AED3;
    text-decroration: normal; }
    .copyright a:hover {
      text-decoration: underline; }

.home header.site-header {
  transform: translateY(-80px);
  transition: compact(all 0.5s linear 0); }
  @media (max-width: 1020px) {
    .home header.site-header {
      transform: translateY(0); } }
.home .home-header {
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 1020px) {
    .home .home-header {
      margin-top: 60px; } }
  .home .home-header .home-logo {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
    width: 200px; }
    @media (max-width: 1020px) {
      .home .home-header .home-logo {
        display: none; } }
    .home .home-header .home-logo img {
      width: 100%;
      height: auto; }
  @media (max-width: 1020px) {
    .home .home-header nav.main-nav.home-nav {
      display: none; } }
  .home .home-header nav.main-nav.home-nav ul {
    margin-top: 30px; }
    .home .home-header nav.main-nav.home-nav ul li.menu-item-has-children {
      background-image: url("../images/icon_arrow_down_white.svg"); }
      .home .home-header nav.main-nav.home-nav ul li.menu-item-has-children.highlight {
        background-image: none; }
    .home .home-header nav.main-nav.home-nav ul li a {
      font-size: 1.125rem;
      color: #fff; }
      .home .home-header nav.main-nav.home-nav ul li a:hover {
        color: #B3B3B3; }
    .home .home-header nav.main-nav.home-nav ul li ul {
      margin-top: 0; }
    .home .home-header nav.main-nav.home-nav ul li ul li a {
      color: #393C3D;
      font-size: 0.875rem; }
      .home .home-header nav.main-nav.home-nav ul li ul li a:hover {
        color: #00AED3; }
  .home .home-header .home-banner {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center; }
    @media (max-width: 1020px) {
      .home .home-header .home-banner {
        bottom: 30px; } }
    .home .home-header .home-banner .banner-content h1 {
      font-size: 2rem;
      color: #fff;
      line-height: 1.2em;
      text-transform: uppercase;
      background: url(../images/bg-brush-stroke.png) no-repeat;
      background-size: 100% 95%;
      padding: 30px 30px;
      width: 80%;
      max-width: 840px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 630px) {
        .home .home-header .home-banner .banner-content h1 {
          font-size: 1.75rem; } }
    .home .home-header .home-banner .banner-buttons a.button {
      font-size: 1.375rem; }
      @media (max-width: 1020px) {
        .home .home-header .home-banner .banner-buttons a.button {
          font-size: 1.175rem; } }
      @media (max-width: 630px) {
        .home .home-header .home-banner .banner-buttons a.button {
          display: block;
          margin: 0 auto 12px auto;
          width: 160px;
          font-size: 1rem;
          padding: 8px 35px 8px 15px; } }
    .home .home-header .home-banner .banner-buttons a.button:nth-child(2) {
      margin: 0 20px; }
      @media (max-width: 1020px) {
        .home .home-header .home-banner .banner-buttons a.button:nth-child(2) {
          margin: 0 10px; } }
      @media (max-width: 630px) {
        .home .home-header .home-banner .banner-buttons a.button:nth-child(2) {
          margin: 0 auto 12px auto; } }
.home .programs-feature-block .program-feature {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  min-height: 316px; }
  .home .programs-feature-block .program-feature .container {
    overflow: hidden;
    clear: both; }
  .home .programs-feature-block .program-feature .program-content {
    text-align: left;
    width: 340px;
    padding: 20px;
    background: url(../images/bg-brush-block-bl.png) no-repeat;
    background-size: 100% 100%;
    text-align: center; }
    .home .programs-feature-block .program-feature .program-content .content {
      text-align: left; }
      .home .programs-feature-block .program-feature .program-content .content p {
        line-height: 1.25rem;
        font-size: 1rem; }
    .home .programs-feature-block .program-feature .program-content .title {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.25rem;
      text-align: left;
      margin-bottom: 1rem; }
  .home .programs-feature-block .program-feature a.button {
    margin-left: auto;
    margin-right: auto; }
    .home .programs-feature-block .program-feature a.button:hover {
      color: #cc0033; }
  .home .programs-feature-block .program-feature:nth-child(even) .program-content {
    float: right; }

.home .events-carousel .slick-prev,
.home .events-carousel .slick-next {
  height: 30px;
  width: 20px; }

.home .events-carousel .slick-prev {
  left: -40px;
  background: url("../images/icon_arrow_left.svg") no-repeat center center;
  background-size: 15px; }
  @media (max-width: 630px) {
    .home .events-carousel .slick-prev {
      left: -20px; } }
.home .events-carousel .slick-next {
  right: -40px;
  background: url("../images/icon_arrow_right.svg") no-repeat center center;
  background-size: 15px; }
  @media (max-width: 630px) {
    .home .events-carousel .slick-next {
      right: -20px; } }
.home .homepage-content {
  margin-top: 30px; }
  .home .homepage-content .main-content {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .home .homepage-content .banner-buttons {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px; }
    .home .homepage-content .banner-buttons a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.375rem;
      font-weight: 700;
      width: 218px;
      text-align: center;
      color: #fff;
      background: url(../images/bg-brush-stroke-bl.png) no-repeat;
      background-size: 100% 95%;
      padding: 10px; }
      .home .homepage-content .banner-buttons a:hover {
        color: #B3B3B3; }
    .home .homepage-content .banner-buttons a:nth-child(2) {
      margin: 0 20px;
      background-image: url(../images/bg-brush-stroke-bl-2.png); }
      @media (max-width: 1020px) {
        .home .homepage-content .banner-buttons a:nth-child(2) {
          margin: 0 10px; } }
      @media (max-width: 630px) {
        .home .homepage-content .banner-buttons a:nth-child(2) {
          margin: 0 auto 12px auto; } }
  .home .homepage-content aside {
    text-align: center;
    padding-top: 10px;
    width: 162px;
    margin: 30px auto 60px auto; }
    @media (min-width: 980px) {
      .home .homepage-content aside {
        margin-bottom: 0;
        margin-top: 0;
        margin-bottom: 30px; } }
    .home .homepage-content aside .sponsor-logos {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .home .homepage-content aside .sponsor-logos .sponsor-logo {
        width: 100%;
        max-width: 120px;
        margin: auto; }
        .home .homepage-content aside .sponsor-logos .sponsor-logo img {
          width: 100%;
          height: auto; }
    .home .homepage-content aside .social-nav {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-bottom: 0px; }
      .home .homepage-content aside .social-nav a {
        display: block;
        margin-right: 14px;
        width: 30px;
        height: 30px;
        background-size: 30px;
        text-indent: -1000em; }
        @media (max-width: 1020px) {
          .home .homepage-content aside .social-nav a {
            margin-right: 14px; } }
        .home .homepage-content aside .social-nav a:last-child {
          margin-right: 0; }
        .home .homepage-content aside .social-nav a.facebook {
          background-image: url("../images/icon_facebook.svg");
          background-image: url("../images/icon_facebook@2x.png"); }
        .home .homepage-content aside .social-nav a.twitter {
          background-image: url("../images/icon_twitter.svg");
          background-image: url("../images/icon_twitter@2x.png"); }
        .home .homepage-content aside .social-nav a.youtube {
          background-image: url("../images/icon_youtube.svg");
          background-image: url("../images/icon_youtube@2x.png"); }
        .home .homepage-content aside .social-nav a.instagram {
          background-image: url("../images/icon_instagram.svg");
          background-image: url("../images/icon_instagram@2x.png"); }
        .home .homepage-content aside .social-nav a.linkedin {
          background-image: url("../images/icon_linked_in.svg");
          background-image: url("../images/icon_linked_in@2x.png"); }

.home .three-column-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px; }
  @media (max-width: 630px) {
    .home .three-column-content {
      display: block;
      text-align: center; } }
  .home .three-column-content .column {
    padding: 0 20px; }
    @media (max-width: 630px) {
      .home .three-column-content .column {
        width: 90%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        margin-top: 20px; } }
    .home .three-column-content .column:nth-child(2) {
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
      @media (max-width: 630px) {
        .home .three-column-content .column:nth-child(2) {
          border-left: none;
          border-right: none;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; } }
    .home .three-column-content .column h3 {
      text-transform: uppercase; }

.home.scrolled header.site-header {
  transform: translateY(0); }

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.vidbg-container video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s opacity ease-in-out;
  max-width: none;
  opacity: 0; }

.vidbg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.gform_description {
  letter-spacing: 0.1em; }

.gform_fields {
  list-style: none;
  padding: 0; }
  .gform_fields li {
    list-style: none;
    margin-bottom: 12px; }
    .gform_fields li input[type="text"]::placeholder, .gform_fields li textarea::placeholder, .gform_fields li input[type="email"]::placeholder, .gform_fields li input[type="tel"]::placeholder, .gform_fields li select::placeholder {
      color: #00AED3;
      letter-spacing: 0.1em; }
    @media (min-width: 980px) {
      .gform_fields li input[type="text"], .gform_fields li textarea, .gform_fields li input[type="email"], .gform_fields li input[type="tel"], .gform_fields li select {
        width: 415px; } }
    @media (max-width: 1020px) {
      .gform_fields li input[type="text"], .gform_fields li textarea, .gform_fields li input[type="email"], .gform_fields li input[type="tel"], .gform_fields li select {
        width: 86%; } }
    @media (max-width: 1020px) {
      .gform_fields li input[type="text"], .gform_fields li textarea, .gform_fields li input[type="email"], .gform_fields li input[type="tel"], .gform_fields li select {
        width: 83%; } }
    .gform_fields li textarea {
      height: 260px; }
      @media (min-width: 980px) {
        .gform_fields li textarea {
          width: 395px; } }
      @media (max-width: 1020px) {
        .gform_fields li textarea {
          width: 86%; } }
      @media (max-width: 1020px) {
        .gform_fields li textarea {
          width: 83%; } }
  .gform_fields .gfield_checkbox {
    margin-top: 1em;
    padding-left: 0; }
    .gform_fields .gfield_checkbox li {
      margin-bottom: 0.25em;
      padding-left: 30px;
      background: url("../images/checkbox-open.png") 0 3px no-repeat; }
      .gform_fields .gfield_checkbox li.checked {
        background-image: url("../images/checkbox-checked.png"); }
      .gform_fields .gfield_checkbox li input[type=checkbox] {
        position: absolute;
        left: -9999px; }

.entry-content .gform_fields input[type=text], .entry-content .gform_fields input[type=email], .entry-content .gform_fields input[type=tel], #additional-content .gform_fields input[type=text], #additional-content .gform_fields input[type=email], #additional-content .gform_fields input[type=tel] {
  border: 1px solid #999;
  color: #999;
  width: 100%;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 15px;
  box-sizing: border-box; }

.entry-content .gform_fields textarea, #additional-content .gform_fields textarea {
  border: 1px solid #999;
  color: #999;
  width: 99%;
  width: calc(100% - 22px);
  padding: 10px;
  font-size: 15px; }

.entry-content .gform_fields select, #additional-content .gform_fields select {
  width: 100%;
  font-size: 15px; }

.entry-content label, #additional-content label {
  padding-bottom: 5px;
  color: #00AED3;
  font-family: "AvenirNext Demi", sans-serif; }

.entry-content input[type=submit], #additional-content input[type=submit] {
  transform: none;
  font-family: "Roboto Condensed", sans-serif;
  background: #cc0033;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 35px;
  -webkit-appearance: none;
  float: right;
  font-size: 16px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  .entry-content input[type=submit]:hover, #additional-content input[type=submit]:hover {
    background: #AB1225; }

.gform_fields input[type=text], .gform_fields input[type=email], .gform_fields input[type=tel] {
  border: 1px solid #999;
  color: #999;
  width: 100%;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 15px;
  box-sizing: border-box; }

.gform_fields textarea {
  border: 1px solid #999;
  color: #999;
  width: 99%;
  width: calc(100% - 22px);
  padding: 10px;
  font-size: 15px; }

.gform_fields select {
  width: 100%;
  font-size: 15px; }

label {
  padding-bottom: 5px;
  color: #00AED3;
  font-family: "AvenirNext Demi", sans-serif; }

input[type=submit] {
  transform: none;
  font-family: "Roboto Condensed", sans-serif;
  background: #00AED3;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 35px;
  padding-left: 35px;
  float: right;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  input[type=submit]:hover {
    background: #333; }

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  margin-bottom: 18px;
  width: 100%; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
    width: 100%; }

.dk_toggle {
  border: 1px solid #999;
  color: #333;
  padding: 7px 45px 7px 10px;
  text-shadow: none;
  border-radius: 0;
  position: relative;
  max-width: 100%;
  box-sizing: border-box; }
  .dk_toggle:hover, .dk_toggle:focus {
    border-color: none;
    color: #333; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; }

.dk_focus .dk_toggle {
  border-color: #40b5e2; }

.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    border-color: #999;
    border: 1px solid #999;
    border-radius: 0;
    background: #fff; }

.dk_options a {
  padding: 8px 10px; }

.dk_options a:hover, .dk_options:focus,
.dk_options .dk_option_current a {
  color: #fff;
  text-decoration: none; }

.dk_options li:last-child a {
  border-bottom: none; }

.dk_options .disabled {
  cursor: default; }
  .dk_options .disabled a {
    color: #aaa; }
  .dk_options .disabled:hover, .dk_options .disabled:hover a
.dk_options .disabled:focus, .dk_options .disabled:focus a {
    cursor: default;
    background-color: #fff;
    border-bottom-color: #999;
    text-shadow: none; }

.dk_options_inner {
  max-height: 250px;
  color: #333; }

.dk_container {
  display: none;
  float: left;
  color: #333;
  max-width: 100%; }
  .dk_container a {
    outline: 0;
    color: #333;
    max-width: 100%; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block;
    color: #333; }

.dk_options_inner {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #999;
  padding-left: 15px; }
  .dk_options_inner a {
    color: #333 !important;
    padding: 4px 0; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.banner {
  height: 376px;
  margin-top: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #B3B3B3; }
  .banner.video-banner {
    height: 540px; }
  .banner .banner-content {
    display: flex;
    align-items: flex-end;
    height: 100%; }
    .banner .banner-content h1 {
      text-align: center;
      color: #000;
      font-size: 3.875rem;
      line-height: 4.2rem;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; }
      .banner .banner-content h1.heading-color-white {
        color: #fff; }
      .banner .banner-content h1 em {
        opacity: 0.4;
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal; }

.page-content {
  margin-bottom: 80px;
  margin-top: 60px;
  overflow: auto; }
  .page-content.no-page-banner {
    padding-top: 60px;
    margin-top: 60px; }
  .page-content a {
    color: #00AED3; }
    .page-content a.button {
      color: #fff; }
  .page-content .button a {
    color: #fff; }
  .page-content li {
    margin-bottom: 0.65em; }
  .page-content .button,
  .page-content a.button {
    margin-top: 1.125em;
    margin-bottom: 1.125em; }
    .page-content .button .button-text,
    .page-content a.button .button-text {
      font-family: "Roboto Condensed", sans-serif;
      color: #393C3D;
      letter-spacing: 0;
      line-height: 0.8125; }
    .page-content .button.blue,
    .page-content a.button.blue {
      background-color: #09295B;
      color: #fff; }
    .page-content .button.gray,
    .page-content a.button.gray {
      background-color: #B3B3B3;
      color: #fff; }
  @media (max-width: 630px) {
    .page-content img {
      width: 100%;
      height: auto; } }
  .page-content .alpha {
    display: inline-block;
    float: left;
    margin-right: 2em;
    max-width: 25%; }
    @media (max-width: 1020px) {
      .page-content .alpha {
        float: none;
        display: block;
        max-width: 100%;
        margin-right: 0;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 16px; } }
  .page-content .beta {
    overflow: visible;
    width: 75%;
    float: right; }
    @media (max-width: 1020px) {
      .page-content .beta {
        float: none;
        width: 90%;
        margin-left: 5%; } }
  .page-content h2.page-title {
    margin-top: 0;
    text-transform: uppercase;
    color: #00AED3; }
  .page-content table {
    margin-bottom: 1.5em;
    width: 100%;
    border: none;
    border-spacing: 0; }
    .page-content table tr {
      border: none; }
    .page-content table td,
    .page-content table th {
      border: none;
      border-right: 2px solid #fff;
      color: #000;
      font-size: 0.875em;
      padding: 8px;
      margin: 0; }
    .page-content table th {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      background-color: #8C9293;
      text-align: left;
      color: #fff; }
    .page-content table td {
      font-family: "Roboto Condensed", sans-serif;
      color: #000;
      background-color: #AABBBC; }
    .page-content table tr:nth-child(odd) td {
      background-color: #D3E3E5; }
  .page-content ul.ai1ec-nav {
    overflow: visible; }

.programs-by-season-nav,
.volunteers-by-season-nav {
  padding-top: 0;
  padding-left: 0;
  list-style: none;
  background-size: 9px 12px;
  margin-top: 0; }
  .programs-by-season-nav li,
  .volunteers-by-season-nav li {
    margin-bottom: 1em;
    text-transform: uppercase;
    max-width: 200px; }
    .programs-by-season-nav li .parent,
    .volunteers-by-season-nav li .parent {
      cursor: pointer;
      color: #00AED3;
      font-weight: 600; }
      @media (max-width: 630px) {
        .programs-by-season-nav li .parent,
        .volunteers-by-season-nav li .parent {
          display: none; } }
    .programs-by-season-nav li.current-page-item > a,
    .programs-by-season-nav li.current-page-item .parent,
    .volunteers-by-season-nav li.current-page-item > a,
    .volunteers-by-season-nav li.current-page-item .parent {
      color: #393C3D; }
  .programs-by-season-nav .programs-by-season-subnav,
  .programs-by-season-nav .volunteers-by-season-subnav,
  .volunteers-by-season-nav .programs-by-season-subnav,
  .volunteers-by-season-nav .volunteers-by-season-subnav {
    transition: compact(all 0 ease-in 0);
    font-family: "Roboto Condensed", sans-serif;
    list-style: none;
    padding-top: 0.25em;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0.5em;
    max-height: 0;
    overflow: hidden; }
    .programs-by-season-nav .programs-by-season-subnav.open,
    .programs-by-season-nav .volunteers-by-season-subnav.open,
    .volunteers-by-season-nav .programs-by-season-subnav.open,
    .volunteers-by-season-nav .volunteers-by-season-subnav.open {
      max-height: 700px;
      transition: compact(all 0.5s ease-in 0); }
    .programs-by-season-nav .programs-by-season-subnav h5,
    .programs-by-season-nav .volunteers-by-season-subnav h5,
    .volunteers-by-season-nav .programs-by-season-subnav h5,
    .volunteers-by-season-nav .volunteers-by-season-subnav h5 {
      margin: 10px 0 5px; }
    .programs-by-season-nav .programs-by-season-subnav li,
    .programs-by-season-nav .volunteers-by-season-subnav li,
    .volunteers-by-season-nav .programs-by-season-subnav li,
    .volunteers-by-season-nav .volunteers-by-season-subnav li {
      max-width: 100%;
      background: transparent;
      padding-left: 0;
      font-size: 0.875em;
      line-height: 1.2em;
      margin-bottom: .75em;
      text-transform: none;
      padding-left: 20px;
      background: url("../images/icon_arrow_right.svg") no-repeat 0 2px;
      background-size: 8px;
      text-transform: uppercase; }
      .programs-by-season-nav .programs-by-season-subnav li.current-program a,
      .programs-by-season-nav .volunteers-by-season-subnav li.current-program a,
      .volunteers-by-season-nav .programs-by-season-subnav li.current-program a,
      .volunteers-by-season-nav .volunteers-by-season-subnav li.current-program a {
        font-weight: 600;
        color: #393C3D; }
      .programs-by-season-nav .programs-by-season-subnav li a,
      .programs-by-season-nav .volunteers-by-season-subnav li a,
      .volunteers-by-season-nav .programs-by-season-subnav li a,
      .volunteers-by-season-nav .volunteers-by-season-subnav li a {
        color: #000;
        text-decoration: none;
        font-family: "Roboto Condensed", sans-serif; }
        .programs-by-season-nav .programs-by-season-subnav li a:hover,
        .programs-by-season-nav .volunteers-by-season-subnav li a:hover,
        .volunteers-by-season-nav .programs-by-season-subnav li a:hover,
        .volunteers-by-season-nav .volunteers-by-season-subnav li a:hover {
          color: #00AED3; }

@media (max-width: 1020px) {
  .sidebar {
    padding-top: .6em;
    padding-bottom: .4em;
    background: #efefef; } }

.sidebar .menu {
  padding: 0;
  margin-top: 0.25em; }
  .sidebar .menu li {
    display: none; }
    .sidebar .menu li.current_page_item.menu-item-has-children, .sidebar .menu li.current-menu-ancestor.menu-item-has-children {
      display: block;
      margin-bottom: 1em;
      text-transform: uppercase;
      background-size: 9px 12px; }
      .sidebar .menu li.current_page_item.menu-item-has-children > a, .sidebar .menu li.current-menu-ancestor.menu-item-has-children > a {
        font-weight: 600; }
      @media (max-width: 1020px) {
        .sidebar .menu li.current_page_item.menu-item-has-children, .sidebar .menu li.current-menu-ancestor.menu-item-has-children {
          background: none; } }
      .sidebar .menu li.current_page_item.menu-item-has-children .sub-menu, .sidebar .menu li.current-menu-ancestor.menu-item-has-children .sub-menu {
        margin-top: 0.35em;
        display: block;
        color: #000;
        background: transparent;
        padding: 0; }
        .sidebar .menu li.current_page_item.menu-item-has-children .sub-menu li, .sidebar .menu li.current-menu-ancestor.menu-item-has-children .sub-menu li {
          display: block;
          background: transparent;
          padding-left: 0;
          font-size: 0.875em;
          line-height: 1.2em;
          margin-bottom: .5em;
          text-transform: none; }
          .sidebar .menu li.current_page_item.menu-item-has-children .sub-menu li a, .sidebar .menu li.current-menu-ancestor.menu-item-has-children .sub-menu li a {
            color: #000;
            text-decoration: none;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: none; }
            .sidebar .menu li.current_page_item.menu-item-has-children .sub-menu li a:hover, .sidebar .menu li.current-menu-ancestor.menu-item-has-children .sub-menu li a:hover {
              color: #00AED3; }
          .sidebar .menu li.current_page_item.menu-item-has-children .sub-menu li.current-menu-item a, .sidebar .menu li.current-menu-ancestor.menu-item-has-children .sub-menu li.current-menu-item a {
            color: #cc0033; }

@media (min-width: 1140px) {
  .page-template-template-volunteers .container {
    max-width: 1380px; } }

.page-template-template-volunteers .page-content .beta {
  overflow: auto;
  float: none;
  width: auto; }

.page-template-template-volunteers #additional-content {
  width: 22%;
  float: right;
  padding-left: 3%;
  margin-left: 3%;
  border-left: 6px solid #00AED3; }
  @media (max-width: 1020px) {
    .page-template-template-volunteers #additional-content {
      width: 100%;
      float: none;
      border-left: 0;
      padding-left: 0;
      margin-left: 0; } }
.page-template-form-page-php h1 {
  color: #00AED3;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 15px; }

.page-template-form-page-php #content {
  width: 65%;
  float: left; }
  @media (max-width: 1020px) {
    .page-template-form-page-php #content {
      width: 100%;
      float: none; } }
.page-template-form-page-php #additional-content {
  width: 27%;
  float: right;
  padding-left: 4%;
  border-left: 6px solid #00AED3; }
  @media (max-width: 1020px) {
    .page-template-form-page-php #additional-content {
      width: 100%;
      float: none;
      border-left: 0;
      padding-left: 0; } }
.slide img {
  display: block;
  width: 100% !important;
  height: auto !important; }

.carousel {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px; }
  @media (max-width: 630px) {
    .carousel {
      margin-left: 30px;
      margin-right: 30px; } }
  .carousel .slick-track {
    display: flex !important; }
  .carousel .slick-slide {
    height: auto; }
  .carousel .slick-slide > div {
    height: 100%;
    height: calc(100% - 20px); }
  .carousel .carousel-item {
    height: 100%; }
    .carousel .carousel-item .carousel-card {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 30px;
      min-height: 390px;
      height: 100%;
      background-color: #00AED3; }
      .carousel .carousel-item .carousel-card .carousel-photo {
        width: 100%;
        height: 230px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center; }
      .carousel .carousel-item .carousel-card .carousel-content {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: #00AED3;
        font-size: 1em;
        color: #000; }
        @media (max-width: 630px) {
          .carousel .carousel-item .carousel-card .carousel-content {
            font-size: 0.75em; } }
        .carousel .carousel-item .carousel-card .carousel-content h3 {
          color: #fff;
          text-transform: uppercase; }
        .carousel .carousel-item .carousel-card .carousel-content .icon {
          float: left;
          display: none; }
        .carousel .carousel-item .carousel-card .carousel-content .title {
          margin: 0;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 0.5em;
          font-weight: 600; }
        .carousel .carousel-item .carousel-card .carousel-content .details {
          margin: 0; }
        .carousel .carousel-item .carousel-card .carousel-content .read-more-link {
          margin-top: 0.25em; }
        .carousel .carousel-item .carousel-card .carousel-content .content {
          margin-top: 6px;
          color: #000; }
          .carousel .carousel-item .carousel-card .carousel-content .content a {
            color: #cc0033; }
            .carousel .carousel-item .carousel-card .carousel-content .content a:hover {
              color: #AB1225; }
        .carousel .carousel-item .carousel-card .carousel-content .action-button {
          width: 100%;
          text-align: center; }
          .carousel .carousel-item .carousel-card .carousel-content .action-button .button.white {
            margin-left: auto;
            margin-right: auto; }
        .carousel .carousel-item .carousel-card .carousel-content p a {
          color: #64DDED; }
          .carousel .carousel-item .carousel-card .carousel-content p a:hover {
            color: #00AED3; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 20px;
  background: url("../images/icon_arrow_left_white.svg") no-repeat center center;
  background-size: 20px;
  z-index: 100; }

.slick-next {
  right: 20px;
  background: url("../images/icon_arrow_right_white.svg") no-repeat center center;
  background-size: 20px;
  z-index: 100; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 30px;
        line-height: 20px;
        text-align: center;
        color: #B3B3B3;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #393C3D;
      opacity: 0.75; }

.features .feature {
  position: relative;
  height: 75%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .features .feature.donate {
    height: 100%; }
  @media (max-width: 630px) {
    .features .feature:first-child .info-block.top_right {
      top: 25px;
      right: 7%; }
      .features .feature:first-child .info-block.top_right img {
        width: 160px !important; } }
  .features .feature .feature-mobile-image {
    display: none;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 630px) {
      .features .feature .feature-mobile-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .features .feature .info-block {
    position: absolute;
    width: 350px; }
    @media (max-width: 630px) {
      .features .feature .info-block h1 {
        font-size: 1.4em; } }
    @media (max-width: 630px) {
      .features .feature .info-block {
        width: 90%; } }
    .features .feature .info-block.top_left {
      left: 110px;
      top: 110px; }
      @media (max-width: 630px) {
        .features .feature .info-block.top_left {
          top: 4px;
          left: 5%; } }
    .features .feature .info-block.top_right {
      top: 110px;
      right: 50px;
      text-align: right; }
      @media (max-width: 630px) {
        .features .feature .info-block.top_right {
          top: 20px;
          right: 5%; } }
    .features .feature .info-block.bottom_right {
      bottom: 110px;
      right: 100px;
      text-align: right; }
      @media (max-width: 630px) {
        .features .feature .info-block.bottom_right {
          right: 5%; } }
    .features .feature .info-block.bottom_left {
      bottom: 110px;
      left: 110px; }
      @media (max-width: 630px) {
        .features .feature .info-block.bottom_left {
          left: 5%; } }
    .features .feature .info-block .cta {
      display: inline-block; }
      .features .feature .info-block .cta .button {
        margin-right: 15px;
        font-style: italic;
        font-size: 1.5em; }
        @media (max-width: 630px) {
          .features .feature .info-block .cta .button {
            font-size: 0.825em;
            padding: 10px 12px; } }
    .features .feature .info-block .cta-subtext {
      display: block;
      padding-top: .5em;
      font-size: 0.8125em;
      width: 100%;
      text-align: right;
      color: #64DDED; }
      @media (max-width: 630px) {
        .features .feature .info-block .cta-subtext {
          font-weight: bold;
          font-size: 0.725em; } }
  .features .feature h1 {
    font-family: "Roboto Condensed", sans-serif; }

.flexslider {
  position: relative;
  margin-top: -60px !important;
  overflow: auto; }
  .flexslider .slides {
    list-style: none;
    padding: 0; }
    .flexslider .slides img {
      height: auto; }
  .flexslider .flex-direction-nav {
    list-style: none; }
    .flexslider .flex-direction-nav .flex-prev,
    .flexslider .flex-direction-nav .flex-next {
      background: url(../images/slider-arrows.png) no-repeat 0 0;
      left: 15px;
      width: 35px;
      top: 50%;
      margin-top: -75px;
      height: 150px;
      text-indent: -500px;
      overflow: hidden;
      opacity: .8; }
      .flexslider .flex-direction-nav .flex-prev:before,
      .flexslider .flex-direction-nav .flex-next:before {
        content: ""; }
      @media (max-width: 630px) {
        .flexslider .flex-direction-nav .flex-prev,
        .flexslider .flex-direction-nav .flex-next {
          display: none; } }
    .flexslider .flex-direction-nav .flex-next {
      background-position: -60px 0;
      right: 10px;
      left: auto;
      text-indent: 500px; }

.flex-direction-nav {
  list-style: none; }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    background: url(../images/slider-arrows.png) no-repeat 0 0;
    left: 15px;
    width: 35px;
    top: 30%;
    height: 150px;
    text-indent: -500px;
    overflow: hidden;
    opacity: .8;
    position: absolute;
    z-index: 20; }
    .flex-direction-nav .flex-prev:before,
    .flex-direction-nav .flex-next:before {
      content: ""; }
    @media (max-width: 630px) {
      .flex-direction-nav .flex-prev,
      .flex-direction-nav .flex-next {
        width: 18px;
        background-size: 45px 49px; } }
  .flex-direction-nav .flex-next {
    background-position: -60px 0;
    right: 10px;
    left: auto;
    text-indent: 500px; }
    @media (max-width: 630px) {
      .flex-direction-nav .flex-next {
        background-position: -30px 0; } }
.caption {
  background: #C1C1C1;
  padding: 15px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 630px) {
    .caption {
      width: auto; } }
  .caption p {
    width: 48%;
    float: left; }
    @media (max-width: 630px) {
      .caption p {
        width: auto;
        float: none; } }
  .caption .buttons {
    width: 50%;
    float: right; }
    @media (max-width: 630px) {
      .caption .buttons {
        width: auto;
        float: none;
        margin-top: 18px; } }
    .caption .buttons .button {
      margin-top: 0 !important;
      margin-left: 6px; }

.programs-sidebar .nav-title,
.volunteers-sidebar .nav-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  background: #00AED3;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 10px; }

.page-template-template-programs-php .slides,
.page-template-template-volunteers-php .slides {
  background: #C1C1C1; }

.page-template-template-programs-php .flexslider,
.page-template-template-volunteers-php .flexslider {
  overflow: auto; }

.page-template-template-programs-php .page-content,
.page-template-template-volunteers-php .page-content {
  margin-bottom: 0; }
  .page-template-template-programs-php .page-content p,
  .page-template-template-volunteers-php .page-content p {
    margin: 0; }
  @media (max-width: 1020px) {
    .page-template-template-programs-php .page-content .beta,
    .page-template-template-volunteers-php .page-content .beta {
      margin-top: 90px; } }
.page-template-template-programs-php .season-block,
.page-template-template-volunteers-php .season-block {
  background: #64DDED;
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 630px) {
    .page-template-template-programs-php .season-block,
    .page-template-template-volunteers-php .season-block {
      padding: 30px 0; } }
  .page-template-template-programs-php .season-block:nth-child(even) .programs-list .program .program-name,
  .page-template-template-volunteers-php .season-block:nth-child(even) .programs-list .program .program-name {
    color: #393C3D; }
  .page-template-template-programs-php .season-block:nth-child(even) .content .description p,
  .page-template-template-volunteers-php .season-block:nth-child(even) .content .description p {
    color: #393C3D; }
  .page-template-template-programs-php .season-block:nth-child(odd),
  .page-template-template-volunteers-php .season-block:nth-child(odd) {
    background: #393C3D; }
    .page-template-template-programs-php .season-block:nth-child(odd) .content .description,
    .page-template-template-volunteers-php .season-block:nth-child(odd) .content .description {
      border-bottom: 1px solid #C1C1C1; }
      .page-template-template-programs-php .season-block:nth-child(odd) .content .description .title,
      .page-template-template-volunteers-php .season-block:nth-child(odd) .content .description .title {
        color: #C1C1C1; }
  .page-template-template-programs-php .season-block .thumbnail,
  .page-template-template-volunteers-php .season-block .thumbnail {
    float: left;
    margin-right: 25px;
    margin-bottom: .5em;
    width: 210px; }
    @media (max-width: 630px) {
      .page-template-template-programs-php .season-block .thumbnail,
      .page-template-template-volunteers-php .season-block .thumbnail {
        float: none;
        margin-right: 0;
        width: 100%; } }
    .page-template-template-programs-php .season-block .thumbnail img,
    .page-template-template-volunteers-php .season-block .thumbnail img {
      width: 100%;
      height: auto; }
  .page-template-template-programs-php .season-block .content,
  .page-template-template-volunteers-php .season-block .content {
    overflow: auto; }
    .page-template-template-programs-php .season-block .content .description,
    .page-template-template-volunteers-php .season-block .content .description {
      overflow: hidden;
      border-bottom: 3px solid #fff; }
      .page-template-template-programs-php .season-block .content .description .title,
      .page-template-template-volunteers-php .season-block .content .description .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.3125em;
        font-weight: normal;
        float: left;
        margin-right: 1em;
        margin-bottom: .5em; }
        @media (min-width: 980px) {
          .page-template-template-programs-php .season-block .content .description .title,
          .page-template-template-volunteers-php .season-block .content .description .title {
            margin-right: 2em; } }
        @media (max-width: 1020px) {
          .page-template-template-programs-php .season-block .content .description .title,
          .page-template-template-volunteers-php .season-block .content .description .title {
            float: none; } }
      .page-template-template-programs-php .season-block .content .description p,
      .page-template-template-volunteers-php .season-block .content .description p {
        overflow: hidden;
        color: #fff; }
      .page-template-template-programs-php .season-block .content .description .content,
      .page-template-template-volunteers-php .season-block .content .description .content {
        float: left; }
  .page-template-template-programs-php .season-block .programs-list,
  .page-template-template-volunteers-php .season-block .programs-list {
    overflow: auto;
    margin-top: 1.5em; }
    .csscolumns .page-template-template-programs-php .season-block .programs-list, .csscolumns .page-template-template-volunteers-php .season-block .programs-list {
      column-count: 3; }
      @media (max-width: 1020px) {
        .csscolumns .page-template-template-programs-php .season-block .programs-list, .csscolumns .page-template-template-volunteers-php .season-block .programs-list {
          column-count: 2; } }
    .page-template-template-programs-php .season-block .programs-list .program,
    .page-template-template-volunteers-php .season-block .programs-list .program {
      float: left;
      display: inline-block;
      overflow: auto;
      margin: 10px 18px; }
      .csscolumns .page-template-template-programs-php .season-block .programs-list .program, .csscolumns .page-template-template-volunteers-php .season-block .programs-list .program {
        display: block;
        float: none;
        margin-top: 0; }
      .page-template-template-programs-php .season-block .programs-list .program .icon,
      .page-template-template-volunteers-php .season-block .programs-list .program .icon {
        display: block;
        float: left; }
        .page-template-template-programs-php .season-block .programs-list .program .icon span,
        .page-template-template-volunteers-php .season-block .programs-list .program .icon span {
          display: inline-block;
          font-size: 36px;
          margin: 10px 0 0 12px; }
          .page-template-template-programs-php .season-block .programs-list .program .icon span.icon-group, .page-template-template-programs-php .season-block .programs-list .program .icon span.icon-clipboard,
          .page-template-template-volunteers-php .season-block .programs-list .program .icon span.icon-group,
          .page-template-template-volunteers-php .season-block .programs-list .program .icon span.icon-clipboard {
            font-size: 30px;
            margin: 13px 0 0 18px; }
          .page-template-template-programs-php .season-block .programs-list .program .icon span.icon-camp, .page-template-template-programs-php .season-block .programs-list .program .icon span.icon-camping,
          .page-template-template-volunteers-php .season-block .programs-list .program .icon span.icon-camp,
          .page-template-template-volunteers-php .season-block .programs-list .program .icon span.icon-camping {
            margin: 8px 0 0 11px; }
      .page-template-template-programs-php .season-block .programs-list .program .program-name,
      .page-template-template-volunteers-php .season-block .programs-list .program .program-name {
        color: #fff;
        line-height: 1.3em;
        margin-left: 9px;
        margin-left: 65px;
        font-size: 0.75em;
        display: block;
        font-weight: normal;
        line-height: 56px; }
        .page-template-template-programs-php .season-block .programs-list .program .program-name span,
        .page-template-template-volunteers-php .season-block .programs-list .program .program-name span {
          vertical-align: middle;
          display: inline-block;
          line-height: 1.3em; }

.ability-partners {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.ability-partner-logos {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 630px) {
    .ability-partner-logos {
      grid-template-columns: repeat(2, 1fr); } }
  .ability-partner-logos .partner-logo {
    padding-bottom: 20px;
    padding-top: 0;
    margin-top: 0; }
    .ability-partner-logos .partner-logo img {
      width: 100%;
      height: auto; }

.single-program .icon {
  width: 56px;
  height: 56px;
  float: left;
  display: inline-block; }
  .single-program .icon span {
    font-size: 36px;
    margin: 10px 0 0 12px;
    display: inline-block; }

.single-program .page-title {
  overflow: auto;
  margin-bottom: 1em; }
  @media (max-width: 1020px) {
    .single-program .page-title {
      margin-bottom: 2.5em;
      margin-top: 2em; } }
  .single-program .page-title h2 {
    height: 56px;
    line-height: 56px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    width: calc(100% - 66px);
    float: left;
    overflow: auto; }
    .single-program .page-title h2 span {
      line-height: 1.3em;
      vertical-align: middle;
      display: inline-block; }

.page-template-template-events-php .flexslider {
  margin-top: 0 !important;
  margin-bottom: 0; }

.page-template-template-events-php .slide p {
  margin-top: 4px;
  color: #393C3D;
  font-family: "Roboto Condensed", sans-serif; }

.events {
  padding-bottom: 90px; }
  .events .event {
    display: inline-block;
    width: 100%;
    padding-bottom: .25em;
    margin-bottom: 1.25em;
    float: left; }
    .events .event p {
      margin-bottom: 15px; }
    .events .event .button {
      margin-top: 5px !important;
      margin-bottom: 0 !important; }
    .events .event h3 {
      margin: 0 0 5px; }
    .events .event h4 {
      margin: 0; }
      .events .event h4.event-date {
        margin-bottom: 0.35em; }
    @media (max-width: 630px) {
      .events .event .button {
        width: 89%;
        float: none;
        transform: none;
        margin: 0 0 10px;
        font-style: normal; } }
    @media (max-width: 630px) {
      .events .event .button .button-text {
        transform: none; } }
  .events hr {
    margin-bottom: 1em;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    width: calc(100% - 7px);
    position: relative; }
  .events .addthisevent-drop {
    background: none;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-family: "AvenirNext Demi", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    z-index: 9999; }
    .events .addthisevent-drop:hover {
      border: 0; }
  .events .attachment-banner {
    margin-bottom: 15px; }
  .events .addthisevent span {
    display: none; }

.single-events .events {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px; }

.single-events .event {
  width: 65%;
  float: left; }
  @media (max-width: 1020px) {
    .single-events .event {
      width: 100%;
      float: none;
      padding-bottom: 1em; } }
.single-events .location {
  width: 33%;
  float: right;
  padding-bottom: 2em; }
  @media (max-width: 1020px) {
    .single-events .location {
      width: 100%;
      float: none; } }
.map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.addthisevent_dropdown .copyx {
  display: none !important; }

.navigation ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  .navigation ul li {
    display: inline-block;
    padding: 0; }
    .navigation ul li a {
      border: 1px solid #333;
      color: #333;
      padding: 5px; }
      .navigation ul li a:hover {
        background: #ddd; }

.page-content #calendar table th, .page-content #calendar table td {
  border: none; }

.page-content #calendar .fc table td {
  border: 1px solid #fff; }

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