/*
Theme Name: YMCA of	Metro North
Description: Website theme for The Y.
*/
@font-face {
  font-family: Cachet;
  src: url(fonts/Cachet-Book.ttf);
}
@font-face {
  font-family: Cachet;
  src: url(fonts/Cachet-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Cachet;
  src: url(fonts/Cachet-Bold.ttf);
  font-weight: bold;
}
/* =============================================================================
	Layout
/* ========================================================================== */
/* line 32, ../../../../source/wp-content/themes/ymca/style.scss */
body {
  font-family: Cachet, sans-serif;
  font-family: "Verdana", sans-serif;
  min-width: 320px;
  font-size: 15px;
  color: #3f415e;
}

/* line 40, ../../../../source/wp-content/themes/ymca/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* some full-width-page styles */
/* line 51, ../../../../source/wp-content/themes/ymca/style.scss */
p {
  letter-spacing: .2px;
  font-size: 15px;
}

/* line 56, ../../../../source/wp-content/themes/ymca/style.scss */
a:hover {
  text-decoration: none;
}

/* line 60, ../../../../source/wp-content/themes/ymca/style.scss */
h1 {
  font-family: Cachet, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -.1px;
}
@media (max-width: 767px) {
  /* line 60, ../../../../source/wp-content/themes/ymca/style.scss */
  h1 {
    font-size: 30px;
  }
}

/* line 69, ../../../../source/wp-content/themes/ymca/style.scss */
h2, h3, h4, h5, h6 {
  font-family: Cachet, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #3f415e;
  line-height: 120%;
}

/* line 76, ../../../../source/wp-content/themes/ymca/style.scss */
h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 76, ../../../../source/wp-content/themes/ymca/style.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 85, ../../../../source/wp-content/themes/ymca/style.scss */
h3 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 85, ../../../../source/wp-content/themes/ymca/style.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 93, ../../../../source/wp-content/themes/ymca/style.scss */
h4 {
  font-size: 25px;
  margin-top: 31px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  /* line 93, ../../../../source/wp-content/themes/ymca/style.scss */
  h4 {
    font-size: 15px;
  }
}

/* line 102, ../../../../source/wp-content/themes/ymca/style.scss */
h5 {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 102, ../../../../source/wp-content/themes/ymca/style.scss */
  h5 {
    font-size: 15px;
  }
}

/* line 111, ../../../../source/wp-content/themes/ymca/style.scss */
h6 {
  font-size: 15px;
  margin-top: 37px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 111, ../../../../source/wp-content/themes/ymca/style.scss */
  h6 {
    font-size: 15px;
  }
}

/* line 135, ../../../../source/wp-content/themes/ymca/style.scss */
.line-short {
  position: relative;
  margin-bottom: 30px;
}
/* line 138, ../../../../source/wp-content/themes/ymca/style.scss */
.line-short:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  border-bottom: 3px solid #e4e4e4;
}

/* line 142, ../../../../source/wp-content/themes/ymca/style.scss */
.line {
  position: relative;
}
/* line 144, ../../../../source/wp-content/themes/ymca/style.scss */
.line:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  border-bottom: 3px solid #e4e4e4;
  width: 100%;
}

/* line 150, ../../../../source/wp-content/themes/ymca/style.scss */
.link-arr {
  color: #0060af;
  font-size: 15px;
  padding-left: 15px;
  position: relative;
  top: 2px;
  text-transform: none;
  font-weight: normal;
}
/* line 158, ../../../../source/wp-content/themes/ymca/style.scss */
.link-arr:before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 43%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #0060af;
}
/* line 168, ../../../../source/wp-content/themes/ymca/style.scss */
.link-arr:after {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  bottom: 43%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 6px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #0060af;
}

/* styles for full-width page */
/* line 5, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.page-content.full-width-content {
  padding-top: 38px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .page-content.full-width-content {
    padding-top: 0;
  }
}
/* line 12, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.page-content.full-width-content .page-title {
  margin-bottom: 83px;
}
@media (max-width: 767px) {
  /* line 12, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .page-content.full-width-content .page-title {
    margin-bottom: 51px;
  }
}

/* line 19, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul {
  list-style: none;
}
/* line 21, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li {
  position: relative;
}
/* line 23, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -19px;
  top: 12px;
  background-color: black;
}

/* line 36, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li ul {
  list-style: none;
}
/* line 38, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li ul li {
  position: relative;
}
/* line 40, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -19px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #8793a0;
}

/* line 52, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-bottom: 26px;
  line-height: 145%;
}

/* line 56, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h4 + p {
  margin-bottom: 34px;
}

/* line 59, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h4 + p {
  margin-bottom: 33px;
}

/* line 62, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h2 + blockquote {
  margin-top: 21px;
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  h2 + blockquote {
    margin-top: 12px;
  }
}

/* line 69, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.line + h2 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  /* line 69, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .line + h2 {
    margin-top: 52px;
  }
}

/* line 76, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h2 + .accordion {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 76, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  h2 + .accordion {
    margin-top: 13px;
  }
}

/* line 82, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h2 + .ezcol.ezcol-one-third {
  padding-top: 14px;
}
@media (max-width: 767px) {
  /* line 82, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  h2 + .ezcol.ezcol-one-third {
    padding-right: 80px;
  }
}

/* line 88, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.ezcol.ezcol-one-third {
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  /* line 88, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .ezcol.ezcol-one-third {
    padding-bottom: 10px;
  }
}

/* line 94, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
h2 + .slider-wrapper {
  margin-top: 0;
}

/* line 99, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.bt.button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 6px;
  margin-bottom: 15px;
  min-width: 171px;
  font-family: Cachet, sans-serif;
  margin-right: 6px;
}

/* line 108, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
p + p {
  margin-top: 35px;
}

/* line 112, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul {
  padding-left: 18px;
}
/* line 115, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li {
  line-height: 151%;
}
/* line 117, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
ul li ul {
  padding-left: 22px;
  padding-bottom: 0;
}

/* line 123, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
p + ul, p + ol {
  margin-top: -8px;
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  /* line 123, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  p + ul, p + ol {
    padding-bottom: 1px;
  }
}

/* styles for blockquote */
/* line 132, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
blockquote {
  text-align: center;
  background-color: #0060af;
  color: white;
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  padding: 53px 40px;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-left: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  /* line 132, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  blockquote {
    padding: 24px 24px;
    padding-bottom: 24px;
    margin-bottom: 34px;
  }
}
/* line 149, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
blockquote p {
  color: white;
  line-height: 153%;
}

/* styles for tables */
/* line 156, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table {
  margin-top: 20px;
  margin-bottom: 60px;
  border: 1px solid black;
  width: 100%;
  max-width: 100%;
  position: relative;
}
/* line 163, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table caption {
  display: none;
}
@media (max-width: 767px) {
  /* line 156, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  table {
    border: none;
  }
}
/* line 170, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table th {
  background-color: #3f415e;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  font-family: Cachet, sans-serif;
  border-right: 1px solid black;
  padding: 13px 10px;
  padding-left: 15px;
}
/* line 182, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table thead th {
  min-height: 46px;
}
/* line 188, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table tbody tr:nth-child(2n+1) {
  background-color: #ffffff;
}
/* line 194, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table tr:focus, table td:focus {
  outline: none;
}
/* line 198, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table th, table td {
  padding: 11px 10px;
  width: 33.3333333%;
}
@media (max-width: 767px) {
  /* line 198, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  table th, table td {
    min-width: auto;
    max-width: 239px;
    width: 239px;
    width: auto;
  }
}
/* line 210, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
table td {
  border: 1px solid black;
  padding: 8px 10px;
  padding-left: 15px;
}

/* line 216, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.jspHorizontalBar {
  background-color: transparent;
  border: 1px solid black;
}

/* line 220, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.jspTrack {
  background-color: transparent;
}

/* line 223, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.jspContainer {
  max-width: 100%;
}

/* line 227, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.jspPane {
  max-width: 100%;
}

/* line 230, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.jspDrag {
  width: 100px !important;
  background-color: #d7d7d7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 13px;
}

/* mobile table */
@media only screen and (max-width: 767px) {
  /* line 239, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  /* line 240, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll * html .cf {
    zoom: 1;
  }

  /* line 241, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll *:first-child + html .cf {
    zoom: 1;
  }

  /* line 243, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* line 245, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  /* line 247, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll th {
    text-align: left;
  }

  /* line 249, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }

  /* line 250, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll thead {
    display: block;
    float: left;
  }

  /* line 251, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
  }

  /* line 252, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll thead tr {
    display: block;
  }

  /* line 253, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll th {
    display: block;
    text-align: right;
  }

  /* line 254, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -8px;
  }

  /* line 255, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll tbody tr:first-child {
    margin-left: 0;
  }

  /* line 256, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
}
/* styles for video */
/* line 260, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.video-container {
  margin-top: 23px;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  /* line 260, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .video-container {
    margin-bottom: 32px;
    margin-top: 11px;
  }
}
/* line 267, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.video-container iframe {
  width: 100%;
  max-width: 100%;
}

/* styles for lightbox gallery */
/* line 288, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox {
  margin-top: 20px;
  padding-bottom: 2px;
  margin-right: -2.5%;
}
/* line 292, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li:before {
  display: none;
}
@media (max-width: 1200px) {
  /* line 288, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox {
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  /* line 288, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox {
    margin-right: 0;
  }
}
/* line 301, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox .overlay-title {
  font-size: 20px;
  color: white;
  font-family: Cachet, sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 18px;
  padding-right: 18px;
  z-index: 10;
}
@media (max-width: 992px) {
  /* line 301, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox .overlay-title {
    font-size: 15px;
    line-height: 138%;
  }
}
/* line 316, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox .overlay {
  display: none;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 321, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul {
  list-style: none;
  padding-left: 0;
}
/* line 324, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 329, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li {
  float: left;
  width: 31.1%;
  width: 33.33333%;
  margin-bottom: 30px;
}
/* line 335, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 992px) {
  /* line 329, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  /* line 329, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 347, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li img {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
/* line 351, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a {
  display: inline-block;
  position: relative;
  width: 92%;
}
@media (max-width: 1200px) {
  /* line 351, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li > a {
    width: 92.5%;
  }
}
@media (max-width: 992px) {
  /* line 351, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li > a {
    width: 91.5%;
  }
}
@media (max-width: 767px) {
  /* line 351, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li > a {
    width: 100%;
  }
}
/* line 365, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a img {
  width: 100%;
}
/* line 369, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a:after, .gallery-lightbox ul li > a:before {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 374, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a:hover:after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
/* line 385, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a:hover:before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  right: 10px;
  top: 10px;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/ligthbox-plus.png");
  background-size: cover;
  opacity: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 385, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  .gallery-lightbox ul li > a:hover:before {
    background-image: url("images/ligthbox-plus-2x.png");
    background-size: 36px 36px;
  }
}
/* line 400, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
.gallery-lightbox ul li > a:hover .overlay {
  display: block;
  opacity: 1;
}

/* captions in lightbox */
/* line 410, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-top-bar {
  top: auto;
  bottom: 30px;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 414, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-top-bar.visible-bars {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 419, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-title {
  font-size: 15px;
  text-align: center;
}

/* arrows in open ligthbox */
/* line 424, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-bottom-bar {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 1;
}
/* line 429, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-bottom-bar.visible-bars {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 434, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-arrows {
  width: 90%;
}

/* line 437, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-prev {
  width: 20px;
  height: 39px;
  position: relative;
  left: 30px;
  background-image: url(images/slide-arrow-left.png) !important;
  background-position: center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 437, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  #swipebox-prev {
    background-image: url("images/slide-arrow-left-2x.png") !important;
    background-size: 20px 39px;
  }
}

/* line 454, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-next {
  width: 20px;
  height: 39px;
  background-position: center;
  background-size: cover;
  position: relative;
  right: 50px;
  background-image: url(images/slide-arrow-right.png) !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 454, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  #swipebox-next {
    background-image: url("images/slide-arrow-right-2x.png") !important;
    background-size: 20px 39px;
  }
}

/* lightbox img siz */
/* line 473, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-slider .slide img {
  max-width: 85%;
}

/* lightbox icons */
/* line 478, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-close {
  background-position: center;
  background-size: cover;
  top: 20px;
  right: 43px;
  width: 27px;
  height: 27px;
  background-image: url(images/close-btn.png) !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 478, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  #swipebox-close {
    background-image: url("images/close-btn-2x.png") !important;
    background-size: 27px 27px;
  }
}

/* 	slide shadow */
/* line 498, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-slider .slide:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 12.5%;
  -moz-border-radius: 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 10%;
  display: none;
}

/* line 520, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
#swipebox-arrows {
  width: 100%;
}
@media (min-width: 800px) {
  /* line 520, ../../../../source/wp-content/themes/ymca/css/_full-width-page.scss */
  #swipebox-arrows {
    max-width: 100%;
  }
}

/* line 1, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tabs {
  padding-top: 19px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
  .tabs {
    border-bottom: none;
  }
}
/* line 11, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tabs ul li:before {
  display: none;
}
/* line 19, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tabs .tab-body ul li {
  position: relative;
}
/* line 21, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tabs .tab-body ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -19px;
  top: 12px;
  background-color: black;
}

/* line 35, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 36px;
}
/* line 40, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 45, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li {
  float: left;
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  font-size: 15px;
  margin-right: 6px;
}
/* line 52, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li:last-child {
  margin-right: 0;
}
/* line 56, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li a {
  color: #3f415e;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  display: inline-block;
}
/* line 62, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li a:hover {
  text-decoration: none;
}
/* line 67, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li.active {
  font-weight: bold;
  border-bottom: 2px solid #fcaf17;
}
/* line 70, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-head li.active a {
  text-decoration: none;
}

/* line 76, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-trigger {
  color: #3f415e;
  font-size: 15px;
  font-family: Cachet, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
}
/* line 86, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-trigger:hover {
  color: #3f415e;
}

/* line 91, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-trigger-wrapper {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 91, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
  .tab-trigger-wrapper {
    border: 1px solid #fcaf17;
    border-bottom: none;
    padding-left: 20px;
    padding-bottom: 20px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
}
/* line 101, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-trigger-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  border-top: 7px solid #3f415e;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  cursor: pointer;
}
/* line 111, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-trigger-wrapper:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 114, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
  .tab-trigger-wrapper.active {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 1px solid #fcaf17;
  }
}

/* line 121, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-body {
  display: none;
}
@media (max-width: 767px) {
  /* line 121, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
  .tab-body {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #fcaf17;
    border-top: none;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
  }
}
/* line 132, ../../../../source/wp-content/themes/ymca/css/_tab.scss */
.tab-body.active {
  display: block;
}

