@charset "UTF-8";
@font-face {
  font-family: 'Cachet';
  src: url("../fonts/cachet/Cachet-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/cachet/Cachet-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet/Cachet-Book.woff2") format("woff2"), url("../fonts/cachet/Cachet-Book.woff") format("woff"), url("../fonts/cachet/Cachet-Book.svg#Cachet-Book") format("svg"), url("../fonts/cachet/Cachet-Book.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Cachet Bold';
  src: url("../fonts/cachet/Cachet-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/cachet/Cachet-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet/Cachet-Bold.woff2") format("woff2"), url("../fonts/cachet/Cachet-Bold.woff") format("woff"), url("../fonts/cachet/Cachet-Bold.svg#Cachet-Bold") format("svg"), url("../fonts/cachet/Cachet-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Cachet Medium';
  src: url("../fonts/cachet/Cachet-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/cachet/Cachet-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cachet/Cachet-Medium.woff2") format("woff2"), url("../fonts/cachet/Cachet-Medium.woff") format("woff"), url("../fonts/cachet/Cachet-Medium.svg#Cachet-Medium") format("svg"), url("../fonts/cachet/Cachet-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
body {
  color: #636466;
  font-family: "Helvetica Neue LT W01_55 Roman", Verdana, sans-serif;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  font-family: "Cachet Medium", 'Ubuntu Condensed', sans-serif;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

p {
  word-wrap: break-word;
}

figcaption {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

@media (min-width: 62em) {
  .pull-right-lg {
    float: right !important;
  }
}

.ajax-progress-throbber {
  position: absolute;
  opacity: 0.2;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height, .modal-body .fieldset-wrapper > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-eq-height:before, .modal-body .fieldset-wrapper > div:before, .row-eq-height:after, .modal-body .fieldset-wrapper > div:after {
  content: none;
}

.ng-hide {
  display: none !important;
}

.embedded-entity {
  clear: both;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}
.embedded-entity img {
  height: auto;
  width: 100%;
}
.embedded-entity .media-document iframe {
  height: 500px;
  width: 100%;
}
.embedded-entity .media-video {
  padding: 10px 0;
}
.embedded-entity.view-mode-media-embedded-full {
  width: 100%;
}
.embedded-entity.view-mode-media-embedded-half {
  width: 50%;
}
@media (min-width: 0) and (max-width: 30em) {
  .embedded-entity.view-mode-media-embedded-half {
    width: 100%;
  }
}
.embedded-entity.align-center {
  text-align: center;
}
@media (min-width: 0) and (max-width: 30em) {
  .embedded-entity.align-left {
    float: none;
    text-align: center;
  }
}
@media (min-width: 30em) {
  .embedded-entity.align-left {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 30em) {
  .embedded-entity.align-right {
    float: none;
    text-align: center;
  }
}
@media (min-width: 30em) {
  .embedded-entity.align-right {
    float: right;
    margin-left: 20px;
  }
}

body {
  padding-top: 70px !important;
}
@media (min-width: 62em) {
  body {
    padding-top: 100px !important;
  }
}

.layout-container {
  position: relative;
}

.block-region-header .node-title {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.taxonomy-term {
  margin-top: 20px;
}
.taxonomy-term > h3 {
  margin-top: 0;
}

.error-page {
  padding: 25px 0;
}

.footer {
  background-color: #4f4f4f;
  font-size: 12px;
  padding: 30px 0;
}
@media (min-width: 48em) {
  .footer .container {
    padding: 0 50px;
  }
}
@media (min-width: 62em) {
  .footer .container {
    padding: 0;
  }
}
.footer .footer__brand {
  background: url("../logo.svg?iefix") no-repeat 0 0;
  background-size: contain;
  display: block;
  height: 56px;
  margin-bottom: 20px;
  width: 72px;
}
@media (min-width: 48em) {
  .footer .footer__brand {
    height: 75px;
    width: 99px;
  }
}
.footer .footer__nav nav {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}
.footer .footer__nav nav:last-of-type {
  border-bottom: none;
}
@media (min-width: 48em) {
  .footer .footer__nav nav {
    border-bottom: none;
    display: inline-block;
    float: left;
    width: 33%;
  }
}
.footer .footer__nav nav ul {
  padding: 0 30px 0 0;
  margin: 0;
  list-style: none;
}
.footer .footer__nav nav ul li {
  margin: 0 0 18px;
  padding: 0;
}
.footer .footer__nav nav ul li a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 22px;
  text-decoration: none;
}
.footer .footer__nav nav ul li ul {
  padding-top: 5px;
  margin-bottom: -3px;
}
.footer .footer__nav nav ul li ul li {
  margin: 0 0 14px;
}
@media (min-width: 48em) {
  .footer .footer__nav nav ul li ul li {
    margin: 0;
  }
}
.footer .footer__nav nav ul li ul li a {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 48em) {
  .footer .footer__nav nav ul li ul li a {
    font-size: 12px;
  }
}
@media (max-width: 62em) and (min-width: 0) {
  .footer .row > .footer__social {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer__social {
  border-top: 1px solid #979797;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  .footer .footer__social {
    border-top: none;
    margin: 0;
  }
}
.footer .footer__social .contextual-region:before, .footer .footer__social .contextual-region:after {
  display: table;
  content: "";
  clear: both;
}
.footer .footer__social .body,
.footer .footer__social .quickedit-field {
  clear: both;
}
.footer .footer__social .fa {
  background-color: #fff;
  border-radius: 16px;
  color: #4f4f4f;
  font-size: 0;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.footer .footer__social .fa:before {
  font-size: 22px;
}
.footer .footer__social form {
  margin: 30px 0;
  max-width: 400px;
}
.footer .footer__social form label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.footer .footer__social form .form-item {
  margin: 1em 0;
}
.footer .footer__social form .form-control {
  border: solid 1px #ccc;
  float: left;
  height: 40px;
  width: 70%;
}
@media (min-width: 48em) {
  .footer .footer__social form .form-control {
    margin-right: 20px;
  }
}
.footer .footer__social form .btn, .footer .footer__social form .button {
  float: left;
  height: 40px;
}
@media (min-width: 0) and (max-width: 30em) {
  .footer .footer__social form .btn, .footer .footer__social form .button {
    float: none;
    width: 30%;
    padding: 10px;
  }
}
.footer .footer__social p {
  margin: 0;
}

.page-head__logo {
  display: inline-block;
}
@media (min-width: 62em) {
  .page-head__logo {
    border-bottom: none;
    display: block;
    padding-bottom: 9px;
    position: absolute;
    z-index: 1001;
  }
}
.page-head__logo img {
  height: 38px;
  margin: 16px;
}
@media (min-width: 62em) {
  .page-head__logo img {
    height: 70px;
  }
}
.page-head__search {
  padding-left: 140px;
  z-index: 50;
}
.page-head__search .search-form-wrapper {
  background-color: #0089d0;
  padding-bottom: 22px;
}
.page-head__search form {
  display: inline-block;
}
.page-head__search input[type="submit"] {
  display: none;
}
.page-head__search .search-input {
  width: 676px;
  display: inline-block;
}
@media (min-width: 75em) {
  .page-head__search .search-input {
    width: 838px;
  }
}
.page-head__search-close {
  color: #fff;
  padding-left: 22px;
  text-transform: uppercase;
}
.page-head__search-close:hover {
  color: #ccc;
  text-decoration: none;
}
.page-head__search-close .fa {
  font-size: 34px;
  vertical-align: top;
}
.is-camp .page-head__top-menu, .page-head__top-menu {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #979797;
}
.is-camp .page-head__top-menu .navbar-nav > li > a, .page-head__top-menu .navbar-nav > li > a {
  text-shadow: none;
}
@media (min-width: 48em) {
  .is-camp .page-head__top-menu .navbar-nav > li > a, .page-head__top-menu .navbar-nav > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (min-width: 48em) {
  .is-camp .page-head__top-menu .navbar-nav > li:last-child a, .page-head__top-menu .navbar-nav > li:last-child a {
    padding-right: 0;
  }
}
.is-camp .page-head__top-menu a, .page-head__top-menu a {
  font-family: "Cachet Medium", 'Ubuntu Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.06;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .is-camp .page-head__top-menu, .page-head__top-menu {
    border-bottom: none;
  }
  .is-camp .page-head__top-menu a, .page-head__top-menu a {
    font-size: 12px;
    line-height: 1.42;
  }
}
.is-camp .page-head__top-menu.clearfix, .page-head__top-menu.clearfix {
  overflow: visible;
}
.is-camp .page-head__main-menu a, .page-head__main-menu a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.85;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .is-camp .page-head__main-menu .navbar-nav > li > a, .page-head__main-menu .navbar-nav > li > a {
    padding-top: 10px;
  }
}
@media (min-width: 62em) {
  .is-camp .page-head__main-menu, .page-head__main-menu {
    border-bottom: none;
  }
  .is-camp .page-head__main-menu .nav-level-2 > a,
  .is-camp .page-head__main-menu .nav-level-3 > a, .page-head__main-menu .nav-level-2 > a,
  .page-head__main-menu .nav-level-3 > a {
    text-shadow: none;
    text-transform: uppercase;
    white-space: normal;
  }
}

.search-input {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  line-height: 26px;
  padding: 7px 10px 7px 35px;
}

.search-input-decoration {
  position: absolute;
  font-size: 22px;
  color: #0089d0;
  margin-top: 12px;
  margin-left: 8px;
}

.top-navs {
  height: 70px;
  background-color: #0089d0;
}
.viewport .top-navs {
  height: 100px;
  border-bottom: none;
}
.top-navs .navbar-default {
  background: none;
  border: none;
  box-shadow: none;
  top: 0 !important;
}

.viewport {
  overflow: hidden;
  -webkit-filter: none;
}

@media (min-width: 0) and (max-width: 61.9375em) {
  .icon-bar {
    transition: -webkit-transform .35s .35s ease-out, height .35s .35s, width .35s .35s, padding-bottom .35s .35s;
  }

  .sidebar-in .navbar-toggle .icon-bar {
    height: 8px;
    transition-delay: 0s;
    width: 28px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .sidebar-in .navbar-toggle .icon-bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  .sidebar-in .navbar-toggle .icon-bar:last-child {
    -webkit-transform: translate(0px, -18px) rotate(45deg);
    transform: translate(0px, -18px) rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  .sidebar-in .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.modal-open .viewport {
  -ms-filter: blur(5px);
  -webkit-transition: -webkit-filter 0s .25s linear;
  -moz-transition: -moz-filter 0s .25s linear;
  -ms-transition: -ms-filter 0s .25s linear;
  -o-transition: -o-filter 0s .25s linear;
  transition: filter 0s .25s linear;
  -moz-filter: blur(5px);
}

.sidebar .search-form-wrapper {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  padding-bottom: 22px;
  padding-top: 22px;
}
@media (min-width: 62em) {
  body .sidebar {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 61.9375em) {
  .sidebar.collapsing-in,
  .sidebar.collapsing-out {
    width: 100% !important;
  }

  .sidebar.collasping-in + .viewport:after {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .viewport:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: -1px;
    z-index: 1001;
    display: block;
    background-color: transparent;
    content: '';
    -webkit-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    -moz-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    -ms-transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
    transition: background-color .2s .2s ease-out, bottom 0s .4s linear;
  }
  .viewport.in:after, .viewport.collapsing-in:after {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
    -webkit-transition-delay: 0s, 0s;
  }

  .navbar > .container .navbar-brand {
    left: 50%;
    float: none;
    margin-left: -24px;
    padding: 0;
    height: 80%;
    background-position: left top;
    background-size: contain;
  }

  .collapsing-in .nav-global, .in .nav-global, .collapsing-out .nav-global {
    position: absolute;
    margin-top: -50px;
  }

  .viewport.collapsing-out {
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    transition: transform .35s ease-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .sidebar > .nav {
    overflow: hidden;
    width: 100%;
  }

  .viewport {
    position: relative;
    z-index: 41;
    width: 100%;
  }
  .viewport.collapsing-in, .viewport.collapsing-out {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .viewport.collapsing-in {
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
    -ms-transition: -ms-transform .35s ease-out;
    transition: transform .35s ease-out;
  }
  .viewport.in {
    position: fixed;
    top: 30px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .viewport.collapsing-in {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  html.sidebar-in {
    overflow: hidden;
  }
}
.navbar-toggle {
  border: none;
  margin-bottom: 13px;
  margin-top: 13px;
  padding: 9px 6px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
  background-color: #0089d0;
  cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 5px;
  width: 31px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.viewport .nav-global > .container > .row {
  height: 100px;
  position: relative;
}
.viewport .nav-global > .container > .row .header-content {
  bottom: 0;
  position: absolute;
}
.viewport .header-content .page-head__search {
  bottom: 1px;
  position: absolute;
  width: 100%;
}

.toolbar-fixed.toolbar-horizontal .viewport,
.toolbar-fixed.toolbar-horizontal .top-navs {
  margin-top: 39px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .viewport,
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .top-navs {
  margin-top: 79px;
}
.toolbar-fixed.toolbar-vertical .viewport,
.toolbar-fixed.toolbar-vertical .top-navs {
  margin-top: 39px;
}
.toolbar-fixed.toolbar-vertical .viewport.affix,
.toolbar-fixed.toolbar-vertical .top-navs.affix {
  margin-top: 39px;
}
.toolbar-fixed.toolbar-vertical .sidebar {
  top: 109px;
}
.toolbar-fixed.toolbar-vertical.toolbar-tray-open .viewport .top-navs {
  margin-left: 15rem;
}

.toolbar-vertical .top-navs.affix ~ .viewport {
  margin-top: 0;
}

.toolbar-vertical .top-navs.affix-top ~ .viewport {
  margin-top: 39px;
}

.toolbar-vertical .top-navs {
  margin-top: 39px;
}
.toolbar-vertical .top-navs.affix {
  margin-top: 0px;
}
.toolbar-vertical .sidebar {
  top: 109px;
}
.toolbar-vertical.toolbar-tray-open .top-navs {
  margin-left: 150px;
}

.toolbar-oriented .toolbar-bar {
  z-index: 9000;
}

#openy_alerts_app_header .slick-slide > div,
#openy_alerts_app_footer .slick-slide > div {
  width: 100%;
}

.nav.dropdown-menu {
  background-color: #0060af;
  border: 1px solid #fff;
}

.nav-home li.dropdown {
  position: static;
  visibility: inherit;
}
.nav-home .dropdown-menu {
  position: absolute;
  bottom: auto;
  overflow: auto;
  top: auto;
}

.sidebar {
  position: fixed;
  top: 70px;
  bottom: 0;
  z-index: 40;
  display: block !important;
  visibility: visible;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: inherit;
  height: auto;
  background: #0089d0;
  -webkit-overflow-scrolling: touch;
}
.sidebar.collapse {
  width: 0 !important;
}
.sidebar.collapse.in {
  width: 100% !important;
}
.sidebar.collapsing-out {
  -webkit-transition: visibility 0s .4s linear;
  -moz-transition: visibility 0s .4s linear;
  -ms-transition: visibility 0s .4s linear;
}
.sidebar .search-form-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.sidebar .search-form-wrapper input[type="search"]:-moz-placeholder {
  font-size: 18px;
}
.sidebar .search-form-wrapper input[type="search"]::-moz-placeholder {
  font-size: 18px;
}
.sidebar .search-form-wrapper input[type="search"]:-ms-input-placeholder {
  font-size: 18px;
}
.sidebar .search-form-wrapper input[type="search"]::-webkit-input-placeholder {
  font-size: 18px;
}
.sidebar .caret {
  margin-left: 7px;
}
.sidebar .dropdown-menu {
  position: relative;
  top: 0;
  z-index: 0;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  background-color: #0089d0;
}
.sidebar .active > a {
  -webkit-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
  -moz-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
  -ms-transition: height .3s .3s ease-out,opacity .3s 0s ease-out,background-color .2s .6s ease-out,color .2s .6s ease-out,color .2s .6s ease-out,border-color 0s ease-out;
}
.sidebar .nav a {
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -moz-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -ms-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  -o-transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
  transition: height .3s 0s ease-out,opacity .3s 0s ease-out;
}
.sidebar .nav-level-2 .row-level-2 {
  display: none;
}
.sidebar .nav-level-2.open .row-level-2 {
  display: block;
  border-bottom: 1px solid #979797;
}
.sidebar .nav-stacked > li {
  margin: 0;
}
.sidebar .nav-stacked > li + li {
  margin: 0;
}
.sidebar .page-head__main-menu {
  padding-top: 9px;
}
.sidebar .page-head__top-menu {
  overflow: visible;
  padding-bottom: 5px;
  padding-top: 5px;
}
.sidebar .page-head__top-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .row-level-3 {
  display: none;
}
.sidebar input[type="submit"] {
  display: none;
}
.sidebar .navbar-nav {
  margin: 0 -15px;
}
.sidebar .nav-level-2 a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sidebar .nav-level-2.open,
.sidebar .row-level-2 {
  background-color: #0060af;
}
.sidebar .navbar-nav .open .dropdown-menu > li > a,
.sidebar .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 12px 15px 12px 23px;
}
.sidebar .dropdown-menu > li > a:hover,
.sidebar .dropdown-menu > li > a:focus {
  background: none;
}
.sidebar .section-icon {
  display: none;
}

.viewport .page-head__main-menu .nav-level-2 > a:hover,
.viewport .page-head__main-menu .nav-level-2 > a:focus {
  text-decoration: none;
}
.viewport .page-head__main-menu .dropdown-menu > li > a:focus,
.viewport .page-head__main-menu .dropdown-menu > li > a:hover {
  background: none;
}
.viewport .page-head__main-menu .nav-level-3 {
  padding-top: 25px;
}
.viewport .page-head__main-menu .nav-level-3 > a {
  min-height: 34px;
  display: inline-block;
  padding: 0;
  position: relative;
}
@media (min-width: 75em) {
  .viewport .page-head__main-menu .nav-level-3 > a {
    display: block;
    min-height: 134px;
  }
}
.viewport .page-head__main-menu .nav-level-3 .section-icon {
  display: none;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 75em) {
  .viewport .page-head__main-menu .nav-level-3 .section-icon {
    display: block;
  }
}
.viewport .page-head__main-menu .nav-level-3 .section-icon img {
  width: 50px;
}
.viewport .page-head__main-menu .row-level-2 {
  padding: 2px 25px 37px 41px;
}
.viewport .nav-level-2 > a {
  padding-bottom: 25px;
}
@media (min-width: 75em) {
  .viewport .nav-level-2 > a {
    padding: 10px 25px 25px 25px;
  }
}
.viewport .nav-level-2 > a:hover, .viewport .nav-level-2 > a:focus {
  background: none;
}
.viewport .nav-level-2.open {
  background-color: #0060af;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #0060af;
  margin-top: -1px;
}
.viewport .nav-level-2.open > .dropdown-menu {
  margin-top: -1px;
  height: auto !important;
}
.viewport .nav-level-2.open > a,
.viewport .nav-level-2.open > a:focus {
  position: relative;
  z-index: 1001;
  background: #0060af;
}
.viewport .row-level-3,
.viewport .nav-level-4 {
  list-style: none;
  padding-left: 0;
}
.viewport .nav-level-4 {
  padding: 2px 0;
}
.viewport .nav-level-4 a {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

@media (min-width: 48em) and (max-width: 61.9375em) {
  .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 62em) and (max-width: 74.9375em) {
  .row-level-2 > li:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 74.9375em) {
  .row-level-2 > li:nth-child(6n + 1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .row-level-2 {
    left: 0;
    right: 0;
  }
}
.section-icon {
  background-position: 33% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
}
.section-icon img {
  display: none;
}

@media (min-width: 48em) and (max-width: 62em) {
  .navbar-nav {
    float: none;
  }
}
.page-head__main-menu .nav-level-2 .fa-caret-up {
  display: none;
}
.page-head__main-menu .nav-level-2.open .fa-caret-up {
  display: inline;
}
.page-head__main-menu .nav-level-2.open .fa-caret-down {
  display: none;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.form-control {
  border: 1px solid #979797;
  border-radius: 0;
  text-shadow: none;
  padding: 6px 12px 6px 5px;
}

.btn, .button {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background-image: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
}
.btn.blue a, .blue.button a, .modal-body .button a {
  text-decoration: none;
}
.btn.white-blue, .white-blue.button {
  background-color: #fff;
  color: #00aeef;
  border: 1px solid #00aeef;
}
.btn.white-blue a, .white-blue.button a {
  color: #00aeef;
  text-decoration: none;
}
.btn.transparent-blue, .transparent-blue.button {
  background-color: transparent;
  color: #0089d0;
  border: 1px solid #0089d0;
}
.btn.transparent-blue a, .transparent-blue.button a {
  color: #0089d0;
  text-decoration: none;
}
.btn.btn-link, .btn-link.button {
  text-decoration: none;
}

.form-select {
  border: 1px solid #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url('../img/icons/arrow_down.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: white;
  padding-right: 25px;
}
.form-select ::-ms-expand {
  display: none;
}

/* Prevent iphone from zooming in when filling out a form. */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 999px) {
  select,
  input,
  textarea {
    font-size: 16px !important;
  }
}
/* Styles for Guest pass form */
.yamlform-submission-guest-pass-form-form {
  padding: 15px 0;
}
.yamlform-submission-guest-pass-form-form label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  line-height: 23px;
}
.yamlform-submission-guest-pass-form-form .form-control {
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  padding: 6px 12px 6px 5px;
  border: solid 1px #ccc;
}
@media (min-width: 0) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form .form-control {
    width: 80%;
  }
}
@media (min-width: 0) and (max-width: 30em) {
  .yamlform-submission-guest-pass-form-form .form-control {
    width: 100%;
  }
}
.yamlform-submission-guest-pass-form-form .yamlform-button--submit {
  margin: 10px 0;
}

.form-item, .form-actions {
  margin: 1em 0.75em;
}

.form-type-checkbox {
  padding: 0;
}

.captcha {
  margin: 1em 0.75em;
}
.captcha .form-item {
  margin: 1em 0;
}

.styleguide .sg-color {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: 'Cachet';
  margin-bottom: 12px;
  min-height: 50px;
  padding: 12px;
}
.styleguide .sg-color.bg-white {
  border: 1px solid #636466;
  color: #000;
  padding: 11px;
}
.styleguide .bg-white {
  background-color: #fff;
}
.styleguide .bg-black {
  background-color: #000;
}
.styleguide .bg-sky-blue {
  background-color: #bfe1f3;
}
.styleguide .bg-light-blue {
  background-color: #00aeef;
}
.styleguide .bg-blue {
  background-color: #0089d0;
}
.styleguide .bg-dark-blue {
  background-color: #0060af;
}
.styleguide .bg-pink {
  background-color: #c6168d;
}
.styleguide .bg-dark-magenta {
  background-color: #92278f;
}
.styleguide .bg-purple {
  background-color: #5c2e91;
}
.styleguide .bg-orange {
  background-color: #f15922;
}
.styleguide .bg-yellow {
  background-color: #fcaf17;
}
.styleguide .bg-lighter-grey {
  background-color: #ebebeb;
}
.styleguide .bg-light-grey {
  background-color: #ccc;
}
.styleguide .bg-medium-grey {
  background-color: #979797;
}
.styleguide .bg-default-grey {
  background-color: #636466;
}
.styleguide .bg-dark-grey {
  background-color: #4f4f4f;
}
.styleguide .bs-docs-section {
  margin-bottom: 100px;
}
.styleguide .bs-example {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  *zoom: 1;
}
.styleguide .bs-example:before, .styleguide .bs-example:after {
  display: table;
  content: "";
}
.styleguide .bs-example:after {
  clear: both;
}
.styleguide .highlight {
  border-left: 3px solid #0060af;
}
.styleguide .fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
}
.styleguide .fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.styleguide .fontawesome-icon-list .fa-hover a:hover {
  background-color: #1d9d74;
  color: #fff;
  text-decoration: none;
}
.styleguide .fontawesome-icon-list .fa-hover a:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}
.styleguide .underline {
  border-bottom: 3px solid #0060af;
  padding-bottom: 10px;
}

.paragraph--column-in-a-grid .grid-item {
  margin: -1px 0 0;
  padding: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: 100%;
}
@media (min-width: 48em) {
  .paragraph--column-in-a-grid .grid-item {
    margin: 0 0 40px;
  }
}
.paragraph--column-in-a-grid .inner {
  padding: 20px 0;
}
.paragraph--column-in-a-grid img {
  vertical-align: middle;
  margin-right: 5px;
  max-height: 24px;
  max-width: 24px;
  float: left;
  width: auto;
}
@media (min-width: 48em) {
  .paragraph--column-in-a-grid img {
    max-height: 28px;
    max-width: 28px;
  }
}
@media (min-width: 64em) {
  .paragraph--column-in-a-grid img {
    max-height: 35px;
    max-width: 35px;
  }
}
.paragraph--column-in-a-grid h2 {
  vertical-align: middle;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 48em) {
  .paragraph--column-in-a-grid h2 {
    font-size: 26px;
  }
}
@media (min-width: 64em) {
  .paragraph--column-in-a-grid h2 {
    font-size: 30px;
  }
}
.paragraph--column-in-a-grid h2.with-icon {
  padding-left: 28px;
}
@media (min-width: 48em) {
  .paragraph--column-in-a-grid h2.with-icon {
    padding-left: 32px;
  }
}
@media (min-width: 64em) {
  .paragraph--column-in-a-grid h2.with-icon {
    padding-left: 40px;
  }
}
.paragraph--column-in-a-grid .fa {
  color: #5c2e91;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  max-height: 24px;
  max-width: 24px;
  float: left;
  width: auto;
}
@media (min-width: 48em) {
  .paragraph--column-in-a-grid .fa {
    font-size: 26px;
    max-height: 26px;
    max-width: 26px;
  }
}
@media (min-width: 64em) {
  .paragraph--column-in-a-grid .fa {
    font-size: 30px;
    max-height: 30px;
    max-width: 30px;
  }
}
.paragraph--column-in-a-grid .text {
  font-size: 15px;
  line-height: 1.5;
  padding: 15px 0;
}
.paragraph--column-in-a-grid .text p {
  margin: 0;
}
.paragraph--column-in-a-grid .more-link {
  font-size: 15px;
}
.paragraph--column-in-a-grid .more-link a {
  display: block;
  margin-bottom: 5px;
}
.paragraph--column-in-a-grid .more-link a:after {
  display: inline;
  content: ">";
  margin-left: 5px;
}
.landing-content .paragraph--column-in-a-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .landing-content .paragraph--column-in-a-grid {
    margin-bottom: 0px;
  }
}

.paragraph-gallery {
  position: relative;
}
.paragraph-gallery .carousel {
  margin: 0px -135px;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel {
    margin: 0;
  }
}
.paragraph-gallery .carousel .carousel-control {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  height: 46px;
  opacity: 1;
  width: 46px;
  z-index: 1;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control {
    background: none;
    opacity: 0.5;
    height: 54px;
    width: 44px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control {
    height: 74px;
    width: 58px;
  }
}
.paragraph-gallery .carousel .carousel-control .fa {
  font-size: 34px;
  line-height: 46px;
  color: #fff;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control .fa {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control .fa {
    font-size: 74px;
    line-height: 74px;
  }
}
.paragraph-gallery .carousel .carousel-control.left {
  text-align: right;
  top: 50%;
  left: 135px;
  margin-top: -23px;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control.left {
    left: 10px;
    margin-top: -27px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control.left {
    margin-top: -37px;
  }
}
.paragraph-gallery .carousel .carousel-control.left .fa {
  margin-right: 5px;
}
.paragraph-gallery .carousel .carousel-control.right {
  text-align: left;
  top: 50%;
  right: 135px;
  margin-top: -23px;
}
@media (min-width: 48em) {
  .paragraph-gallery .carousel .carousel-control.right {
    right: 10px;
    margin-top: -27px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .carousel .carousel-control.right {
    margin-top: -37px;
  }
}
.paragraph-gallery .carousel .carousel-control.right .fa {
  margin-left: 5px;
}
.paragraph-gallery .carousel .carousel-inner > .item img,
.paragraph-gallery .carousel .carousel-inner > .item a img {
  height: auto;
  width: 100%;
}
@media (min-width: 48em) {
  .paragraph-gallery .cta-group-wrapper {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 60px;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
@media (min-width: 85.5em) {
  .paragraph-gallery .cta-group-wrapper {
    left: 0;
    top: 70px;
    bottom: auto;
    transform: none;
  }
}
.paragraph-gallery .cta-group-wrapper .cta-group {
  background-color: rgba(215, 215, 215, 0.25);
  padding: 23px 15px;
}
@media (min-width: 48em) {
  .paragraph-gallery .cta-group-wrapper .cta-group {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 400px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .cta-group-wrapper .cta-group {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .cta-group-wrapper .cta-group {
    padding: 25px 20px;
  }
}
.paragraph-gallery .cta-group-wrapper .cta-group h1 {
  margin: 0;
  color: #c6168d;
  font-size: 32px;
}
@media (min-width: 48em) {
  .paragraph-gallery .cta-group-wrapper .cta-group h1 {
    margin: 0 0 15px;
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .cta-group-wrapper .cta-group h1 {
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 10px;
  }
}
.paragraph-gallery .cta-group-wrapper .cta-group .text {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .paragraph-gallery .cta-group-wrapper .cta-group .text {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 64em) {
  .paragraph-gallery .cta-group-wrapper .cta-group .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 64.0625em) {
  .paragraph-gallery .cta-group-wrapper .cta-group .text {
    line-height: 23px;
  }
}
.paragraph-gallery .cta-group-wrapper .cta-group .btn, .paragraph-gallery .cta-group-wrapper .cta-group .button {
  white-space: normal;
  font-size: 18px;
  padding: 0px;
  width: 100%;
}
@media (min-width: 48em) {
  .paragraph-gallery .cta-group-wrapper .cta-group .btn, .paragraph-gallery .cta-group-wrapper .cta-group .button {
    font-size: 20px;
  }
}
.paragraph-gallery .cta-group-wrapper .cta-group .btn a, .paragraph-gallery .cta-group-wrapper .cta-group .button a {
  display: block;
  padding: 12px;
}
@media (min-width: 64.0625em) {
  .paragraph-gallery .cta-group-wrapper .cta-group .btn a, .paragraph-gallery .cta-group-wrapper .cta-group .button a {
    padding: 15px;
  }
}
.paragraph-gallery .item__caption__wrapper {
  position: relative;
}
.paragraph-gallery .item__caption {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #5c2e91;
  font-size: 14px;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.43;
  max-width: 260px;
  padding: 10px;
}

.sidebar-card {
  border: 1px solid #ccc;
  padding: 20px 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .sidebar-card {
    padding: 20px 25px;
    margin-bottom: 27px;
  }
}
.sidebar-card h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #636466;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
.sidebar-card h2 {
  color: #5c2e91;
  font-weight: bold;
}
.sidebar-card h2 a {
  text-decoration: none;
  color: inherit;
}

.story-card a {
  color: #5c2e91;
  text-decoration: none;
}
.story-card .quote {
  color: #5c2e91;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -1px;
  margin-bottom: 33px;
}
@media (min-width: 48em) {
  .story-card .quote {
    font-size: 25px;
    line-height: 1.2;
  }
}
.story-card .quote svg {
  display: block;
  float: left;
  height: 24px;
  fill: #5c2e91;
  margin: 0 16px 0 0;
  width: 28px;
}
.story-card .link {
  font-size: 15px;
  color: #0089d0;
}

.promo-card .description {
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 28px;
}
.promo-card .description h1, .promo-card .description h2, .promo-card .description h3, .promo-card .description h4, .promo-card .description h5, .promo-card .description h6 {
  font-size: 20px;
  color: #0089d0;
  line-height: 1.2;
  margin: 0 0 10px;
}
.promo-card .btn, .promo-card .button {
  white-space: normal;
  font-size: 20px;
  padding: 0px;
  width: 100%;
}
.promo-card .btn a, .promo-card .button a {
  display: block;
  padding: 16px;
}
@media (min-width: 48em) {
  .promo-card .btn a, .promo-card .button a {
    padding: 10px;
  }
}

.banner {
  background-color: #01A490;
  overflow: hidden;
  position: relative;
}
.banner--dark-blue {
  background-color: #0060af;
}
.banner--dark-green {
  background-color: #006b6b;
}
.banner--green {
  background-color: #01A490;
}
.banner--grey {
  background-color: #636466;
}
.banner--purple {
  background-color: #5c2e91;
}
@media (min-width: 62em) {
  .banner-image {
    position: absolute;
    right: 0;
    width: calc(50% + 132px);
  }
}
@media (min-width: 75em) {
  .banner-image {
    width: calc(50% + 165px);
  }
}
.banner-image img {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 62em) and (max-width: 75em) {
  .banner-image img {
    width: 120% !important;
  }
}
.banner-cta-section {
  padding-bottom: 18px;
}
@media (min-width: 62em) {
  .banner-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 75em) {
  .banner-cta-section {
    padding-bottom: 75px;
  }
}
.banner-title {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .banner-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 75em) {
  .banner-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.banner-description {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.22;
}
@media (min-width: 48em) {
  .banner-description {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.banner .banner-btn {
  white-space: normal;
  font-size: 20px;
  padding: 0px;
  width: 100%;
}
.banner .banner-btn a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 16px;
}
@media (min-width: 48em) {
  .banner .banner-btn a {
    padding: 15px;
  }
}
.banner--small {
  min-height: 105px;
}
@media (min-width: 62em) {
  .banner--small {
    min-height: 160px;
  }
}
.banner--small .banner-image {
  display: none;
}
@media (min-width: 62em) {
  .banner--small .banner-image {
    display: block;
    position: absolute;
    right: 0;
    width: calc(50% - 162px);
  }
}
@media (min-width: 75em) {
  .banner--small .banner-image {
    width: calc(50% - 195px);
  }
}
.banner--small .banner-cta-section {
  padding: 13px 0;
}
@media (min-width: 62em) {
  .banner--small .banner-cta-section {
    padding: 30px 0;
  }
}
.banner--small .banner-title {
  margin: 0;
  max-width: 700px;
}

.paragraph .h1 {
  font-weight: bold;
}
[class*='sidebar'] .paragraph .h1 {
  padding-bottom: 1em;
}

.paragraph--type--dynamic-content,
.paragraph--type--prgf-location-finder-filters {
  padding: 20px 0;
  overflow: hidden;
}
.one-column-clean .paragraph--type--dynamic-content:first-child, .landing-header .paragraph--type--dynamic-content, .one-column-clean
.paragraph--type--prgf-location-finder-filters:first-child, .landing-header
.paragraph--type--prgf-location-finder-filters {
  padding-top: 0;
}

.paragraph--type--prgf-location-finder-filters {
  overflow: visible;
}
.paragraph--type--prgf-location-finder-filters .messages {
  padding: 20px;
}
.paragraph--type--prgf-location-finder-filters .tag_filters {
  width: 100%;
}
.paragraph--type--prgf-location-finder-filters .tag_filters .ms-options-wrap button {
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.paragraph--type--prgf-location-finder-filters .tag_filters .ms-options-wrap .ms-options li label {
  left: 0;
  background-color: #FFFFFF;
}
.paragraph--type--prgf-location-finder-filters .tag_filters .ms-options-wrap .ms-options li label:hover {
  color: #FFFFFF;
  background: #00aeef;
}

.paragraph--type--prgf-location-finder .views-element-container {
  padding: 20px 0;
}
.paragraph--type--prgf-location-finder .views-element-container:before, .paragraph--type--prgf-location-finder .views-element-container:after {
  clear: both;
  content: '';
  display: table;
  width: 0;
}

.color-purple, .description.purple, .paragraph.featured-content .description {
  color: #5c2e91;
}

.description.purple, .paragraph.featured-content .description {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  padding-bottom: 1em;
  font-size: 20px;
  max-width: 840px;
  line-height: 1.45em;
  font-weight: bold;
}
.description.purple p, .paragraph.featured-content .description p {
  line-height: inherit;
}
.description.purple p:last-child, .paragraph.featured-content .description p:last-child {
  margin: 0;
}

.paragraph.featured-content .description {
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 0) and (max-width: 48em) {
  .paragraph.featured-content.paragraph--type--featured-content .h1 {
    font-size: 28px;
    line-height: 31px;
  }
}
.paragraph.featured-content.paragraph--type--featured-content .field-cta-link a {
  font-size: 18px;
  font-weight: normal;
}
.paragraph.featured-content .wrapper-field-prgf-clm-description {
  font-size: 15px;
  position: relative;
}
.paragraph.featured-content .wrapper-field-prgf-clm-description h3 {
  font-size: 20px;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.paragraph.featured-content center {
  margin-top: 1em;
  margin-bottom: 2em;
}
.paragraph.featured-content .row-eq-height div, .paragraph.featured-content .modal-body .fieldset-wrapper > div div, .modal-body .paragraph.featured-content .fieldset-wrapper > div div,
.paragraph.featured-content .row-eq-height h3,
.paragraph.featured-content .modal-body .fieldset-wrapper > div h3,
.modal-body .paragraph.featured-content .fieldset-wrapper > div h3,
.paragraph.featured-content .row-eq-height p,
.paragraph.featured-content .modal-body .fieldset-wrapper > div p,
.modal-body .paragraph.featured-content .fieldset-wrapper > div p {
  width: 100%;
  margin-top: 0;
}
.paragraph.featured-content .h1 {
  padding-bottom: 4px;
}
.paragraph.featured-content .btn, .paragraph.featured-content .button {
  white-space: normal;
  display: inline-block;
  width: 90%;
  padding: 15px 0;
}
@media (min-width: 30em) {
  .paragraph.featured-content .btn, .paragraph.featured-content .button {
    width: auto;
    padding: 6px 12px;
  }
}
.paragraph.featured-content .btn a, .paragraph.featured-content .button a {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  padding: 0 24px;
  display: inline-block;
}
@media (min-width: 30em) {
  .paragraph.featured-content .btn a, .paragraph.featured-content .button a {
    line-height: 50px;
  }
}
.paragraph.featured-content .slick-slide {
  padding: 0 20px;
  opacity: 0;
}
.paragraph.featured-content .slick-slide.slick-current {
  opacity: 1;
}

.paragraph--class-content .cards > a {
  display: block;
  width: 100%;
  border: 1px solid #c6168d;
  margin: 0 0 15px;
  padding: 15px;
  height: auto;
  text-decoration: none;
}
.paragraph--class-content .cards .field-collection-item.without-link {
  display: block;
  width: 100%;
  border: 1px solid #c6168d;
  margin: 0 0 15px;
  padding: 15px;
  height: auto;
  text-decoration: none;
}
.paragraph--class-content .cards h2 {
  font-family: "Cachet W01 Book", Verdana, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0089d0;
  margin: 40px 0 27px;
}
.paragraph--class-content .cards .text {
  font-size: 15px;
  line-height: 1.5;
  color: #636466;
}

.paragraph--type--simple-content, .paragraph--type--class-content, .paragraph--type--category-content {
  padding: 20px 0;
}
.paragraph--type--simple-content .field-body-no-summary > h1:first-child {
  margin-top: 0;
}

.paragraph--type--frontpage-updates-queue {
  padding-top: 20px;
}
.paragraph--type--frontpage-updates-queue h1,
.paragraph--type--frontpage-updates-queue .h1 {
  font-weight: bold;
}

.paragraph--type--featured-blogs .slick-prev {
  left: 15px;
}
.paragraph--type--featured-blogs .slick-next {
  right: 15px;
}
.paragraph--type--featured-blogs .slick-arrow {
  top: 55%;
}
@media (min-width: 0) and (max-width: 48em) {
  .paragraph--type--featured-blogs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .paragraph--type--featured-blogs .slick-prev {
    left: -17px;
  }
  .paragraph--type--featured-blogs .slick-next {
    right: -17px;
  }
}
@media (min-width: 48em) {
  .paragraph--type--featured-blogs .description {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.paragraph--type--blog-posts-listing .views-exposed-form,
.paragraph--type--latest-blog-posts .views-exposed-form,
.paragraph--type--latest-blog-posts-camp .views-exposed-form,
.paragraph--type--latest-blog-posts-branch .views-exposed-form {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .paragraph--type--blog-posts-listing .blog-more-teaser-results-wrapper,
  .paragraph--type--latest-blog-posts .blog-more-teaser-results-wrapper,
  .paragraph--type--latest-blog-posts-camp .blog-more-teaser-results-wrapper,
  .paragraph--type--latest-blog-posts-branch .blog-more-teaser-results-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.paragraph--type--openy-prgf-mbrshp-calc {
  padding: 20px 0;
}

.paragraph--type--classes-listing-filters {
  background-color: #ebebeb;
}
.paragraph--type--classes-listing-filters form {
  background-color: #bfe1f3;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media (min-width: 48em) {
  .paragraph--type--classes-listing-filters form {
    background-color: #ebebeb;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.paragraph--type--classes-listing-filters .js-form-type-select {
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .paragraph--type--classes-listing-filters .js-form-type-select {
    float: left;
    padding: 15px 0;
    margin-right: 18px;
    width: 125px;
  }
}
@media (min-width: 62em) {
  .paragraph--type--classes-listing-filters .js-form-type-select {
    width: 170px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--classes-listing-filters .js-form-type-select {
    width: 200px;
  }
}
.paragraph--type--classes-listing-filters .js-form-type-select label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .paragraph--type--classes-listing-filters .js-form-type-select label {
    margin-bottom: 5px;
  }
}
.paragraph--type--classes-listing-filters .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.paragraph--type--classes-listing-filters .form-actions {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .paragraph--type--classes-listing-filters .form-actions {
    margin-top: 31px;
  }
}

.paragraph--type--banner-hero {
  height: 200px;
}
@media (min-width: 42.5em) {
  .paragraph--type--banner-hero {
    height: 300px;
  }
}
@media (min-width: 48em) {
  .paragraph--type--banner-hero {
    height: 400px;
  }
}
@media (min-width: 64em) {
  .paragraph--type--banner-hero {
    height: 500px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--banner-hero {
    height: 516px;
  }
}
@media (min-width: 105.0625em) {
  .paragraph--type--banner-hero {
    height: 590px;
  }
}
.paragraph--type--banner-hero .wrapper-field-prgf-headline {
  font-family: "Cachet Bold", 'Ubuntu Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #fff;
  line-height: .9;
  font-size: 30px;
  margin-top: 100px;
}
@media (min-width: 30em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 38px;
    margin-top: 100px;
  }
}
@media (min-width: 42.5em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 48px;
    margin-top: 150px;
  }
}
@media (min-width: 48em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 58px;
    margin-top: 250px;
  }
}
@media (min-width: 64em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 78px;
    margin-top: 300px;
  }
}
@media (min-width: 75em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 98px;
    margin-top: 300px;
  }
}
@media (min-width: 105.0625em) {
  .paragraph--type--banner-hero .wrapper-field-prgf-headline {
    font-size: 98px;
    margin-top: 350px;
  }
}
.paragraph--type--banner-hero .wrapper-field-prgf-headline a {
  color: #fff;
  text-decoration: none;
}
.paragraph--type--banner-hero .wrapper-field-prgf-headline a:hover {
  color: #0089d0;
}

.site-alert {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  width: 100%;
}
.site-alert__wrapper {
  position: relative;
}
.site-alert__title {
  font-size: 18px;
}
.site-alert__content p {
  margin: 0;
}
.site-alert__cta {
  margin-top: 15px;
}
@media (min-width: 48em) {
  .site-alert__cta {
    margin-bottom: 15px;
  }
}
@media (min-width: 62em) {
  .site-alert__cta {
    margin: 0;
  }
}
.site-alert__cta .field-alert-link a {
  border: 1px solid;
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
}
.site-alert__cta .field-alert-link a:hover {
  text-decoration: underline;
}
.site-alert__dismiss {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  text-shadow: 0 0 2px #4f4f4f;
}
.site-alert--header, .site-alert--footer {
  border: 1px solid #636466;
}
.site-alert--header .site-alert__wrapper, .site-alert--footer .site-alert__wrapper {
  padding: 10px 35px 11px 59px;
}
.site-alert--header .site-alert__title, .site-alert--footer .site-alert__title {
  display: inline;
  padding-right: 0.7em;
}
.site-alert--header .site-alert__icon, .site-alert--footer .site-alert__icon {
  font-size: 26px;
  color: #ed1c24;
  position: absolute;
  top: 10px;
  left: 25px;
}
.site-alert--header .site-alert__icon:before, .site-alert--footer .site-alert__icon:before {
  content: " ";
  background-color: #fff;
  border-radius: 10px;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 2px;
  width: 20px;
  z-index: 2;
}
.site-alert--header .site-alert__icon .fa, .site-alert--footer .site-alert__icon .fa {
  position: absolute;
  z-index: 3;
}
.site-alert--header .site-alert__content, .site-alert--footer .site-alert__content {
  display: inline;
  font-size: 16px;
}
.site-alert--header .site-alert__content .field-body-no-summary a, .site-alert--footer .site-alert__content .field-body-no-summary a {
  color: #fff;
}
@media (min-width: 0) and (max-width: 62em) {
  .site-alert--header .site-alert__content *, .site-alert--footer .site-alert__content * {
    display: inline;
  }
}
.site-alert--header .site-alert__cta a, .site-alert--footer .site-alert__cta a {
  color: #fff;
}

.header-alerts-list,
.footer-alerts-list {
  /* Arrows */
}
.header-alerts-list .slick-slider,
.footer-alerts-list .slick-slider {
  margin-bottom: 0;
}
.header-alerts-list .slick-track,
.footer-alerts-list .slick-track {
  display: flex;
}
.header-alerts-list .slick-track .slick-slide,
.footer-alerts-list .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.header-alerts-list .slick__arrow,
.footer-alerts-list .slick__arrow {
  display: none;
}
@media (min-width: 62em) {
  .header-alerts-list .slick__arrow,
  .footer-alerts-list .slick__arrow {
    display: block;
    position: relative;
    margin-top: -25px;
  }
}
.header-alerts-list .slick__counter,
.footer-alerts-list .slick__counter {
  display: none;
}
.header-alerts-list .slick-prev,
.header-alerts-list .slick-next,
.footer-alerts-list .slick-prev,
.footer-alerts-list .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  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;
}
.header-alerts-list .slick-prev:hover, .header-alerts-list .slick-prev:focus,
.header-alerts-list .slick-next:hover,
.header-alerts-list .slick-next:focus,
.footer-alerts-list .slick-prev:hover,
.footer-alerts-list .slick-prev:focus,
.footer-alerts-list .slick-next:hover,
.footer-alerts-list .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.header-alerts-list .slick-prev:hover:before, .header-alerts-list .slick-prev:focus:before,
.header-alerts-list .slick-next:hover:before,
.header-alerts-list .slick-next:focus:before,
.footer-alerts-list .slick-prev:hover:before,
.footer-alerts-list .slick-prev:focus:before,
.footer-alerts-list .slick-next:hover:before,
.footer-alerts-list .slick-next:focus:before {
  opacity: 1;
}
.header-alerts-list .slick-prev.slick-disabled:before,
.header-alerts-list .slick-next.slick-disabled:before,
.footer-alerts-list .slick-prev.slick-disabled:before,
.footer-alerts-list .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.header-alerts-list .slick-prev:before,
.header-alerts-list .slick-next:before,
.footer-alerts-list .slick-prev:before,
.footer-alerts-list .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-alerts-list .slick-arrow,
.footer-alerts-list .slick-arrow {
  text-shadow: 0 0 2px #000;
}
.header-alerts-list .slick-prev,
.footer-alerts-list .slick-prev {
  left: auto;
  right: 25px;
}
.header-alerts-list .slick-prev:before,
.footer-alerts-list .slick-prev:before {
  content: "\f104";
}
.header-alerts-list .slick-next,
.footer-alerts-list .slick-next {
  left: auto;
  right: 0;
}
.header-alerts-list .slick-next:before,
.footer-alerts-list .slick-next:before {
  content: "\f105";
}

.program-header {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 48em) {
  .program-header {
    margin-bottom: 60px;
  }
}
.program-header .content {
  padding: 15px 0;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 48em) {
  .program-header .content {
    height: 260px;
    padding: 40px 0;
    margin-bottom: 45px;
  }
}
.program-header .description {
  font-size: 18px;
  line-height: 27px;
  font-family: "Cachet Medium", 'Ubuntu Condensed', sans-serif;
}
@media (min-width: 48em) {
  .program-header .description {
    font-size: 20px;
  }
}
.program-header.purple .content {
  background-color: #5c2e91;
}
.program-header.purple .description {
  color: #5c2e91;
}
.program-header.green .content {
  background-color: #20bdbe;
}
.program-header.green .description {
  color: #20bdbe;
}
.program-header.dark-green .content {
  background-color: #006b6b;
}
.program-header.dark-green .description {
  color: #006b6b;
}
.program-header .image {
  margin-top: -40px;
}
.program-header .main {
  position: static;
}
@media (min-width: 48em) {
  .program-header .icon {
    position: absolute;
    bottom: 35px;
  }
}
.program-header .icon img {
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: auto;
}
@media (min-width: 48em) {
  .program-header .icon img {
    max-width: 78px;
    max-height: 78px;
  }
}
.program-header .icon img.svg-image {
  width: 100px;
}
.program-header h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 48em) {
  .program-header h1 {
    font-size: 60px;
    margin-bottom: 80px;
  }
}
.program-header.program-header-sub-category {
  margin-bottom: 0;
  overflow: hidden;
}
.program-header.program-header-sub-category h1 {
  margin: 0 0 7px;
}
@media (min-width: 48em) {
  .program-header.program-header-sub-category h1 {
    margin: 0 0 45px;
  }
}
.program-header.program-header-sub-category h2 {
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.8px;
  line-height: 28px;
  margin: 0;
}
@media (min-width: 48em) {
  .program-header.program-header-sub-category h2 {
    font-size: 36px;
  }
}
.program-header.program-header-sub-category .content {
  height: auto;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .program-header.program-header-sub-category .content {
    min-height: 200px;
  }
}
.program-header.program-header-sub-category .content .image {
  position: static;
}
.program-header.program-header-sub-category .content img {
  height: 100%;
  width: auto;
  position: absolute;
}

.subprogram-listing-item {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .subprogram-listing-item {
    margin-bottom: 45px;
  }
}
.subprogram-listing-item img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.subprogram-listing-item .image {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 30em) {
  .subprogram-listing-item .image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .subprogram-listing-item .image {
    text-align: right;
  }
}
@media (min-width: 75em) {
  .subprogram-listing-item .image {
    margin-bottom: 0;
  }
  .subprogram-listing-item .image img {
    max-width: 260px;
  }
}
.subprogram-listing-item .content {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
}
@media (min-width: 48em) {
  .subprogram-listing-item .content {
    padding-right: 0;
  }
}
.subprogram-listing-item .content h2 {
  font-size: 20px;
  line-height: 20px;
  margin: -2px 0 15px;
  color: #0089d0;
}
.subprogram-listing-item .content .btn, .subprogram-listing-item .content .button {
  display: block;
  font-size: 18px;
  padding: 12px;
  margin-top: 15px;
}
@media (min-width: 48em) {
  .subprogram-listing-item .content .btn, .subprogram-listing-item .content .button {
    max-width: 360px;
    font-size: 20px;
    padding: 16px;
    margin-top: 25px;
  }
}

.sub-category-classes-view .controls-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #bfe1f3;
}
.sub-category-classes-view .controls-wrapper a {
  display: inline-block;
  padding: 3px 15px;
}
.sub-category-classes-view form {
  background-color: #bfe1f3;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view form {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
.sub-category-classes-view .js-form-type-select {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .sub-category-classes-view .js-form-type-select {
    padding: 15px 0;
    margin-right: 18px;
    width: 125px;
  }
}
@media (min-width: 62em) {
  .sub-category-classes-view .js-form-type-select {
    width: 170px;
  }
}
@media (min-width: 75em) {
  .sub-category-classes-view .js-form-type-select {
    width: 200px;
  }
}
.sub-category-classes-view .js-form-type-select label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .js-form-type-select label {
    margin-bottom: 5px;
  }
}
.sub-category-classes-view .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.sub-category-classes-view .selects-container hr {
  border-color: #636466;
  margin: 0 0 12px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .selects-container hr {
    display: none;
  }
}
.sub-category-classes-view .form-actions {
  padding-top: 23px;
  padding-bottom: 23px;
}
.sub-category-classes-view .form-actions input {
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 0;
  width: 100%;
}
.sub-category-classes-view .filters-main-wrapper {
  clear: both;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-main-wrapper {
    background-color: rgba(0, 136, 208, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sub-category-classes-view .filters-container {
  clear: both;
  position: relative;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container {
    margin-top: 0;
  }
}
.sub-category-classes-view .filters-container .container {
  position: relative;
}
.sub-category-classes-view .filters-container .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .reset-wrapper {
    top: 0;
    right: 0;
  }
}
.sub-category-classes-view .filters-container .reset-wrapper .clear {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-container .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
.sub-category-classes-view .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
.sub-category-classes-view .filters-wrapper .label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-wrapper .label {
    display: inline-block;
  }
}
.sub-category-classes-view .filters-wrapper .filters {
  display: inline-block;
}
.sub-category-classes-view .filters-wrapper .filters .filter {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
.sub-category-classes-view .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
.sub-category-classes-view .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  .sub-category-classes-view .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}
.sub-category-classes-view .activity-group h3 {
  font-family: "Cachet Medium", 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: -0.8px;
  color: #5c2e91;
  margin: 15px 15px 20px;
}
.sub-category-classes-view .activity-group .row {
  margin-bottom: 40px;
}
.sub-category-classes-view .activity-group .teaser-row {
  border: 1px solid #c6168d;
  margin: 0 15px;
  height: auto;
  text-decoration: none;
}
.sub-category-classes-view .activity-group .inner {
  padding: 15px;
}
.sub-category-classes-view .activity-group .node__content {
  color: #333333;
}
.sub-category-classes-view .activity-group .views-field-title {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0089d0;
  margin: 40px 0 27px;
}
.sub-category-classes-view .activity-group .views-field-title a {
  text-decoration: none;
  color: #0089d0;
}
.sub-category-classes-view .activity-group .views-field-field-body-no-summary {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.sub-category-classes-view .activity-group .activity-group-slider {
  margin: 0 0 45px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin: 0 35px 55px 0;
  }
}
@media (min-width: 81.25em) {
  .sub-category-classes-view .activity-group .activity-group-slider {
    margin-right: 0;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .views-field-rendered-entity {
  padding: 15px;
  margin: 0 15px;
  height: auto;
  border: 1px solid #c6168d;
}
.sub-category-classes-view .activity-group .activity-group-slider .views-field-rendered-entity * {
  text-decoration: none;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow:before {
  color: #00aeef;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow .fa {
  font-size: 30px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow .fa {
    font-size: 70px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  .sub-category-classes-view .activity-group .activity-group-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.sub-category-classes-view .activity-group .activity-group-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.branch-header .ajax-progress-throbber {
  display: none;
}
.branch-header .desktop {
  background-color: #c6168d;
  color: #fff;
  padding: 15px 0;
  min-height: 70px;
}
.branch-header .desktop .column {
  margin-left: 60px;
  width: auto;
}
@media (min-width: 48em) and (max-width: 75em) {
  .branch-header .desktop .column {
    margin-left: 0;
    width: auto;
  }
}
.branch-header .desktop .column:first-child {
  margin-left: 0;
}
@media (min-width: 48em) {
  .branch-header .desktop .column.address-wrapper {
    max-width: 275px;
  }
}
@media (min-width: 62em) {
  .branch-header .desktop .column.address-wrapper {
    max-width: 310px;
  }
}
.branch-header .desktop .column .field-phone a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.branch-header .desktop .column .ygs-branch-selector {
  margin-top: 22px;
}
.branch-header .desktop .column .ygs-branch-selector a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.branch-header .desktop h4 {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.branch-header .desktop p {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
@media (min-width: 48em) and (max-width: 62em) {
  .branch-header .desktop p {
    font-size: 14px;
  }
}
.branch-header .desktop a {
  color: #fff;
}
.branch-header .desktop .today-hours .today {
  margin-right: 10px;
}
.branch-header .desktop .today-hours .show-link,
.branch-header .desktop .today-hours .hide-link {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.branch-header .desktop .today-hours .branch-hours {
  position: absolute;
  top: 120%;
  background: #c6168d;
  padding: 5px 15px;
  width: 240px;
  left: -15px;
  z-index: 1;
}
.branch-header .desktop .today-hours .branch-hours td {
  padding: 0 10px 5px 0;
}
.branch-header .desktop .today-hours .branch-hours td:first-child {
  white-space: nowrap;
}
.branch-header .desktop .branch-header-inner {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 75em) {
  .branch-header .desktop .branch-header-inner .branch-header__item {
    margin-left: 0;
    float: none;
  }
}
@media (min-width: 48em) {
  .branch-header .desktop .branch-header-inner .branch-header__item {
    margin-left: 0;
    float: none;
    flex-basis: 20%;
    padding: 0 5px;
  }
}
.branch-header .desktop .branch-header-inner .branch-header__item p {
  line-height: 20px;
}
.branch-header .desktop .branch-header-inner .save-link {
  align-self: center;
}
@media (min-width: 48em) and (max-width: 62em) {
  .branch-header .desktop .branch-header-inner .save-link {
    align-self: flex-end;
  }
}
.branch-header .desktop .branch-header-inner .ygs-branch-selector {
  margin-top: 0;
}
.branch-header .desktop .branch-header-inner .ygs-branch-selector a {
  display: inline-block;
}
.branch-header .mobile {
  background-color: #c6168d;
  color: #fff;
  padding: 12px 0 0;
  position: relative;
}
.branch-header .mobile h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 3px;
}
.branch-header .mobile p {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  margin: 0 0 5px;
}
.branch-header .mobile .ui-tabs {
  background: none;
  border-radius: 0;
  border: none;
  clear: both;
  padding: 0;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav li {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav .ui-tabs-active {
  background: #c6168d;
}
.branch-header .mobile .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: #fff;
  font-size: 24px;
  outline: none;
  padding: 4px 20px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel {
  background: #c6168d;
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 18px 15px;
  min-height: 80px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel p {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.branch-header .mobile .ui-tabs .ui-tabs-panel a {
  color: #fff;
}
.branch-header .mobile .ui-tabs .today-hours {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.branch-header .mobile .ui-tabs .today-hours .today {
  margin-right: 10px;
}
.branch-header .mobile .ui-tabs .today-hours .show-link,
.branch-header .mobile .ui-tabs .today-hours .hide-link {
  color: #ccc;
}
.branch-header .mobile .ui-tabs .today-hours .branch-hours {
  padding: 20px 0 12px;
}
.branch-header .mobile .ui-tabs .today-hours .branch-hours td {
  padding: 4px 10px 0 2px;
}
.branch-header .mobile #save-location {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 8px;
  max-width: 155px;
  line-height: 14px;
}
.branch-header .mobile #save-location a {
  color: #fff;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}

.branch__updates_queue {
  padding-top: 20px;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .branch__updates_queue {
    margin-bottom: 40px;
  }
}
.branch__updates_queue.container {
  max-width: 100%;
  width: auto;
  padding: 0;
}
.branch__updates_queue h1 {
  font-size: 28px;
  margin: 0 0 20px;
}
@media (min-width: 48em) {
  .branch__updates_queue h1 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser {
  float: none;
  margin: 0 0 35px;
}
.branch__updates_queue .branch__updates_queue__button {
  display: none;
}
@media (min-width: 30em) and (max-width: 48em) {
  .branch__updates_queue .field-updates-queue-update {
    width: 362px;
    margin: 0 auto;
  }
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser {
  width: 100%;
}
.branch__updates_queue .node--type-blog-post.node--view-mode-teaser .inner-wrapper {
  margin: 0;
}
.branch__updates_queue .slick-slider {
  margin: 0 15px 50px;
}
@media (min-width: 0) and (max-width: 30em) {
  .branch__updates_queue .slick-slider {
    margin: 0 0 50px;
  }
}
.branch__updates_queue .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -15px;
}
.branch__updates_queue .slick-arrow .fa {
  font-size: 30px;
}
.branch__updates_queue .slick-arrow.slick-prev {
  left: -25px;
}
.branch__updates_queue .slick-arrow.slick-next {
  right: -25px;
}
.branch__updates_queue .slick-dots {
  bottom: -15px;
}
.branch__updates_queue .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.branch__updates_queue .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.branch-content {
  margin-top: 40px;
}

html.js .branch__updates_queue__button {
  display: none;
}
@media (min-width: 48em) {
  html.js .branch__updates_queue .cards:nth-child(7),
  html.js .branch__updates_queue .cards:nth-child(8),
  html.js .branch__updates_queue .cards:nth-child(9),
  html.js .branch__updates_queue .cards:nth-child(10),
  html.js .branch__updates_queue .cards:nth-child(11),
  html.js .branch__updates_queue .cards:nth-child(12) {
    display: none;
  }
  html.js .branch__updates_queue__button {
    text-align: center;
  }
  html.js .branch__updates_queue__button a {
    font-size: 20px;
    padding: 16px 0;
    max-width: 360px;
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 48em) {
  #branch-sessions-form-wrapper .container {
    padding: 0;
  }
}

.ygs-branch-sessions-form > h1 {
  margin: 0 15px 10px;
  font-size: 28px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form > h1 {
    margin: 0 0 20px;
    font-size: 40px;
  }
}
.ygs-branch-sessions-form > h1 em.placeholder {
  font-style: normal !important;
}
.ygs-branch-sessions-form label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form label {
    margin-bottom: 5px;
  }
}
.ygs-branch-sessions-form .elements-wrapper {
  padding: 20px;
  margin-bottom: 17px;
  position: relative;
  background-color: #bfe1f3;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .elements-wrapper {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
.ygs-branch-sessions-form .controls-wrapper {
  background-color: #bfe1f3;
  padding: 10px 15px;
}
.ygs-branch-sessions-form .controls-wrapper a {
  padding: 3px 10px;
}
.ygs-branch-sessions-form .js-form-type-select {
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .js-form-type-select {
    padding: 0;
  }
}
.ygs-branch-sessions-form .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.ygs-branch-sessions-form .form-item-when-day {
  display: inline-block;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-when-day {
    width: 130px;
  }
}
.ygs-branch-sessions-form .form-item-when-hours {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-when-hours {
    width: 130px;
  }
}
.ygs-branch-sessions-form .form-item-program {
  display: inline-block;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .form-item-program {
    width: 200px;
  }
}
.ygs-branch-sessions-form .at {
  display: inline-block;
  width: 44px;
  text-align: center;
}
.ygs-branch-sessions-form .schedule-wrapper {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .schedule-wrapper {
    margin: 27px -7px 0 0;
    float: right;
  }
}
@media (min-width: 62em) {
  .ygs-branch-sessions-form .schedule-wrapper {
    margin: 2px -7px 0 0;
    float: right;
  }
}
.ygs-branch-sessions-form .schedule-wrapper a {
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .schedule-wrapper a {
    font-size: 12px;
    padding: 9px;
    width: auto;
  }
}
@media (min-width: 62em) {
  .ygs-branch-sessions-form .schedule-wrapper a {
    font-size: 20px;
    padding: 15px 0;
    width: 340px;
  }
}
.ygs-branch-sessions-form .schedule-wrapper-mobile {
  margin: 10px 15px;
}
.ygs-branch-sessions-form .schedule-wrapper-mobile a {
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
.ygs-branch-sessions-form .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
}
.ygs-branch-sessions-form .selects-container {
  padding: 0 15px 15px;
  background-color: #bfe1f3;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .selects-container {
    background-color: #ebebeb;
    padding: 15px 20px;
  }
}
.ygs-branch-sessions-form .selects-container .inner {
  border-top: 1px solid #636466;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .selects-container .inner {
    border-top: none;
  }
}
.ygs-branch-sessions-form .js-form-submit {
  display: none;
}
.ygs-branch-sessions-form .filters-main-wrapper {
  clear: both;
  background-color: rgba(0, 136, 208, 0.25);
  position: relative;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper {
    display: none;
  }
}
.ygs-branch-sessions-form .filters-main-wrapper > div {
  padding: 0 15px 15px;
}
.ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper {
    top: 0;
    right: 0;
  }
}
.ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper .clear {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-main-wrapper .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
.ygs-branch-sessions-form .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
.ygs-branch-sessions-form .filters-wrapper .label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .label {
    display: inline-block;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters {
  display: inline-block;
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
.ygs-branch-sessions-form .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  .ygs-branch-sessions-form .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}

.branch-sessions-group {
  padding: 0;
}
.branch-sessions-group h3 {
  font-family: "Cachet Medium", 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: -0.8px;
  color: #5c2e91;
  margin: 0 15px 20px;
}
.branch-sessions-group .row {
  margin-bottom: 40px;
}
.branch-sessions-group .views-row {
  border: 1px solid #c6168d;
  margin: 0 30px;
  height: auto;
  max-width: 360px;
  text-decoration: none;
  position: relative;
}
.branch-sessions-group .inner {
  padding: 10px 18px 10px;
}
.branch-sessions-group h4 {
  font-family: "Helvetica Neue LT W01_55 Roman", Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #4f4f4f;
  margin: 10px 0 15px;
}
.branch-sessions-group h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #0089d0;
  margin: 10px 0 5px;
}
.branch-sessions-group .time {
  font-size: 14px;
  margin-bottom: 10px;
  color: #636466;
}
.branch-sessions-group .included-in-membership {
  background: url("../img/icons/included-in-membership.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 47px;
  right: 0px;
  height: 32px;
  width: 90px;
}
@media (min-width: 48em) {
  .branch-sessions-group .included-in-membership {
    top: 66px;
    right: 0px;
  }
}
.branch-sessions-group .field-body-no-summary {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.branch-sessions-group .group_time {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: #fff;
  border-bottom: 1px solid #c6168d;
  color: #5c2e91;
  font-size: 18px;
  height: 48px;
  line-height: 56px;
  margin: -1px -2px 0;
  padding-left: 2px;
}
@media (min-width: 48em) {
  .branch-sessions-group .group_time {
    letter-spacing: -0.8px;
    font-size: 30px;
    line-height: 72px;
    height: 67px;
    padding-left: 0;
  }
}
.branch-sessions-group .branch-sessions-group-slider {
  margin: 0 45px 35px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: 15px;
}
@media (min-width: 48em) {
  .branch-sessions-group .branch-sessions-group-slider .slick-arrow {
    margin-top: 30px;
  }
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow .fa {
  font-size: 30px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  .branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-prev {
    left: -13px;
  }
}
.branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  .branch-sessions-group .branch-sessions-group-slider .slick-arrow.slick-next {
    right: -13px;
  }
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots {
  bottom: -40px;
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
.branch-sessions-group .branch-sessions-group-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}

.form__locations {
  background-color: #ebebeb;
  height: 92px;
  display: table;
  width: 100%;
  padding: 35px 0 17px;
}
@media (min-width: 992px) {
  .form__locations {
    padding: 35px 25px 17px;
  }
}
@media (min-width: 768px) {
  .form__locations .form-group {
    margin-bottom: 0;
  }
}
.form__locations label {
  text-transform: none;
  padding: 6px 8px;
  left: -1px;
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .form__locations label {
    left: -20px;
    margin: 0 10px 0 0;
  }
}
.form__locations input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.form__locations .btn-group-justified {
  border-spacing: 1px;
  margin: -1px -1px 5px 1px;
  min-width: 234px;
}
@media (min-width: 992px) {
  .form__locations .btn-group-justified {
    border-spacing: 10px;
    margin: -10px -10px -10px 10px;
  }
}
@media (min-width: 0) and (max-width: 30em) {
  .form__locations .zip-code,
  .form__locations .distance {
    display: none;
  }
}

.tag_filters img {
  margin: -2px 0 0 3px;
  width: 13px;
}

.locations-list {
  margin: -20px;
}
.locations-list .views-row__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100%;
}
.locations-list .views-row {
  display: flex;
  flex-basis: 100%;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  .locations-list .views-row {
    flex-basis: 33.33%;
  }
}
.locations-list .views-row .node--view-mode-teaser {
  flex-basis: 100%;
  align-self: stretch;
}
.locations-list header h1,
.locations-list header h2,
.locations-list header h2.h1 {
  padding-left: 20px;
  padding-bottom: 0px;
  clear: both;
  margin-top: 0;
  font-weight: bold;
}
.locations-list h1.color-purple, .locations-list h1.description.purple, .locations-list .paragraph.featured-content h1.description, .paragraph.featured-content .locations-list h1.description,
.locations-list h2.color-purple,
.locations-list h2.description.purple,
.locations-list .paragraph.featured-content h2.description,
.paragraph.featured-content .locations-list h2.description {
  color: #5c2e91;
}
.locations-list .field_location_state {
  float: right;
  margin-right: -20px;
  margin-top: -20px;
  padding: 5px;
  font-size: 10px;
  color: #231f20;
  width: 100px;
  height: 32px;
  vertical-align: bottom;
  background: #fcaf17;
  line-height: 1.2;
  font-style: italic;
}
.locations-list .field_location_state .fa {
  color: white;
  height: 32px;
  float: left;
  font-size: 16px;
  padding-right: 6px;
}
.locations-list .field_location_state span {
  display: block;
}

.node--type-facility.node--view-mode-teaser,
.node--type-branch.node--view-mode-teaser,
.node--type-branch.node--view-mode-class-location,
.node--type-camp.node--view-mode-teaser {
  border: solid 1px #ccc;
  padding: 20px;
  min-height: 300px;
  margin: 20px;
  position: relative;
  font-size: 15px;
}
[class*="sidebar"] .node--type-facility.node--view-mode-teaser, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser {
  height: auto;
  margin: 0 0 20px;
  border-color: #ccc;
}
[class*="sidebar"] .node--type-facility.node--view-mode-teaser > span, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser > span, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location > span, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser > span {
  display: block;
}
[class*="sidebar"] .node--type-facility.node--view-mode-teaser h2, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser h2, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location h2, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser h2 {
  display: inline-block;
}
[class*="sidebar"] .node--type-facility.node--view-mode-teaser h2 a, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser h2 a, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location h2 a, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser h2 a {
  color: #5c2e91;
}
[class*="sidebar"] .node--type-facility.node--view-mode-teaser .edit-class-popup, [class*="sidebar"]
.node--type-branch.node--view-mode-teaser .edit-class-popup, [class*="sidebar"]
.node--type-branch.node--view-mode-class-location .edit-class-popup, [class*="sidebar"]
.node--type-camp.node--view-mode-teaser .edit-class-popup {
  display: inline-block;
  margin-left: 10px;
}
.marker_tooltip .node--type-facility.node--view-mode-teaser, .marker_tooltip
.node--type-branch.node--view-mode-teaser, .marker_tooltip
.node--type-branch.node--view-mode-class-location, .marker_tooltip
.node--type-camp.node--view-mode-teaser {
  border: 0 none;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: auto;
}
.node--type-facility.node--view-mode-teaser h2,
.node--type-branch.node--view-mode-teaser h2,
.node--type-branch.node--view-mode-class-location h2,
.node--type-camp.node--view-mode-teaser h2 {
  font-size: 22px;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  margin: 20px 0 33px;
  font-weight: bold;
}
.marker_tooltip .node--type-facility.node--view-mode-teaser h2, .marker_tooltip
.node--type-branch.node--view-mode-teaser h2, .marker_tooltip
.node--type-branch.node--view-mode-class-location h2, .marker_tooltip
.node--type-camp.node--view-mode-teaser h2 {
  margin: 0 0 5px;
}
.node--type-facility.node--view-mode-teaser .branch-hours,
.node--type-branch.node--view-mode-teaser .branch-hours,
.node--type-branch.node--view-mode-class-location .branch-hours,
.node--type-camp.node--view-mode-teaser .branch-hours {
  margin-top: 15px;
}
.node--type-facility.node--view-mode-teaser .branch-hours td:first-child,
.node--type-branch.node--view-mode-teaser .branch-hours td:first-child,
.node--type-branch.node--view-mode-class-location .branch-hours td:first-child,
.node--type-camp.node--view-mode-teaser .branch-hours td:first-child {
  padding-right: 10px;
}
.node--type-facility.node--view-mode-teaser .field-location-area,
.node--type-branch.node--view-mode-teaser .field-location-area,
.node--type-branch.node--view-mode-class-location .field-location-area,
.node--type-camp.node--view-mode-teaser .field-location-area {
  position: static;
  top: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 48em) and (max-width: 62em) {
  .node--type-facility.node--view-mode-teaser .field-location-area,
  .node--type-branch.node--view-mode-teaser .field-location-area,
  .node--type-branch.node--view-mode-class-location .field-location-area,
  .node--type-camp.node--view-mode-teaser .field-location-area {
    letter-spacing: 1.1px;
  }
}
.node--type-facility.node--view-mode-teaser .field-location-area a,
.node--type-branch.node--view-mode-teaser .field-location-area a,
.node--type-branch.node--view-mode-class-location .field-location-area a,
.node--type-camp.node--view-mode-teaser .field-location-area a {
  color: inherit;
  text-decoration: none;
}
.node--type-facility.node--view-mode-teaser .label-for-field-address,
.node--type-facility.node--view-mode-teaser .label-for-field-phone,
.node--type-branch.node--view-mode-teaser .label-for-field-address,
.node--type-branch.node--view-mode-teaser .label-for-field-phone,
.node--type-branch.node--view-mode-class-location .label-for-field-address,
.node--type-branch.node--view-mode-class-location .label-for-field-phone,
.node--type-camp.node--view-mode-teaser .label-for-field-address,
.node--type-camp.node--view-mode-teaser .label-for-field-phone {
  display: none;
}

.paragraph--type--class-location.paragraph--view-mode--default .empty-text {
  border: solid 1px #ccc;
  padding: 20px;
}
.paragraph--type--class-location.paragraph--view-mode--default .empty-text span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.node--view-mode-full.node--type-facility {
  margin-top: -20px;
}
.node--view-mode-full.node--type-facility .label-for-field-location-address {
  display: block;
}
.node--view-mode-full .wrapper-field-location-phone {
  letter-spacing: 2px;
  padding-bottom: 35px;
}
.node--view-mode-full .wrapper-field-location-phone .label-for-field-location-phone,
.node--view-mode-full .wrapper-field-location-phone .field-location-phone {
  display: inline;
}
.node--view-mode-full .label-for-field-location-address:after,
.node--view-mode-full .label-for-field-location-phone:after {
  content: ":";
}
.node--view-mode-full h2 {
  font-size: 22px;
  margin-bottom: 33px;
}
.node--view-mode-full .sidebar-card_h3 {
  position: absolute;
  margin-bottom: -20px;
  margin-left: 20px;
  margin-top: 18px;
}
.node--view-mode-full .field-location-area {
  display: none;
}

.sidebar-card_h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #636466;
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}

.node--type-facility .field-collection-hours .field-day-of-the-week,
.node--type-facility .field-collection-hours .field-start-end-time {
  display: inline;
  font-weight: normal;
  font-size: 14px;
}
.node--type-facility .field-collection-hours .field-day-of-the-week + .field-start-end-time:before {
  content: ":";
  margin-left: -0.15em;
  margin-right: 0.25em;
}

.catscls-parent-hide {
  display: none !important;
}

.slick-dotted {
  margin-bottom: 75px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.featured-content .slick-dots li button:before {
  opacity: 0.15;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.featured-content .slick-dots li.slick-active button:before {
  color: #c6168d;
}

.blog-card .slick-arrow,
.featured-content .slick-arrow {
  width: auto;
  z-index: 1;
}
.blog-card .slick-arrow:before,
.featured-content .slick-arrow:before {
  color: #0089d0;
}

.slick-track:before {
  width: 0;
}

.node--type-blog {
  font-size: 15px;
}
.node--type-blog.node--view-mode-full {
  margin-bottom: 50px;
}
.node--type-blog h1 {
  letter-spacing: -1.2px;
  padding-bottom: 8px;
}
.node--type-blog.node--view-mode-sidebar {
  margin-top: 118px;
}
.node--type-blog .field-blog-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.node--type-blog p {
  line-height: 1.62em;
}
.node--type-blog p + h2 {
  margin-top: 1em;
}
.node--type-blog.node--view-mode-teaser {
  margin: auto;
  max-width: 373px;
  width: 100%;
}
.node--type-blog.node--view-mode-teaser .inner-wrapper {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  min-height: 325px;
}
.node--type-blog.node--view-mode-teaser img {
  height: auto;
  max-width: inherit;
  width: 100%;
  vertical-align: top;
  margin: auto;
}
.node--type-blog.node--view-mode-teaser .blog-heading {
  padding: 12px 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
}
.node--type-blog.node--view-mode-teaser .blog-heading h2 {
  font-size: 32px;
}
.node--type-blog.node--view-mode-teaser a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}
.node--type-blog.node--view-mode-teaser h2,
.node--type-blog.node--view-mode-teaser h4 {
  color: white;
}
.node--type-blog.node--view-mode-teaser h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node--type-blog.node--view-mode-teaser h4 a {
  position: relative;
  z-index: 1;
}
.node--type-blog.node--view-mode-teaser h2 a:after {
  content: '';
  position: absolute;
  height: 100%;
  min-height: 250px;
  width: 100%;
  left: 0;
  top: 0;
}
.node--type-blog.node--view-mode-teaser.blog-green .inner-wrapper {
  background-color: #20bdbe;
}
.node--type-blog.node--view-mode-teaser.blog-fuchsia .inner-wrapper {
  background-color: #c6168d;
}
.node--type-blog.node--view-mode-teaser.blog-photo .inner-wrapper .blog-heading {
  background-color: rgba(35, 31, 32, 0.5);
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper {
  border: 1px solid #ccc;
}
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper h2,
.node--type-blog.node--view-mode-teaser.blog-story .inner-wrapper h4 {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper {
  border: 1px solid #ccc;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper h4 {
  color: inherit;
}
.node--type-blog.node--view-mode-teaser.blog-news .inner-wrapper h2 {
  color: #5c2e91;
}
.node--type-blog.node--view-mode-teaser .quote {
  float: left;
  min-height: 360px;
}
.node--type-blog.node--view-mode-teaser .quote svg {
  margin-top: 21px;
}

.blog-card {
  overflow: hidden;
  padding-top: 20px;
}
@media (min-width: 0) and (max-width: 30em) {
  .blog-card {
    overflow: visible;
  }
}

.blog-related {
  position: relative;
}
.blog-related h2 a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.adjust-container {
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .adjust-container {
    margin: -20px;
    max-width: inherit;
  }
}

.blog-more-teaser {
  margin-top: 40px;
}
.blog-more-teaser .h1 {
  padding-bottom: 0;
}
.blog-more-teaser .no-results {
  margin-bottom: 49px;
}
.blog-more-teaser .views-view-grid {
  text-align: center;
}
@media (max-width: 1200px) {
  .blog-more-teaser .views-view-grid .row {
    display: inline;
  }
  .blog-more-teaser .views-view-grid .row:before, .blog-more-teaser .views-view-grid .row:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .blog-more-teaser .views-view-grid .row {
    display: inline;
  }
}

.comma-list .item:after {
  content: ",";
}
.comma-list .item:last-child:after {
  content: none;
}

.page-node-type-blog .sidebar-region {
  padding-top: 0;
}
@media (min-width: 75em) {
  .page-node-type-blog .sidebar-region {
    padding-top: 102px;
  }
}

.field-author h4 {
  font-size: 2.5rem;
}
.field-author .field-blog-image {
  float: left;
  margin: 0 3rem 1rem 0;
  max-width: 125px;
}
.field-author .field-blog-image img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.field-author .title-position {
  margin-bottom: 1rem;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1.15rem;
  color: #0089d0;
}
.field-author .body {
  line-height: 1.6;
}

.class-page-schedule .sidebar-card {
  position: relative;
}
.class-page-schedule h2 {
  font-size: 28px;
  margin-top: 18px;
  max-width: 284px;
  margin-bottom: 1px;
}
.class-page-schedule h3 {
  padding-right: 70px;
  margin-bottom: 5px;
}
.class-page-schedule .edit-class-sch {
  display: inline-block;
  padding-left: 10px;
  color: #0089d0;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}
.class-page-schedule .phone {
  letter-spacing: 2px;
  padding-bottom: 35px;
}
.class-page-schedule .facility-name {
  margin-top: -30px;
}
.class-page-schedule .facility-text {
  margin-top: -30px;
  padding-bottom: 35px;
}
.class-page-schedule ul {
  padding-left: 0;
  list-style: none;
}
.class-page-schedule ul .class_end {
  padding-top: 4px;
  font-size: 15px;
  color: #4a4a4a;
}
.class-page-schedule .btn, .class-page-schedule .button {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-top: 19px;
  white-space: normal;
}
.class-page-schedule .starting-from {
  font-family: "Cachet Bold", 'Ubuntu Condensed', sans-serif;
  margin-bottom: 15px;
  font-size: 16px;
}
.class-page-schedule .reg-date {
  color: #4f4f4f;
}
.class-page-schedule .reg-date.end {
  margin-bottom: 20px;
}
.class-page-schedule .tier-prices {
  margin-bottom: 15px;
}
.class-page-schedule .tier-prices .tier-price {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.class-page-schedule .ticket {
  color: #5c2e91;
  margin-top: 10px;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.class_price,
.class_time,
.class_days {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.class_price:first-child {
  margin-top: 35px;
}

.node--type-class.node--view-mode-teaser h2, .node--type-class.node--view-mode-teaser h3 {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0089d0;
  margin: 40px 0 27px;
}
.node--type-class.node--view-mode-teaser p {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.node--type-class.node--view-mode-teaser p:after {
  content: "...";
}

.class-page-other-sessions .session .name {
  font-family: "Cachet Bold", 'Ubuntu Condensed', sans-serif;
}

.class__session-instances .class__session-instances-list,
.class__session-instances .flexreg__teasers-list,
.flexreg__teasers .class__session-instances-list,
.flexreg__teasers .flexreg__teasers-list {
  width: 100%;
}

.class__session-instance,
.flexreg__teaser {
  border-bottom: 1px solid #eeeeee;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
.class__session-instance td,
.flexreg__teaser td {
  padding: 10px 5px;
}
.class__session-instance .name,
.flexreg__teaser .name {
  font-family: "Cachet Bold", 'Ubuntu Condensed', sans-serif;
}
.class__session-instance .description,
.flexreg__teaser .description {
  margin-bottom: 15px;
}
.class__session-instance .more-info,
.flexreg__teaser .more-info {
  padding: 0 10px;
}
.class__session-instance .more-info a,
.flexreg__teaser .more-info a {
  color: #4f4f4f;
  text-decoration: underline;
}
.class__session-instance .register,
.flexreg__teaser .register {
  padding: 0 10px;
}
.class__session-instance .register a,
.flexreg__teaser .register a {
  color: #4f4f4f;
  text-decoration: underline;
  font-family: "Cachet Bold", 'Ubuntu Condensed', sans-serif;
}

.table-sessions {
  margin: 0 auto;
}
.table-sessions td,
.table-sessions th {
  padding: 5px;
}

.page-node-type-class #block-ymcala-content > .container {
  padding: 20px 15px;
}

#schedules-search-form-wrapper .controls-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #bfe1f3;
}
#schedules-search-form-wrapper .controls-wrapper a {
  display: inline-block;
  padding: 3px 15px;
}
#schedules-search-form-wrapper form {
  background-color: #bfe1f3;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper form {
    background-color: #ebebeb;
    margin-bottom: 40px;
  }
}
#schedules-search-form-wrapper .js-form-type-select {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select {
    padding: 15px 0;
    margin-right: 18px;
    width: 150px;
  }
}
#schedules-search-form-wrapper .js-form-type-select label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select label {
    margin-bottom: 5px;
  }
}
#schedules-search-form-wrapper .js-form-type-select select {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
#schedules-search-form-wrapper .js-form-type-select.form-item-location {
  padding: 15px 0 25px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select.form-item-location {
    padding: 15px 0;
    width: 150px;
  }
}
#schedules-search-form-wrapper .js-form-type-select.form-item-time {
  padding: 15px 0 25px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-select.form-item-time {
    margin-right: 70px;
    padding: 15px 0;
    width: 90px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield {
  float: left;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100%;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-textfield {
    padding: 15px 0;
    margin-right: 18px;
    width: 110px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield label {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .js-form-type-textfield label {
    margin-bottom: 5px;
  }
}
#schedules-search-form-wrapper .js-form-type-textfield input {
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  width: 100%;
}
#schedules-search-form-wrapper .js-form-type-textfield .hasDatepicker {
  background: #fff url("../img/icons/input_calc_icon.png") no-repeat 95% center;
  padding-right: 20px;
  padding-left: 5px;
}
#schedules-search-form-wrapper .selects-container hr {
  border-color: #636466;
  margin: 0 0 12px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .selects-container hr {
    display: none;
  }
}
#schedules-search-form-wrapper .actions-wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
}
#schedules-search-form-wrapper .actions-wrapper input {
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 0;
  width: 100%;
}
#schedules-search-form-wrapper .filters-main-wrapper {
  clear: both;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-main-wrapper {
    background-color: rgba(0, 136, 208, 0.25);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#schedules-search-form-wrapper .filters-container {
  clear: both;
  position: relative;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container {
    margin-top: 0;
  }
}
#schedules-search-form-wrapper .filters-container .container {
  position: relative;
}
#schedules-search-form-wrapper .filters-container .reset-wrapper {
  position: absolute;
  right: 35px;
  top: 4px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container .reset-wrapper {
    top: 0;
    right: 15px;
  }
}
#schedules-search-form-wrapper .filters-container .reset-wrapper .clear {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: none;
  border: none;
  color: #0089d0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-container .reset-wrapper .clear {
    text-transform: uppercase;
  }
}
#schedules-search-form-wrapper .filters-wrapper {
  padding-bottom: 5px;
  border-top: 1px solid #636466;
  padding-top: 5px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
}
#schedules-search-form-wrapper .filters-wrapper .label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .label {
    display: inline-block;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters {
  display: inline-block;
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  background: #fff;
  border-radius: 4px;
  color: #00aeef;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 5px 10px 0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter {
    margin: 5px 20px 5px 0;
    color: #4f4f4f;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter .remove {
  margin-left: 10px;
  line-height: 30px;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter .remove {
    margin-left: 15px;
  }
}
#schedules-search-form-wrapper .filters-wrapper .filters .filter .remove .fa {
  font-size: 13px;
  color: #0089d0;
}
@media (min-width: 48em) {
  #schedules-search-form-wrapper .filters-wrapper .filters .filter .remove .fa {
    font-size: 16px;
  }
}

#schedules-search-listing-wrapper .results {
  margin-bottom: 40px;
}
#schedules-search-listing-wrapper .results h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
#schedules-search-listing-wrapper .results h2 em {
  font-style: normal;
}
#schedules-search-listing-wrapper .results .group_time {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  color: #5c2e91;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .group_time {
    font-size: 30px;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider {
  margin: 0 0 45px;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider {
    margin: 0 35px 55px;
  }
}
@media (min-width: 81.25em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider {
    margin-right: 0;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow {
  background: none;
  color: #00aeef;
  padding: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  margin-top: -7px;
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow:before {
  color: #00aeef;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow {
    height: 70px;
    width: 50px;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow .fa {
  font-size: 30px;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow .fa {
    font-size: 70px;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 48em) {
  #schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-dots {
  bottom: -40px;
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-dots li button:before {
  opacity: 1;
  color: #ebebeb;
}
#schedules-search-listing-wrapper .results .schedule-sessions-group-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c6168d;
}
#schedules-search-listing-wrapper .results .week-control {
  font-size: 16px;
}
#schedules-search-listing-wrapper .results .week-control.prev-week {
  float: left;
}
#schedules-search-listing-wrapper .results .week-control.next-week {
  float: right;
}
#schedules-search-listing-wrapper .results .views-row {
  border: 1px solid #c6168d;
  margin: 0 15px;
  padding: 15px;
  height: auto;
  outline: none;
  text-decoration: none;
  position: relative;
}
#schedules-search-listing-wrapper .results .views-row .included-in-membership {
  background: url("../img/icons/included-in-membership.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 90px;
}
#schedules-search-listing-wrapper .results .views-row .ticket {
  color: #5c2e91;
  margin-top: 10px;
  display: block;
}
#schedules-search-listing-wrapper .results .views-row h3 {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0089d0;
  margin: 40px 0 27px;
  white-space: normal;
}
#schedules-search-listing-wrapper .results .views-row .time {
  color: #636466;
}
#schedules-search-listing-wrapper .results .views-row p {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
#schedules-search-listing-wrapper .results .views-row img {
  display: none;
}
#schedules-search-listing-wrapper .results .views-row .node__content {
  color: #333333;
}
#schedules-search-listing-wrapper .branch-hours-wrapper {
  margin-bottom: 10px;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .slick-slider {
  padding: 0 30px;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .slick-track {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 30em) {
  #schedules-search-listing-wrapper .branch-hours-wrapper .slick-track {
    flex-wrap: nowrap;
  }
}
#schedules-search-listing-wrapper .branch-hours-wrapper .slick-slide {
  display: -webkit-flex;
  display: flex;
  height: auto;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div {
  margin: 0 10px 10px 0;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow {
  color: #00aeef;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow:hover:before, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow:hover:before, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow:hover:before {
  color: #00aeef;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-arrow:before, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-arrow:before, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-arrow:before {
  color: #00aeef;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-next, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-next, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-next,
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-prev,
#schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-prev,
.modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-prev {
  z-index: 100;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .row-eq-height .slick-next, #schedules-search-listing-wrapper .branch-hours-wrapper .modal-body .fieldset-wrapper > div .slick-next, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .fieldset-wrapper > div .slick-next {
  text-align: right;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .card {
  background-color: #f15922;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .card h4 {
  font-size: 20px;
  line-height: 17px;
  letter-spacing: -0.5px;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .card p {
  font-size: 30px;
  line-height: 1.15;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .col-sm-2 h4 {
  font-size: 14px;
}
#schedules-search-listing-wrapper .branch-hours-wrapper .col-sm-2 p {
  font-size: 20px;
}
@media (min-width: 0) and (max-width: 48em) {
  #schedules-search-listing-wrapper .branch-hours-wrapper .row {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #schedules-search-listing-wrapper .branch-hours-wrapper .row .row-eq-height, #schedules-search-listing-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #schedules-search-listing-wrapper .branch-hours-wrapper .row .row-eq-height h4, #schedules-search-listing-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div h4, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div h4 {
    font-size: 20px;
    white-space: normal;
  }
  #schedules-search-listing-wrapper .branch-hours-wrapper .row .row-eq-height p, #schedules-search-listing-wrapper .branch-hours-wrapper .row .modal-body .fieldset-wrapper > div p, .modal-body #schedules-search-listing-wrapper .branch-hours-wrapper .row .fieldset-wrapper > div p {
    font-size: 30px;
    white-space: normal;
  }
}

body .branch-popup {
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-family: inherit;
  max-width: 750px;
  min-width: 300px;
  padding: 0;
  z-index: 1031 !important;
}
body .branch-popup .ui-dialog-titlebar {
  display: none;
}
body .branch-popup .ui-dialog-content {
  padding: 0;
  overflow-x: hidden;
}
body .branch-popup .ui-dialog-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-right: 15px;
  color: #5c2e91;
  width: 100%;
}
body .branch-popup .ui-dialog-content h3:after {
  content: ":";
}
body .branch-popup .ui-dialog-content .form-item-branch {
  line-height: 20px;
  padding: 7px 15px 7px 10px;
  position: relative;
}
body .branch-popup .ui-dialog-content .form-item-branch:hover {
  background-color: #ebebeb;
}
body .branch-popup .ui-dialog-content .form-item-branch input {
  margin: 7px 0 0 0;
  position: absolute;
  top: 5px;
}
body .branch-popup .ui-dialog-content .form-item-branch label {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
}
@media (min-width: 62em) {
  body .branch-popup .ui-dialog-content .branch-popup-map {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    transition: max-height 0.3s;
  }
  body .branch-popup .ui-dialog-content .branch-popup-map:hover {
    max-height: 500px;
  }
}
body .branch-popup + .ui-widget-overlay {
  z-index: 1030 !important;
  opacity: 0.5;
}

.modal-body {
  overflow: hidden;
}
.modal-body + .modal-body {
  padding-top: 0;
  margin-top: -10px;
}
.modal-body .fieldset-legend {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
}
@media (min-width: 48em) {
  .modal-body .fieldset-legend {
    font-size: 24px;
  }
}
.modal-body .button {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  height: 40px;
  float: right;
  padding: 10px 20px;
}
.modal-body legend {
  border-bottom: 0;
  margin-bottom: 0;
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.modal-body [class*='form-type-radio'] {
  display: inline-block;
  padding: 15px;
}
@media (min-width: 48em) {
  .modal-body [class*='form-type-radio'] {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .modal-body [class*='form-type-radio'] {
    width: 33.33%;
  }
}
.modal-body [class*='form-type-radio'] input {
  margin: 4px 5px 0 0;
  margin-top: 1px \9;
}
.modal-body [class*='form-type-radio'] label {
  display: inline;
}

.ygs-popups-class-branches-form hr {
  margin: 0;
  width: 100%;
}

.two-column-fixed .affix {
  top: 126px;
  position: static;
}
@media (min-width: 48em) {
  .two-column-fixed .affix {
    width: 220px;
    position: fixed;
  }
}
@media (min-width: 62em) {
  .two-column-fixed .affix {
    width: 294px;
  }
}
@media (min-width: 75em) {
  .two-column-fixed .affix {
    width: 360px;
  }
}
.toolbar-fixed .two-column-fixed .affix {
  top: 166px;
}

.embedded-entity .media-image.view-mode-link {
  display: inline;
}
.embedded-entity img {
  display: inline-block;
  padding: 10px 0;
}

.front-heading.front-heading-join-donate {
  display: flex;
  align-items: center;
}
.front-heading.front-heading-join-donate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .front-heading.front-heading-join-donate ul {
    width: 100%;
  }
}
.front-heading.front-heading-join-donate ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 1.3rem;
}
@media (max-width: 767px) {
  .front-heading.front-heading-join-donate ul li {
    min-width: 50%;
  }
  .front-heading.front-heading-join-donate ul li .btn, .front-heading.front-heading-join-donate ul li .button {
    width: 100%;
  }
}
.front-heading.front-heading-join-donate ul li:last-child {
  padding-right: 0;
}
.front-heading.front-heading-join-donate ul li:last-child .btn, .front-heading.front-heading-join-donate ul li:last-child .button {
  background-color: #c6168d;
}
.front-heading.front-heading-join-donate ul li a {
  display: block;
  padding: 5px 12px;
  font-size: 2rem;
}
.front-heading.front-heading-join-donate ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a[href="#step2"] {
  pointer-events: none;
}

#membership-calc-wrapper img {
  height: auto;
  max-width: 100%;
}
#membership-calc-wrapper .h1 {
  margin-bottom: 30px;
  padding-bottom: 4px;
}
#membership-calc-wrapper .description {
  margin-bottom: -0.5em;
}
#membership-calc-wrapper legend {
  border: none;
  color: inherit;
  font-size: 36px;
}
#membership-calc-wrapper .label-for-field-mbrshp-join-fee,
#membership-calc-wrapper .label-for-field-mbrshp-monthly-rate {
  float: left;
  margin-right: 0.5em;
}
#membership-calc-wrapper .label-for-field-mbrshp-join-fee:after,
#membership-calc-wrapper .label-for-field-mbrshp-monthly-rate:after {
  content: ":";
}
#membership-calc-wrapper .membership-type label {
  border-bottom: 1px solid #333;
  bottom: 0;
  display: block;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
}
#membership-calc-wrapper .btn, #membership-calc-wrapper .button {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px;
}
#membership-calc-wrapper .text-center {
  margin-top: 40px;
}
#membership-calc-wrapper .form-element-wrapper {
  height: 100%;
  position: relative;
}
#membership-calc-wrapper .form-element-wrapper .btn, #membership-calc-wrapper .form-element-wrapper .button {
  display: block;
}
#membership-calc-wrapper input[name="type"] {
  display: none;
}
#membership-calc-wrapper .membership-type {
  margin: 0 0 40px 0;
}
@media (min-width: 30em) and (max-width: 48em) {
  #membership-calc-wrapper .membership-type {
    width: 50%;
  }
}
#membership-calc-wrapper .membership-type .contextual-region {
  position: static;
}
#membership-calc-wrapper .membership-type .node--view-mode-calc-preview img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
#membership-calc-wrapper input[type="radio"]:checked + .form-element-wrapper label .btn, #membership-calc-wrapper input[type="radio"]:checked + .form-element-wrapper label .button {
  background-color: #5c2e91;
  box-shadow: 0 0 5px #5c2e91;
}
#membership-calc-wrapper .pull-left,
#membership-calc-wrapper .pull-right {
  margin: 20px 0 10px 0;
}
#membership-calc-wrapper .node--type-membership.node--view-mode-calc-preview {
  margin-bottom: 90px;
}
#membership-calc-wrapper .pull-right,
#membership-calc-wrapper .complete-registration {
  background-color: #5c2e91;
}

#membership-calc-wrapper .nav-pills {
  display: table;
  width: 100%;
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (min-width: 48em) {
  #membership-calc-wrapper .nav-pills {
    font-size: 20px;
    line-height: 42px;
  }
}
#membership-calc-wrapper .nav-pills > li {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 30em) {
  #membership-calc-wrapper .nav-pills > li {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 30em) {
  #membership-calc-wrapper .nav-pills > li {
    width: 34%;
  }
  #membership-calc-wrapper .nav-pills > li:last-child div {
    padding-left: 25px;
  }
}
#membership-calc-wrapper .nav-pills > li div {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  color: white;
  background-color: #c6168d;
  text-align: center;
  padding: 9px;
  width: 90%;
}
@media (min-width: 30em) {
  #membership-calc-wrapper .nav-pills > li div {
    display: block;
    width: calc(100% - 30px);
  }
}
#membership-calc-wrapper .nav-pills > li div:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
#membership-calc-wrapper .nav-pills > li div:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid #c6168d;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: -1px;
  left: 100%;
  z-index: 2;
}
#membership-calc-wrapper .nav-pills > li div .nav-pills__text {
  position: relative;
  z-index: 3;
}
@media (min-width: 30em) {
  #membership-calc-wrapper .nav-pills > li .step-1,
  #membership-calc-wrapper .nav-pills > li .step-2 {
    width: calc(100% - 15px);
  }
}
#membership-calc-wrapper .nav-pills > li .step-2 .nav-pills__text {
  margin-left: 5px;
}
#membership-calc-wrapper .nav-pills > li.active div, #membership-calc-wrapper .nav-pills > li:first-child div {
  background-color: #5c2e91;
}
#membership-calc-wrapper .nav-pills > li:first-child div:after, #membership-calc-wrapper .nav-pills > li.active div:after {
  border-left: 30px solid #5c2e91;
}
#membership-calc-wrapper .nav-pills li + li {
  margin-left: 0;
}