/* line 1, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bxslider {
  padding-bottom: 0;
}
/* line 4, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bxslider li img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 23px;
}
@media (max-width: 767px) {
  /* line 4, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bxslider li img {
    margin-top: 16px;
  }
}
/* line 11, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bxslider li span {
  font-size: 15px;
  position: absolute;
  bottom: 13px;
  color: #3f415e;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  /* line 11, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bxslider li span {
    bottom: 1px;
  }
}
@media (max-width: 992px) {
  /* line 11, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bxslider li span {
    bottom: 9px;
  }
}

/* line 35, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bx-controls-direction .bx-prev {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 39px;
  display: inline-block;
  background: url(images/slide-arrow-left.png) no-repeat center;
  background-size: cover;
  font-size: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 35, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-prev {
    background-image: url("images/slide-arrow-left-2x.png");
    background-size: 20px 39px;
  }
}
@media (max-width: 767px) {
  /* line 35, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-prev {
    width: 15px;
    height: 34px;
    background: url(images/slide-arrow-left.png) no-repeat center;
    background-size: contain;
    top: 45%;
  }
}
@media (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 1.3dppx) {
  /* line 35, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-prev {
    background-image: url("images/slide-arrow-left-2x.png");
    background-size: 15px 34px;
  }
}

/* line 56, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 39px;
  display: inline-block;
  background: url(images/slide-arrow-right.png) no-repeat center;
  background-size: cover;
  font-size: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 56, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-next {
    background-image: url("images/slide-arrow-right-2x.png");
    background-size: 20px 39px;
  }
}
@media (max-width: 767px) {
  /* line 56, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-next {
    width: 15px;
    height: 34px;
    background: url(images/slide-arrow-right.png) no-repeat center;
    background-size: contain;
    top: 45%;
  }
}
@media (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 1.3dppx) {
  /* line 56, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .bx-controls-direction .bx-next {
    background-image: url("images/slide-arrow-right-2x.png");
    background-size: 15px 34px;
  }
}

/* line 78, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.bx-wrapper {
  position: relative;
}

/* line 82, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.alignleft + p, .slider-wrapper.alignright + p {
  position: relative;
  top: 15px;
}

/* line 86, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.alignleft, .slider-wrapper.alignright {
  max-width: 558px;
  min-height: 418px;
}
/* line 89, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.alignleft li, .slider-wrapper.alignright li {
  width: 100%;
}
/* line 92, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.alignleft p, .slider-wrapper.alignright p {
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  /* line 86, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.alignleft, .slider-wrapper.alignright {
    max-width: 100%;
    width: 100%;
    min-height: 150px;
  }
}

/* line 104, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper li:before {
  display: none;
}
/* line 107, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 115, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.full {
  max-height: 700px;
  margin-bottom: 57px;
}
@media (max-width: 992px) {
  /* line 115, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.full {
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  /* line 115, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.full {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 126, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.full .bx-viewport {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  /* line 126, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.full .bx-viewport {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 126, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
  .slider-wrapper.full .bx-viewport {
    margin-bottom: 0;
  }
}
/* line 138, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.slider-wrapper.full li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 163, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.carousel-indicators {
  z-index: 9;
  bottom: 110px;
}
/* line 166, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.carousel-indicators li {
  border: none;
  width: 8px;
  height: 8px;
  background-color: #a0a4b2;
}
/* line 171, ../../../../source/wp-content/themes/ymca/css/_slider-styles.scss */
.carousel-indicators li.active {
  width: 8px;
  height: 8px;
  background-color: white;
  position: relative;
  bottom: 1px;
}

/* BUTTONS */
/* line 3, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button {
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 6px 25px;
  font-size: 20px;
  max-width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
}
/* line 13, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button:hover {
  color: white;
  text-decoration: none;
}

/* line 19, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color1, .purple, .gform_button {
  color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxMjc4ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MTU4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #91278f), color-stop(100%, #c5158d));
  background-image: -moz-linear-gradient(bottom, #91278f 0%, #c5158d 100%);
  background-image: -webkit-linear-gradient(bottom, #91278f 0%, #c5158d 100%);
  background-image: linear-gradient(to top, #91278f 0%, #c5158d 100%);
  border: 1px solid #5c2e91;
}
.slide-btn-wrap .button-color1 {
  background-image: none;
  border: none;
  background-color: #01a490;
}
/* line 23, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color1:hover, .purple:hover, .gform_button:hover {
  background-color: #91278f;
  background-image: none;
}
.slide-btn-wrap .button-color1:hover {
  background-color: #017163;
  background-image: none;
}
/* line 27, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color1:active, .purple:active, .gform_button:active {
  background-color: #5c2e91;
  background-image: none;
}
.slide-btn-wrap .button-color1:active {
  background-color: #01584d;
  background-image: none;
}

/* line 33, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color2, .blue {
  color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODljZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0089cf), color-stop(100%, #00adef));
  background-image: -moz-linear-gradient(bottom, #0089cf 0%, #00adef 100%);
  background-image: -webkit-linear-gradient(bottom, #0089cf 0%, #00adef 100%);
  background-image: linear-gradient(to top, #0089cf 0%, #00adef 100%);
  border: 1px solid #0060af;
}
/* line 37, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color2:hover, .blue:hover {
  background-color: #0089cf;
  background-image: none;
}
/* line 41, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color2:active, .blue:active {
  background-color: #0060af;
  background-image: none;
}

/* line 48, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color3, .turquise {
  background-color: #10b0a7;
  color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYTQ5MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwYmRiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #01a490), color-stop(100%, #20bdbe));
  background-image: -moz-linear-gradient(bottom, #01a490 0%, #20bdbe 100%);
  background-image: -webkit-linear-gradient(bottom, #01a490 0%, #20bdbe 100%);
  background-image: linear-gradient(to top, #01a490 0%, #20bdbe 100%);
  border: 1px solid #006b6b;
}
/* line 53, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color3:hover, .turquise:hover {
  background-color: #01a38f;
  background-image: none;
}
/* line 57, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color3:active, .turquise:active {
  background-color: #006b6b;
  background-image: none;
}

/* line 64, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color4, .red {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNTkyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ed1c24), color-stop(100%, #f15922));
  background-image: -moz-linear-gradient(bottom, #ed1c24 0%, #f15922 100%);
  background-image: -webkit-linear-gradient(bottom, #ed1c24 0%, #f15922 100%);
  background-image: linear-gradient(to top, #ed1c24 0%, #f15922 100%);
  color: white;
  border: 1px solid #a92b31;
}
/* line 68, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color4:hover, .red:hover {
  background-color: #ed1c24;
  background-image: none;
}
/* line 72, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color4:active, .red:active {
  background-color: #a92b31;
  background-image: none;
}

/* line 78, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color5, .orange {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNzkyMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYWYxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f37920), color-stop(100%, #fbaf17));
  background-image: -moz-linear-gradient(bottom, #f37920 0%, #fbaf17 100%);
  background-image: -webkit-linear-gradient(bottom, #f37920 0%, #fbaf17 100%);
  background-image: linear-gradient(to top, #f37920 0%, #fbaf17 100%);
  color: white;
  border: 1px solid #dd5828;
}
/* line 82, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color5:hover, .orange:hover {
  background-color: #f37920;
  background-image: none;
}
/* line 86, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-color5:active, .orange:active {
  background-color: #f37920;
  background-image: none;
}

/* line 91, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-mini {
  font-size: 10px;
  text-transform: uppercase;
  min-width: 64px;
  padding: 2px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

/* line 99, ../../../../source/wp-content/themes/ymca/css/_buttons.scss */
.button-mini.clear-btn {
  min-width: 40px;
}

/* styles for widgets */
/* line 4, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul li:before {
  display: none;
}
/* line 8, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul li ul li:before {
  display: none;
}
/* line 11, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .icon {
  display: block;
  float: right;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  position: absolute;
  right: 0;
}
/* line 21, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .icon:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  right: 20px;
  top: 19px;
  background-color: #0060af;
}
/* line 29, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .icon:after {
  position: absolute;
  content: "";
  display: block;
  height: 12px;
  width: 2px;
  top: 14px;
  right: 25px;
  background-color: #0060af;
}
/* line 41, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .icon.active:after {
  display: none;
}
/* line 45, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .link {
  color: #0060af;
}
/* line 50, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .sub-menu:before, .widget .children:before {
  content: " ";
  display: table;
  clear: both;
}
/* line 55, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .sub-menu li, .widget .children li {
  padding-left: 23px;
  padding-top: 1px;
}
/* line 59, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .sub-menu li:hover, .widget .children li:hover {
  background-color: #eff5f7;
}
/* line 65, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget a {
  color: #00aeef;
}
/* line 67, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget a:hover {
  text-decoration: none;
}
/* line 72, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .current-menu-item > a {
  color: #3f415e;
  font-weight: bold;
}
/* line 79, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .current-menu-item ul {
  display: block;
}
/* line 81, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .current-menu-item ul a {
  font-weight: normal;
  color: #00aeef;
}
/* line 87, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .button {
  color: white;
  text-transform: uppercase;
  width: 100%;
}
/* line 92, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget .button-mini {
  width: auto;
}

/* line 97, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget {
  border: 1px solid #e0e7e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: Cachet, sans-serif;
}
/* line 102, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul {
  font-size: 15px;
  list-style: none;
  padding-left: 0;
}
/* line 116, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul li a:not(.icon) {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
}
/* line 127, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul li:hover > a {
  background-color: #eff5f7;
}
/* line 130, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget ul li:hover li {
  background-color: transparent;
}

/* line 137, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
input[type="text"], select {
  -webkit-appearance: none;
}

/* categories widget */
/* line 143, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children {
  position: relative;
}
/* line 145, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 150, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children a {
  float: left;
}
/* line 153, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children .icon {
  float: right;
}
/* line 158, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children:hover .sub-menu li, .widget.widget_categories .menu-item-has-children:hover .children li {
  background-color: white;
}
/* line 166, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories li.current-menu-parent ul, .widget.widget_categories li.current-menu-parent .sub-menu {
  display: block;
}
/* line 171, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories li.current-cat-parent .children {
  display: block;
}
/* line 175, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu, .widget.widget_categories .children {
  display: none;
}
/* line 177, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu li, .widget.widget_categories .children li {
  line-height: 131%;
}
/* line 181, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu {
  margin-bottom: 0;
}
/* line 187, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li {
  line-height: 145%;
}
/* line 190, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li a:not(.icon) {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
}
/* line 199, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li.menu-item-has-children {
  position: relative;
}
/* line 206, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li.menu-item-has-children .icon {
  width: auto;
}
/* line 209, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li.menu-item-has-children li {
  position: relative;
}
/* line 211, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li.menu-item-has-children li .icon {
  width: auto;
}
/* line 217, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li:hover > a {
  background-color: #eff5f7;
}
/* line 221, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories ul li:hover li {
  background-color: transparent;
}
/* line 229, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu li:after, .widget.widget_categories .children li:after {
  clear: both;
  display: table;
  content: " ";
}
/* line 238, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu li a, .widget.widget_categories .children li a {
  position: relative;
}
/* line 240, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu li a:before, .widget.widget_categories .children li a:before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 43%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #00aeef;
}
/* line 250, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .sub-menu li a:after, .widget.widget_categories .children li a:after {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  bottom: 41%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00aeef;
}

/* line 264, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget.widget_categories .menu-item-has-children:hover .children li:hover {
  background-color: #eff5f7;
}

/* line 268, ../../../../source/wp-content/themes/ymca/css/_widget.scss */
.widget-area {
  float: right;
}

/* styles for alert div */
/* line 2, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert {
  background-color: #f47920;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
  padding: 8px;
  padding-left: 0;
  padding-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 1030;
  font-family: "Verdana", sans-serif;
  display: none;
}
/* line 17, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert.show {
  display: block;
}
@media (max-width: 390px) {
  /* line 17, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert.show {
    display: none;
  }
}
@media (max-width: 390px) {
  /* line 2, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert {
    display: none;
  }
}
/* line 26, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert a {
  text-decoration: underline;
}
/* line 29, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert a, .alert p {
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-family: "Verdana", sans-serif;
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert a, .alert p {
    font-size: 12px;
  }
}
/* line 38, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert .close-alert-wrapper {
  position: absolute;
  top: 3px;
  right: 20px;
}
/* line 43, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert .close-alert {
  float: right;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 43, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert .close-alert {
    width: 20px;
    height: 20px;
  }
}
/* line 53, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert .close-alert:before, .alert .close-alert:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}
@media (max-width: 767px) {
  /* line 53, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert .close-alert:before, .alert .close-alert:after {
    width: 20px;
  }
}
/* line 64, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert .close-alert:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
}
@media (max-width: 767px) {
  /* line 64, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert .close-alert:before {
    left: 14px;
  }
}
/* line 72, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.alert .close-alert:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 3px;
}
@media (max-width: 767px) {
  /* line 72, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .alert .close-alert:after {
    right: -13px;
  }
}

/* styles for hamburger and mobile menu */
/* line 86, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li.menu-item-has-children.dl-subviewopen:after {
  display: none;
}

/* line 91, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu {
  margin: 48px 0 0 0;
  left: 15px;
  background-color: #222333;
}
/* line 97, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-submenu {
  background-color: #222333;
}
/* line 99, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-submenu:after {
  display: none;
}
/* line 104, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-back {
  background-color: #00aeef;
  padding-left: 13px;
}
/* line 107, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-back:first-child {
  display: none !important;
}
/* line 110, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-back:after {
  width: 5px;
  height: 11px;
  top: 50%;
  background: url(images/menu-arrow-other.png) no-repeat center;
  background-size: cover;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 110, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .dl-menuwrapper .dl-menu .dl-back:after {
    background-image: url("images/menu-arrow-other-2x.png");
    background-size: 5px 11px;
  }
}
/* line 121, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu .dl-back a {
  background: none;
}
/* line 127, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #14151f;
}
/* line 132, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li a {
  color: white;
}
/* line 134, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li a:hover {
  text-decoration: none;
  background-color: transparent;
}
/* line 141, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li.has-submenu:after, .dl-menuwrapper .dl-menu li.menu-item-has-children:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 5px;
  height: 11px;
  background: url(images/menu-arrow.png) no-repeat center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 141, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .dl-menuwrapper .dl-menu li.has-submenu:after, .dl-menuwrapper .dl-menu li.menu-item-has-children:after {
    background-image: url("images/menu-arrow-2x.png");
    background-size: 5px 11px;
  }
}
/* line 155, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li.menu-item-has-children.dl-subviewopen:after, .dl-menuwrapper .dl-menu li.menu-item-has-children.dl-subview:after {
  display: none;
}
/* line 160, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper .dl-menu li.has-submenu.dl-subviewopen:after {
  display: none;
}

/* line 166, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper {
  max-width: none;
}
/* line 168, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.dl-menuwrapper:first-child {
  margin-right: 0;
}

/* line 173, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper {
  display: none;
  position: relative;
  z-index: 15;
  right: 15px;
}
@media (max-width: 767px) {
  /* line 173, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .hamburger-wrapper {
    display: block;
  }
}
/* line 182, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper {
  float: right;
  display: block;
  position: relative;
  top: 7px;
}
/* line 187, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper .menu-close, .hamburger-wrapper .hamburger-inner-wrapper .menu-open {
  position: relative;
  bottom: 6px;
  left: 2px;
}
/* line 192, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper .menu-close {
  display: none;
}
/* line 196, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .menu-open {
  display: none;
}
/* line 199, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .menu-close {
  display: block;
  padding-top: 13px;
  padding-bottom: 3px;
}
/* line 204, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .hamburger {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  width: 29px;
  height: 18px;
  display: block;
  width: 29px;
  height: 18px;
}
/* line 209, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .hamburger:before, .hamburger-wrapper .hamburger-inner-wrapper.dl-active .hamburger:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  top: 9px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #5c2e91;
}
/* line 218, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .hamburger:before {
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 222, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger-inner-wrapper.dl-active .hamburger:after {
  right: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 229, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger {
  display: block;
  display: block;
  background: linear-gradient(to bottom, #5c2e91 0%, #5c2e91 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #5c2e91 40%, #5c2e91 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #5c2e91 80%, #5c2e91 100%);
  width: 29px;
  height: 18px;
  width: 29px;
  height: 18px;
}
/* line 236, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper .hamburger:hover {
  color: #5c2e91;
}
/* line 242, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.hamburger-wrapper span {
  font-size: 9px;
  text-transform: uppercase;
  color: #5c2e91;
  font-weight: bold;
}

/* HEADER.MAIN */
/* line 251, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main {
  font-family: Cachet, sans-serif;
}
/* line 255, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main ul {
  list-style: none;
}
/* line 258, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main ul li:before {
  display: none;
}
/* line 264, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main h6 {
  margin-top: 9px;
}

/*  HEADER-TOP-PART */
/* line 271, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.header-top-part {
  padding-top: 14px;
}
@media (max-width: 1200px) {
  /* line 271, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .header-top-part {
    padding-top: 17px;
  }
}
@media (max-width: 992px) {
  /* line 271, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .header-top-part {
    padding-top: 5px;
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  /* line 271, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .header-top-part {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  /* line 285, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .header-top-part .container {
    overflow: visible;
  }
}
/* line 289, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.header-top-part ul {
  float: right;
}
/* line 291, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.header-top-part ul li {
  float: left;
}
/* line 296, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.header-top-part .dl-menuwrapper .dl-menu li {
  float: none;
}
/* line 299, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.header-top-part .dl-menuwrapper .dl-menu .dl-submenu {
  float: none;
}

/* TOP-RIGHT-MENU */
@media (max-width: 767px) {
  /* line 306, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.top-right-menu {
    display: none;
  }
}
/* line 310, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul {
  padding-left: 0;
}
/* line 312, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li {
  text-transform: uppercase;
  margin-left: 26px;
  font-size: 15px;
}
/* line 316, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li:first-child {
  margin-left: 0;
}
/* line 320, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li:hover a {
  color: #00aeef;
  text-decoration: none;
}
/* line 326, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li.current-menu-item a {
  position: relative;
}
/* line 328, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li.current-menu-item a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00aeef;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}
/* line 346, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.top-right-menu ul li a {
  color: #797d83;
}

/* BOTTOM-RIGHT */
/* line 354, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right {
  font-size: 25px;
  padding-top: 16px;
}
@media (max-width: 992px) {
  /* line 354, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .bottom-right {
    font-size: 20px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  /* line 354, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .bottom-right {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 364, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .bottom-right ul {
    padding-left: 0;
  }
}
/* line 368, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li {
  position: relative;
  margin-right: 24px;
}
@media (max-width: 992px) {
  /* line 368, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .bottom-right ul li {
    margin-right: 19px;
  }
}
/* line 374, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  border-right: 1px solid #3f415e;
  width: 1px;
  height: 25px;
}
@media (max-width: 992px) {
  /* line 374, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .bottom-right ul li:after {
    right: -12px;
  }
}
/* line 386, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li:first-child {
  font-weight: bold;
}
/* line 389, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li:last-child {
  margin-right: 0;
  font-weight: normal;
}
/* line 392, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li:last-child:after {
  display: none;
}
/* line 396, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li a {
  color: #3f415e;
}
/* line 398, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li a:hover {
  text-decoration: none;
}
/* line 402, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.bottom-right ul li sup {
  font-size: 6px;
  text-transform: uppercase;
  padding-left: 2px;
  position: relative;
  top: -13px;
}

@media (max-width: 767px) {
  /* line 413, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .desktop-menu {
    display: none;
  }
}

/* line 418, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

/* line 423, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.page-template.home.home .nav-tabs > li {
  margin-bottom: -3px;
}

/* NAV.MAIN-NAV */
/* line 428, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav {
  position: relative;
  border-bottom: 1px solid #dadada;
  /* 	styles for dropdown */
}
@media (max-width: 992px) {
  /* line 428, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  /* line 428, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav {
    padding-top: 0;
  }
}
/* line 437, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .nav-tabs {
  border-bottom: none;
}
/* line 440, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul.nav {
  border-top: 1px solid #f0f0f0;
}
/* line 442, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul.nav li {
  position: relative;
}
/* line 447, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul {
  font-size: 18px;
  padding-left: 27px;
  padding-top: 2px;
}
@media (max-width: 1200px) {
  /* line 447, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav ul {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  /* line 447, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav ul {
    font-size: 16px;
    padding-left: 3px;
  }
}
/* line 459, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li {
  text-transform: uppercase;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 459, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav ul li {
    margin-right: 8px;
  }
}
@media (max-width: 992px) {
  /* line 459, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav ul li {
    margin-right: 0;
  }
}
/* line 469, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li:last-child {
  margin-right: 0;
}
/* line 484, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item > a {
  color: #323a45;
}
/* line 488, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li a {
  padding: 8px 15px;
  padding-bottom: 10px;
  color: #797d83;
}
/* line 492, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li a:hover, nav.main-nav ul li a:active {
  background-color: transparent;
  border-color: transparent;
}
/* line 496, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li a:hover {
  color: #00aeef;
}
@media (max-width: 992px) {
  /* line 488, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav ul li a {
    padding: 10px 10px;
  }
}
/* line 504, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.spc {
  font-weight: bold;
}
/* line 506, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.spc li {
  font-weight: normal;
}
/* line 509, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.spc a {
  color: #00aeef;
}
/* line 511, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.spc a:hover {
  color: #92278f;
}
/* line 514, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.spc a a {
  font-weight: normal;
}
/* line 519, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item {
  position: relative;
}
/* line 520, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item > a {
  font-weight: bold;
}
/* line 524, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item:focus {
  background-color: transparent;
}
/* line 527, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  border-bottom: 2px solid #00aeef;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}
/* line 538, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav ul li.current-menu-item.schedules-m:after {
  bottom: -2px;
}
/* line 546, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .nav > li > a:hover, nav.main-nav .nav > li > a:focus {
  background-color: transparent;
  outline: 0px transparent;
}
/* line 553, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .child-m .dropdown-menu .placeholder-wrap {
  min-height: 160px;
}
/* line 561, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .location-m .dropdown-menu .placeholder-wrap {
  min-height: 100px;
}
@media (max-width: 992px) {
  /* line 561, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .location-m .dropdown-menu .placeholder-wrap {
    min-height: 150px;
  }
}
/* line 570, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu {
  overflow: hidden;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  list-style: none;
  background-color: #ededed;
  border: none;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  border-top: 1px solid #dadada;
  position: fixed;
  height: auto;
  display: none;
}
/* line 583, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu > .container {
  padding-top: 26px;
  padding-bottom: 40px;
}
/* line 588, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu a {
  padding: 0;
}
/* line 590, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu a:hover {
  text-decoration: none;
  color: #92278f;
}
/* line 596, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .button {
  padding: 11px 25px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  /* line 596, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu .button {
    padding: 11px 2px;
  }
}
/* line 602, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .button:hover {
  color: white;
}
/* line 606, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .button-color1 {
  padding-left: 42px;
}
@media (max-width: 992px) {
  /* line 606, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu .button-color1 {
    padding-left: 25px;
  }
}
/* line 613, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .placeholder-wrap {
  min-height: 190px;
}
/* line 619, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu img {
  margin-top: 10px;
  width: 100%;
  height: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 627, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu ul {
  font-family: "Verdana", sans-serif;
  padding-left: 0;
  margin-bottom: 0px;
  padding-top: 3px;
}
/* line 634, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu ul > ul {
  padding-left: 20px;
}
@media (max-width: 992px) {
  /* line 627, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu ul {
    padding-left: 0;
  }
}
/* line 641, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .read {
  text-transform: none;
  position: relative;
  padding-left: 10px;
  font-weight: normal;
}
/* line 646, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .read:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  background: url(images/icons/footer-arr.png) no-repeat center;
  width: 6px;
  height: 8px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 646, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu .read:after {
    background-image: url("images/arr-blue-2x.png");
    background-size: 6px 8px;
  }
}
/* line 657, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .read:hover:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  background: url(images/arr-hover.png) no-repeat center;
  width: 6px;
  height: 8px;
  background-size: contain;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 657, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu .read:hover:after {
    background-image: url("images/arr-hover-2x.png");
    background-size: 6px 8px;
  }
}
/* line 670, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev-top, nav.main-nav .dropdown-menu .img-hold {
  padding-top: 28px;
}
/* line 675, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev > li {
  font-weight: bold;
  margin-bottom: 0;
}
/* line 679, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev > li li:last-child {
  margin-bottom: 0;
}
/* line 683, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev > li:after {
  top: 8px;
}
/* line 688, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev ul {
  margin-bottom: 0;
}
/* line 690, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev ul li {
  font-weight: normal;
}
/* line 692, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu .two-lev ul li:after {
  display: block;
}
/* line 698, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu h6 {
  color: #231f20;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
}
/* line 705, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li {
  font-size: 15px;
  position: relative;
  text-transform: none;
  padding-left: 10px;
  margin-bottom: 2.5px;
  line-height: 154%;
}
/* line 712, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li:after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: -5px;
  background: url(images/icons/footer-arr.png) no-repeat center;
  width: 6px;
  height: 8px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 712, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu li:after {
    background-image: url("images/arr-blue-2x.png");
    background-size: 6px 8px;
  }
}
/* line 722, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li:hover:after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: -5px;
  background: url(images/arr-hover.png) no-repeat center;
  width: 6px;
  height: 8px;
  background-size: contain;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 722, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  nav.main-nav .dropdown-menu li:hover:after {
    background-image: url("images/arr-hover-2x.png");
    background-size: 6px 8px;
  }
}
/* line 734, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li a {
  color: #00aeef;
}

/* styles for buttons in dropdown */
/* line 742, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper {
  padding-top: 8px;
}
/* line 745, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button {
  width: 76%;
  color: white;
  border: none;
  padding: 11px 25px;
  font-family: Cachet, sans-serif;
}
@media (max-width: 1200px) {
  /* line 745, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .btn-wrapper .button {
    width: 91%;
  }
}
@media (max-width: 992px) {
  /* line 745, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .btn-wrapper .button {
    font-size: 20px;
    width: 100%;
  }
}
/* line 759, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button:hover {
  color: white;
}
/* line 764, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button-color1 {
  float: right;
  position: relative;
  padding-left: 17px;
  padding-right: 0;
}
/* line 769, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button-color1:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url(images/notepad-white.png) no-repeat center;
  background-size: cover;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
}
/* line 780, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button-color1:hover {
  background-color: #91278f;
  background-image: none;
  color: white;
}
/* line 787, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button-color2 {
  float: left;
}
/* line 789, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.btn-wrapper .button-color2:hover {
  background-color: #0089cf;
  background-image: none;
  color: white;
}

/* line 796, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.two-lev-top {
  padding-top: 28px;
}

/* LOGO_WRAPPER- styles for header logo */
/* line 801, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.logo-wrapper {
  padding-top: 6px;
}
@media (max-width: 767px) {
  /* line 801, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .logo-wrapper {
    position: relative;
    padding-top: 0;
  }
}
/* line 807, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.logo-wrapper .main-logo {
  max-width: 91px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 807, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .logo-wrapper .main-logo {
    max-width: 47px;
    position: relative;
    top: -12px;
  }
}
@media (max-width: 767px) {
  /* line 817, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .logo-wrapper .logo {
    z-index: 21;
    position: absolute;
    top: 2px;
  }
}
/* line 824, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.logo-wrapper .logo-message {
  padding-left: 10px;
  padding-top: 36px;
  max-width: 134px;
}
@media (max-width: 767px) {
  /* line 824, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .logo-wrapper .logo-message {
    display: none;
  }
}
/* line 832, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.logo-wrapper p {
  font-size: 15px;
  text-transform: uppercase;
  color: #3f415e;
  display: none;
  font-weight: 600;
  line-height: 110%;
  padding-top: 5px;
  padding-left: 2px;
  -moz-transition: all ease;
  -o-transition: all ease;
  -webkit-transition: all ease;
  transition: all ease;
}
@media (max-width: 767px) {
  /* line 832, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  .logo-wrapper p {
    display: inline-block;
  }
}

/* line 847, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.button.head-btn {
  margin-left: 0;
  margin-right: 0;
  max-width: 422px;
}

/* line 852, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.head-btn {
  text-transform: uppercase;
  font-size: 25px;
}

/* styles for sticky navigation */
/* line 858, ../../../../source/wp-content/themes/ymca/css/_header.scss */
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: white;
}

/* line 870, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li:hover a {
  color: #92278f;
}
/* line 876, ../../../../source/wp-content/themes/ymca/css/_header.scss */
nav.main-nav .dropdown-menu li:hover .button {
  color: white;
}

/* line 884, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .main-logo {
  max-width: 46px;
}
/* line 888, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .logo-message {
  display: none;
}
/* line 891, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .logo-wrapper {
  position: relative;
  top: -10px;
}
/* line 894, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .logo-wrapper p {
  display: inline-block;
  font-size: 20px;
}
/* line 897, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .logo-wrapper p br {
  display: none;
}
/* line 903, ../../../../source/wp-content/themes/ymca/css/_header.scss */
header.main.sticky .header-right-wrapper .bottom-right {
  display: none;
}
@media (max-width: 992px) {
  /* line 909, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .header-top-part {
    position: relative;
    top: 4px;
  }
}
@media (max-width: 767px) {
  /* line 916, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .header-top-part {
    position: relative;
    top: 0;
  }
  /* line 921, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .main-logo {
    max-width: 47px;
    position: relative;
    top: -12px;
  }
  /* line 926, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .logo-wrapper {
    position: absolute;
    top: auto;
  }
  /* line 929, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .logo-wrapper p {
    font-size: 15px;
    text-transform: uppercase;
    color: #3f415e;
    font-weight: 600;
    line-height: 110%;
    padding-top: 5px;
    padding-left: 2px;
  }
  /* line 937, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky .logo-wrapper p br {
    display: block;
  }
  /* line 945, ../../../../source/wp-content/themes/ymca/css/_header.scss */
  header.main.sticky nav.main-nav ul li a {
    font-size: 16px;
  }
}