.openy-map-wrapper {
  margin-bottom: 20px;
}

.views-view-membership .field-body-no-summary {
  font-size: 15px;
  padding-bottom: 110px;
}

.view-mode-thumb-262-233 {
  margin-bottom: 1em;
}

.wrapper-field-membership-info {
  display: flex;
  flex-wrap: wrap;
}

.membership-continue {
  display: none;
}

.camp-menu {
  height: 50px;
  height: 5rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 6;
}
.camp-menu-wrapper {
  position: relative;
  background-color: #0060af;
}
.camp-menu-wrapper .columns-gradient {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (min-width: 0) and (max-width: 62em) {
  .camp-menu-wrapper .columns-gradient {
    display: block;
  }
}
.camp-menu-wrapper .columns-gradient.gradient-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, #003663 100%);
}
.camp-menu-wrapper .columns-gradient.gradient-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, #003663 100%);
}
.camp-menu__item {
  height: 50px;
  height: 5rem;
  float: left;
  list-style: none;
}
.camp-menu__item a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  line-height: 50px;
  line-height: 5rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 48em) {
  .camp-menu__item a {
    padding: 0 20px;
    padding: 0 2rem;
    font-size: 18px;
  }
}
.camp-menu__item a:hover, .camp-menu__item a:active {
  background-color: #0089d0;
}
@media (min-width: 0) and (max-width: 30em) {
  .camp-menu__item a:hover, .camp-menu__item a:active {
    background-color: transparent;
  }
}