/* line 1, ../../../../source/wp-content/themes/ymca/css/_home.scss */
body {
  min-width: 320px;
}

/* HOME SLIDER */
/* line 6, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.home-slider .carousel-indicators {
  bottom: 100px;
  bottom: 30px;
}
/* line 10, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.home-slider .container {
  max-width: 100%;
}
/* line 13, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.home-slider .carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 0;
  z-index: 15;
  width: 68.5%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 992px) {
  /* line 13, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.home-slider .carousel-indicators {
    width: 100%;
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 32, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.right.carousel-control:hover, .right.carousel-control:focus, .carousel-control.right, .left.carousel-control:hover, .left.carousel-control:focus, .carousel-control.left {
  background-color: transparent;
  background-image: none;
}

/* line 37, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.carousel .item-slide-wrapper {
  min-height: 545px;
}
/* line 6, ../../../../source/wp-content/themes/ymca/css/_mixins.scss */
.carousel .item-slide-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1200px) {
  /* line 37, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .carousel .item-slide-wrapper {
    min-height: 391px;
  }
}
@media (max-width: 992px) {
  /* line 37, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .carousel .item-slide-wrapper {
    min-height: 292px;
  }
}
@media (max-width: 767px) {
  /* line 37, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .carousel .item-slide-wrapper {
    min-height: 186px;
  }
}
/* line 50, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.carousel .item-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
/* line 55, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.carousel .item-slide.right {
  float: right;
  width: 71%;
}
@media (max-width: 1200px) {
  /* line 55, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .carousel .item-slide.right {
    width: 68.5%;
  }
}
@media (max-width: 992px) {
  /* line 55, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .carousel .item-slide.right {
    float: none;
    width: 100%;
  }
}

/* styles for element under slide image */
/* line 70, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action-inner {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 49%;
}
@media (max-width: 992px) {
  /* line 70, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action-inner {
    padding-top: 20px;
  }
  /* line 6, ../../../../source/wp-content/themes/ymca/css/_mixins.scss */
  .call-to-action-inner:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action-inner {
    padding-top: 0;
  }
}