.global-search-results .view-results-summary {
  font-weight: bold;
}
.global-search-results .views-exposed-form {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.global-search-results .views-exposed-form .js-form-item-query {
  padding: 2px;
  position: relative;
}
.global-search-results .views-exposed-form .js-form-item-query:before {
  left: 12px;
  left: 1.2rem;
  top: 12px;
  top: 1.2rem;
  color: #0089d0;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
}
.global-search-results .views-exposed-form .js-form-item-query input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  padding-left: 3rem;
}
.global-search-results .views-exposed-form .form-actions {
  display: none;
}
.global-search-results .item-list ul {
  padding: 0;
  list-style: none;
}
.global-search-results .item-list li {
  padding: 0 0 16px 0;
  padding: 0 0 1.6rem 0;
}
.global-search-results .item-list .views-field-title {
  font-weight: bold;
}

.user-login {
  margin: 10px 0;
}
.user-login .openy-page-tabs > ul {
  margin: 10px 0;
  padding-left: 0;
}
.user-login label {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  color: #636466;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.user-login input[type="text"],
.user-login input[type="password"] {
  border: solid 1px #ccc;
  padding: 6px 12px 6px 5px;
  height: 40px;
  width: 50%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
}
@media (max-width: 480px) {
  .user-login input[type="text"],
  .user-login input[type="password"] {
    width: 100%;
  }
}
.user-login input:-webkit-autofill,
.user-login textarea:-webkit-autofill {
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
}
.user-login .description {
  margin-bottom: 20px;
}

.openy-page-tabs .is-active {
  color: #fff;
  background: #00aeef;
}
.openy-page-tabs > ul {
  display: table;
  margin: 10px auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.openy-page-tabs > ul li {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  font-weight: 500;
  border: solid 1px #00aeef;
  border-right: 0;
}
@media (max-width: 480px) {
  .openy-page-tabs > ul li {
    font-size: 12px;
  }
}
.openy-page-tabs > ul li:last-child {
  border-right: solid 1px #00aeef;
}
.openy-page-tabs > ul li a {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  display: block;
  padding: 9px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 480px) {
  .openy-page-tabs > ul li a {
    padding: 6px;
  }
}

html.js .ajax-progress .throbber,
html.js .flag-waiting .flag-throbber {
  width: 15px;
  height: 15px;
  top: 5px !important;
  position: relative;
  background-image: url(../img/bx_loader.gif);
  background-size: contain;
  opacity: 1;
}

@media (min-width: 75em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 768px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 568px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.425);
    -webkit-transform: scale(1.425);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 320px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 375px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (width: 667px) {
  .yamlform-submission-guest-pass-form-form #rc-imageselect,
  .yamlform-submission-guest-pass-form-form .g-recaptcha {
    transform: scale(1.69);
    -webkit-transform: scale(1.69);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (min-width: 75em) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 20px;
  }
}
@media (min-width: 30em) and (max-width: 48em) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 20px;
  }
}
@media screen and (width: 375px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 10px;
  }
}
@media screen and (width: 568px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 30px;
  }
}
@media screen and (width: 667px) {
  .yamlform-submission-guest-pass-form-form input + #edit-actions {
    margin-top: 50px;
  }
}

.status-message ul, .status-message p {
  font-family: "Cachet", 'Ubuntu Condensed', sans-serif;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
  background: #20bdbe;
}
.status-message__alert ul, .status-message__alert p {
  background: #ed1c24;
}

.pager li.load_more_button > a {
  padding: 12px 35px;
  border: none;
  border-radius: 0;
  background-color: #00aeef;
  font-size: 20px;
}

.pager__items {
  padding-left: 0;
}

.pager li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.pager li.is-active a {
  color: #636466;
  font-size: 15px;
  font-weight: 500;
}
.pager li > a {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}

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