/* line 84, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action {
  padding-left: 55px;
  padding-right: 57px;
  font-family: Cachet, sans-serif;
  min-height: 90px;
  background-color: #0089d0;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  /* line 84, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action {
    min-height: 60px;
    padding-left: 51px;
    padding-right: 44px;
  }
}
@media (max-width: 992px) {
  /* line 84, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 90px;
    min-height: 161px;
  }
}
.item-slide-wrapper .call-to-action:before {
  display: none;
}
/* line 112, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action.left {
  float: left;
  width: 29%;
}
@media (max-width: 1200px) {
  /* line 112, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action.left {
    width: 31.5%;
  }
}
/* line 119, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action.mobile {
  display: none;
}
@media (max-width: 992px) {
  /* line 119, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action.mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 125, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action.desktop {
    display: none;
  }
}
/* line 130, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  letter-spacing: -.1px;
}
@media (max-width: 1200px) {
  /* line 130, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action h2 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  /* line 130, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action h2 {
    margin-bottom: 0;
    margin-bottom: 20px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 130, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action h2 {
    font-size: 25px;
    line-height: 56px;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  /* line 130, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action h2 {
    line-height: 32px;
    padding-top: 10px;
  }
}
/* line 165, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action .slide-btn-wrap {
  min-height: 46px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  /* line 165, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .slide-btn-wrap {
    min-height: 70px;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  /* line 165, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .slide-btn-wrap {
    min-height: 53px;
    text-align: center;
  }
}
/* line 181, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action .slide-btn-wrap:last-of-type .button {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  /* line 181, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .slide-btn-wrap:last-of-type .button {
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 181, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .slide-btn-wrap:last-of-type .button {
    margin-bottom: 20px;
  }
}
/* line 192, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.call-to-action .button {
  text-transform: uppercase;
  padding: 7px 9px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1200px) and (max-width: 767px) {
  /* line 192, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .button {
    float: none;
    width: 90%;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  /* line 192, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .call-to-action .button {
    margin-top: 4px;
    margin-bottom: 5px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

/* menu with quick links */
/* line 225, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.quick-links {
  font-family: Cachet, sans-serif;
  padding-top: 44px;
}
@media (max-width: 1200px) {
  /* line 225, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .quick-links {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  /* line 225, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .quick-links {
    padding-top: 20px;
  }
}

/* line 235, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu {
  font-family: Cachet, sans-serif;
  text-transform: uppercase;
  background-color: #dfedf1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding: 15px 0;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 75px;
  list-style: none;
}
@media (max-width: 1200px) {
  /* line 235, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu {
    padding-left: 50px;
    margin-right: 0;
    padding-top: 17px;
    padding-bottom: 18px;
  }
}
@media (max-width: 992px) {
  /* line 235, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu {
    margin-right: 0;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  /* line 235, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu {
    padding-top: 18px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
/* line 263, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li {
  float: left;
  font-size: 18px;
  margin-right: 93px;
}
/* line 269, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li:first-child {
  color: #797d83;
  font-weight: 600;
}
/* line 272, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li:first-child span {
  margin-right: 10px;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
/* line 279, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li:before {
  display: none;
}
@media (max-width: 1200px) {
  /* line 263, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu li {
    font-size: 15px;
    margin-right: 79px;
  }
}
@media (max-width: 992px) {
  /* line 263, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu li {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  /* line 263, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu li {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 303, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 303, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu li:last-child {
    margin-bottom: 11px;
  }
}
/* line 309, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li .icon {
  margin-right: 10px;
}
/* line 314, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li a:hover {
  text-decoration: none;
  color: #797d83;
  color: #c6168d;
}
/* line 318, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li a:hover .icon {
  background: transparent !important;
}
/* line 319, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li a:hover .icon span {
  opacity: 1;
}
/* line 326, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu li .q-lin {
  padding-left: 10px;
  display: inline;
  width: auto;
  height: auto;
}
/* line 333, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu span {
  color: #797d83;
  font-weight: 600;
}
/* line 337, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu span {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
}
/* line 347, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu span span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  /* line 337, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-menu span {
    position: relative;
    top: 2px;
  }
}
/* line 360, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-menu a {
  color: #00aeef;
}

/* section popular in home */
/* line 366, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.popular {
  padding-top: 11px;
  padding-bottom: 33px;
}
@media (max-width: 1200px) {
  /* line 366, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.popular {
    padding-bottom: 39px;
  }
}
@media (max-width: 992px) {
  /* line 366, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.popular {
    padding-top: 8px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  /* line 366, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.popular {
    padding-top: 6px;
  }
}
/* line 379, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.popular h3 {
  text-align: center;
  text-transform: uppercase;
  color: #3f415e;
  font-size: 35px;
  font-weight: bold;
}
/* line 386, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.popular h3.line-short:after {
  bottom: -18px;
}
@media (max-width: 767px) {
  /* line 379, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.popular h3 {
    font-size: 30px;
    margin-top: 13px;
  }
}

/* boxes in popular section */
/* line 398, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box-wrapper {
  padding-top: 19px;
  font-family: Cachet, sans-serif;
}
@media (max-width: 767px) {
  /* line 398, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box-wrapper {
    padding-top: 46px;
  }
}

/* line 407, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box {
  background-color: white;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 18px;
  border: 1px solid #e0e7e9;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  /* line 407, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box {
    padding-bottom: 14px;
  }
}
/* line 420, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box:hover {
  text-decoration: none;
}
/* line 423, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box p {
  letter-spacing: 0;
}
/* line 426, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box h4 {
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 100%;
  font-weight: normal;
  margin-top: 11px;
  letter-spacing: -.5px;
}
@media (max-width: 1200px) {
  /* line 426, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box h4 {
    line-height: 98%;
    margin-bottom: 7px;
  }
}
@media (max-width: 992px) {
  /* line 426, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box h4 {
    margin-bottom: 12px;
  }
}
/* line 443, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box p {
  color: #797d83;
  font-size: 15px;
}
/* line 447, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .bottom-text {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
}
/* line 451, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .bottom-text p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 170%;
  font-family: "Verdana", sans-serif;
}
/* line 458, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .box-image {
  height: 224px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 458, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box .box-image {
    height: 182px;
  }
}
@media (max-width: 992px) {
  /* line 458, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box .box-image {
    height: 137px;
  }
}
@media (max-width: 767px) {
  /* line 458, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box .box-image {
    height: 282px;
  }
}
/* line 475, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .location {
  font-size: 15px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 0 0;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 20px;
}
/* line 486, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .location p {
  position: relative;
  color: white;
  padding-left: 21px;
  top: 4px;
  letter-spacing: 0;
}
/* line 492, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.home-box .location p:before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 0;
  width: 12px;
  height: 16px;
  background: url(images/pin.png) no-repeat center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 492, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .home-box .location p:before {
    background-image: url("images/pin-2x.png");
    background-size: 12px 16px;
  }
}

/* line 506, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.link {
  color: #0060af;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  top: 1px;
}
/* line 514, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.link:before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 43%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #0060af;
}
/* line 524, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.link:after {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  bottom: 43%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 6px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #0060af;
}

/* styles for THE METRO NORTH COMMUNITY */
/* line 537, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.m-community {
  font-family: Cachet, sans-serif;
  background-color: white;
  padding-top: 35px;
}
@media (max-width: 767px) {
  /* line 537, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.m-community {
    padding-top: 5px;
  }
}
/* line 544, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.m-community h2 {
  text-align: center;
  text-transform: uppercase;
  color: #3f415e;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  /* line 544, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.m-community h2 {
    font-size: 30px;
  }
}
/* line 555, ../../../../source/wp-content/themes/ymca/css/_home.scss */
section.m-community p {
  font-size: 15px;
  text-align: center;
  font-family: "Verdana", sans-serif;
  line-height: 167%;
}
@media (max-width: 767px) {
  /* line 555, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.m-community p {
    font-size: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 564, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  section.m-community p br {
    display: none;
  }
}

/* line 571, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper {
  padding-top: 42px;
  /* metro north community buttons colors */
}
/* line 572, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .orange, .m-community-links-wrapper .red, .m-community-links-wrapper .purple, .m-community-links-wrapper .blue, .m-community-links-wrapper .green {
  border: none;
}
/* line 576, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .container {
  width: 100%;
}
/* line 579, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .button-color1, .m-community-links-wrapper .button-color2, .m-community-links-wrapper .button-color3, .m-community-links-wrapper .button-color4, .m-community-links-wrapper .button-color5 {
  border: none;
}
@media (max-width: 767px) {
  /* line 571, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  /* line 587, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper .col-c {
    width: 100% !important;
    float: none;
  }
}
/* line 593, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .col-branch-cust {
  width: 20%;
  float: left;
  font-size: 20px;
}
@media (max-width: 1200px) {
  /* line 593, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper .col-branch-cust {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 593, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper .col-branch-cust {
    width: 100% !important;
    float: none;
  }
}
/* line 605, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper a {
  display: block;
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 110%;
  min-height: 80px;
}
/* line 616, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper a span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 1200px) {
  /* line 605, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper a {
    font-size: 25px;
    min-height: 88px;
    line-height: 118%;
  }
}
@media (max-width: 767px) {
  /* line 605, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .m-community-links-wrapper a {
    min-height: 60px;
  }
}
/* line 631, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper a:hover {
  text-decoration: none;
}
/* line 637, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .orange {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNTcyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzNzkxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dd5727), color-stop(100%, #f3791f));
  background-image: -moz-linear-gradient(bottom, #dd5727 0%, #f3791f 100%);
  background-image: -webkit-linear-gradient(bottom, #dd5727 0%, #f3791f 100%);
  background-image: linear-gradient(to top, #dd5727 0%, #f3791f 100%);
}
/* line 640, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .red {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MmIzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWIyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a92b31), color-stop(100%, #ed1b23));
  background-image: -moz-linear-gradient(bottom, #a92b31 0%, #ed1b23 100%);
  background-image: -webkit-linear-gradient(bottom, #a92b31 0%, #ed1b23 100%);
  background-image: linear-gradient(to top, #a92b31 0%, #ed1b23 100%);
}
/* line 643, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .purple {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxMjc4ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MTU4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #91278f), color-stop(100%, #c5158d));
  background-image: -moz-linear-gradient(bottom, #91278f 0%, #c5158d 100%);
  background-image: -webkit-linear-gradient(bottom, #91278f 0%, #c5158d 100%);
  background-image: linear-gradient(to top, #91278f 0%, #c5158d 100%);
}
/* line 646, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .blue {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWZhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODljZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #005faf), color-stop(100%, #0089cf));
  background-image: -moz-linear-gradient(bottom, #005faf 0%, #0089cf 100%);
  background-image: -webkit-linear-gradient(bottom, #005faf 0%, #0089cf 100%);
  background-image: linear-gradient(to top, #005faf 0%, #0089cf 100%);
}
/* line 649, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.m-community-links-wrapper .green {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmI2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxYTQ5MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #006b6b), color-stop(100%, #01a490));
  background-image: -moz-linear-gradient(bottom, #006b6b 0%, #01a490 100%);
  background-image: -webkit-linear-gradient(bottom, #006b6b 0%, #01a490 100%);
  background-image: linear-gradient(to top, #006b6b 0%, #01a490 100%);
}

/* SLIDER ARROWS-home */
/* line 655, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.left-arr {
  display: inline-block;
  background: url(images/left-arr-slide.png) no-repeat center;
  background-size: cover;
  width: 25px;
  height: 49px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9%;
  left: 210%;
  opacity: 1;
}
@media (max-width: 1200px) {
  /* line 655, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .left-arr {
    left: 225%;
  }
}
@media (max-width: 992px) {
  /* line 655, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .left-arr {
    left: 9%;
  }
}

/* line 675, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .carousel-inner {
  border-radius: 10px 10px 0 0;
}
/* line 678, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .left-arr {
  left: 9%;
}
/* line 681, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .call-to-action.call-to-action-homepage .button {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  /* line 681, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .branch-slider .call-to-action.call-to-action-homepage .button {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  /* line 681, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .branch-slider .call-to-action.call-to-action-homepage .button {
    margin-top: 0;
  }
}
/* line 690, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .call-to-action.call-to-action-homepage .call-left {
  padding-left: 0;
}
@media (max-width: 1200px) {
  /* line 690, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .branch-slider .call-to-action.call-to-action-homepage .call-left {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 690, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .branch-slider .call-to-action.call-to-action-homepage .call-left {
    padding-top: 5px;
  }
}
/* line 699, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .call-to-action h2 {
  margin-bottom: 0;
}
/* line 702, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .left-arr, .branch-slider .right-arr {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 705, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.branch-slider .call-to-action.call-to-action-homepage .call-left {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  /* line 705, ../../../../source/wp-content/themes/ymca/css/_home.scss */
  .branch-slider .call-to-action.call-to-action-homepage .call-left {
    position: relative;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 716, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.right-arr {
  display: inline-block;
  background: url(images/right-arr-slide.png) no-repeat center;
  background-size: cover;
  width: 25px;
  height: 49px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9%;
  opacity: 1;
}

/* line 728, ../../../../source/wp-content/themes/ymca/css/_home.scss */
.carousel-control {
  opacity: 1;
}

/* styles for homepage */
/* line 3, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.single-page.full-width-page.b-homepage-page .page-title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  /* line 3, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .single-page.full-width-page.b-homepage-page .page-title {
    margin-top: 0;
    margin-bottom: 39px;
  }
}
/* line 10, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.single-page.full-width-page.b-homepage-page .page-content.full-width-content {
  padding-top: 34px;
}
@media (max-width: 767px) {
  /* line 10, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .single-page.full-width-page.b-homepage-page .page-content.full-width-content {
    padding-top: 28px;
  }
}

/* line 17, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.b-homepage-page {
  background-color: #eff5f7;
  padding-top: 0;
}

@media (max-width: 767px) {
  /* line 22, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .single-page.full-width-page.b-homepage-page .page-content.full-width-content {
    padding-top: 25px;
  }
}

/* slider in homepage */
/* line 31, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1200px) {
  /* line 31, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage {
    min-height: 159px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage {
    min-height: 123px;
  }
}
/* line 39, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage:before {
  left: 9%;
  border-bottom: 40px solid #0089d0;
  border-right: 49px solid transparent;
  border-left: 49px solid transparent;
}
/* line 45, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage h2 {
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 45, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage h2 {
    font-size: 20px;
  }
}
/* line 51, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage .button {
  margin-top: 45px;
  margin-bottom: 0;
  max-width: 262px;
  width: auto;
  min-width: 260px;
  margin-left: 23px;
}
@media (max-width: 1200px) {
  /* line 51, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .button {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  /* line 51, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .button {
    margin-top: 4px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 51, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .button {
    margin-top: 4px;
  }
}
/* line 70, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage .call-left {
  width: 63%;
  float: left;
  padding-left: 29px;
}
@media (max-width: 1200px) {
  /* line 70, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .call-left {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .call-left {
    padding-top: 0;
  }
}
/* line 83, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage .call-left h2 {
  letter-spacing: 0;
}
/* line 87, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.call-to-action.call-to-action-homepage .slide-btn-wrap {
  width: 37%;
  float: right;
}
@media (max-width: 1200px) {
  /* line 87, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .slide-btn-wrap {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 992px) {
  /* line 87, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .slide-btn-wrap {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  /* line 87, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .call-to-action.call-to-action-homepage .slide-btn-wrap {
    min-height: 70px;
  }
}

/* line 103, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.homepage-slider {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
}
/* line 107, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.homepage-slider .carousel .item {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
/* line 110, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.homepage-slider .carousel .item-slide {
  min-height: 479px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1200px) {
  /* line 110, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .homepage-slider .carousel .item-slide {
    min-height: 392px;
  }
}
@media (max-width: 992px) {
  /* line 110, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .homepage-slider .carousel .item-slide {
    min-height: 303px;
  }
}
@media (max-width: 767px) {
  /* line 110, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .homepage-slider .carousel .item-slide {
    min-height: 254px;
  }
}

/* left and right shadow in carousel (round borders) */
/* line 127, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.carousel.mini-carousel .carousel-control.left {
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
}
/* line 130, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.carousel.mini-carousel .carousel-control.right {
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
}

/* menu with quick links in homepage */
/* line 135, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.quick-links-homepage {
  padding-top: 31px;
}
@media (max-width: 767px) {
  /* line 135, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .quick-links-homepage {
    padding-top: 19px;
  }
}

/* line 141, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-menu.homepage-menu {
  padding-left: 51px;
}
@media (max-width: 1200px) {
  /* line 141, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-menu.homepage-menu {
    text-align: center;
    padding-left: 0;
    padding-top: 27px;
    padding-top: 21px;
    padding-bottom: 10px;
    padding-bottom: 8px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  /* line 141, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-menu.homepage-menu {
    padding-top: 29px;
    margin-bottom: 0;
  }
}
/* line 156, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-menu.homepage-menu li {
  margin-right: 53px;
}
/* line 158, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-menu.homepage-menu li:last-child {
  margin-right: 0;
}
/* line 162, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-menu.homepage-menu li:first-child span {
  filter: none;
  filter: none;
  -webkit-filter: none;
}
@media (max-width: 1200px) {
  /* line 156, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-menu.homepage-menu li {
    margin-right: 0;
    float: none;
    font-size: 20px;
    margin-bottom: 17px;
  }
}

/* styles for popular section in homepage */
/* line 177, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.popular.popular-homepage {
  padding-top: 5px;
  padding-bottom: 63px;
}
@media (max-width: 1200px) {
  /* line 177, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .popular.popular-homepage {
    padding-bottom: 23px;
  }
}

/* line 184, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-box-wrapper.homepage-box-wrapper {
  padding-top: 50px;
  padding-top: 23px;
}

@media (max-width: 992px) {
  /* line 188, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-box.homepage-box {
    margin-bottom: 8px;
  }
}
/* line 192, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-box.homepage-box .box-image {
  height: 143px;
  height: 167px;
}
@media (max-width: 1200px) {
  /* line 192, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-box.homepage-box .box-image {
    height: 193px;
    height: 213px;
  }
}
@media (max-width: 992px) {
  /* line 192, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-box.homepage-box .box-image {
    height: 140px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  /* line 192, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .home-box.homepage-box .box-image {
    height: 258px;
  }
}
/* line 207, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.home-box.homepage-box h4 {
  font-weight: normal;
}

/* explore branch name section */
@media (max-width: 767px) {
  /* line 214, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  section.m-community.homep-community h2 {
    font-size: 25px;
  }
}

/* line 222, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
section.m-community .branch-info p {
  text-align: left;
  line-height: 199%;
}

/* line 228, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.m-community-links-wrapper.homepage-links-wrapper {
  padding-top: 27px;
}
/* line 230, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.m-community-links-wrapper.homepage-links-wrapper a {
  min-height: 50px;
}
@media (max-width: 1200px) {
  /* line 230, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .m-community-links-wrapper.homepage-links-wrapper a {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  /* line 230, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .m-community-links-wrapper.homepage-links-wrapper a {
    min-height: 50px;
  }
}

/* homepage-bottom text */
/* line 241, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.branch-info {
  padding-top: 116px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  /* line 241, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .branch-info {
    padding-top: 25px;
  }
}
/* line 247, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.branch-info p, .branch-info li {
  font-size: 15px;
  text-align: left;
  font-family: "Verdana", sans-serif;
}
/* line 252, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.branch-info ul {
  list-style: none;
  padding-top: 3px;
}
/* line 256, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.branch-info li {
  position: relative;
  line-height: 141%;
  margin-bottom: 18px;
}
/* line 260, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.branch-info li:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  top: 5px;
  left: -18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/hp-arr.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 260, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .branch-info li:before {
    background-image: url("images/hp-arr.png");
    background-size: 8px 10px;
  }
}

@media (max-width: 1200px) {
  /* line 274, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .branch-last {
    float: right;
  }
}
@media (max-width: 767px) {
  /* line 274, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .branch-last {
    float: none;
  }
}

/* sidebar in homepage */
/* line 285, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget h4 {
  font-size: 15px;
  margin-top: 22px;
}
/* line 291, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget ul li:before {
  background-color: transparent;
}
/* line 296, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget p {
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  line-height: 172%;
  letter-spacing: -.2px;
}
/* line 301, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget p:last-child {
  margin-bottom: 18px;
}
/* line 308, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget img {
  margin-bottom: 10px;
}
/* line 310, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget img.alignleft.size-social {
  margin-right: 10px;
}
/* line 315, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget img.size-social {
  margin-top: 8px;
}
/* line 317, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget img.size-social:first-child {
  margin-right: 8px;
}
/* line 322, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget h4 + p {
  margin-bottom: 26px;
}
/* line 325, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget h4, .textwidget p {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 329, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget h6 {
  padding-left: 15px;
}
/* line 332, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget ul {
  padding-top: 20px;
  margin-bottom: 0;
}
/* line 336, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 340, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.textwidget ul li:last-child {
  padding-bottom: 10px;
}

/* line 347, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar {
  margin-top: 0;
}
/* line 349, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget {
  background-color: white;
}
/* line 352, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget-title {
  margin-top: 16px;
}
@media (max-width: 767px) {
  /* line 352, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget-area.blog-sidebar .widget-title {
    border-bottom: 1px solid #e0e7e9;
    margin-right: 15px;
  }
}
/* line 360, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text {
  margin-bottom: 25px;
}
/* line 366, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul li {
  font-family: "Verdana", sans-serif;
  position: relative;
  padding-left: 17px;
}
/* line 370, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  top: 9px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/arr-blue.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 370, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget-area.blog-sidebar .widget.widget_hc_text ul li:before {
    background-image: url("images/arr-blue-2x.png");
    background-size: 6px 8px;
  }
}
/* line 383, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul li:hover {
  background-color: transparent;
}
/* line 385, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul li:hover a {
  color: #c6168d;
  background-color: transparent;
}
/* line 389, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul li:hover:before {
  background-image: url(images/arr-hover.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 389, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget-area.blog-sidebar .widget.widget_hc_text ul li:hover:before {
    background-image: url("images/arr-hover-2x.png");
    background-size: 6px 8px;
  }
}
/* line 395, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget-area.blog-sidebar .widget.widget_hc_text ul a:not(.icon) {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* subscribe widget */
/* line 403, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget.subscribe-widget {
  min-height: 200px;
  background-color: white;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  /* line 403, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget {
    margin-bottom: 40px;
    min-height: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 403, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget {
    margin-bottom: 40px;
    min-height: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 417, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget .widget-title {
    margin-right: 15px;
    border-bottom: 1px solid #e0e7e9;
  }
}
@media (max-width: 767px) {
  /* line 422, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget .widget-title:after {
    display: none;
  }
}
/* line 428, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget.subscribe-widget .link {
  padding-left: 30px;
  margin-bottom: 10px;
}
/* line 431, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget.subscribe-widget .link:before, .widget.subscribe-widget .link:after {
  left: 17px;
}
/* line 435, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget.subscribe-widget .button.envelope {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  float: none;
  width: 87%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 27px;
  margin-bottom: 17px;
  max-width: 229px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #0089cf;
}
@media (max-width: 767px) {
  /* line 435, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget .button.envelope {
    margin-top: 29px;
    max-width: 230px;
  }
}
/* line 453, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.widget.subscribe-widget .button.envelope:before {
  left: 55px;
}
@media (max-width: 1200px) {
  /* line 453, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget .button.envelope:before {
    left: 32px;
  }
}
@media (max-width: 767px) {
  /* line 453, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .widget.subscribe-widget .button.envelope:before {
    left: 44px;
  }
}

/* line 464, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.mobile-sidebar-homepage {
  display: none;
}
/* line 466, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.mobile-sidebar-homepage.widget-area.blog-sidebar {
  margin-top: 30px;
  margin-top: 21px;
}
@media (max-width: 767px) {
  /* line 469, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .mobile-sidebar-homepage.widget-area.blog-sidebar .widget-title {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  /* line 464, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .mobile-sidebar-homepage {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 478, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .mobile-sidebar-homepage .widget-title {
    margin-top: 6px;
  }
}
/* line 482, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
.mobile-sidebar-homepage .widget-title:after {
  display: none;
}

@media (max-width: 767px) {
  /* line 487, ../../../../source/wp-content/themes/ymca/css/_homepage.scss */
  .desktop-sidebar-homepage {
    display: none;
  }
}

/* styles for subpage */
/* line 2, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.page-content {
  padding-bottom: 20px;
}

/* line 5, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sub-page.page-content, .page-content {
  padding-top: 43px;
  padding-top: 22px;
}

@media (max-width: 767px) {
  /* line 10, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page.page-content {
    padding-top: 0;
  }
}

/* line 16, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.page-content.no-page-header {
  padding-bottom: 75px;
  padding-bottom: 52px;
}

/* line 21, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sub-page.page-content p {
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  line-height: 152%;
  margin-bottom: 20px;
}

/* line 30, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sub-page .alignright {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  /* line 30, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignright {
    max-width: 338px;
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 30, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignright {
    max-width: 221px;
  }
}
@media (max-width: 767px) {
  /* line 30, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignright {
    max-width: 100%;
    width: 100%;
    margin-bottom: 13px;
  }
}
@media (max-width: 1200px) {
  /* line 45, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignleft {
    max-width: 338px;
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 45, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignleft {
    max-width: 221px;
  }
}
@media (max-width: 767px) {
  /* line 45, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .sub-page .alignleft {
    max-width: 100%;
    width: 100%;
    margin-bottom: 13px;
  }
}
/* line 59, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sub-page h2 {
  padding-bottom: 20px;
}
/* line 62, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sub-page blockquote {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-bottom: 59px;
  padding-bottom: 35px;
}

/* line 71, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sidebar-mobile.mobile-sidebar-subpage {
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 75, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.sidebar-mobile.mobile-sidebar-subpage .menu {
  display: none;
}

/* line 79, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.menu-sidebar {
  margin-top: 50px;
}

/* line 82, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 7px;
  color: #3f415e;
  border-bottom: 1px solid #e0e7e9;
  margin-left: 15px;
  margin-right: 15px;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
  /* line 82, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .widget-title {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-right: 0;
    padding-right: 0;
    cursor: pointer;
    border-bottom: none;
  }
  /* line 102, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .widget-title:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 14px;
    width: 16px;
    height: 8px;
    z-index: 5;
    background: url(images/arrow-dark-down.png) no-repeat center;
    background-size: cover;
  }
}

/* line 116, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_better_calls_to_action {
  border: none;
  margin-top: 23px;
}

/* line 124, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.menu-sidebar .widget.widget_nav_menu .current_page_item .sub-menu, .menu-sidebar .widget.widget_nav_menu li.current-menu-parent .sub-menu {
  display: block;
}
/* line 130, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.menu-sidebar .widget.widget_nav_menu .sub-menu li a {
  position: relative;
}
/* line 132, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.menu-sidebar .widget.widget_nav_menu .sub-menu li a:before {
  left: 5px;
  top: 15px;
  display: block;
  position: absolute;
  color: #00aeef;
  content: " ";
  width: 3px;
  height: 7px;
  background: url(images/arr-left.png) no-repeat center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 132, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .menu-sidebar .widget.widget_nav_menu .sub-menu li a:before {
    background-image: url("images/left-arr-2x.png");
    background-size: 3px 7px;
  }
}
/* line 149, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.menu-sidebar .widget.widget_nav_menu .sub-menu li.current-menu-item a:before {
  background: url(images/arr-left-black.png) no-repeat center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 149, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
  .menu-sidebar .widget.widget_nav_menu .sub-menu li.current-menu-item a:before {
    background-image: url("images/left-arr-black-2x.png");
    background-size: 3px 7px;
  }
}

/* line 163, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children {
  position: relative;
}
/* line 165, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 170, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children a {
  float: left;
}
/* line 173, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children .icon {
  float: right;
}
/* line 179, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children:hover .sub-menu li {
  background-color: white;
}

/* line 189, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu li.current-menu-parent ul {
  display: block;
}
/* line 193, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .sub-menu {
  display: none;
}
/* line 195, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .sub-menu li {
  line-height: 131%;
}
/* line 199, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu {
  margin-bottom: 0;
}
/* line 205, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li {
  line-height: 145%;
}
/* line 208, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li a:not(.icon) {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
}
/* line 217, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li.menu-item-has-children {
  position: relative;
}
/* line 222, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li.menu-item-has-children.hovero:hover > a {
  background-color: transparent;
}
/* line 229, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li.menu-item-has-children .icon {
  width: auto;
}
/* line 232, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li.menu-item-has-children li {
  position: relative;
}
/* line 235, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li.menu-item-has-children li .icon {
  width: auto;
}
/* line 242, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li:hover > a {
  background-color: #eff5f7;
}
/* line 246, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu ul li:hover li {
  background-color: transparent;
}
/* line 254, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .sub-menu li:after {
  clear: both;
  display: table;
  content: " ";
}

/* line 262, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.widget.widget_nav_menu .menu-item-has-children:hover .sub-menu li:hover {
  background-color: #eff5f7;
}

/* line 266, ../../../../source/wp-content/themes/ymca/css/_subpage.scss */
.title-link.button {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
  margin-bottom: 13px;
  min-width: 100%;
}

/* styles for news */
/* line 2, ../../../../source/wp-content/themes/ymca/css/_news.scss */
#blog {
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  /* line 2, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  #blog {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  /* line 8, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .desktop-news-title {
    display: none;
  }
}

/* line 13, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.mobile-news-title {
  display: none;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  /* line 13, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .mobile-news-title {
    display: block;
  }
}

@media (max-width: 992px) {
  /* line 21, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .blog .page-title.desktop-news-title {
    padding-bottom: 0;
  }
}
/* line 26, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.blog .page-title {
  padding-top: 44px;
  margin-bottom: 83px;
  margin-bottom: 88px;
  position: relative;
}
.blog .more.button {
  width: 150px;
  float: none;
}
@media (max-width: 992px) {
  /* line 26, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .blog .page-title {
    padding-top: 41px;
    padding-bottom: 84px;
  }
}
@media (max-width: 767px) {
  /* line 26, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .blog .page-title {
    padding-top: 0;
    margin-bottom: 60px;
    padding-bottom: 10px;
  }
}

/* line 43, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post {
  margin-bottom: 38px;
  position: relative;
}
@media (max-width: 1200px) {
  /* line 43, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post {
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  /* line 43, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post {
    margin-bottom: 41px;
    margin-top: 0;
  }
}
/* line 54, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post .post-meta {
  display: none;
}
/* line 58, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  border-bottom: 3px solid #e4e4e4;
  width: 100%;
  bottom: -14px;
  border-bottom: 2px solid #eff5f7;
}
/* line 64, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post .post-img img {
  float: left;
  margin-right: 29px;
  margin-top: 8px;
  max-width: 264px;
  height: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
@media (max-width: 1200px) {
  /* line 64, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post .post-img img {
    max-width: 213px;
  }
}
@media (max-width: 992px) {
  /* line 64, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post .post-img img {
    max-width: 160px;
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  /* line 64, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post .post-img img {
    width: 100%;
    margin-bottom: 26px;
    max-width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
}
/* line 87, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post h2 {
  text-transform: none;
  font-size: 35px;
  margin-top: 0;
  letter-spacing: -.7px;
}
@media (max-width: 992px) {
  /* line 87, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post h2 {
    line-height: 108%;
  }
}
/* line 95, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post h2 a {
  color: #0060af;
}
/* line 97, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post h2 a:hover {
  text-decoration: none;
  color: #0060af;
}

/* line 106, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-short-wrapper p {
  font-size: 15px;
  padding-top: 14px;
  line-height: 168%;
}
/* line 111, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-short-wrapper .more.button {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  font-family: Cachet, sans-serif;
  letter-spacing: 0;
  padding: 7px 15px;
  left: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1200px) {
  /* line 111, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post-short-wrapper .more.button {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  /* line 111, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post-short-wrapper .more.button {
    margin-top: 11px;
    margin-top: 14px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  /* line 111, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post-short-wrapper .more.button {
    margin-top: 10px;
    margin-bottom: 17px;
  }
}

/* line 135, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-location {
  color: #00aeef;
  font-size: 15px;
  line-height: 155%;
  position: relative;
  font-family: Cachet, sans-serif;
  font-weight: bold;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
  /* line 135, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post-location {
    line-height: 161%;
  }
}
/* line 148, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-location a {
  color: #00aeef;
  font-size: 15px;
  position: relative;
  font-family: Cachet, sans-serif;
  font-weight: bold;
  letter-spacing: -.5px;
}

/* line 158, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-meta {
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  font-family: Cachet, sans-serif;
  letter-spacing: -.5px;
}
@media (max-width: 992px) {
  /* line 158, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .post-meta {
    line-height: 155%;
  }
}
/* line 167, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.post-meta a {
  color: #00aeef;
  font-size: 15px;
}

/* styles for sidebar in blog*/
/* line 174, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.blog-sidebar {
  /* #sidebar */
  margin-top: 68px;
  margin-top: 73px;
}
@media (max-width: 992px) {
  /* line 174, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .blog-sidebar {
    margin-top: 71px;
  }
}
/* line 180, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.blog-sidebar ul {
  margin-bottom: 0;
}

/* line 185, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.blog-sidebar .widget.widget_categories {
  margin-top: 19px;
}

/* line 190, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget.widget_tag_cloud {
  margin-top: 20px;
}

/* line 193, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.tagcloud {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 198, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.tagcloud a {
  color: #00aeef;
  font-weight: bold;
}

/* styles for inputs */
/* styles for search input */
/* line 207, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget_search.widget {
  border: none;
}
/* line 210, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget_search form {
  position: relative;
}
/* line 213, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget_search input[type="text"] {
  font-size: 15px;
  font-family: Cachet, sans-serif;
  color: #797d83;
  background-color: #f7fbfc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 6px 12px;
}
/* line 223, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget_search input[type="text"]:focus {
  outline: none;
}
/* line 228, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.widget_search input[type="submit"] {
  font-size: 0;
  outline: none;
  border: 0 solid transparent;
  position: absolute;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url(images/search-icon.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 228, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .widget_search input[type="submit"] {
    background-image: url("images/search-icon-2x.png");
    background-size: 14px 14px;
  }
}

/* styles for previous, next arrows in blog */
/* line 248, ../../../../source/wp-content/themes/ymca/css/_news.scss */
#nav-below {
  padding-top: 2px;
}

/* line 253, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-previous a, .nav-next a {
  font-family: Cachet, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #40425f;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .5px;
}
/* line 261, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-previous a:before, .nav-next a:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 275, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-previous {
  float: left;
}
/* line 277, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-previous a {
  padding-left: 30px;
}
/* line 279, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-previous a:before {
  background-image: url(images/left-blog-arr.png);
  background-size: cover;
  left: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 279, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .nav-previous a:before {
    background-image: url("images/left-blog-arr-2x.png");
    background-size: 15px 30px;
  }
}

/* line 287, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-next {
  float: right;
}
/* line 289, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-next a {
  padding-right: 30px;
}
/* line 291, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.nav-next a:before {
  background-image: url(images/right-blog-arr.png);
  background-size: cover;
  right: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 291, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .nav-next a:before {
    background-image: url("images/right-blog-arr-2x.png");
    background-size: 15px 30px;
  }
}

/* news mobile sidebar */
/* line 301, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.sidebar-mobile-top.news-sidebar {
  background-color: #eff5f7;
  display: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 301, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .sidebar-mobile-top.news-sidebar {
    padding-bottom: 10px;
  }
}
/* line 316, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.sidebar-mobile-top.news-sidebar .widget {
  background-color: white;
}
@media (max-width: 767px) {
  /* line 320, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .sidebar-mobile-top.news-sidebar .widget-title:after {
    display: none;
  }
}

/* button to open mobile sidebar in news */
/* line 328, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.mobile-sidebar-btn {
  display: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #3f415e;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eff5f7;
  width: 100%;
  font-family: Cachet, sans-serif;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  /* line 328, ../../../../source/wp-content/themes/ymca/css/_news.scss */
  .mobile-sidebar-btn {
    display: block;
  }
}
/* line 345, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.mobile-sidebar-btn:hover {
  color: #3f415e;
}
/* line 348, ../../../../source/wp-content/themes/ymca/css/_news.scss */
.mobile-sidebar-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/filter-news-icon.png);
  background-size: cover;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-68px, -50%);
  -ms-transform: translate(-68px, -50%);
  -webkit-transform: translate(-68px, -50%);
  transform: translate(-68px, -50%);
}

/* styles for accordion */
/* line 2, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-header {
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
/* line 12, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-header.active:after {
  display: none;
}
/* line 16, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-header:after {
  position: absolute;
  content: "";
  display: block;
  right: 4px;
  height: 16px;
  width: 2px;
  top: 34px;
  border-right: 2px solid #575f67;
}
/* line 24, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-header:before {
  position: absolute;
  content: "";
  display: block;
  right: -3px;
  height: 2px;
  width: 16px;
  top: 41px;
  border-bottom: 2px solid #575f67;
}

/* line 34, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion {
  background-color: #eff5f7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

/* line 42, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-content {
  padding-bottom: 10px;
  display: none;
}
/* line 45, ../../../../source/wp-content/themes/ymca/css/_accordion.scss */
.accordion-content ul {
  padding-bottom: 8px;
}

/* line 2, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post .page-content {
  padding-top: 46px;
  padding-bottom: 18px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  /* line 2, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
  .single-post .page-content {
    padding-bottom: 2px;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  /* line 12, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
  .single-post #blog {
    margin-top: 13px;
    margin-top: 48px;
  }
}
/* line 18, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post .post-meta {
  text-align: center;
}

/* line 22, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post-location.post-location {
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 767px) {
  /* line 22, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
  .single-post-location.post-location {
    padding-top: 14px;
  }
}

/* line 29, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post.page-content {
  border-bottom: 2px solid #eff5f7;
  padding-bottom: 54px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
  .single-post.page-content {
    padding-bottom: 27px;
  }
}
/* line 37, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post.page-content p {
  line-height: 153%;
  letter-spacing: -.1px;
}
/* line 41, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.single-post.page-content p + p {
  margin-top: 30px;
}

/* line 46, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.post-category-list {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #00aeef;
}
/* line 52, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.post-category-list .title {
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #3f415e;
}
/* line 59, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.post-category-list .title a {
  text-transform: none;
  color: #00aeef;
}

/* line 65, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.share {
  text-align: center;
  padding-top: 42px;
}
/* line 68, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.share .title {
  display: inline-block;
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  font-size: 15px;
  position: relative;
  bottom: 12px;
}
/* line 76, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.share .share-icons-wrapper {
  display: inline-block;
}

/* line 80, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
.all-posts.button {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 43px;
  font-weight: normal;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Cachet, sans-serif;
  padding: 7px 25px;
}
@media (max-width: 767px) {
  /* line 80, ../../../../source/wp-content/themes/ymca/css/_single-post.scss */
  .all-posts.button {
    margin-bottom: 67px;
  }
}

/* styles fors single program page */
/* line 2, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.sub-page.page-content.single-program-content {
  padding-top: 0;
  padding-bottom: 110px;
}
@media (max-width: 992px) {
  /* line 2, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .sub-page.page-content.single-program-content {
    padding-bottom: 0;
  }
}
/* line 8, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.sub-page.page-content.single-program-content .page-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 12, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.sub-page.page-content.single-program-content .page-content h3 {
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 17, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.sub-page.page-content.single-program-content p {
  line-height: 175%;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

/* padding bottom for main container in single program */
/* line 25, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-container {
  padding-bottom: 41px;
}
@media (max-width: 992px) {
  /* line 25, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-container {
    padding-bottom: 15px;
  }
}

/* line 32, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single.single-program .page-content.no-page-header {
  padding-bottom: 70px;
  padding-top: 28px;
}
@media (max-width: 767px) {
  /* line 32, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single.single-program .page-content.no-page-header {
    padding-top: 10px;
    padding-bottom: 55px;
  }
}

/* line 41, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.section-title {
  text-align: center;
  padding-bottom: 80px;
}

/* line 45, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.section-title.single-section-title {
  padding-bottom: 2px;
  margin-bottom: 86px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 45, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .section-title.single-section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

/* top button in single program */
/* line 55, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-all-wrapper.share-all-wrapper-mobile {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 55, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .share-all-wrapper.share-all-wrapper-mobile {
    display: block;
    width: 100%;
  }
}

/* line 64, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.all-programs.button {
  font-size: 15px;
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px 21px;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 15px;
  font-weight: normal;
  letter-spacing: .3px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 64, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .all-programs.button {
    width: 100%;
    max-width: 100%;
  }
}
/* line 86, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.all-programs.button:before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  top: 52%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/white-arrow.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 86, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .all-programs.button:before {
    background-image: url("images/white-arrow-2x.png");
    background-size: 7px 10px;
  }
}
@media (max-width: 767px) {
  /* line 86, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .all-programs.button:before {
    left: 50%;
    -moz-transform: translate(-65px, -50%);
    -ms-transform: translate(-65px, -50%);
    -webkit-transform: translate(-65px, -50%);
    transform: translate(-65px, -50%);
  }
}

/* line 105, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.related-posts-section {
  background-color: #eff5f7;
}

/* styles for share in single program */
/* line 109, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.s-pr.share {
  background-color: #eff5f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 114, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-all-wrapper {
  float: right;
  padding-top: 8px;
}
@media (max-width: 767px) {
  /* line 114, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .share-all-wrapper {
    display: none;
  }
}

/* line 121, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-title {
  color: #797d83;
  font-weight: 600;
  bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  display: inline-block;
  position: relative;
}

/* line 132, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share.s-pr .title {
  color: #797d83;
  font-weight: 600;
  bottom: 5px;
}

/* line 139, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-icons-wrapper-mini .stButton {
  margin-left: 0;
  margin-right: 0;
}
/* line 142, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-icons-wrapper-mini .stButton .stLarge {
  height: 23px;
  width: 23px;
  background-size: 100% 100%;
}
/* line 146, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.share-icons-wrapper-mini .stButton .stLarge:hover {
  background-position: -46px;
}

/* top line in bottom post */
/* line 156, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-articles .post.filter-post:first-of-type {
  border-top: 1px solid #e0e7e9;
  padding-top: 20px;
}
@media (max-width: 992px) {
  /* line 156, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-articles .post.filter-post:first-of-type {
    padding-top: 9px;
  }
}
@media (max-width: 767px) {
  /* line 156, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-articles .post.filter-post:first-of-type {
    border-top: none;
  }
}

/* sidebar in single program */
/* line 170, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.widget.single-widget-wrapper {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 170, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .widget.single-widget-wrapper {
    padding-bottom: 0;
  }
}

/* line 176, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar-mobile {
  display: none;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  /* line 176, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-sidebar-mobile {
    display: block;
  }
}

/* line 183, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.sidebar-title.open + .widget.single-widget-wrapper {
  padding-bottom: 0;
}

/* line 186, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single.single-program .page-content.no-page-header.single-pro-title {
  padding-bottom: 42px;
  padding-top: 17px;
}

/* line 190, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar {
  margin-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 194, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .sidebar-title {
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 201, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .sidebar-title:after {
  right: 0;
}
@media (max-width: 767px) {
  /* line 194, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-sidebar .sidebar-title {
    margin-top: 7px;
    padding-top: 6px;
    padding-bottom: 14px;
  }
}
/* line 210, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .sidebar-title.open {
  border-bottom: none;
}
/* line 213, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner {
  border: none;
  padding-top: 25px;
}
@media (max-width: 767px) {
  /* line 213, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-sidebar .widget-inner {
    padding-top: 10px;
  }
}
/* line 219, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner .widget-title {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  font-size: 15px;
}
@media (max-width: 767px) {
  /* line 228, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
  .single-program-sidebar .widget-inner .widget-title:after {
    display: none;
  }
}
/* line 234, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul {
  margin-bottom: 0;
}
/* line 236, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul li {
  font-size: 15px;
  color: #00aeef;
  font-family: Cachet, sans-serif;
}
/* line 241, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul li ul li {
  padding-left: 15px;
}
/* line 246, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul li span, .single-program-sidebar .widget-inner ul li a {
  padding-left: 29px;
  padding-right: 14px;
  padding-bottom: 2px;
  padding-top: 0;
  display: inline-block;
  position: relative;
}
/* line 253, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul li span:after, .single-program-sidebar .widget-inner ul li a:after {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 15px;
  background: url(images/icons/footer-arr.png) no-repeat center;
  width: 6px;
  height: 8px;
}
/* line 263, ../../../../source/wp-content/themes/ymca/css/_single-program.scss */
.single-program-sidebar .widget-inner ul li:hover ul {
  background-color: white;
}

/* styles for programs filter */
/* line 4, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.single-page.trip-filter-page .page-title.desktop-news-title {
  margin-bottom: 50px;
}

/* line 8, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.page-content.filter-content {
  padding-top: 5px;
}
/* line 10, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.page-content.filter-content .page-title {
  letter-spacing: -.8px;
}

/* line 14, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.program-page {
  background-color: #eff5f7;
}

/* line 20, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.page-content.program-filter-content {
  padding-top: 13px;
}

/* line 23, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.program-filter-content {
  padding-top: 25px;
}
@media (max-width: 767px) {
  /* line 23, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .program-filter-content {
    padding-top: 0;
  }
}

/* line 29, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.matching {
  font-size: 15px;
  color: #3f415e;
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
  padding-top: 58px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #e0e7e9;
}

/* line 39, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.matching.pro-matching {
  padding-top: 39px;
}

/* line 43, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.button-filter-wrapper {
  display: block;
}
/* line 46, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.button-filter-wrapper ul ul {
  padding-left: 10px;
}

/* sidebar in programs filter */
/* line 51, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar {
  margin-top: -2px;
  height: 100%;
}
/* line 53, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .fixed-sidebar-inner {
  background-color: white;
  border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  /* line 51, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 63, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .widget-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 63, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .widget-wrapper {
    display: block !important;
  }
}
/* line 71, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .location-filter, .fixed-sidebar .age-filter, .fixed-sidebar .interest-filter {
  padding-bottom: 5px;
}
/* line 75, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .location-filter ul li:last-child, .fixed-sidebar .age-filter ul li:last-child, .fixed-sidebar .interest-filter ul li:last-child {
  padding-bottom: 0;
}
/* line 81, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget {
  background-color: #f9f9f9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
/* line 86, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget .widget-title {
  cursor: pointer;
}
/* line 89, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul {
  margin-bottom: 0;
}
/* line 91, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li {
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 94, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li:hover {
  background-color: #f9f9f9;
}
/* line 98, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li ul {
  background-color: #f9f9f9;
  padding-top: 9px;
}
/* line 103, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li span:not(.inner-arrow) {
  color: #797d83;
  padding-left: 40px;
  position: relative;
  padding-top: 4px;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  padding-right: 10px;
}
/* line 113, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li span:not(.inner-arrow):before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/check-empty.png);
}
/* line 125, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li span:not(.inner-arrow).active {
  color: #323a45;
  font-weight: bold;
}
/* line 128, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget ul li span:not(.inner-arrow).active:before {
  background-image: url(images/check.png);
}
/* line 136, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title {
  position: relative;
  padding-left: 45px;
  border-bottom: none;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #e1e1e1;
}
/* line 146, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title:before {
  position: absolute;
  content: "";
  display: block;
  left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 155, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title:after {
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  top: 45%;
  -moz-transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 8px;
  background-image: url(images/arrow-dark-down.png);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 155, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .widget-title:after {
    background-image: url("images/arrow-dark-down.png");
    background-size: 14px 8px;
  }
}
/* line 173, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title.act:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 178, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title.location-title:before {
  width: 11px;
  height: 14px;
  background-image: url(images/pin-navy.png);
}
/* line 185, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title.age-title:before {
  width: 18px;
  height: 14px;
  background-image: url(images/age_blue.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 185, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .widget-title.age-title:before {
    background-image: url("images/age_blue.png");
    background-size: 18px 14px;
  }
}
/* line 193, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget-title.interest-title:before {
  width: 14px;
  height: 14px;
  background-image: url(images/notepad_blue.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 193, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .widget-title.interest-title:before {
    background-image: url("images/notepad_blue-2x.png");
    background-size: 14px 14px;
  }
}
/* line 201, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .hidden-title {
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #00aeef;
  font-size: 15px;
}
@media (max-width: 767px) {
  /* line 201, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .hidden-title {
    display: block;
  }
}
/* line 214, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .hidden-title-show {
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #00aeef;
  font-size: 15px;
}
/* line 223, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title {
  background-color: #3f415e;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 223, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title {
    padding-bottom: 16px;
  }
}
/* line 237, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title .hidden-title-show {
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 237, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title .hidden-title-show {
    display: block;
  }
}
/* line 244, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title .hidden-title {
  display: none;
}
/* line 248, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title.active .hidden-title-show {
  display: none;
}
@media (max-width: 767px) {
  /* line 248, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title.active .hidden-title-show {
    display: none;
  }
}
/* line 254, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title.active .hidden-title {
  display: none;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 254, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title.active .hidden-title {
    display: block;
  }
}
/* line 262, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .sidebar-title:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 12px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/equalizer.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 262, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title:before {
    background-image: url("images/equalizer-2x.png");
    background-size: 12px 14px;
  }
}
@media (max-width: 767px) {
  /* line 223, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .fixed-sidebar .sidebar-title {
    font-size: 20px;
    cursor: pointer;
  }
}
/* line 280, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget_search.widget.another-search {
  background-color: white;
}
/* line 284, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .btn-mini-wrapper {
  padding-left: 15px;
  padding-bottom: 7px;
}
/* line 290, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget .button-mini {
  float: left;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 0;
}
/* line 295, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.fixed-sidebar .widget .button-mini:last-child {
  margin-right: 0;
}

/* another search form */
/* line 302, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.widget_search.widget.another-search {
  width: 93%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  /* line 302, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .widget_search.widget.another-search {
    margin-bottom: 21px;
  }
}

/* line 311, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.widget_search.another-search input[type="text"] {
  background-color: white;
  padding: 10px 12px;
}
@media (max-width: 767px) {
  /* line 311, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .widget_search.another-search input[type="text"] {
    padding: 8px 12px;
  }
}

/* line 318, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.widget_search.another-search input[type="submit"] {
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  background-image: url(images/magnifying-glass.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 318, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .widget_search.another-search input[type="submit"] {
    background-image: url("images/magnifying-glass.png");
    background-size: 15px 15px;
  }
}

/* styles for posts */
@media (max-width: 992px) {
  /* line 329, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post.main-filter-post .post-short-wrapper {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 329, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post.main-filter-post .post-short-wrapper {
    max-width: 100%;
    width: 100%;
    float: none;
    padding-top: 0;
  }
}

/* line 343, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  /* line 343, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
/* line 349, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-title {
  font-family: Cachet, sans-serif;
  text-transform: none;
  color: #0060af;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
  /* line 349, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-title {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  /* line 349, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-title {
    line-height: 111%;
  }
}
/* line 363, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-short-wrapper {
  border-bottom: 1px solid #e0e7e9;
  padding-bottom: 28px;
}
@media (max-width: 992px) {
  /* line 363, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-short-wrapper {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 363, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-short-wrapper {
    max-width: 100%;
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
/* line 377, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post p {
  font-size: 15px;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  /* line 377, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post p {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  /* line 377, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post p {
    margin-bottom: 17px;
  }
}
/* line 387, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-locations {
  color: #797d83;
  font-size: 15px;
  font-family: Cachet, sans-serif;
  font-weight: 600;
  padding-bottom: 2px;
}
/* line 393, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-locations a {
  color: #797d83;
  font-size: 15px;
  font-family: Cachet, sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
/* line 401, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-locations a:first-child {
  padding-left: 27px;
}
/* line 403, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-locations a:first-child:before {
  position: absolute;
  content: "";
  display: block;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/greypin.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 403, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-locations a:first-child:before {
    background-image: url("images/greypin-2x.png");
    background-size: 10px 12px;
  }
}
/* line 420, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-ages {
  color: #797d83;
  font-size: 15px;
  font-family: Cachet, sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
/* line 427, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-ages a {
  color: #797d83;
  font-size: 15px;
  font-family: Cachet, sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
/* line 434, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-ages a:first-child {
  padding-left: 27px;
}
/* line 436, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-ages a:first-child:before {
  position: absolute;
  content: "";
  display: block;
  left: 1px;
  top: 4px;
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/age_grey.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 436, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-ages a:first-child:before {
    background-image: url("images/age_grey-2x.png");
    background-size: 16px 12px;
  }
}
/* line 452, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-img {
  float: left;
  max-width: 202px;
  height: auto;
  margin-right: 27px;
}
@media (max-width: 767px) {
  /* line 452, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-img {
    max-width: 100%;
    width: 100%;
    float: none;
    display: inline-block;
  }
}
/* line 463, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post.filter-post .post-img img {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
}
@media (max-width: 992px) {
  /* line 463, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-img img {
    margin-top: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 463, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .post.filter-post .post-img img {
    margin-bottom: 10px;
  }
}

/* line 478, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.button.more {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  /* line 478, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
  .button.more {
    margin-bottom: 30px;
  }
}

/* line 489, ../../../../source/wp-content/themes/ymca/css/_programs.scss */
.post-title {
  font-size: 20px;
}

/* line 1, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main {
  background-color: #222333;
  padding-top: 47px;
}
/* line 5, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main ul li:before {
  display: none;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main {
    padding-top: 29px;
  }
}
/* line 13, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main span {
  color: #00aeef;
}
/* line 17, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main h5 {
  text-transform: uppercase;
}
/* line 21, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .button {
  text-transform: uppercase;
  font-family: Cachet, sans-serif;
}
/* line 26, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .social {
  list-style: none;
  padding-left: 0;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  /* line 26, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .social {
    padding-bottom: 11px;
  }
}
/* line 33, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .social li {
  float: left;
  margin-right: 6px;
}
@media (max-width: 1200px) {
  /* line 33, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .social li {
    margin-bottom: 9px;
  }
  /* line 37, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .social li:nth-child(3) {
    clear: left;
  }
}
@media (max-width: 767px) {
  /* line 33, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .social li {
    margin-right: 6px;
  }
  /* line 43, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .social li:nth-child(3) {
    clear: none;
  }
}
/* line 49, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .social li:last-child {
  margin-right: 0;
}
/* line 52, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .social li img {
  width: 36px;
  height: auto;
}
/* line 60, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list.two-lev-top {
  padding-top: 43px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 60, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .location-list.two-lev-top {
    padding-top: 0;
    padding-bottom: 1px;
  }
}
/* line 68, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list h5 {
  font-weight: 400;
}
/* line 72, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  color: #00aeef;
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 72, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .location-list ul {
    padding-top: 0;
  }
}
/* line 82, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list li {
  font-size: 15px;
  position: relative;
  text-transform: none;
  padding-left: 10px;
  margin-bottom: 14px;
}
/* line 88, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list li:after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: -5px;
  background: url(images/icons/footer-arr.png) no-repeat center;
  width: 6px;
  height: 8px;
}
/* line 96, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .location-list li a {
  color: #00aeef;
}
/* line 101, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main ul {
  list-style: none;
}
/* line 104, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main h5 {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: .5px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  /* line 104, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main h5 {
    margin-bottom: 14px;
  }
}
/* line 114, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
footer.main .sign {
  font-weight: normal;
}
@media (max-width: 1200px) {
  /* line 114, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  footer.main .sign {
    line-height: 128%;
  }
}

/* line 121, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.footer-logo {
  padding-top: 13px;
  max-width: 101px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 121, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .footer-logo {
    max-width: 69px;
    margin-bottom: 32px;
  }
}

/* line 131, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.location-list ul {
  font-family: "Verdana", sans-serif;
}

/* line 137, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.bottom-foot {
  padding: 26px 20px 20px;
  font-family: Cachet, sans-serif;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 137, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .bottom-foot {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  /* line 137, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .bottom-foot {
    padding-top: 22px;
    line-height: 130%;
  }
}
/* line 148, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.bottom-foot p {
  color: #50516b;
  font-size: 15px;
  text-align: center;
  display: inline;
}

/* line 155, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.envelope {
  position: relative;
  margin-top: 4px;
  padding: 8px 41px;
  padding-left: 61px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1200px) {
  /* line 155, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope {
    padding-left: 42px;
    padding-right: 15px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  /* line 155, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope {
    padding-left: 53px;
    padding-right: 31px;
  }
}
@media (max-width: 1020px) {
  /* line 155, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope {
    max-width: 144px;
    min-width: 140px;
  }
}
@media (max-width: 991px) {
  /* line 155, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope {
    min-width: 150px;
    max-width: none;
  }
}
/* line 187, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.envelope:before {
  position: absolute;
  content: "";
  display: block;
  left: 26px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url(images/envelope.png) no-repeat center;
  background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 187, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope:before {
    background-image: url("images/envelope-2x.png");
    background-size: 22px 16px;
  }
}
@media (max-width: 1200px) {
  /* line 187, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope:before {
    left: 13px;
  }
}
@media (max-width: 992px) {
  /* line 187, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .envelope:before {
    left: 22px;
  }
}

/* translate select */
/* line 207, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.goog-te-combo {
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 166px;
  background-color: white;
  position: relative;
}
/* line 216, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.goog-te-combo:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/arrow-white-down.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 216, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .goog-te-combo:after {
    background-image: url("images/arrow-white-down-2x.png");
    background-size: 14px 8px;
  }
}

/* line 230, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbSelector {
  max-width: 148px;
}

/* line 233, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.goog-te-gadget .goog-te-combo {
  margin-top: 23px !important;
  width: 100%;
  border-top: none;
  border-bottom: none;
  border-left: none;
  outline: none;
  position: relative;
}
/* line 242, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.goog-te-gadget .goog-te-combo:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  -webkit-transform: translateY(-27%);
  transform: translateY(-27%);
  right: 6px;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/arrow-white-down.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 242, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .goog-te-gadget .goog-te-combo:after {
    background-image: url("images/arrow-white-down-2x.png");
    background-size: 13px 8px;
  }
}
/* line 256, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.goog-te-gadget .goog-te-combo:focus {
  outline: none;
}

@media (max-width: 767px) {
  /* line 263, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  #google_translate_element {
    float: right;
    margin-top: 9px;
  }
}

/* line 272, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: black;
}

/* line 275, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbHolder {
  margin-top: 30px !important;
  width: 100%;
  background-color: white;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 166px;
  position: relative;
  bottom: 7px;
}

/* line 287, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbToggle {
  background-color: #00aeef;
  float: right;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
/* line 291, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbToggle:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -moz-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  -webkit-transform: translateY(-27%);
  transform: translateY(-27%);
  right: 6px;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/arrow-white-down.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 291, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
  .sbToggle:after {
    background-image: url("images/arrow-white-down-2x.png");
    background-size: 13px 8px;
  }
}

/* line 305, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
  color: black;
}

/* line 308, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbOptions a:link, .sbOptions a:visited {
  color: black;
}

/* line 311, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbOptions {
  background-color: white;
  width: 100%;
}

/* line 315, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbOptions {
  max-height: 350px;
}

/* line 318, ../../../../source/wp-content/themes/ymca/css/_footer.scss */
.sbOptionsReversed {
  top: auto;
  bottom: 30px;
}

/* line 195, ../../../../source/wp-content/themes/ymca/style.scss */
section.main {
  background-color: #eff5f7;
}

/* line 199, ../../../../source/wp-content/themes/ymca/style.scss */
.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

/* wp class */
/* line 205, ../../../../source/wp-content/themes/ymca/style.scss */
.alignright {
  float: right;
  margin-left: 20px;
}

/* line 209, ../../../../source/wp-content/themes/ymca/style.scss */
.alignleft {
  float: left;
  margin-right: 20px;
}

/* line 213, ../../../../source/wp-content/themes/ymca/style.scss */
.page-title {
  text-transform: uppercase;
  color: #3f415e;
  text-align: center;
}

/* line 218, ../../../../source/wp-content/themes/ymca/style.scss */
.page-title.line-short.desktop-news-title {
  display: block;
  padding-top: 22px;
  margin-bottom: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 218, ../../../../source/wp-content/themes/ymca/style.scss */
  .page-title.line-short.desktop-news-title {
    display: none;
  }
}

/* line 229, ../../../../source/wp-content/themes/ymca/style.scss */
.gform_body input[type='submit'] {
  color: black;
  background-color: #10b0a7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYTQ5MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwYmRiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #01a490), color-stop(100%, #20bdbe));
  background-image: -moz-linear-gradient(bottom, #01a490 0%, #20bdbe 100%);
  background-image: -webkit-linear-gradient(bottom, #01a490 0%, #20bdbe 100%);
  background-image: linear-gradient(to top, #01a490 0%, #20bdbe 100%);
}

/* line 236, ../../../../source/wp-content/themes/ymca/style.scss */
ul {
  list-style: none;
}
/* line 238, ../../../../source/wp-content/themes/ymca/style.scss */
ul li {
  position: relative;
}
/* line 240, ../../../../source/wp-content/themes/ymca/style.scss */
ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -19px;
  top: 12px;
  background-color: black;
}

/* CLEARFIX */
/* line 255, ../../../../source/wp-content/themes/ymca/style.scss */

/* line 261, ../../../../source/wp-content/themes/ymca/style.scss */
.cf:after {
  clear: both;
}

/* line 267, ../../../../source/wp-content/themes/ymca/style.scss */
.ginput_complex.ginput_container p {
  margin-bottom: 6px;
  margin-top: 6px;
}
/* line 271, ../../../../source/wp-content/themes/ymca/style.scss */
.ginput_complex.ginput_container p + p {
  margin-top: 0;
}
/* line 275, ../../../../source/wp-content/themes/ymca/style.scss */
.ginput_complex.ginput_container .name_first label, .ginput_complex.ginput_container .name_last label {
  float: left;
}
/* line 279, ../../../../source/wp-content/themes/ymca/style.scss */
.ginput_complex.ginput_container .name_first input[type="text"], .ginput_complex.ginput_container .name_last input[type="text"] {
  float: left;
}

/* line 287, ../../../../source/wp-content/themes/ymca/style.scss */
.sub-page.page-content .ginput_complex.ginput_container p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 130%;
}

@media (max-width: 767px) {
  /* line 295, ../../../../source/wp-content/themes/ymca/style.scss */
  .widget-area {
    float: none;
  }
}

/* line 306, ../../../../source/wp-content/themes/ymca/style.scss */
.widget.another-search .button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 13px;
  width: 100%;
}

/* line 315, ../../../../source/wp-content/themes/ymca/style.scss */
.rich-text h5 {
  text-transform: none;
  margin-top: 26px;
}
/* line 319, ../../../../source/wp-content/themes/ymca/style.scss */
.rich-text p {
  color: #797d83;
  line-height: 130%;
}

/* line 327, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .item {
  font-weight: bold;
}
/* line 329, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .item + ul {
  display: none;
}
/* line 333, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .inner-arrow {
  display: none;
}
/* line 337, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary {
  position: relative;
}
/* line 339, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary > ul {
  display: block;
}
/* line 341, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary > ul ul {
  display: none;
}
/* line 345, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary .item {
  font-weight: bold;
}
/* line 348, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary li .item {
  font-weight: normal;
}
/* line 352, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary .filter-parent-primary .item {
  font-weight: normal;
}
/* line 355, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary .filter-parent-primary > .inner-arrow {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 359, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary .filter-parent-primary.first-click > .inner-arrow {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 361, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary .filter-parent-primary.first-click > .inner-arrow.active-inner {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 367, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary > .item {
  color: #323a45;
}
/* line 372, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary > .inner-arrow {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 15px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 6px;
  background-image: url(images/small-arrow.png);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 372, ../../../../source/wp-content/themes/ymca/style.scss */
  .widget .filter-parent-primary > .inner-arrow {
    background-image: url("images/small-arrow-2x.png");
    background-size: 10px 6px;
  }
}
/* line 388, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary.first-click > .inner-arrow {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 390, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent-primary.first-click > .inner-arrow.active-inner {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 396, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent {
  position: relative;
}
/* line 398, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent > .inner-arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 6px;
  background-image: url(images/small-arrow.png);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 398, ../../../../source/wp-content/themes/ymca/style.scss */
  .widget .filter-parent > .inner-arrow {
    background-image: url("images/small-arrow-2x.png");
    background-size: 10px 6px;
  }
}
/* line 412, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent > .inner-arrow.active-inner {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 416, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent .active {
  font-weight: bold;
}
/* line 418, ../../../../source/wp-content/themes/ymca/style.scss */
.widget .filter-parent .active:after {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 424, ../../../../source/wp-content/themes/ymca/style.scss */
.widget.another-search {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 429, ../../../../source/wp-content/themes/ymca/style.scss */
.location-title, .age-title, .interest-title {
  background-color: white;
}

/* line 434, ../../../../source/wp-content/themes/ymca/style.scss */
.button-filter-wrapper .btn-mini-wrapper {
  background-color: white;
}

/* line 438, ../../../../source/wp-content/themes/ymca/style.scss */
.location-filter, .age-filter, .interest-filter {
  padding-top: 12px;
  border-top: 1px solid #e1e1e1;
}




/* GOOGLE SEARCH RESULTS */
.sr_bg {
    background-color: #f7fbfc;
    height: 75px;	
    padding-top: 20px;
}
@media (min-width: 768px) {
  .sr_bg {
    height: 116px;
    padding-top: 40px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1.sr_title {
    font-size: 25px;
  }
}
#___gcse_0 form.gsc-search-box,
#___gcse_1 form.gsc-search-box {
    font-size: 13px;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 750px) {
  #___gcse_1 form.gsc-search-box {
    width: 60%;
  }
}
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus{
  border: 0;
  box-shadow: none !important;
  outline: none;
}
#___gcse_0 table, 
#___gcse_0 table td,
#___gcse_1 table, 
#___gcse_1 table td,
#___gcse_2 table, 
#___gcse_2 table td,
#___gcse_2 .gsc-cursor-box,
#___gcse_2 .cse .gsc-webResult.gsc-result, 
#___gcse_2 .gsc-webResult.gsc-result, 
#___gcse_2 .gsc-imageResult-classic,
#___gcse_2 .gsc-imageResult-column {
    border: 0;
}
#___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input,
#___gcse_0 table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}
#___gcse_0 table,
#___gcse_1 table,
#___gcse_1 table#gs_id51 {
    margin: 0;
}
#___gcse_0 table tbody tr:nth-child(2n+1),
#___gcse_1 table tbody tr:nth-child(2n+1) {
    background-color: transparent;
}
input.gsc-input, 
.gsc-input-box, 
.gsc-input-box-hover, 
.gsc-input-box-focus {
    font-size: 12px;
    background-image: none !important;
    border: 0 !important;
}
#___gcse_1 input.gsc-input, .gsc-input-box, 
#___gcse_1 .gsc-input-box-hover, 
#___gcse_1 .gsc-input-box-focus {
    border: 0 !important;
}
@media (max-width: 1199px) {
  #___gcse_0  {
    display: none;
  }
}

@media (min-width: 1200px) {
  #___gcse_0  {
    display: inline;
    float: right;
    width: 33%;
    height: 25px;
    margin: -10px 0 0 0;
  }
}
#___gcse_0 input#gsc-i-id1.gsc-input {
     background: transparent; 
     border: 1px solid #e1e1e1 !important; 
     border-radius: 5px; 
     height: 1.50em !important; 
     padding: 0 0 0 5px !important; 
}
#___gcse_1 input#gsc-i-id2.gsc-input {
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px;
    padding-left: 5px !important;
    height: 29px !important;    
    margin-top: -5px !important;
}
#___gcse_1 input.gsc-search-button, 
input.gsc-search-button:hover, 
input.gsc-search-button:focus {
    border: 1px solid #0060af;
    border-radius: 5px;
    background-image: linear-gradient(to top, #0089cf 0%, #00adef 100%);
    filter: none;
    width: 71px;
    height: 29px;
}
#___gcse_0 td#gs_tti50.gsib_a {
    font-size: 15px;
    height: 25px !important;
    /*background: url("http://ymcamn.829studios.com/wp-content/themes/ymca/images/magnifying-glass.png") no-repeat 7px;*/
    background-position: 95% 50%;
}
#___gcse_1 td#gs_tti51.gsib_a {
    background-color: #f7fbfc;
}
#___gcse_2 table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}
#___gcse_2 .gsc-above-wrapper-area {
    border: 0;
    padding: 0;
}
#___gcse_0 .gsc-clear-button,
#___gcse_0 .gsc-input-box td.gsib_b,
#___gcse_1 .gsc-input-box td.gsib_b, 
#___gcse_2 table.gsc-above-wrapper-area-container,
#___gcse_2 td.gsc-table-cell-thumbnail,
#___gcse_2 .gsc-resultsHeader,
#___gcse_0 input.gsc-search-button, 
#___gcse_0 input.gsc-search-button:hover, 
#___gcse_0 input.gsc-search-button:focus,
#___gcse_0 td.gsc-search-button {
    display: none;
}
#___gcse_2 .gs-bidi-start-align .gs-snippet {
    padding-left: 10px;
}
#___gcse_2 table.gsc-table-result {
    margin: 0 0 0 10px;
}
#___gcse_2 .gs-webResult .gs-snippet {
    color: #3f415e;
    font-size: 15px;
    font-family: "Verdana", sans-serif;
    line-height: 152%;
    margin-bottom: 30px;
}
#___gcse_2 a.gs-title,
#___gcse_2 .gs-webResult.gs-result a.gs-title:link, 
#___gcse_2 .gs-webResult.gs-result a.gs-title:link b, 
#___gcse_2 .gs-imageResult a.gs-title:link, 
#___gcse_2 .gs-imageResult a.gs-title:link b,
#___gcse_2 .gs-webResult.gs-result a.gs-title:visited, 
#___gcse_2 .gs-webResult.gs-result a.gs-title:visited b, 
#___gcse_2 .gs-imageResult a.gs-title:visited, 
#___gcse_2 .gs-imageResult a.gs-title:visited b {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 20px;
    color: #00aeef;
    margin-bottom: 5px;
    text-decoration: none;
}
#___gcse_2 .gsc-result .gs-title {
    height: auto;
    margin-bottom: 10px;
    text-decoration: none;
}
#___gcse_2 .gs-webResult div.gs-visibleUrl,
gs-imageResult div.gs-visibleUrl {
    color: #20bdbe;
    font-family: Cachet, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 15px;
}
#___gcse_2 .gsc-results .gsc-cursor-box .gsc-cursor-page,
#___gcse_2 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #FFFFFF;
    color: #428bca;
    font-size: 15px;
}
#___gcse_2 .gs-no-results-result .gs-snippet, 
#___gcse_2 .gs-error-result .gs-snippet {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e1e1;
    background-color: #f7fbfc;
}
