@charset "UTF-8";
@import "fonts/cachet/cachet.css";
@import "fonts/YMCA/css/YMCA.css";
@import "../libraries/daterangepicker/daterangepicker.css";
.text-color-primary {
  color: #007bc1 !important;
}

.bg-color-primary {
  background-color: #007bc1 !important;
}

.border-color-primary {
  border-color: #007bc1 !important;
}

.text-color-primary--light {
  color: #009ddd !important;
}

.bg-color-primary--light {
  background-color: #009ddd !important;
}

.border-color-primary--light {
  border-color: #009ddd !important;
}

.text-color-primary--dark {
  color: #0060AF !important;
}

.bg-color-primary--dark {
  background-color: #0060AF !important;
}

.border-color-primary--dark {
  border-color: #0060AF !important;
}

.text-color-secondary {
  color: #01A490 !important;
}

.bg-color-secondary {
  background-color: #01A490 !important;
}

.border-color-secondary {
  border-color: #01A490 !important;
}

.text-color-secondary--light {
  color: #20BDBE !important;
}

.bg-color-secondary--light {
  background-color: #20BDBE !important;
}

.border-color-secondary--light {
  border-color: #20BDBE !important;
}

.text-color-secondary--dark {
  color: #006B6B !important;
}

.bg-color-secondary--dark {
  background-color: #006B6B !important;
}

.border-color-secondary--dark {
  border-color: #006B6B !important;
}

.text-color-gray--100 {
  color: #F6F6F6 !important;
}

.bg-color-gray--100 {
  background-color: #F6F6F6 !important;
}

.border-color-gray--100 {
  border-color: #F6F6F6 !important;
}

.text-color-gray--200 {
  color: #E4E4E4 !important;
}

.bg-color-gray--200 {
  background-color: #E4E4E4 !important;
}

.border-color-gray--200 {
  border-color: #E4E4E4 !important;
}

.text-color-gray--300 {
  color: #DADADA !important;
}

.bg-color-gray--300 {
  background-color: #DADADA !important;
}

.border-color-gray--300 {
  border-color: #DADADA !important;
}

.text-color-gray--400 {
  color: #8F9DA9 !important;
}

.bg-color-gray--400 {
  background-color: #8F9DA9 !important;
}

.border-color-gray--400 {
  border-color: #8F9DA9 !important;
}

.text-color-gray--500 {
  color: #869BB0 !important;
}

.bg-color-gray--500 {
  background-color: #869BB0 !important;
}

.border-color-gray--500 {
  border-color: #869BB0 !important;
}

.text-color-gray--600 {
  color: #636466 !important;
}

.bg-color-gray--600 {
  background-color: #636466 !important;
}

.border-color-gray--600 {
  border-color: #636466 !important;
}

.text-color-gray--700 {
  color: #231F20 !important;
}

.bg-color-gray--700 {
  background-color: #231F20 !important;
}

.border-color-gray--700 {
  border-color: #231F20 !important;
}

.text-color-estes {
  color: #E3761C !important;
}

.bg-color-estes {
  background-color: #E3761C !important;
}

.border-color-estes {
  border-color: #E3761C !important;
}

.text-color-estes--light {
  color: #FCAF17 !important;
}

.bg-color-estes--light {
  background-color: #FCAF17 !important;
}

.border-color-estes--light {
  border-color: #FCAF17 !important;
}

.text-color-estes--dark {
  color: #DD5828 !important;
}

.bg-color-estes--dark {
  background-color: #DD5828 !important;
}

.border-color-estes--dark {
  border-color: #DD5828 !important;
}

.text-color-snow {
  color: #92278F !important;
}

.bg-color-snow {
  background-color: #92278F !important;
}

.border-color-snow {
  border-color: #92278F !important;
}

.text-color-snow--light {
  color: #C6168D !important;
}

.bg-color-snow--light {
  background-color: #C6168D !important;
}

.border-color-snow--light {
  border-color: #C6168D !important;
}

.text-color-snow--dark {
  color: #5C2E91 !important;
}

.bg-color-snow--dark {
  background-color: #5C2E91 !important;
}

.border-color-snow--dark {
  border-color: #5C2E91 !important;
}

.border-color {
  border-color: #E4E4E4 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Cachet", "Verdana", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #636466;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bc1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004a75;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636466;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 30px;
  font-family: "Cachet", "Verdana", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #636466;
}

h1, .h1 {
  font-size: calc(1.53125rem + 3.375vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.0625rem;
  }
}

h2, .h2 {
  font-size: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.4375rem;
  }
}

h3, .h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.1875rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5625rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.725rem + 5.7vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636466;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #636466;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #DADADA;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #636466;
}
.form-control:focus {
  color: #636466;
  background-color: #ffffff;
  border-color: #42baff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 193, 0.25);
}
.form-control::placeholder {
  color: #636466;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E4E4E4;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #636466;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.125rem + 1px);
  padding-bottom: calc(1.125rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #636466;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
}

.form-control-lg {
  height: calc(1.5em + 2.25rem + 2px);
  padding: 1.125rem 4.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #636466;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23979797' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ED1C24;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(237, 28, 36, 0.9);
  border-radius: 0px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ED1C24;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED1C24' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED1C24' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ED1C24;
  padding-right: calc(0.75em + 2.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23979797' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED1C24' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED1C24' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ED1C24;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ED1C24;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ED1C24;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f14b52;
  background-color: #f14b52;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ED1C24;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ED1C24;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ED1C24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #636466;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.125rem 3.0625rem;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.5625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #636466;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 193, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bc1;
  border-color: #007bc1;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00639b;
  border-color: #005a8e;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #00639b;
  border-color: #005a8e;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 202, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bc1;
  border-color: #007bc1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #005a8e;
  border-color: #005281;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 202, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #01A490;
  border-color: #01A490;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #017e6f;
  border-color: #017163;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #017e6f;
  border-color: #017163;
  box-shadow: 0 0 0 0.2rem rgba(39, 178, 161, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #01A490;
  border-color: #01A490;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #017163;
  border-color: #016558;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 178, 161, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #009ddd;
  border-color: #009ddd;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0082b7;
  border-color: #0079aa;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #0082b7;
  border-color: #0079aa;
  box-shadow: 0 0 0 0.2rem rgba(38, 172, 226, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #009ddd;
  border-color: #009ddd;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0079aa;
  border-color: #00709d;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 172, 226, 0.5);
}

.btn-warning {
  color: #9A9A9A;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #9A9A9A;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #9A9A9A;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(240, 187, 29, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #9A9A9A;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #9A9A9A;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 187, 29, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d21118;
  border-color: #c61017;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #d21118;
  border-color: #c61017;
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c61017;
  border-color: #ba0f15;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 62, 69, 0.5);
}

.btn-light {
  color: #9A9A9A;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-light:hover {
  color: #9A9A9A;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.btn-light:focus, .btn-light.focus {
  color: #9A9A9A;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #9A9A9A;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #9A9A9A;
  background-color: #c1c1c1;
  border-color: #bababa;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #0f0d0d;
  border-color: #080707;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #0f0d0d;
  border-color: #080707;
  box-shadow: 0 0 0 0.2rem rgba(68, 65, 65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #080707;
  border-color: #010101;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 65, 65, 0.5);
}

.btn-outline-primary {
  color: #007bc1;
  border-color: #007bc1;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bc1;
  border-color: #007bc1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 193, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bc1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bc1;
  border-color: #007bc1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 193, 0.5);
}

.btn-outline-secondary {
  color: #01A490;
  border-color: #01A490;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #01A490;
  border-color: #01A490;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 164, 144, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #01A490;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #01A490;
  border-color: #01A490;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 164, 144, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #009ddd;
  border-color: #009ddd;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #009ddd;
  border-color: #009ddd;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 157, 221, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #009ddd;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #009ddd;
  border-color: #009ddd;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 157, 221, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #9A9A9A;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #9A9A9A;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ED1C24;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-outline-light {
  color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:hover {
  color: #9A9A9A;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #DADADA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #9A9A9A;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-outline-dark {
  color: #231F20;
  border-color: #231F20;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #231F20;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #231F20;
  border-color: #231F20;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bc1;
  text-decoration: none;
}
.btn-link:hover {
  color: #004a75;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #636466;
  pointer-events: none;
}

.btn-lg {
  padding: 1.125rem 4.375rem;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 1.5;
  border-radius: 0px;
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5625rem;
  }
}

.btn-sm {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #636466;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #E4E4E4;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #9A9A9A;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #8d8d8d;
  text-decoration: none;
  background-color: #F6F6F6;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bc1;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636466;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636466;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #9A9A9A;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636466;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DADADA;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E4E4E4 #E4E4E4 #DADADA;
}
.nav-tabs .nav-link.disabled {
  color: #636466;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #231F20;
  background-color: #ffffff;
  border-color: #DADADA #DADADA #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bc1;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #636466;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #636466;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #636466;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #636466;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23636466' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #636466;
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004064;
  background-color: #cce5f3;
  border-color: #b8daee;
}
.alert-primary hr {
  border-top-color: #a3cfe9;
}
.alert-primary .alert-link {
  color: #001f31;
}

.alert-secondary {
  color: #01554b;
  background-color: #ccede9;
  border-color: #b8e6e0;
}
.alert-secondary hr {
  border-top-color: #a5dfd8;
}
.alert-secondary .alert-link {
  color: #00231f;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #005273;
  background-color: #ccebf8;
  border-color: #b8e4f5;
}
.alert-info hr {
  border-top-color: #a2dcf2;
}
.alert-info .alert-link {
  color: #002e40;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7b0f13;
  background-color: #fbd2d3;
  border-color: #fabfc2;
}
.alert-danger hr {
  border-top-color: #f8a7ab;
}
.alert-danger .alert-link {
  color: #4e090c;
}

.alert-light {
  color: #717171;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-light hr {
  border-top-color: #e8e8e8;
}
.alert-light .alert-link {
  color: #585858;
}

.alert-dark {
  color: #121011;
  background-color: #d3d2d2;
  border-color: #c1c0c1;
}
.alert-dark hr {
  border-top-color: #b4b3b4;
}
.alert-dark .alert-link {
  color: black;
}

.close {
  float: right;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .close {
    font-size: 1.5rem;
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E4E4E4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #E4E4E4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.bg-primary {
  background-color: #007bc1 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a8e !important;
}

.bg-dark {
  background-color: #231F20 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080707 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #E4E4E4 !important;
}

.border-top {
  border-top: 1px solid #E4E4E4 !important;
}

.border-right {
  border-right: 1px solid #E4E4E4 !important;
}

.border-bottom {
  border-bottom: 1px solid #E4E4E4 !important;
}

.border-left {
  border-left: 1px solid #E4E4E4 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bc1 !important;
}

.border-dark {
  border-color: #231F20 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0px !important;
}

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-lg {
  border-radius: 0px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-flex {
    display: flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bc1 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #004a75 !important;
}

.text-dark {
  color: #231F20 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #636466 !important;
}

.text-muted {
  color: #636466 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.logged-in .hide-logged-in {
  display: none !important;
}

.logged-out .hide-logged-out {
  display: none !important;
}

@media (min-width: 768px) {
  .line-clamp {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
  }
  .line-clamp.line-clamp-1 {
    -webkit-line-clamp: 1 !important;
  }
  .line-clamp.line-clamp-2 {
    -webkit-line-clamp: 2 !important;
  }
  .line-clamp.line-clamp-3 {
    -webkit-line-clamp: 3 !important;
  }
  .line-clamp.line-clamp-4 {
    -webkit-line-clamp: 4 !important;
  }
}

/*---------------------------------------------
CORE SKIN STYLES
---------------------------------------------*/
body {
  -webkit-font-smoothing: subpixel-antialiased;
}

.dnnEditState .dnnExistingModuleDialog,
.dnnEditState .dnnModuleDialog,
.dnnEditState .dnnModuleManager .DnnModule.floating,
.dnnEditState .dnnModuleSorting .DnnModule.floating {
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.dnnEditState .dnnModuleDialog {
  transform: translate(-50%, -50%) !important;
}
.dnnEditState .mobile-phone-contact {
  display: flex;
}

.skin {
  counter-reset: ymca-counter;
}

@media (min-width: 1200px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px !important;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.count-container {
  counter-increment: ymca-counter;
}
.count-container .section-header [class*=__heading]:before {
  content: counter(ymca-counter) ". ";
  color: #D8D8D8;
  font-size: 85px;
  line-height: 0.54;
  display: inline-block;
  margin-right: 1rem;
}

.as-steps {
  counter-reset: list-counter;
  list-style: none;
}
.as-steps li {
  counter-increment: list-counter;
  position: relative;
}
.as-steps li:before {
  content: counter(list-counter) ". ";
  color: #D8D8D8;
  font-size: 55px;
  line-height: 0.54;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Text Styles
    ---------------------------------------------*/
h4,
.h4 {
  line-height: 1.14;
}

h5,
.h5 {
  line-height: 1.42;
}

p,
.p1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
}

.p2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.p3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.22;
}

.p-sm {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.16;
}

.disclaimer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.18;
  font-style: italic;
}

.disclaimer-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.16;
}

.disclaimer p,
.disclaimer-sm p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
}

ul:not([class]) li {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  h2,
  .h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  h3,
  .h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.42;
  }
  h4,
  .h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.33;
  }
  h5,
  .h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  p,
  .p1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33;
  }
  .p2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .p3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.22;
  }
  .p-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.16;
  }
  .disclaimer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.18;
    font-style: italic;
  }
  .disclaimer-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.16;
  }
  ul:not([class]) li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  h2,
  .h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  h3,
  .h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.42;
  }
  h4,
  .h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.33;
  }
  h5,
  .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
  p,
  .p1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33;
  }
  .p2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .p3 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.22;
  }
  .p-sm {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16;
  }
  .disclaimer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.18;
    font-style: italic;
  }
  .disclaimer-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.16;
  }
  ul:not([class]) li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33;
  }
}
/* CSS modifiers that override default style
        ---------------------------------------------*/
.fs-85 {
  font-size: 85px !important;
  font-size: 5.3125rem !important;
}

.fs-65 {
  font-size: 65px !important;
  font-size: 4.0625rem !important;
}

.fs-45 {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
}

.fs-42 {
  font-size: 42px !important;
  font-size: 2.625rem !important;
}

.fs-38 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}

.fs-35 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}

.fs-32 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.fs-28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.fs-26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

.fs-24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.fs-22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.fs-20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.fs-18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.fs-16,
.fs-p {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.fs-14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.fs-12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.fs-0 {
  font-size: 0px !important;
  font-size: 0rem !important;
}

/* Heading Styles
    ---------------------------------------------*/
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0px;
}

/* Font Weight
    ---------------------------------------------*/
strong,
.strong,
b {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}

/* Paragraph Spacing
    ---------------------------------------------*/
body:last-child,
p:last-child,
.p:last-child {
  margin-bottom: 0px;
}

/* Line Height
    ---------------------------------------------*/
.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.2;
}

.line-height-3 {
  line-height: 1.3;
}

.line-height-4 {
  line-height: 1.4;
}

.line-height-5 {
  line-height: 1.5;
}

/* Image Sizing
    ---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  max-width: 100%;
}

/* Link Styles
    ---------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:visited, a:hover, a:focus {
  outline: none;
}
a.btn {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  a.btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  a.btn {
    padding: 13px 27px;
    font-size: 20px;
  }
}
a.btn:hover {
  text-decoration: none;
}
a.btn.btn-link:visited {
  color: inherit;
}
a.btn.btn-link--estes {
  color: #E3761C;
}
a.btn.btn-link--estes:visited {
  color: #E3761C;
}
a.btn.btn-link--snow {
  color: #92278F;
}
a.btn.btn-link--snow:visited {
  color: #92278F;
}
a.btn.btn-link--with-arrow:after, a.btn.btn-link--learn-more:after {
  content: "I";
  font-family: "YMCA";
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 1199px) {
  a.btn.btn-link--with-arrow:after, a.btn.btn-link--learn-more:after {
    font-size: 12px;
  }
}
a.btn.btn-link--learn-more {
  color: #007bc1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
a.btn.btn-link--learn-more:hover {
  color: #636466;
}
a.btn.btn-primary {
  background-color: #007bc1;
  color: white;
}
a.btn.btn-primary:visited {
  color: white;
  background-color: #007bc1;
}
a.btn.btn-primary:hover {
  color: white;
  background-color: #004a75;
}
a.btn.btn-primary--light {
  background-color: #009ddd;
  color: white;
}
a.btn.btn-primary--light:visited {
  color: white;
  background-color: #009ddd;
}
a.btn.btn-primary--light:hover {
  color: white;
  background-color: #006791;
}
a.btn.btn-primary--dark {
  background-color: #0060AF;
  color: white;
}
a.btn.btn-primary--dark:visited {
  color: white;
  background-color: #0060AF;
}
a.btn.btn-primary--dark:hover {
  color: white;
  background-color: #003663;
}
a.btn.btn-estes {
  background-color: #E3761C;
  color: #ffffff;
}
a.btn.btn-estes:visited {
  color: white;
  background-color: #E3761C;
}
a.btn.btn-estes:hover {
  color: white;
  background-color: #9f5314;
}
a.btn.btn-secondary {
  background-color: #01A490;
  color: white;
}
a.btn.btn-secondary:visited {
  color: white;
  background-color: #01A490;
}
a.btn.btn-secondary:hover {
  color: white;
  background-color: #01584d;
}
a.btn.btn-secondary--dark {
  background-color: #006B6B;
  color: white;
}
a.btn.btn-secondary--dark:visited {
  color: white;
  background-color: #006B6B;
}
a.btn.btn-secondary--dark:hover {
  color: white;
  background-color: #001f1f;
}
a.btn.btn-snow {
  background-color: #92278F;
  color: #ffffff;
}
a.btn.btn-snow:visited {
  color: white;
  background-color: #92278F;
}
a.btn.btn-snow:hover {
  color: white;
  background-color: #561754;
}
a.btn.btn-white {
  background-color: white;
  color: #007bc1;
}
a.btn.btn-white:visited {
  color: #007bc1;
  background-color: white;
}
a.btn.btn-white:hover {
  color: white;
  background-color: #007bc1;
}
a.btn.btn-outline-primary {
  background-color: white;
  color: #007bc1;
}
a.btn.btn-outline-primary:visited {
  color: #007bc1;
  background-color: #ffffff;
}
a.btn.btn-outline-primary:hover {
  color: white;
  background-color: #007bc1;
}
a.btn.btn-outline-secondary {
  background-color: white;
  color: #01A490;
}
a.btn.btn-outline-secondary:visited {
  color: #01A490;
  background-color: #ffffff;
}
a.btn.btn-outline-secondary:hover {
  color: white;
  background-color: #01A490;
}
a.btn.btn-outline-white {
  background-color: transparent;
  border-color: white;
  color: white;
}
a.btn.btn-outline-white:visited {
  color: white;
  background-color: transparent;
}
a.btn.btn-outline-white:hover {
  color: white;
  background-color: #007bc1;
}
a.btn.btn-download {
  padding-right: 35px;
  padding-left: 35px;
}
a.btn.btn-download:before {
  content: "J";
  font-family: "YMCA";
  display: inline-block;
  font-size: inherit;
  margin-right: 18px;
  top: 5px;
  position: relative;
}

a.btn-download span {
  position: relative;
  top: -2px;
}

/* Block Quotes
    ---------------------------------------------*/
blockquote,
.blockquote {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.45;
  color: #009ddd;
  font-style: normal;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  border: none;
  padding: 0;
}
blockquote cite,
.blockquote cite {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  color: #636466;
  font-style: normal;
  display: block;
  text-align: right;
}
blockquote cite:before,
.blockquote cite:before {
  color: #636466;
}

/* Buttons
    ---------------------------------------------*/
.btn-lg {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .btn {
    width: 100%;
  }
}
.btn-down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  color: #0060AF;
  background: #ffffff;
}
.btn-down:before {
  content: "I";
  font-family: "YMCA";
  transform: rotate(90deg);
}
.btn-down:visited {
  color: #0060AF;
}
.btn-down:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.btn-arrow-circle {
  display: flex;
  align-items: center;
}
.btn-arrow-circle:after {
  content: "I";
  font-family: "YMCA";
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  color: #0060AF;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #ffffff;
  margin-left: 1rem;
  transition: all 0.25s ease-in-out;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
}
@media (max-width: 1199px) {
  .btn-arrow-circle:after {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-left: 0.5rem;
    position: relative;
  }
}
.btn-arrow-circle:visited:after {
  color: #0060AF;
}
.btn-arrow-circle:hover {
  text-decoration: none;
}
.btn-arrow-circle:hover:after {
  text-decoration: none;
  transform: scale(1.1);
}

/* Custom Skin Classes
    ---------------------------------------------*/
[class*=__inner] {
  display: flex;
  position: relative;
}

.title-label {
  position: absolute;
  background: #ffffff;
  z-index: 1;
  color: #007bc1;
  top: 0;
  left: 41px;
  transform: translateY(-50%);
  padding: 5px 30px 6px 30px;
  font-weight: 400;
  font-size: 25px;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  text-align: center;
}
@media (min-width: 1200px) {
  .title-label {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .title-label {
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .title-label {
    left: 2rem;
    line-height: 1;
    font-size: 22px;
    display: inline-block;
    padding: 5px 10px;
    max-width: calc(100% - 4rem);
  }
}

.w-border {
  padding-left: 1.5rem !important;
  position: relative;
}
.w-border:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}

.w-arrow {
  display: flex;
  align-items: center;
}
.w-arrow:after {
  content: "I";
  font-family: "YMCA";
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.fill-height {
  position: absolute;
  height: 100%;
  width: 50%;
}

.underline-hover {
  position: relative;
  display: inline-block;
  width: auto;
}
.underline-hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.underline-hover:hover, .underline-hover:visited {
  text-decoration: none !important;
  color: #ffffff;
}
.underline-hover:hover:before, .underline-hover:visited:before {
  opacity: 1;
  width: 100%;
}

.owl-prev {
  transform: rotate(180deg);
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.owl-prev .btn-arrow-circle:after,
.owl-next .btn-arrow-circle:after {
  margin-left: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 0;
  height: 20px;
}
@media (max-width: 767px) {
  .owl-dots {
    height: 16px;
  }
}
.owl-dots button {
  margin: 0 4px;
}
.owl-dots button:focus {
  outline: none;
}
.owl-dots button span {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .owl-dots button span {
    width: 16px;
    height: 16px;
  }
}
.owl-dots button:hover span, .owl-dots button.active span {
  background: #d8d8d8;
}

.image-hover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-hover:hover:before, .image-hover:hover:after,
.image-hover:hover span {
  opacity: 1;
}
.image-hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--background-image);
  opacity: 0;
  filter: grayscale(100%);
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
  transition: opacity 0.3s ease-in-out;
}
.image-hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 136, 205, 0.62);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.image-hover .image-hover__label {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #ffffff;
  font-size: 42px;
  display: block;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  z-index: 2;
  line-height: 1;
  max-width: 85%;
}
@media (max-width: 991px) {
  .image-hover .image-hover__label {
    font-size: 35px;
  }
}
.image-hover .image-hover__label:before {
  background: rgba(255, 255, 255, 0.66);
}
.image-hover .image-hover__label a {
  color: #ffffff !important;
}
.image-hover .image-hover__label a:hover {
  text-decoration: none;
}

.section-header {
  text-align: center;
}
.section-header__heading, .section-header__subheading, .section-header__summary {
  margin-bottom: 0 !important;
  font-weight: 400;
}
.section-header__heading p, .section-header__subheading p, .section-header__summary p {
  font-size: inherit;
  margin-bottom: 0 !important;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
@media (max-width: 991px) {
  .section-header__heading br, .section-header__subheading br, .section-header__summary br {
    display: none;
  }
}
.section-header__heading {
  color: #0060AF;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
}
.section-header__subheading {
  margin-top: 0.25rem;
}
.section-header__subheading strong {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.section-header__summary {
  margin-top: 0.5rem;
  font-size: 20px;
}
.section-header__summary.p1 {
  font-size: 24px;
}

.no-grow {
  flex-grow: 0 !important;
}

.bordered-image {
  position: relative;
}
.bordered-image:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  outline: 1px solid #ffffff;
}

.w-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.toggle-icon {
  background: #ffffff;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  display: block;
  text-align: center;
  line-height: 33px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.add-padding-top {
  padding-top: 50px;
  /*
      @include respond-below(md) {
          padding-top: 60px;
      }
      */
}
.add-padding-bottom {
  padding-bottom: 50px;
  /*
      @include respond-below(md) {
          padding-bottom: 60px;
      }
      */
}
.section-header-wrap {
  text-align: center;
}
.section-header-wrap__heading {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 0 !important;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .section-header-wrap__heading {
    font-size: 28px;
  }
}
.section-header-wrap__heading p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .section-header-wrap__heading br {
    display: none;
  }
}

.print-section {
  display: block;
  width: 63px;
  height: 25px;
  background: url(/portals/_default/Skins/YMCA/img/icons/print.svg) no-repeat center center;
  background-size: 63px 25px;
  margin: 0 15px;
  cursor: pointer;
}

.is-step:first-letter {
  font-size: 85px;
  color: #D8D8D8;
}

.bg-inline-text {
  display: inline;
  background: #ffffff;
  color: #0089D0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  text-shadow: none;
}
@media (max-width: 991px) {
  .bg-inline-text br {
    display: none;
  }
}

#skip-nav {
  position: fixed;
  z-index: 20;
  top: 0;
  padding: 15px;
  background: #0060AF;
  color: white;
  top: -9999px;
  transition: all 0.25s ease;
}
#skip-nav:focus {
  top: 0;
}

@media (max-width: 767px) {
  .border-sm-left-none {
    border-left: none !important;
  }
  .border-sm-right-none {
    border-right: none !important;
  }
  .border-sm-top-none {
    border-top: none !important;
  }
  .border-sm-bottom-none {
    border-bottom: none !important;
  }
}
#conveythis-wrapper {
  overflow: hidden !important;
  z-index: 999 !important;
}

.gsc-search-button {
  height: 37px !important;
  border-radius: 0 !important;
  line-height: 37px !important;
  padding: 0 !important;
}
.gsc-search-button button {
  padding: 0 27px !important;
}

.gsc-input {
  padding-right: 0 !important;
}

.gsc-adBlock {
  display: none !important;
}

.gscb_a {
  position: relative !important;
  top: 2px !important;
}

.gsc-results .gsc-cursor-box {
  margin: 10px 0 !important;
  padding: 0 !important;
}

.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link b {
  color: #007bc1 !important;
}

.gsc-expansionArea .gsc-webResult:first-of-type a b {
  color: #007bc1 !important;
}

.gsib_a {
  height: 37px;
}

.search-trigger {
  color: #636466 !important;
  display: flex;
  height: 46px;
  flex-direction: column;
  justify-content: center;
}
.search-trigger:hover, .search-trigger.active {
  color: #01A490 !important;
  text-decoration: none !important;
}

.search-input-sm-wrap,
.mobile-phone-contact {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 24px 16px;
  background: #0060AF !important;
  border-top: none !important;
}
.search-input-sm-wrap.active,
.mobile-phone-contact.active {
  display: flex;
}
.search-input-sm-wrap .search-input-sm,
.mobile-phone-contact .search-input-sm {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
}

.mobile-phone-contact__inner {
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff !important;
  display: block !important;
}
.mobile-phone-contact .sc-content-block {
  display: flex;
  flex-direction: column;
}
.mobile-phone-contact .contact-item {
  padding: 8px 12px;
  border-bottom: 1px solid #D8D8D8;
  color: #007bc1;
  text-decoration: none !important;
}

.search-input-lg-wrap {
  display: none;
}
@media (max-width: 767px) {
  .search-input-lg-wrap {
    display: none !important;
  }
}

.search-input-lg-wrap {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .search-input-lg-wrap {
    display: none !important;
  }
}

.search-input-wrap {
  background: #f8f8f8;
  border-top: 1px solid #E8E8E8;
}
.search-input-wrap .search-input-lg input {
  width: 370px;
}
.search-input-wrap .search-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: 1px solid #E8E8E8;
  border-top: none;
  border-bottom: none;
  padding: 0 13px 3px 13px;
  border-radius: 0 !important;
  font-size: 14px;
  height: 35px;
}
.search-input-wrap .search-input:focus {
  border-radius: 0;
  outline: none;
}
.search-input-wrap .search-input#searchSiteSm {
  flex: 1;
  padding: 0 25px 3px 25px;
  height: 45px;
  font-size: 18px;
}
.search-input-wrap .search-submit {
  border-radius: 0;
  text-transform: uppercase;
  border-right: 1px solid #E8E8E8;
  font-size: 14px;
  color: #01A490 !important;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
}
.search-input-wrap .search-submit:hover {
  background: #ffffff !important;
  color: #01A490 !important;
}
.search-input-wrap .submit-search-sm {
  flex: 0;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 20px !important;
  }
}

#___gcse_0 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  body.booking-modal-open.modal-open {
    overflow: auto !important;
  }
}

#modalSpeedBump .close {
  border: none;
}
#modalSpeedBump .modal-footer {
  justify-content: center;
}

.bg-color-snow .btn-down {
  color: #5C2E91;
}

.bg-color-estes .btn-down {
  color: #DD5828;
}

.message-booking-fallback {
  text-align: center;
  padding: 30px 20px;
  background: #efefef;
  display: block;
}

.booking-callback-form label {
  font-size: 1rem;
}

.dnnEditState .dnnModuleDialog,
.dnnEditState .dnnModuleManager .DnnModule.floating,
.dnnEditState .dnnModuleSorting .DnnModule.floating {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.dnnModuleManager .DnnModule.floating,
.dnnModuleSorting .DnnModule.floating {
  z-index: 10000 !important;
}

.sc-content-block-quick-insert {
  display: none !important;
  z-index: -1 !important;
  opacity: 0 !important;
}

body:not(:last-child) {
  margin-bottom: 0;
}

.header {
  background: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(48, 48, 48, 0.5);
  width: 100%;
  z-index: 1001;
  position: sticky;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .header {
    background: transparent;
    box-shadow: none;
  }
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #007bc1;
}
@media (max-width: 767px) {
  .header:after {
    display: none;
  }
}

@media (max-width: 767px) {
  [id*=_imgLogo] {
    width: 250px;
  }
}

.header-mobile {
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-bottom: 4px solid #007bc1;
}
@media (max-width: 767px) {
  .header-mobile .container {
    max-width: none;
  }
}

.footer .row {
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .container {
    max-width: 670px;
  }
}
.footer__content {
  position: relative;
  background: #0060AF url(/portals/_default/Skins/YMCA/img/bg-footer-pattern-primary.jpg) repeat-x left top;
  background-size: auto 100%;
  padding: 5rem 0 3rem 0;
  font-size: 18px;
  font-family: "Cachet", "Verdana", sans-serif;
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer__content {
    padding: 173px 0 98px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__content {
    padding-top: 37px;
  }
}
@media (max-width: 767px) {
  .footer__content {
    padding-top: 40px;
  }
}
.footer__navigation {
  margin: 2rem 0 0 0;
}
@media (min-width: 1200px) {
  .footer__navigation {
    margin-bottom: 65px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer__navigation {
    margin-top: 50px;
  }
}
.footer__navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__navigation ul {
    flex-direction: column;
    text-align: center;
  }
}
.footer__navigation ul .nav-item {
  margin: 0 26px;
}
@media (max-width: 767px) {
  .footer__navigation ul .nav-item {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .footer__navigation ul .nav-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__navigation ul .nav-item:last-child {
    margin-bottom: 0;
  }
}
.footer__navigation ul .nav-link {
  padding: 0;
  color: #ffffff;
  font-size: 24px;
  display: block;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
@media (max-width: 1199px) {
  .footer__social__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .footer__social__container {
    display: block;
    margin-bottom: 12px;
  }
}
.footer__social {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .footer__social {
    margin-top: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__social {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.footer__social__branch {
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .footer__social__branch:first-child {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .footer__social__branch {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__social.branches {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .footer__social.branches {
    flex-grow: 1;
    margin-left: 3rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer__social.branches {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__social.branches .footer__social__icons {
    margin-right: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .footer__social.branches .footer__social__icons:last-child {
    margin-right: 0;
  }
}
.footer__social.branches .footer__social__icons a {
  width: 30px;
  height: 30px;
  font-size: 1rem;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .footer__social.branches .footer__social__label {
    margin-right: 0.9rem;
  }
}
@media (max-width: 767px) {
  .footer__social.branches .footer__social__label {
    margin: 0 10px 0 0;
    font-size: 16px;
  }
}
.footer__social__label {
  margin-right: 10px;
  line-height: 1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
@media (min-width: 1200px) {
  .footer__social__label {
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer__social__label {
    margin: 0 10px 0 0;
  }
}
.footer__social__icons {
  display: flex;
}
.footer__social__icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0060AF;
  background: #ffffff;
  font-size: 1rem;
  margin-right: 5px;
}
.footer__social__icons a:hover, .footer__social__icons a:visited {
  color: #0060AF;
  text-decoration: none;
}
.footer__social__icons a:hover {
  transform: scale(1.1);
}
.footer__social__icons a:last-of-type {
  margin-right: 0;
}
.footer__newsletter {
  display: inline-block;
  background: rgba(255, 255, 255, 0.09);
  padding: 30px 57px 55px 57px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__newsletter {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer__newsletter {
    padding-left: 38px;
    padding-right: 68px;
  }
}
.footer__newsletter__form {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer__newsletter__form {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__newsletter__form .c-form {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer__newsletter__form .btn-form {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__newsletter__form .submit-confirm {
  background: #01A490;
  padding: 5px 10px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .footer__newsletter__form .submit-confirm {
    font-size: 16px;
  }
}
.footer__newsletter__form .submit-confirm p {
  font-size: inherit;
}
.footer__newsletter__label {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .footer__newsletter__label {
    font-size: 16px;
  }
}
.footer__newsletter input[type=email] {
  font-size: 18px;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.footer__newsletter #dnn_contentNewsletter {
  width: 100%;
}
.footer__newsletter #dnn_contentNewsletter [class*=col-] {
  padding: 0;
}
.footer__newsletter #dnn_contentNewsletter .label-left {
  flex: 0;
}
@media (min-width: 768px) {
  .footer__newsletter #dnn_contentNewsletter .c-form {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__newsletter #dnn_contentNewsletter .c-form .btn-form {
    flex: 1;
  }
}
.footer__newsletter #dnn_contentNewsletter .c-form [id*=error-] {
  position: absolute;
  background: #ED1C24;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 5px;
  width: 100%;
  display: block;
  left: 0;
  border: none;
}
.footer__newsletter #dnn_contentNewsletter .c-form [id*=error-]:empty {
  padding: 0;
  display: none;
}
@media (max-width: 767px) {
  .footer__newsletter #dnn_contentNewsletter .c-form [id*=error-] {
    position: relative;
  }
}
.footer__newsletter #dnn_contentNewsletter .c-form .server-error {
  position: absolute;
  top: 100%;
}
.footer__newsletter #dnn_contentNewsletter .form-control {
  height: 48px;
}
@media (max-width: 767px) {
  .footer__newsletter #dnn_contentNewsletter .form-control {
    height: 55px;
  }
}
.footer__newsletter #dnn_contentNewsletter button.submit {
  padding: 9px 36px;
  text-transform: uppercase;
  font-family: "Cachet", "Verdana", sans-serif;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  font-size: 20px;
  flex: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__newsletter #dnn_contentNewsletter button.submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__newsletter #dnn_contentNewsletter button.submit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__newsletter #dnn_contentNewsletter button.submit {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer__newsletter #dnn_contentNewsletter button.submit {
    white-space: nowrap;
  }
}
.footer .powered-by {
  color: #ffffff;
  font-family: "Cachet", "Verdana", sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .footer .powered-by {
    text-align: center;
    margin-top: 2rem;
  }
}
.footer__inner {
  display: flex;
}
@media (max-width: 1199px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .footer__inner .footer__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer__inner .footer__col {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.footer__contact {
  font-family: "Cachet", "Verdana", sans-serif;
  padding: 1rem 0;
  background: #ffffff;
  border-bottom: 5px solid #0060AF;
}
@media (max-width: 1199px) {
  .footer__contact {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__contact {
    padding: 37px 0 38px 0;
  }
}
.footer__contact a:hover {
  text-decoration: none;
}
.footer__contact__label {
  color: #007bc1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
}
.footer__contact__label:visited {
  color: #007bc1;
}
.footer__contact__label:hover {
  color: #004a75;
}
@media (min-width: 992px) {
  .footer__contact__label {
    margin-right: 2rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
.footer__contact__label:after {
  content: "W";
  font-family: "YMCA";
  font-size: 10px;
  display: inline-block;
  margin-left: 4px;
}
.footer__contact__phone {
  color: #007bc1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .footer__contact__phone {
    font-size: 1rem;
    display: flex;
    padding-left: 2rem;
    border-left: 1px solid rgba(154, 154, 154, 0.25);
    text-align: left;
  }
}
.footer__contact__phone__label {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .footer__contact__phone__label {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.footer__contact__phone .icon-phone {
  margin-left: 4px;
}
.footer__contact__phone__numbers {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .footer__contact__phone__numbers {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__contact__phone__numbers {
    justify-content: center;
  }
}
.footer__contact__phone__numbers .sc-content-block {
  display: flex;
}
.footer__contact__phone__numbers .contentPane {
  width: 100%;
}
.footer__contact__phone__numbers a {
  line-height: 1;
  display: inline-block;
  margin: 0 2rem;
}
@media (max-width: 991px) {
  .footer__contact__phone__numbers a {
    margin: 0 0 1rem 0;
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .footer__contact__phone__numbers a {
    width: 100%;
  }
}
.footer__contact__phone .location,
.footer__contact__phone .phone-number {
  display: block;
}
.footer__contact__phone .phone-number {
  font-weight: 400;
}
.footer .phone-contact-mobile {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .footer .phone-contact-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .phone-contact-mobile {
    max-width: 576px;
  }
}
.footer .phone-contact-mobile .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  background: #ffffff;
  padding: 13px 20px;
  text-transform: uppercase;
  color: #009ddd;
}
.footer .phone-contact-mobile .dropdown-toggle:after {
  display: none;
}
.footer .phone-contact-mobile .dropdown-toggle .icon-single-arrow {
  font-size: 12px;
  transform: rotate(90deg);
  color: #0060AF;
}
.footer .phone-contact-mobile .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
}
.footer .phone-contact-mobile .dropdown-menu .contact-item {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}

.cc-banner {
  background-color: #01A490 !important;
  color: #ffffff !important;
  padding: 0 1rem !important;
  font-family: "Cachet", "Verdana", sans-serif !important;
  font-size: 18px !important;
}

.cc-color-override-688238583 .cc-btn {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #006B6B !important;
  font-family: "Cachet", "Verdana", sans-serif !important;
  font-weight: 400;
}

.modal:not(.details-modal) .modal-dialog {
  max-width: 800px;
}
.modal:not(.details-modal) .close {
  border-left: 1px solid #D8D8D8;
  width: 50px;
  height: 46px;
  background: url(/portals/_default/Skins/YMCA/img/icons/close.svg) no-repeat center center;
  background-size: 18px 18px;
  margin: 0 !important;
}
.modal:not(.details-modal) .close:focus {
  outline: none;
}
.modal:not(.details-modal) .modal-content {
  background: #ffffff;
  box-shadow: 2px 4px 7px 0 rgba(215, 215, 215, 0.5);
}
.modal:not(.details-modal) .modal-header {
  padding: 0 0 0 1rem;
  background: #F9F9F9;
  border: 2px solid #F0F0F0;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.modal:not(.details-modal) .modal-header__controls {
  display: flex;
  align-items: center;
}
.modal:not(.details-modal) .modal-title {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.modal:not(.details-modal) .modal-body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4375;
}
.modal:not(.details-modal) .modal-body p,
.modal:not(.details-modal) .modal-body ul,
.modal:not(.details-modal) .modal-body ul li {
  font-family: inherit;
  font-size: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.modal:not(.details-modal) .modal-body p:last-child,
.modal:not(.details-modal) .modal-body ul:last-child,
.modal:not(.details-modal) .modal-body ul li:last-child {
  margin-bottom: 0 !important;
}
.modal:not(.details-modal) .modal-body p a,
.modal:not(.details-modal) .modal-body ul a,
.modal:not(.details-modal) .modal-body ul li a {
  color: #009ddd;
  text-decoration: underline;
}
.modal:not(.details-modal) .modal-body ul:not(:list-unstyled) {
  margin-bottom: 25px;
  padding: 0;
  list-style: disc;
}
.modal:not(.details-modal) .modal-body ul:not(:list-unstyled) li {
  position: relative;
}
.modal:not(.details-modal) .modal-body ul:not(:list-unstyled) li a {
  display: block;
  position: relative;
}
.modal:not(.details-modal) .modal-body ul:not(:list-unstyled) li a:before {
  content: "-";
  display: block;
  width: 16px;
  position: absolute;
  left: -16px;
  color: #009ddd;
  z-index: 1;
}
.modal:not(.details-modal) .modal-body ul:not(:list-unstyled) li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #009ddd;
  left: -16px;
  top: 19px;
  width: 16px;
}
.modal:not(.details-modal) .modal-footer {
  justify-content: flex-start;
  border: none !important;
}

@media print {
  .modal-title {
    font-size: 42px;
    margin-bottom: 0 !important;
  }
  .modal-body {
    font-size: 1rem;
  }
  ul {
    list-style: disc;
  }
  ul li {
    font-size: 1rem;
  }
}
#page-67 .dnnFormInfoAdminErrMssg {
  display: none;
}

.dnnForm.dnnLogin {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.dnnForm.dnnLogin .LoginPanel {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .dnnForm.dnnLogin .LoginPanel {
    width: 80%;
  }
}
.dnnForm.dnnLogin .dnnFormItem {
  width: 100%;
  display: block;
}
.dnnForm.dnnLogin .dnnFormItem label {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-align: left;
}
.dnnForm.dnnLogin .dnnFormItem .dnnLabel {
  display: block;
  text-align: left;
}
.dnnForm.dnnLogin .dnnFormItem input[type=text],
.dnnForm.dnnLogin .dnnFormItem input[type=password] {
  width: 100%;
  display: block;
  max-width: none;
  border-radius: 0;
  border: 1px solid #909090;
  box-shadow: none;
}
.dnnForm.dnnLogin .dnnFormItem > span.dnnFormLabel {
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1;
}
.dnnForm.dnnLogin .dnnCheckbox {
  margin: 6px 0;
}
.dnnForm.dnnLogin .mark {
  padding: 0.2em 0.4em 0.2em 0;
  background: none;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cmdLogin,
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cancelLink {
  width: 120px;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
  margin-right: 1rem;
  box-shadow: none;
  font-weight: 500 !important;
  text-shadow: none !important;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cmdLogin:hover,
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cancelLink:hover {
  text-decoration: none !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cmdLogin {
  background-color: #007bc1 !important;
  background: #007bc1 !important;
  border-color: #007bc1 !important;
  color: white;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cmdLogin:visited {
  color: white;
  background-color: #007bc1 !important;
  background: #007bc1 !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cmdLogin:hover {
  color: white;
  background-color: #004a75 !important;
  background: #004a75 !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cancelLink {
  background: white !important;
  color: #007bc1;
  border-color: #007bc1 !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cancelLink:visited {
  color: #007bc1;
  background: #ffffff !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_cancelLink:hover {
  color: white;
  background: #007bc1 !important;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_passwordLink {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #636466;
  margin: 0;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_passwordLink:hover {
  text-decoration: none !important;
  color: #231F20;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_passwordLink:hover:after {
  color: #007bc1;
}
.dnnForm.dnnLogin #dnn_ctr_Login_Login_DNN_passwordLink:after {
  content: "→";
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #0060AF;
}

.dnnEditState .header {
  position: relative;
  z-index: initial;
}
.dnnEditState .skin {
  padding-top: 0;
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  padding: 0 0 0 10px !important;
  height: 30px !important;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  border-top: none;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  line-height: 30px !important;
  text-shadow: none;
}

.embedded-video {
  position: relative;
}
.embedded-video iframe {
  position: absolute;
  max-width: 90%;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .embedded-video iframe {
    max-width: 75%;
  }
}
.embedded-video.youtube iframe {
  position: relative;
  width: 100%;
  display: block;
  height: 600px;
}
@media (max-width: 1199.98px) {
  .embedded-video.youtube iframe {
    height: 40vw;
  }
}

.digital-download-items {
  margin-bottom: 40px;
}
.digital-download-items__title {
  margin-bottom: 45px !important;
}

.digital-download-item {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .digital-download-item {
    display: block;
  }
}
.digital-download-item__title {
  margin-bottom: 20px !important;
  font-size: 20px !important;
}
.digital-download-item img {
  flex-grow: 1;
  max-width: 50%;
}
@media (max-width: 767px) {
  .digital-download-item img {
    width: 100%;
    max-width: 100%;
  }
}
.digital-download-item ul {
  margin: 0 0 0 20px !important;
}
@media (max-width: 767px) {
  .digital-download-item ul {
    margin: 20px 0 0 0 !important;
  }
}
.digital-download-item ul li {
  font-size: 18px !important;
}
.digital-download-item ul li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .digital-download-item ul li {
    padding: 0 !important;
  }
}

#page-78 h1 {
  margin-bottom: 50px !important;
}

.navbar-brand {
  flex: 1;
}

.navbar-nav {
  margin-left: 0px;
}

.preNavbar .nav-item:hover .nav-link.depth-0 span:after {
  opacity: 1;
}
.preNavbar .nav-link {
  color: #636466;
}
.preNavbar .nav-link.depth-0 span {
  position: relative;
}
.preNavbar .nav-link.depth-0 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #007bc1;
  bottom: -7px;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.preNavbar .nav-link.depth-0:after {
  color: #0060AF;
}

.navigation__desktop {
  padding: 0;
}
@media (min-width: 992px) {
  .navigation__desktop .primaryNav .dropdown .nav-link:after,
  .navigation__desktop .primaryNav .dropdown .dropdown-toggle:after {
    content: "W";
    font-family: "YMCA";
    padding: 0;
    display: inline-block;
    border: none;
    transform: rotate(90deg);
    font-size: 10px;
    color: #0060AF;
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .navigation__desktop .primaryNav .dropdown .dropdown-menu {
    min-width: 200px;
    top: 39px;
    left: 16px;
    background: #ffffff;
    box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
    border: none !important;
  }
}
.navigation__desktop .primaryNav .dropdown .dropdown-menu .nav-link.depth-1 {
  line-height: 1;
  padding: 8px 15px;
}
.navigation__desktop .primaryNav .dropdown .dropdown-menu .nav-link.depth-1:hover {
  color: #0060AF;
}
@media (min-width: 992px) {
  .navigation__desktop .primaryNav .dropdown .dropdown-menu .nav-link:after {
    display: none;
  }
}
.navigation__desktop .primaryNav .nav-item.dropdown:hover > .dropdown-menu {
  visibility: visible;
  display: block;
}
@media (min-width: 992px) {
  .navigation__desktop .primaryNav .nav-item.dropdown:hover > .dropdown-menu .nav-link {
    white-space: nowrap;
  }
}
.navigation__desktop .primaryNav .dropdown-toggle {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.navigation__desktop .primaryNav .dropdown-toggle:after {
  margin-top: 18px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.navigation__desktop .primaryNav .dropdown-toggle--open:after {
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.navigation__desktop .primaryNav .dropdown-menu {
  margin-top: 0px;
}
.navigation__desktop .primaryNavbar {
  justify-content: flex-end;
}
.navigation__desktop .primaryNavbar .nav-item.depth-0 {
  padding-bottom: 17px;
}
.navigation__desktop .primaryNavbar .nav-item.depth-0.dropdown {
  position: relative;
}
.navigation__desktop .primaryNavbar .nav-item:hover .nav-link.depth-0 span:after {
  opacity: 1;
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  padding: 11px 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1405px) {
  .navigation__desktop .primaryNavbar .nav-link.depth-0 {
    padding: 0.6875rem 0.9rem;
  }
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span {
  position: relative;
}
@media (min-width: 1200px) {
  .navigation__desktop .primaryNavbar .nav-link.depth-0 span.sr-only {
    position: absolute;
  }
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span.icon-link {
  display: none;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  .navigation__desktop .primaryNavbar .nav-link.depth-0 span.icon-link {
    display: block;
  }
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span.icon-link:after {
  display: none !important;
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span.icon-link:hover {
  transform: scale(1.2);
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span.icon-link img {
  height: 20px;
  width: auto;
  position: relative;
  top: -1px;
}
.navigation__desktop .primaryNavbar .nav-link.depth-0 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #007bc1;
  bottom: -7px;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.navigation__desktop .preNavbar {
  margin-bottom: 3px;
  display: flex;
  justify-content: flex-end;
}
.navigation__desktop .preNavbar .nav-link {
  padding: 9px 1rem;
  display: block;
}
.navigation__desktop .preNavbar .nav-item:last-child .nav-link {
  padding-right: 0;
}
@media (min-width: 992px) {
  .navigation__desktop .preNavbar .nav-item.pageID-38 .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.navigation__desktop .preNavbar .dropdown.phone-contact {
  margin-left: 20px;
  padding-top: 4px;
}
.navigation__desktop .preNavbar .dropdown.phone-contact a.icon-phone {
  color: #0060AF;
  padding-top: 9px;
  display: flex;
  align-items: flex-end;
}
.navigation__desktop .preNavbar .dropdown.phone-contact a.icon-phone:visited {
  color: #0060AF;
}
.navigation__desktop .preNavbar .dropdown.phone-contact a.icon-phone:hover {
  text-decoration: none;
  border: none;
  color: #003663;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu {
  background: #0060AF;
  border: none;
  border-bottom: 5px solid #007bc1;
  padding: 2rem;
  width: 390px;
  left: auto;
  right: 0;
  top: 34px;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu a.contact-item {
  display: block;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.3333;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #007bc1;
  margin-bottom: 11px;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu a.contact-item:visited, .navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu a.contact-item:hover {
  color: #ffffff;
  background: transparent;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu a.contact-item .phone-number {
  font-size: 20px;
  display: block;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu a.contact-item:last-of-type {
  border: none;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu .contact-link {
  color: #ffffff;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.navigation__desktop .preNavbar .dropdown.phone-contact .dropdown-menu .contact-link a {
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  flex: 0 0 calc(50% - 5px);
}
.navigation__desktop .preNavbar .dropdown-menu {
  top: 36px;
}
.navigation__desktop .submenu {
  list-style: none;
}
.navigation__desktop .submenu .nav-link.depth-2 {
  padding: 0 1rem;
}
.navigation__desktop .submenu .nav-link.depth-2:hover {
  color: #0060AF !important;
}
.navigation__desktop .submenu .nav-link.depth-2::before {
  content: "–";
  color: #0060AF;
}

@media (max-width: 767.98px) {
  .header-mobile {
    height: 93px;
  }
}
.navigation__mobile .primaryNavbar {
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation__mobile .primaryNavbar {
    max-width: 670px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation__mobile .primaryNavbar {
    max-width: 480px;
  }
}
.navigation__mobile .primaryNavbar .nav-item:first-child .nav-link {
  border-top: none;
}
.navigation__mobile .mobile-nav-wrapper {
  background: #0060AF;
  border-bottom: 5px solid #007bc1;
}
@media (max-width: 767px) {
  .navigation__mobile .mobile-nav-wrapper {
    border-bottom: none;
  }
}
.navigation__mobile .nav-link {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-top: 1px solid #3D8ED0;
  position: relative;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .navigation__mobile .nav-link {
    padding: 0.5rem 2rem;
  }
}
.navigation__mobile .nav-link .dropdown-trigger {
  transition: all 0.25s ease-in-out;
  margin-right: 0;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  right: 0;
  z-index: 1;
  color: #ffffff;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .navigation__mobile .nav-link .dropdown-trigger {
    right: 1rem;
  }
}
.navigation__mobile .nav-link.dropdown-trigger--open .dropdown-trigger {
  transform: rotate(-90deg);
}
.navigation__mobile .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 0;
  background-color: transparent;
}
.navigation__mobile .dropdown-menu .nav-link {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .navigation__mobile .reservation-nav-mobile {
    display: none;
  }
}
.navigation__mobile .reservation-nav-mobile .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #009ddd;
}
.navigation__mobile .nav-section-spacer:last-child {
  height: 28px;
}
@media (max-width: 767px) {
  .navigation__mobile .nav-section-spacer:last-child {
    height: 4px;
    background: #007bc1;
  }
}
@media (max-width: 767px) {
  .navigation__mobile .reservation-nav-mobile-header {
    display: none;
  }
}
.navigation__mobile .pre-nav-mobile {
  background: rgba(0, 123, 193, 0.41);
}
.navigation__mobile .pre-nav-mobile .nav-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding: 10px 1rem;
}
@media (max-width: 767px) {
  .navigation__mobile .pre-nav-mobile .nav-link {
    padding: 10px 2rem;
  }
}

.navbar-toggler {
  border: 0px;
  width: 42px;
  height: 32px;
  display: block;
  padding: 0;
}
.navbar-toggler .icon-nav-open {
  display: block;
  background: url(/portals/_default/Skins/YMCA/img/icons/icon-bars.svg) no-repeat center center;
  background-size: 42px 32px;
  width: 42px;
  height: 32px;
}
@media (max-width: 767px) {
  .navbar-toggler .icon-nav-open {
    background-size: 33px 25px;
  }
}
.navbar-toggler .icon-nav-close {
  display: none;
  width: 42px;
  height: 32px;
  background: url(/portals/_default/Skins/YMCA/img/icons/icon-close-green.svg) no-repeat center center;
  background-size: 35px 34px;
}
@media (max-width: 767px) {
  .navbar-toggler .icon-nav-close {
    background-size: 22px 22px;
  }
}
.navbar-toggler:not(.collapsed) .icon-nav-close {
  display: block;
}
.navbar-toggler:not(.collapsed) .icon-nav-open {
  display: none;
}

.reservation-nav,
.reservation-nav-mobile {
  cursor: pointer;
}

.reservation-nav,
.reservation-nav-mobile-header {
  margin-left: 1rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1405px) {
  .reservation-nav,
  .reservation-nav-mobile-header {
    margin-left: 0.9rem;
  }
}
.reservation-nav .navbar-nav .nav-link.depth-0,
.reservation-nav-mobile-header .navbar-nav .nav-link.depth-0 {
  color: #ffffff !important;
  background: #0060AF;
  padding-left: 30px;
  padding-right: 30px;
}
.reservation-nav .navbar-nav .nav-item:hover .nav-link.depth-0,
.reservation-nav-mobile-header .navbar-nav .nav-item:hover .nav-link.depth-0 {
  background: #003663;
}
.reservation-nav .navbar-nav .nav-item:hover .nav-link.depth-0 span:after,
.reservation-nav-mobile-header .navbar-nav .nav-item:hover .nav-link.depth-0 span:after {
  opacity: 0;
}
.reservation-nav .phone-trigger,
.reservation-nav-mobile-header .phone-trigger {
  display: flex;
  height: 46px;
  flex-direction: column;
  justify-content: center;
}
.reservation-nav .dropdown .nav-link:after,
.reservation-nav-mobile-header .dropdown .nav-link:after {
  color: #ffffff;
  margin-left: 2px;
}
@media (min-width: 992px) {
  .reservation-nav .dropdown .dropdown-menu,
  .reservation-nav-mobile-header .dropdown .dropdown-menu {
    left: auto !important;
    right: -1px !important;
  }
}

.reservation-nav-mobile-header {
  margin-right: 2.5rem;
  margin-left: 0;
}
@media (max-width: 991px) {
  .reservation-nav-mobile-header {
    margin-right: 20px;
  }
}
.reservation-nav-mobile-header .nav-link.depth-0 {
  padding: 11px 21px !important;
  font-size: 16px !important;
}
.reservation-nav-mobile-header .dropdown-trigger {
  margin-left: 8px;
  position: static !important;
  width: auto !important;
}
.reservation-nav-mobile-header .dropdown-trigger:before {
  content: "W";
  font-family: "YMCA";
  padding: 0;
  display: inline-block;
  border: none;
  font-size: 10px;
  color: #ffffff;
}
.reservation-nav-mobile-header .dropdown-menu {
  position: absolute;
  left: 0;
  background: #ffffff !important;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  border: none !important;
  white-space: nowrap;
}
.reservation-nav-mobile-header .dropdown-menu .nav-link {
  font-size: 16px !important;
  color: #636466 !important;
  text-transform: capitalize !important;
  border-top: none !important;
}

/*---------------------------------------------
DNN Form Styles
---------------------------------------------*/
.form-control {
  appearance: none;
  -webkit-apperance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
}

select.form-control {
  background: #ffffff url(/portals/_default/Skins/YMCA/img/icons/single-arrow.svg) no-repeat;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.field-datepicker {
  background: #ffffff url(/portals/_default/Skins/YMCA/img/icons/icon-calendar.svg) no-repeat;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  appearance: none;
  background-size: 16px auto;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.c-form .form-control {
  border: 1px solid #D8D8D8;
}
.c-form .err-placeholder {
  padding-left: 0 !important;
}
.c-form .radiocontainer .label-top label {
  margin-bottom: 10px;
}
.c-form .radio label input[type=radio] + span,
.c-form .radio label input[type=checkbox] + span,
.c-form .checkbox label input[type=radio] + span,
.c-form .checkbox label input[type=checkbox] + span {
  font-size: 18px;
  margin-left: 10px;
  border-color: #D8D8D8;
}
.c-form .radio label:after,
.c-form .checkbox label:after {
  display: none;
}
.c-form .radio label input[type=checkbox],
.c-form .checkbox label input[type=checkbox] {
  border-radius: 0 !important;
}
.c-form .btn.submit {
  font-weight: 500;
  text-transform: uppercase;
}
.c-form [name=dnn641SpouseText],
.c-form [name=dnn641Adult1Text],
.c-form [name=dnn641Adult2Text] {
  margin-bottom: 15px;
}
.c-form [name=dnn641SpouseText] span,
.c-form [name=dnn641Adult1Text] span,
.c-form [name=dnn641Adult2Text] span {
  font-size: 15px;
  font-style: italic;
}
.c-form [name=dnn641SpouseText] span.control-label,
.c-form [name=dnn641Adult1Text] span.control-label,
.c-form [name=dnn641Adult2Text] span.control-label {
  font-size: 20px;
  font-style: normal;
}
.c-form [id*=error-] {
  background: #ED1C24;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 5px;
  width: 100%;
  display: block;
  left: 0;
  border: none;
}
.c-form .field-container {
  max-width: none;
  padding: 0;
}
.c-form .row {
  margin-bottom: 20px;
  width: 100%;
}

.text-danger:empty {
  padding: 0 !important;
}

.alert-info.submit-confirm {
  width: 100%;
  border: none;
  text-align: left;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .alert-info.submit-confirm {
    margin: 0 15px 30px 15px;
  }
}
.alert-info.submit-confirm p {
  color: #155724;
  text-align: left;
  margin-bottom: 0;
}
.alert-info.submit-confirm .flyout-form__panel__header {
  padding-left: 30px;
  padding-right: 30px;
}

.skin.snow-mountain-ranch .banner__subheading,
.skin.snow-mountain-ranch .content-row__item__header__heading,
.skin.snow-mountain-ranch .banner__image__content__header {
  color: #92278F;
}
.skin.snow-mountain-ranch .cta-banner-basic__image {
  border-bottom: none;
}
@media (max-width: 767px) {
  .skin.snow-mountain-ranch .banner__image__content__header {
    color: #92278F;
  }
}
.skin.estes-park-center .banner__subheading,
.skin.estes-park-center .content-row__item__header__heading,
.skin.estes-park-center .banner__image__content__header {
  color: #E3761C;
}
.skin.estes-park-center .cta-banner-basic__image {
  border-bottom: none;
}
@media (max-width: 767px) {
  .skin.estes-park-center .banner__image__content__header {
    color: #E3761C;
  }
}

.alert-banner {
  background-image: linear-gradient(180deg, #007bc1 0%, #0060AF 100%);
  position: relative;
  padding: 10px 0 9px 0;
}
.alert-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: auto 100%;
  background-repeat: repeat;
  background: url(/portals/_default/Skins/YMCA/img/bg-pattern.jpg) left top;
  opacity: 0.04;
}
.alert-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .alert-banner__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .alert-banner__inner {
    flex-direction: column;
  }
}
.alert-banner__inner p {
  margin-bottom: 0;
  color: #ffffff;
}
.alert-banner__inner a {
  margin-left: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 767px) {
  .alert-banner__inner a {
    margin-left: 0;
    margin-top: 5px;
  }
}
.alert-banner__inner a:hover {
  color: #ffffff;
}

.content-row__items {
  display: flex;
  justify-content: space-between;
  counter-reset: counter;
  list-style: none;
  flex-wrap: wrap;
}
.content-row__item {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  counter-increment: counter;
  position: relative;
}
@media (min-width: 992px) {
  .content-row__item {
    margin-right: 32px;
  }
  .content-row__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content-row__item {
    margin: 0;
    flex-basis: 48%;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .content-row__item {
    flex-basis: 100%;
  }
}
.content-row__item__header {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 6px solid #007bc1;
  /*
  &:before {
      content: counter(counter) ".";
      position: absolute;
      color: $gray-250;
      font-size: 1.5rem;
      font-weight: 500;
      font-size: 64px;
      top: -10px;
      left: 0;
  }
  */
}
.content-row__item__header__heading {
  color: #0060AF;
  line-height: 1;
  font-weight: 500;
}
.content-row__item__header__subheading {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.content-row__item__content {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .content-row__item__content {
    padding-bottom: 0;
    padding: 18px 0 25px 0;
  }
}
.content-row__item__content__summary {
  position: relative;
  padding: 0 23px;
  margin: 0;
  white-space: pre-line;
}
.content-row__item__content__summary:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: calc(100% - 8px);
  background: #D8D8D8;
  left: 0;
  top: 4px;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-row__item__content__summary {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .content-row__item__content__summary {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-row__item__content__summary br {
    display: none;
  }
}
.content-row__item .btn-down {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .content-row__item .btn-down {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.content-row__description {
  font-weight: 400;
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .content-row__description {
    max-width: 55.25%;
    margin: 0 auto;
    padding: 3.75rem 0;
  }
}

@media (min-width: 992px) {
  .cta-callout.add-padding-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout .title-label {
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout .container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout__container, .cta-callout__list {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cta-callout__inner {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cta-callout__inner {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cta-callout__inner.w-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/portals/_default/Skins/YMCA/img/bg-pattern-vertical.png);
    background-size: cover;
    z-index: -1;
  }
}
.cta-callout__inner.w-image .cta-callout__content__background:before {
  display: none;
}
.cta-callout__content {
  position: relative;
}
@media (min-width: 992px) {
  .cta-callout__content {
    width: 57.3333333333%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cta-callout__content {
    margin-bottom: 0;
  }
}
.cta-callout__content__background {
  background: #007bc1;
  position: relative;
}
@media (min-width: 992px) {
  .cta-callout__content__background {
    flex-grow: 1;
  }
}
.cta-callout__content__background:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-pattern.jpg);
  background-size: cover;
  opacity: 0.15;
}
.cta-callout__content__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cta-callout__content__items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cta-callout__content__items {
    padding: 4.5rem 4rem 4.5rem 47px;
  }
}
@media (max-width: 767px) {
  .cta-callout__content__items {
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .cta-callout__content__items {
    min-height: 495px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout__content__items {
    padding: 40px 60px 55px 50px;
  }
}
.cta-callout__content__heading, .cta-callout__content__summary, .cta-callout__content__small-heading {
  color: #ffffff;
  margin-bottom: 0 !important;
  font-weight: 400;
}
.cta-callout__content__heading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  margin-top: 1rem;
}
.cta-callout__content__small-heading {
  text-transform: uppercase;
}
.cta-callout__content__summary {
  font-size: 25px;
  line-height: 1.14;
  margin-bottom: 0 !important;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .cta-callout__content__summary {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-callout__content__summary {
    font-size: 22px;
    line-height: 1.18;
  }
}
.cta-callout__content__buttons {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout__content__buttons {
    text-align: left;
  }
}
.cta-callout__content__buttons .btn {
  line-height: 1.2;
  width: auto;
}
@media (min-width: 992px) {
  .cta-callout__content__buttons .btn {
    margin: 0 10px;
    padding: 18px 30px;
  }
}
@media (max-width: 991px) {
  .cta-callout__content__buttons .btn {
    width: auto;
    margin: 0 10px 0 0;
    padding: 16px 27px;
  }
}
@media (max-width: 767px) {
  .cta-callout__content__buttons .btn {
    padding: 13px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout__content__buttons .cta-callout__container {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .cta-callout__content__buttons .cta-callout__container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-left: 37px;
  }
}
@media (min-width: 992px) {
  .cta-callout__list {
    width: 42.6666666667%;
    padding: 2rem 4rem 2rem 4.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cta-callout__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .cta-callout__list {
    display: block;
  }
}
@media (min-width: 992px) {
  .cta-callout__list__items {
    display: flex;
    flex-direction: column;
  }
}
.cta-callout__list__item {
  margin-bottom: 1.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .cta-callout__list__item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-callout__list__item {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.cta-callout__list__item__content {
  position: relative;
}
@media (min-width: 992px) {
  .cta-callout__list__item__content {
    padding-left: 1.75rem;
  }
}
@media (max-width: 991px) {
  .cta-callout__list__item__content {
    padding: 0 24px;
  }
}
.cta-callout__list__item__content:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}
.cta-callout__list__item__title {
  margin-bottom: 0 !important;
  color: #0060AF;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.cta-callout__list__item__summary p {
  font-weight: 400;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .cta-callout__list__item__summary p {
    font-size: 18px;
  }
}
.cta-callout__list__item__summary p a {
  color: #009ddd;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.cta-callout__list__item:last-child {
  margin-bottom: 0;
}
.cta-callout__disclaimer {
  font-size: 20px;
  line-height: 1;
}
.cta-callout__disclaimer p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit;
}

@media (min-width: 992px) {
  [id*=ask-us-anything] {
    padding-bottom: 160px !important;
  }
}

.cta-photos .title-label {
  z-index: 1;
}
.cta-photos__inner {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cta-photos__inner {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cta-photos__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 53.3333%;
    height: 100%;
    top: 10px;
    right: 0;
    background: url(/portals/_default/Skins/YMCA/img/bg-pattern-vertical.png);
    background-size: cover;
    z-index: -1;
  }
}
.cta-photos__image-items {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cta-photos__image-items {
    width: 57.3333333333%;
    margin-top: 30px;
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cta-photos__image-items {
    width: 57.3333333333%;
    min-height: 333px;
  }
}
@media (max-width: 991px) {
  .cta-photos__image-items {
    width: 100%;
    min-height: 380px;
  }
}
.cta-photos .owl-carousel {
  width: 100%;
  z-index: -1;
}
.cta-photos__image-item {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.cta-photos__content {
  position: relative;
}
@media (min-width: 1200px) {
  .cta-photos__content {
    width: 42.6666666667%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cta-photos__content {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    width: 42.6666666667%;
  }
}
@media (max-width: 991px) {
  .cta-photos__content {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cta-photos__content {
    padding-top: 2rem;
  }
}
.cta-photos__content__row {
  display: flex;
  justify-content: space-between;
}
.cta-photos__content__col {
  flex-basis: 0;
  flex-grow: 1;
  margin: 1rem 0 0 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .cta-photos__content__col {
    flex-basis: 33.33333%;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .cta-photos__content__col {
    margin: 0;
    flex-basis: 50%;
  }
}
.cta-photos__content__col:last-child {
  flex-grow: 1;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cta-photos__content__col:last-child {
    flex-grow: 0;
  }
}
.cta-photos__content__col li {
  font-size: 24px;
  color: #68696b;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta-photos__content__col li {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .cta-photos__content__col li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cta-photos__content__col li:last-child {
    margin-bottom: 0;
  }
}
.cta-photos__content__heading, .cta-photos__content__summary {
  margin-bottom: 0px !important;
  font-weight: 400;
}
.cta-photos__content__heading {
  color: #0060AF;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.cta-photos__content__summary {
  line-height: 1.14;
  margin-top: 1.5rem;
  margin-bottom: 10px !important;
}
@media (min-width: 1200px) {
  .cta-photos__content__summary {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .cta-photos__content__summary {
    font-size: 18px;
    margin-bottom: 24px !important;
    line-height: 1.22;
  }
}
.cta-photos__content__disclaimer {
  margin-top: 1rem;
}
.cta-photos__content__disclaimer p {
  margin-bottom: 0 !important;
  font-size: 20px;
  line-height: 1.2;
}
.cta-photos__buttons {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .cta-photos__buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
.cta-photos__buttons .btn {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta-photos__buttons .btn:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-photos__buttons .btn {
    width: auto;
  }
}
.cta-photos__image__caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.25);
  padding: 21px 27px;
  line-height: 1.2;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .cta-photos__image__caption {
    font-size: 20px;
  }
}
.cta-photos__image__caption a {
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-photos__image__caption {
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .cta-photos.img-left .cta-photos__content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cta-photos.img-left {
    padding-top: 2rem !important;
  }
}
@media (min-width: 992px) {
  .cta-photos.img-right .cta-photos__inner {
    flex-direction: row-reverse;
  }
  .cta-photos.img-right .cta-photos__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 53.3333%;
    height: 100%;
    top: 10px;
    left: -50px;
    right: auto;
    background: url(/portals/_default/Skins/YMCA/img/bg-pattern-vertical.png);
    background-size: cover;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cta-photos.img-right .cta-photos__content {
    padding: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 1199px) {
  .cta-photos.img-right .cta-photos__content {
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 991px) {
  .cta-photos.img-right .cta-photos__content {
    padding: 1.25rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .cta-photos.full-width.add-padding-bottom {
    padding-bottom: 78px;
  }
}
.cta-photos.full-width:after {
  display: none;
}
.cta-photos.full-width .container {
  max-width: none;
  padding: 0;
}
@media (min-width: 992px) {
  .cta-photos.full-width .container {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .cta-photos.full-width .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cta-photos.full-width .container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__image__caption__text {
    display: none;
  }
}
.cta-photos.full-width .cta-photos__inner {
  padding: 0;
}
@media (min-width: 992px) {
  .cta-photos.full-width .cta-photos__inner {
    display: block;
  }
}
.cta-photos.full-width .cta-photos__inner:after {
  display: none;
}
.cta-photos.full-width .cta-photos__image-items,
.cta-photos.full-width .owl-stage-outer,
.cta-photos.full-width .owl-stage {
  width: 100%;
  z-index: 1;
  margin-top: 0;
  min-height: auto;
}
@media (min-width: 1200px) {
  .cta-photos.full-width .cta-photos__image-items,
  .cta-photos.full-width .owl-stage-outer,
  .cta-photos.full-width .owl-stage {
    height: calc(100vh - 96px);
    max-height: 865px;
  }
}
@media (max-width: 1199px) {
  .cta-photos.full-width .cta-photos__image-items,
  .cta-photos.full-width .owl-stage-outer,
  .cta-photos.full-width .owl-stage {
    max-height: 615px;
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__image-items,
  .cta-photos.full-width .owl-stage-outer,
  .cta-photos.full-width .owl-stage {
    max-height: 463px;
  }
}
.cta-photos.full-width .owl-item {
  width: 100%;
  min-height: 100%;
}
.cta-photos.full-width .cta-photos__content {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0;
  height: 50px;
}
@media (max-width: 1199px) {
  .cta-photos.full-width .cta-photos__content {
    max-width: 960px;
    margin: 0 auto;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__content {
    max-width: 720px;
    margin: 0 auto;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .cta-photos.full-width .cta-photos__content {
    height: auto;
  }
}
.cta-photos.full-width .cta-photos__content__wrap {
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1200px) {
  .cta-photos.full-width .cta-photos__content__wrap {
    right: 4%;
    width: 44%;
  }
}
@media (max-width: 1199px) {
  .cta-photos.full-width .cta-photos__content__wrap {
    right: 15px;
    width: 58.5%;
    padding: 50px 32px;
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__content__wrap {
    right: 15px;
    width: 75%;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cta-photos.full-width .cta-photos__content__wrap {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
}
.cta-photos.full-width .cta-photos__content__wrap__summary {
  margin-bottom: 0 !important;
}
.cta-photos.full-width .cta-photos__content__col {
  width: 50%;
  margin-top: 20px;
  min-width: 50% !important;
}
@media (min-width: 768px) {
  .cta-photos.full-width .cta-photos__content__disclaimer {
    max-width: none;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    top: calc(100% + 24px);
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cta-photos.full-width .cta-photos__content__disclaimer p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__content__disclaimer {
    text-align: center;
  }
  .cta-photos.full-width .cta-photos__content__disclaimer p {
    font-size: 16px;
  }
}
.cta-photos.full-width .cta-photos__content__disclaimer.show-below-large {
  display: none;
}
@media (max-width: 767px) {
  .cta-photos.full-width .cta-photos__content__disclaimer {
    text-align: left;
  }
}
.cta-photos.full-width .cta-photos__image__caption {
  padding: 0;
}
@media (min-width: 992px) {
  .cta-photos.full-width .cta-photos__image__caption {
    min-height: 117px;
  }
}
@media (min-width: 768px) {
  .cta-photos.full-width .cta-photos__image__caption .container {
    max-width: 960px !important;
  }
}
@media (min-width: 992px) {
  .cta-photos.full-width .cta-photos__image__caption .container {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 21px 15px 30px 15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .cta-photos.full-width .cta-photos__image__caption .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 992px) {
  .cta-photos.full-width .cta-photos__image__caption .container .cta-photos__image__caption__text {
    display: block;
    padding-right: calc(44% + 100px);
  }
}
@media (max-width: 991px) {
  .cta-photos.full-width .cta-photos__image__caption .container .cta-photos__image__caption__text {
    padding-right: calc(60% + 20px);
  }
}
.cta-photos.full-width .owl-nav {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cta-photos.full-width .owl-nav {
    max-width: 960px !important;
  }
}
@media (min-width: 992px) {
  .cta-photos.full-width .owl-nav {
    right: auto;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 90px;
    width: 100%;
  }
}
@media only screen and (min-width: 1279px) {
  .cta-photos.full-width .owl-nav {
    max-width: 1140px !important;
  }
}
.cta-photos.full-width .owl-nav .owl-prev {
  margin-left: 0;
}
.cta-photos .owl-stage-outer,
.cta-photos .owl-stage,
.cta-photos .owl-item {
  height: 100%;
}
@media (max-width: 991px) {
  .cta-photos .owl-stage-outer,
  .cta-photos .owl-stage,
  .cta-photos .owl-item {
    height: 380px;
  }
}
.cta-photos .owl-nav {
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 15px;
}
@media (max-width: 767px) {
  .cta-photos .owl-nav {
    top: 35px;
  }
}
.cta-photos .owl-nav .owl-prev,
.cta-photos .owl-nav .owl-next {
  margin: 0 6px;
}
@media (min-width: 992px) {
  .cta-photos .owl-nav .owl-prev,
  .cta-photos .owl-nav .owl-next {
    margin: 0 12px;
  }
}
.cta-photos .owl-nav .owl-prev .btn-arrow-circle:after,
.cta-photos .owl-nav .owl-next .btn-arrow-circle:after {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  min-width: 48px;
}
@media (min-width: 1200px) {
  .cta-photos .owl-nav .owl-prev .btn-arrow-circle:after,
  .cta-photos .owl-nav .owl-next .btn-arrow-circle:after {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    min-width: 56px;
  }
}
@media (max-width: 767px) {
  .cta-photos .owl-nav .owl-prev .btn-arrow-circle:after,
  .cta-photos .owl-nav .owl-next .btn-arrow-circle:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    min-width: 32px;
  }
}

.cta-banner {
  position: relative;
}
@media (min-width: 1440px) {
  .cta-banner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cta-banner__content-wrap {
  position: relative;
}
.cta-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 50%;
}
@media (max-width: 991px) {
  .cta-banner__image {
    position: relative;
    width: 100%;
    display: block;
    z-index: 2;
    min-height: 250px;
    height: auto;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .cta-banner__image {
    min-height: 120px;
    padding: 20px 0;
    height: auto;
  }
}
.cta-banner__bg-pattern {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-cta-banner-sidebar-dark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cta-banner__bg-pattern {
    width: 100%;
    background-repeat: repeat;
    background-size: auto;
  }
}
.cta-banner .container {
  position: relative;
  z-index: 1;
}
.cta-banner__header, .cta-banner__content {
  width: 100%;
}
@media (min-width: 992px) {
  .cta-banner__header, .cta-banner__content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cta-banner__inner {
    flex-direction: column;
  }
}
.cta-banner__header {
  padding: 3.375rem 0 1rem 0;
}
@media (min-width: 1200px) {
  .cta-banner__header {
    padding: 7rem 2.5rem 7rem 0;
  }
}
@media (max-width: 991px) {
  .cta-banner__header.large {
    display: none;
  }
}
@media (min-width: 1440px) {
  .cta-banner__header.large {
    padding-left: 2.5rem;
  }
}
.cta-banner__header.small {
  padding: 18px 0 0 0;
}
@media (min-width: 992px) {
  .cta-banner__header.small {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-banner__header.small {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cta-banner__header {
    padding: 2rem 0 1rem 0;
  }
}
.cta-banner__header__heading {
  color: #007bc1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 20px;
}
@media (min-width: 992px) {
  .cta-banner__header__heading {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .cta-banner__header__heading {
    margin-bottom: 0 !important;
  }
}
.cta-banner__content {
  padding: 3.375rem 0 6rem 4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .cta-banner__content {
    padding: 7rem 4rem 6.25rem 4rem;
  }
}
@media (max-width: 991px) {
  .cta-banner__content {
    padding: 50px 0 58px 0;
  }
}
@media (max-width: 767px) {
  .cta-banner__content {
    padding: 30px 0 40px 0;
  }
}
.cta-banner__content__list {
  list-style: none;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-banner__content__list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 0;
  }
}
.cta-banner__content__list:before {
  background: rgba(255, 255, 255, 0.25);
}
.cta-banner__content__list li {
  color: #ffffff;
  margin-bottom: 1.2rem !important;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .cta-banner__content__list li {
    margin-bottom: 1.25rem !important;
  }
}
.cta-banner__content__list li:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-banner__content__list li:nth-last-of-type(-n+2) {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-banner__content__list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cta-banner__content__list li {
    font-size: 16px;
  }
}
.cta-banner__content__description {
  color: #ffffff;
  margin-top: 0.5rem;
}
.cta-banner__content__description p, .cta-banner__content__description a {
  color: #ffffff;
}
.cta-banner__content__description p {
  line-height: 1.3;
  font-size: 24px;
}
.cta-banner__content__description a {
  text-decoration: underline;
}
.cta-banner__content__cta {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .cta-banner__content__cta {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-banner__content__cta {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta-banner__content__cta {
    max-width: 75%;
  }
}
.cta-banner__content__cta a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.42;
}
@media (min-width: 1200px) {
  .cta-banner__content__cta a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cta-banner__content__cta a {
    font-size: 1rem;
  }
}
.cta-banner__footer {
  position: relative;
  z-index: 1;
  background: #007bc1;
  align-items: center;
  padding: 23px 0;
}
@media (max-width: 767px) {
  .cta-banner__footer {
    padding: 1rem 0;
  }
}
.cta-banner__footer ul {
  display: flex;
  margin: 0;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1439px) {
  .cta-banner__footer ul {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .cta-banner__footer ul {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cta-banner__footer ul {
    padding: 0;
  }
}
.cta-banner__footer ul li {
  position: relative;
  font-size: 20px;
  margin: 0;
  padding: 0 1rem;
  color: #ffffff;
  line-height: 1;
  list-style: none;
}
@media (min-width: 1200px) {
  .cta-banner__footer ul li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cta-banner__footer ul li {
    font-size: 16px;
  }
}
.cta-banner__footer ul li:before {
  content: "•";
  display: block;
  width: 2rem;
  text-align: center;
  position: absolute;
  left: -1rem;
}
.cta-banner__footer ul li:first-child:before {
  display: none;
}

.cta-banner-photos .container-fluid, .cta-banner-photos .container-sm, .cta-banner-photos .container-md, .cta-banner-photos .container-lg, .cta-banner-photos .container-xl {
  position: relative;
}
.cta-banner-photos__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: none;
}
@media (min-width: 768px) {
  .cta-banner-photos__image {
    display: block;
    background-position: 15px center;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.cta-banner-photos__content {
  position: relative;
  z-index: 1;
  background: url(/portals/_default/Skins/YMCA/img/bg-cta-banner-sidebar.png) no-repeat;
  background-size: cover;
  padding: 60px 50px 50px 50px;
}
@media (min-width: 768px) {
  .cta-banner-photos__content {
    padding: 106px 50px 80px 50px;
    width: 50%;
    margin-left: 50%;
  }
}
.cta-banner-photos__header__heading, .cta-banner-photos__header__subheading, .cta-banner-photos__header__summary {
  color: #ffffff;
}
.cta-banner-photos__header__heading, .cta-banner-photos__header__subheading {
  text-transform: uppercase;
}
.cta-banner-photos__header__heading {
  margin-bottom: 18px !important;
}
.cta-banner-photos__header__subheading {
  font-weight: 400;
}
.cta-banner-photos__header__summary {
  font-size: 35px;
  line-height: 1.14;
}
.cta-banner-photos__cta {
  margin-top: 43px;
}
.cta-banner-photos__cta .btn {
  width: auto;
}
@media (min-width: 768px) {
  .cta-banner-photos__gallery {
    display: flex;
    flex-wrap: wrap;
  }
}
.cta-banner-photos__gallery__item {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) {
  .cta-banner-photos__gallery__item {
    height: 31.5vw;
    flex-basis: 0;
    flex-grow: 1;
  }
}

.cta-banner-basic {
  position: relative;
}
.cta-banner-basic .container {
  position: relative;
}
.cta-banner-basic .title-label {
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-banner-basic__image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 6px solid #01A490;
}
.cta-banner-basic__image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
.cta-banner-basic__content {
  position: relative;
  text-align: center;
  padding: 4rem 2rem 25px 2rem;
}
@media (min-width: 992px) {
  .cta-banner-basic__content {
    padding: 75px 0 60px 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
.cta-banner-basic__content__heading, .cta-banner-basic__content__summary {
  color: #ffffff;
}
.cta-banner-basic__content__heading {
  margin-bottom: 0 !important;
}
.cta-banner-basic__content__summary {
  margin-top: 20px;
  margin-bottom: 0 !important;
  line-height: 1.14;
  font-weight: 400;
}
.cta-banner-basic__content__cta {
  margin-top: 24px;
}
.cta-banner-basic__content__cta a {
  display: inline-block;
  width: auto;
}
.cta-banner-basic__footer {
  position: relative;
  z-index: 1;
  background: #01A490;
  align-items: center;
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .cta-banner-basic__footer {
    padding: 13px 20px;
  }
}
.cta-banner-basic__footer ul {
  display: flex;
  margin: 0;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-banner-basic__footer ul li {
  position: relative;
  font-size: 20px;
  margin: 0;
  padding: 0 1rem;
  color: #ffffff;
  line-height: 1;
  list-style: none;
}
@media (min-width: 1200px) {
  .cta-banner-basic__footer ul li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cta-banner-basic__footer ul li {
    font-size: 16px;
  }
}
.cta-banner-basic__footer ul li:before {
  content: "•";
  display: block;
  width: 2rem;
  text-align: center;
  position: absolute;
  left: -1rem;
}
.cta-banner-basic__footer ul li:first-child:before {
  display: none;
}
.cta-banner-basic__disclaimer {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  padding: 22px 0;
}
@media (max-width: 767px) {
  .cta-banner-basic__disclaimer {
    text-align: left;
  }
}
.cta-banner-basic__disclaimer span {
  margin: 0 7px;
}
@media (max-width: 767px) {
  .cta-banner-basic__disclaimer span {
    display: block;
    margin: 0;
  }
}

.cta-columns {
  text-align: center;
}
.cta-columns__header {
  margin-bottom: calc(2rem - 6px);
}
.cta-columns__header__heading, .cta-columns__header__subheading, .cta-columns__header__summary {
  margin-bottom: 0 !important;
  font-weight: 400;
}
.cta-columns__header__heading p, .cta-columns__header__subheading p, .cta-columns__header__summary p {
  font-size: inherit;
  margin-bottom: 0 !important;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.cta-columns__header__heading {
  color: #0060AF;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.cta-columns__header__subheading {
  margin-top: 0.25rem;
}
.cta-columns__header__summary {
  margin-top: 0.5rem;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cta-columns .section-header {
    text-align: left;
  }
}
.cta-columns .section-header__heading {
  margin-bottom: 14px !important;
}
@media (min-width: 992px) {
  .cta-columns__wrap {
    padding-top: 36px;
  }
}
.cta-columns__inner {
  position: relative;
}
@media (max-width: 991px) {
  .cta-columns__inner {
    flex-direction: column;
    display: block;
  }
}
@media (max-width: 991px) {
  .cta-columns__inner.has-conjunction .cta-columns__item:last-of-type {
    padding-top: 160px;
  }
}
.cta-columns__conjunction {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  justify-content: center;
  font-size: 42px;
  color: #007bc1;
  background: #ffffff;
  z-index: 1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  line-height: 84px;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-columns__conjunction {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .cta-columns__conjunction {
    display: block;
    margin: 2.5rem auto 3.5rem auto;
    background: #007bc1;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -23px;
  }
}
@media (max-width: 767px) {
  .cta-columns__conjunction {
    margin-top: -50px;
  }
}
.cta-columns__item {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 6px;
  position: relative;
}
.cta-columns__item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .cta-columns__item:last-of-type {
    padding-top: 40px;
  }
}
.cta-columns__item[data-title=snow-mountain-ranch] .cta-columns__item__summary span {
  background: #92278F;
}
.cta-columns__item[data-title=estes-park-center] .cta-columns__item__summary span {
  background: #E3761C;
}
.cta-columns__item__image {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cta-columns__item__image {
    min-height: 338px;
  }
}
@media (max-width: 991px) {
  .cta-columns__item__image {
    min-height: 350px;
  }
}
.cta-columns__item__image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  transition: all 0.5s ease-in;
}
.cta-columns__item__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  background: url(/portals/_default/Skins/YMCA/img/bg-rough-border.png) no-repeat center bottom;
  background-size: auto 25px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 0;
}
.cta-columns__item__main, .cta-columns__item__secondary, .cta-columns__item__buttons, .cta-columns__item__disclaimer {
  position: relative;
  z-index: 1;
}
.cta-columns__item__disclaimer {
  font-size: 20px;
}
.cta-columns__item__main {
  transition: opacity 0.5s ease-in;
}
@media (max-width: 991px) {
  .cta-columns__item__main {
    padding: 0 20px;
  }
}
.cta-columns__item__heading, .cta-columns__item__subheading, .cta-columns__item__summary, .cta-columns__item__content__list li, .cta-columns__item__content__cta {
  color: #ffffff;
  font-weight: 400;
}
.cta-columns__item__heading {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px !important;
  white-space: pre-line;
}
@media (max-width: 1199px) {
  .cta-columns__item__heading {
    line-height: 1.1;
  }
}
.cta-columns__item__heading p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}
.cta-columns__item__subheading {
  margin-bottom: 1rem !important;
}
.cta-columns__item__summary span {
  background: #01A490;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 2px !important;
  display: inline-block;
}
@media (max-width: 1199px) {
  .cta-columns__item__summary span {
    padding: 8px 20px;
  }
}
.cta-columns__item__secondary {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 69%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background: rgba(0, 0, 0, 0.35);
  padding: 30px;
}
.cta-columns__item__secondary__heading, .cta-columns__item__secondary__summary, .cta-columns__item__secondary__cta a {
  color: #ffffff !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 3px 0;
}
.cta-columns__item__secondary__heading {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: pre-line;
}
@media (max-width: 1199px) {
  .cta-columns__item__secondary__heading {
    line-height: 1.1;
  }
}
.cta-columns__item__secondary__heading p, .cta-columns__item__secondary__heading ul {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}
.cta-columns__item__secondary__summary {
  line-height: 1;
  margin-bottom: 5px !important;
}
.cta-columns__item__secondary__summary p, .cta-columns__item__secondary__summary li {
  font-size: inherit;
  margin-bottom: 0 !important;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.cta-columns__item__content__primary ul {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cta-columns__item__content__primary ul li {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta-columns__item__content__primary li:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cta-columns__item__content__primary li {
    margin: 5px 0 15px 0 !important;
  }
}
.cta-columns__item__content__list, .cta-columns__item__content ul {
  display: flex;
  font-size: 35px;
  justify-content: center;
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cta-columns__item__content__list, .cta-columns__item__content ul {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.cta-columns__item__content__list li, .cta-columns__item__content ul li {
  margin: 0 1.5rem;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cta-columns__item__content__list li, .cta-columns__item__content ul li {
    margin: 5px 0;
  }
}
.cta-columns__item__content__list li:first-child, .cta-columns__item__content ul li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cta-columns__item__content__list li:first-child:before, .cta-columns__item__content ul li:first-child:before {
    display: none;
  }
}
.cta-columns__item__content__list li:last-child, .cta-columns__item__content ul li:last-child {
  margin-right: 0;
}
.cta-columns__item__content__list li:before, .cta-columns__item__content ul li:before {
  content: "•";
  display: block;
  width: 3rem;
  text-align: center;
  position: absolute;
  left: -3rem;
}
@media (max-width: 991px) {
  .cta-columns__item__content__list li:before, .cta-columns__item__content ul li:before {
    position: static;
    display: inline-block;
    left: auto;
  }
}
.cta-columns__item__content p {
  font-size: 35px;
  line-height: 1.14;
  margin-bottom: 0 !important;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta-columns__item__content p {
    font-size: 24px;
  }
}
.cta-columns__item__content__cta a {
  color: #ffffff !important;
  padding: 3px 0;
  font-weight: 500 !important;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
@media (min-width: 1200px) {
  .cta-columns__item__content__cta a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta-columns__item__content__cta a {
    font-size: 16px;
  }
}
.cta-columns__item__content__hover {
  display: none;
}
.cta-columns__item__buttons {
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  margin-top: -38px;
}
@media (max-width: 991px) {
  .cta-columns__item__buttons a {
    width: auto;
  }
}
.cta-columns__item__disclaimer {
  margin-top: 12px;
}
.cta-columns__item.hover-item:hover .cta-columns__item__image:before {
  background: rgba(0, 0, 0, 0.2);
}
.cta-columns__item.hover-item:hover .cta-columns__item__main {
  opacity: 0;
}
.cta-columns__item.hover-item:hover .cta-columns__item__secondary {
  opacity: 1;
  z-index: 1;
}
.cta-columns__footer {
  margin-top: 10px;
}
.cta-columns__footer__description {
  margin-bottom: 0.75rem !important;
  font-size: 20px;
}
.cta-columns__footer__buttons {
  display: flex;
  justify-content: center;
}
.cta-columns__footer__buttons a {
  width: auto;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .cta-columns__footer__buttons a {
    margin: 0 5px 10px 5px;
  }
}
@media (min-width: 992px) {
  .cta-columns--no-images .container-fluid, .cta-columns--no-images .container-sm, .cta-columns--no-images .container-md, .cta-columns--no-images .container-lg, .cta-columns--no-images .container-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.cta-columns--no-images .cta-columns__header {
  margin-bottom: 50px;
}
.cta-columns--no-images .cta-columns__wrap {
  background: url(/portals/_default/Skins/YMCA/img/bg-wood-grain-white.png) no-repeat center center;
  background-size: cover;
  padding-top: 0;
}
.cta-columns--no-images .cta-columns__conjunction {
  background: #007bc1;
  color: #ffffff;
  top: 75px;
  width: 78px;
  height: 78px;
  line-height: 78px;
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__conjunction {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__conjunction {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: -30px;
  }
}
.cta-columns--no-images .cta-columns__item {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  position: relative;
}
.cta-columns--no-images .cta-columns__item:last-of-type {
  border-right: none;
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__item:last-of-type {
    padding-top: 80px;
  }
}
.cta-columns--no-images .cta-columns__item:last-of-type .cta-columns__item__content:after {
  display: none;
}
.cta-columns--no-images .cta-columns__item__image {
  display: flex;
  background-image: none !important;
  padding: 0;
  justify-content: flex-start;
  min-height: auto;
}
@media (min-width: 992px) {
  .cta-columns--no-images .cta-columns__item__image {
    padding: 70px 0 0 0 !important;
  }
}
.cta-columns--no-images .cta-columns__item__image:before, .cta-columns--no-images .cta-columns__item__image:after {
  display: none;
}
.cta-columns--no-images .cta-columns__item__main {
  display: flex;
  flex-direction: column;
}
.cta-columns--no-images .cta-columns__item__content {
  padding: 2.25rem 3.3rem 2.25rem 3.3rem;
  margin-bottom: 1.15rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cta-columns--no-images .cta-columns__item__content {
    background: rgba(184, 184, 184, 0.07);
  }
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cta-columns--no-images .cta-columns__item__content:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 22px);
    z-index: 2;
    right: 0;
    bottom: 0;
    background: #D8D8D8;
  }
}
.cta-columns--no-images .cta-columns__item__content__primary {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__item__content__primary {
    height: auto !important;
    margin-bottom: 25px;
    position: static;
  }
}
.cta-columns--no-images .cta-columns__item__content__primary p {
  font-size: 25px;
}
@media (min-width: 1200px) {
  .cta-columns--no-images .cta-columns__item__content__primary p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content__primary p {
    font-size: 20px;
  }
}
.cta-columns--no-images .cta-columns__item__content__hover {
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: -1;
  transition: opacity 0s ease-out;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__item__content__hover {
    flex-direction: column;
    height: auto !important;
    opacity: 1;
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-columns--no-images .cta-columns__item__content__hover {
    padding: 10px 0;
  }
}
.cta-columns--no-images .cta-columns__item__content__hover p {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.cta-columns--no-images .cta-columns__item__content__hover ul {
  padding: 0;
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  list-style: none;
  display: block;
  text-align: left;
  padding-left: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .cta-columns--no-images .cta-columns__item__content__hover ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content__hover ul {
    width: 100%;
  }
}
.cta-columns--no-images .cta-columns__item__content__hover ul li {
  list-style: none;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content__hover ul li {
    text-align: center;
    padding-left: 0;
  }
}
.cta-columns--no-images .cta-columns__item__content__hover ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 0;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content__hover ul li:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .cta-columns--no-images .cta-columns__item__content__hover ul li:last-child {
    margin-bottom: 0;
  }
}
.cta-columns--no-images .cta-columns__item__content p, .cta-columns--no-images .cta-columns__item__content ul li {
  color: #636466;
}
.cta-columns--no-images .cta-columns__item__content__cta {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__content__cta {
    margin-top: 0;
  }
}
.cta-columns--no-images .cta-columns__item__content__cta a {
  color: #007bc1 !important;
}
.cta-columns--no-images .cta-columns__item__content__cta a:hover {
  color: #004a75 !important;
}
.cta-columns--no-images .cta-columns__item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-columns--no-images .cta-columns__item__subheading {
  display: none;
}
.cta-columns--no-images .cta-columns__item__heading {
  color: #0060AF !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-columns--no-images .cta-columns__item__summary {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 1199px) {
  .cta-columns--no-images .cta-columns__item__summary {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__item__summary {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__item__summary {
    margin-top: 0;
  }
}
.cta-columns--no-images .cta-columns__item__summary:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background: #007bc1;
  left: 0;
  top: calc(50% - 3px);
  z-index: 0;
}
.cta-columns--no-images .cta-columns__item__summary span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cta-columns--no-images .cta-columns__item__summary span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__image:before {
  background: none;
}
.cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__main {
  opacity: 1;
}
.cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__content__hover {
  position: static;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__content__primary {
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: opacity 0s ease-out;
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__content__primary {
    opacity: 1;
    position: static;
  }
}
.cta-columns--no-images .cta-columns__item.hover-item:hover .cta-columns__item__secondary {
  display: none;
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__footer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta-columns--no-images .cta-columns__footer__buttons {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cta-columns--no-images .cta-columns__footer__buttons a {
    width: auto;
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .cta-columns--stacked .cta-columns__header {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cta-columns--stacked .cta-columns__inner {
    flex-direction: row;
    display: flex;
  }
}
.cta-columns--stacked .cta-columns__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .cta-columns--stacked .cta-columns__col {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__col:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cta-columns--stacked .cta-columns__col:first-child:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/portals/_default/Skins/YMCA/img/bg-wood-grain-white-vertical.png) repeat-x center center;
    width: 100%;
    height: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-columns--stacked .cta-columns__col:last-child {
    flex-direction: row;
  }
}
.cta-columns--stacked .cta-columns__items {
  width: 100%;
}
@media (max-width: 991px) {
  .cta-columns--stacked .cta-columns__item:first-child {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }
}
.cta-columns--stacked .cta-columns__header {
  max-width: none;
  text-align: left;
  white-space: pre-line;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 0;
}
@media (min-width: 1200px) {
  .cta-columns--stacked .cta-columns__header {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__header {
    white-space: normal;
    padding: 0;
  }
}
.cta-columns--stacked .cta-columns__header__subheading {
  text-transform: uppercase;
  color: #007bc1;
  line-height: 1.14;
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__header__subheading {
    margin-bottom: 1.25rem !important;
  }
}
.cta-columns--stacked .cta-columns__header__heading {
  text-transform: uppercase;
}
.cta-columns--stacked .cta-columns__header__summary {
  display: flex;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__header__summary {
    margin: 25px 0 0 0 !important;
  }
}
.cta-columns--stacked .cta-columns__header__summary p {
  font-size: 25px;
  line-height: 1.14;
  padding-left: 1.5rem !important;
}
.cta-columns--stacked .cta-columns__header__summary p:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}
.cta-columns--stacked .cta-columns__header__summary ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cta-columns--stacked .cta-columns__header__summary ul li {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 25px;
  line-height: 1.14;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1.5rem !important;
  position: relative;
}
@media (min-width: 992px) {
  .cta-columns--stacked .cta-columns__header__summary ul li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cta-columns--stacked .cta-columns__header__summary ul li {
    margin-bottom: 0.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .cta-columns--stacked .cta-columns__header__summary ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__header__summary ul li {
    font-size: 18px;
  }
}
.cta-columns--stacked .cta-columns__header__summary ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}
.cta-columns--stacked .cta-columns__header__disclaimer {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.cta-columns--stacked .cta-columns__header__disclaimer p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit;
}
.cta-columns--stacked .cta-columns__header__buttons {
  display: flex;
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__header__buttons {
    margin-top: 15px;
  }
}
.cta-columns--stacked .cta-columns__header__buttons a {
  width: auto;
}
.cta-columns--stacked .cta-columns__item {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cta-columns--stacked .cta-columns__item {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cta-columns--stacked .cta-columns__item {
    margin-right: 0 !important;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-columns--stacked .cta-columns__item:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cta-columns--stacked .cta-columns__item:last-of-type {
    padding-top: 0;
  }
}
.cta-columns--stacked .cta-columns__item__image {
  min-height: 340px;
}
@media (max-width: 1199px) {
  .cta-columns--stacked .cta-columns__item__image {
    min-height: 240px;
  }
}
.cta-columns--stacked .cta-columns__item__image:after {
  display: none;
}
.cta-columns--stacked .cta-columns__item__heading {
  margin-bottom: 14px !important;
}
.cta-columns--stacked .cta-columns__item__summary {
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .cta-columns--stacked .cta-columns__item__summary {
    margin-bottom: 10px;
  }
}
.cta-columns--stacked .cta-columns__item .btn-link--learn-more {
  color: #ffffff;
}
.cta-columns--stacked .cta-columns__item .btn-link--learn-more:hover {
  text-decoration: none;
  color: #ffffff;
}
.cta-columns--stacked .cta-columns__item__secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(0);
}
.cta-columns--stacked .cta-columns__conjunction {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: #ffffff;
  color: #007bc1;
}
@media (max-width: 1199px) {
  .cta-columns--stacked .cta-columns__conjunction {
    top: calc(50% - 10px);
  }
}
@media (max-width: 1199px) {
  .cta-columns--stacked .cta-columns__conjunction {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta-columns--stacked .cta-columns__conjunction {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
}

.cta-photos-callout {
  position: relative;
}
@media (min-width: 1440px) {
  .cta-photos-callout {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.cta-photos-callout__main {
  background: #00457F;
  padding: 7.5rem 0 14.375rem 0;
}
@media (max-width: 767px) {
  .cta-photos-callout__main {
    padding-top: 2.5rem !important;
  }
}
.cta-photos-callout__main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-pattern.jpg) repeat-x center top;
  background-size: auto 100%;
  opacity: 0.08;
  z-index: 1;
}
.cta-photos-callout__main:after {
  content: "";
  position: absolute;
  display: block;
  width: 74%;
  max-width: 1180px;
  height: 40px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: url(/portals/_default/Skins/YMCA/img/bg-rough-border-top.svg) no-repeat center top;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .cta-photos-callout__main:after {
    background-size: 100% 100%;
    background-position: left top;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .cta-photos-callout__main .container {
    max-width: 1140px;
  }
}
.cta-photos-callout__main__inner {
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-photos-callout__main__inner {
    display: block;
    text-align: center;
  }
}
.cta-photos-callout__header {
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-photos-callout__header__heading, .cta-photos-callout__header__subheading, .cta-photos-callout__header__summary {
  color: #ffffff;
  font-weight: 400;
}
.cta-photos-callout__header__heading p, .cta-photos-callout__header__subheading p, .cta-photos-callout__header__summary p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
.cta-photos-callout__header__heading p a, .cta-photos-callout__header__subheading p a, .cta-photos-callout__header__summary p a {
  color: inherit;
  text-decoration: underline;
}
.cta-photos-callout__header__heading {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
@media (min-width: 992px) {
  .cta-photos-callout__header__heading {
    width: 66.6666%;
    margin: 0 auto 1.5rem auto !important;
  }
}
@media (max-width: 991px) {
  .cta-photos-callout__header__heading {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__header__heading {
    font-size: 35px;
  }
}
.cta-photos-callout__header__heading:before {
  color: #ffffff !important;
}
.cta-photos-callout__header__heading.is-step:first-letter {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta-photos-callout__header__subheading {
    font-size: 20px;
  }
}
.cta-photos-callout__row {
  display: flex;
  margin-top: 4.5rem;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cta-photos-callout__row {
    width: 83.3333333333%;
    margin: 4.5rem auto 0 auto !important;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__row {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__row {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
  }
}
.cta-photos-callout__col {
  flex-basis: 0;
  flex-grow: 1;
  list-style: none;
  padding: 0 0 0 41px !important;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cta-photos-callout__col {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__col {
    width: 100%;
    padding-left: 20px;
  }
}
.cta-photos-callout__col:before {
  background: rgba(255, 255, 255, 0.25);
}
.cta-photos-callout__col li {
  color: #ffffff;
  line-height: 1.1;
  font-size: 25px;
  position: relative;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .cta-photos-callout__col li {
    margin-top: 15px;
  }
}
.cta-photos-callout__col li:first-child {
  margin-top: 0;
}
.cta-photos-callout__col li a {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.cta-photos-callout__col li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  left: calc(50% - 48px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-list-hover.svg) no-repeat center center;
  background-size: 85px auto;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cta-photos-callout__col li a:before {
    display: none;
  }
}
.cta-photos-callout__col li a:hover {
  text-decoration: none;
}
.cta-photos-callout__col li a:hover span, .cta-photos-callout__col li a:hover:before {
  opacity: 1;
}
.cta-photos-callout__col li a span {
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .cta-photos-callout__col li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__col:first-child:before {
    border-radius: 3px 3px 0 0;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__col:not(:first-child):before {
    border-radius: 0 0 3px 3px;
  }
}
@media (max-width: 767px) {
  .cta-photos-callout__col:not(:first-child) li:first-child {
    padding-top: 15px;
  }
}
.cta-photos-callout__footer {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-top: 2.25rem;
}
.cta-photos-callout__footer p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.photo-box {
  position: relative;
  margin-top: -198px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .photo-box .container {
    max-width: 1280px;
  }
}
@media (max-width: 575px) {
  .photo-box .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .photo-box__header .container-fluid, .photo-box__header .container-sm, .photo-box__header .container-md, .photo-box__header .container-lg, .photo-box__header .container-xl {
    display: flex;
  }
}
.photo-box__header .container {
  position: relative;
}
@media (min-width: 1200px) {
  .photo-box__header .title-label {
    left: 111px;
  }
}
.photo-box__header__list {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #01A490;
  padding: 7px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .photo-box__header__list {
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-box__header__list {
    justify-content: space-evenly;
    padding: 7px 2rem 7px 1rem;
  }
}
@media (max-width: 767px) {
  .photo-box__header__list {
    justify-content: flex-start;
    padding: 7px 1rem 7px 0.5rem;
  }
}
.photo-box__header__list li {
  font-size: 24px;
  margin: 0 1rem;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .photo-box__header__list li {
    margin: 0;
  }
}
.photo-box__header__list li:before {
  content: "•";
  display: block;
  width: 2rem;
  text-align: center;
  position: absolute;
  left: -2rem;
}
@media (max-width: 991px) {
  .photo-box__header__list li:before {
    position: static;
    display: inline-block;
    left: auto;
  }
}
@media (min-width: 992px) {
  .photo-box__header__list li:first-child:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .photo-box__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.photo-box__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
}
.photo-box__item:not(:first-child) {
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.photo-box__item:hover:before, .photo-box__item:hover:after,
.photo-box__item:hover span {
  opacity: 1;
}
.photo-box__item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--background-image);
  opacity: 0;
  filter: grayscale(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .photo-box__item:before {
    opacity: 1;
  }
}
.photo-box__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 136, 205, 0.62);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .photo-box__item:after {
    opacity: 1;
  }
}
.photo-box__item:first-child {
  min-height: 500px;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .photo-box__item:first-child {
    width: calc(62% - 8.5px);
    min-height: 611px;
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .photo-box__item:first-child {
    min-height: 458px;
    width: calc(62% - 6px);
  }
}
@media (max-width: 991px) {
  .photo-box__item:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .photo-box__item:first-child {
    height: 276px;
  }
}
.photo-box__item:first-child:hover .photo-box__item__content__list li {
  color: #ffffff;
}
.photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
    width: calc(50% - 4px);
  }
  .photo-box__item:nth-child(2):nth-child(even), .photo-box__item:nth-child(3):nth-child(even), .photo-box__item:nth-child(4):nth-child(even) {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
    width: 38%;
    float: right;
    height: 198px;
    margin-bottom: 8.5px;
  }
}
@media (max-width: 1199px) {
  .photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
    height: 148px;
    margin-bottom: 7px;
  }
}
@media (max-width: 991px) {
  .photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .photo-box__item:nth-child(2), .photo-box__item:nth-child(3), .photo-box__item:nth-child(4) {
    height: 152px;
  }
}
@media (min-width: 992px) {
  .photo-box__item:nth-child(4) {
    margin-bottom: 0;
  }
}
.photo-box__item:nth-child(n+5) {
  width: calc(50% - 4px);
  height: 275px;
  margin-bottom: 8.5px;
}
@media (max-width: 1199px) {
  .photo-box__item:nth-child(n+5) {
    height: 204px;
    margin-bottom: 7px;
  }
}
@media (max-width: 991px) {
  .photo-box__item:nth-child(n+5) {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .photo-box__item:nth-child(n+5) {
    width: 100%;
    height: 152px;
  }
}
@media (min-width: 992px) {
  .photo-box__item:nth-child(n+5):nth-child(odd) {
    float: left;
  }
}
@media (min-width: 992px) {
  .photo-box__item:nth-child(n+5):nth-child(even) {
    float: right;
  }
}
@media (min-width: 1200px) {
  .photo-box__item:nth-child(n+5):nth-last-of-type(-n+2) {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .photo-box__item:nth-child(n+5):nth-last-of-type(-n+2) {
    margin-bottom: 0;
    margin-top: 7px;
  }
}
@media (max-width: 991px) {
  .photo-box__item:nth-child(n+5):nth-last-of-type(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .photo-box__item:nth-child(n+5):last-child {
    flex-grow: 1;
    height: 224px;
  }
}
@media (max-width: 767px) {
  .photo-box__item:nth-child(n+5):last-child {
    height: 152px;
  }
}
.photo-box__item__label {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #ffffff;
  font-size: 35px;
  display: block;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 1199px) {
  .photo-box__item__label {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .photo-box__item__label {
    opacity: 1;
  }
}
.photo-box__item__label:before {
  background: rgba(255, 255, 255, 0.66);
}
.photo-box__item__label a {
  color: #ffffff !important;
}
.photo-box__item__label a:hover {
  text-decoration: none;
}
.photo-box__item__main {
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.photo-box__item__main__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.photo-box__item__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .photo-box__item__content {
    padding: 0 1rem 1rem 1rem;
  }
}
.photo-box__item__content__heading {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-box__item__content__heading {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .photo-box__item__content__heading {
    font-size: 25px;
    max-width: 95%;
  }
}
.photo-box__item__content__heading span {
  display: inline;
  background: #ffffff;
  color: #007bc1;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  text-shadow: none;
}
.photo-box__item__content__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .photo-box__item__content__list {
    display: none;
  }
}
.photo-box__item__content__list li {
  color: #636466;
  font-size: 30px;
  line-height: 1.14;
  text-align: left;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1199px) {
  .photo-box__item__content__list li {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-box__item__content__list li {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .photo-box__item__content__list li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .photo-box__item__content__list li {
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .photo-box__item__content__list li {
    font-size: 28px;
  }
}
.photo-box__item__content__list li:before {
  background: rgba(241, 241, 241, 0.66);
}
.photo-box__item__content__list li:last-child {
  margin-right: 0;
}
.photo-box__buttons {
  text-align: center;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .photo-box__buttons a {
    width: auto;
  }
}

.message-box {
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
  margin-bottom: -16px;
}
@media (min-width: 1440px) {
  .message-box .container {
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
  .message-box .container {
    padding: 0;
  }
}
.message-box__inner {
  background: #01A490;
  padding: 4rem 2.5rem 2.5rem 2.5rem;
  border-bottom: 6px solid #006B6B;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .message-box__inner {
    padding: 3.25rem;
  }
}
@media (min-width: 768px) {
  .message-box__inner {
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .message-box__inner {
    padding: 2rem 1.5rem;
  }
}
.message-box__buttons {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .message-box__buttons .btn {
    width: auto;
  }
}
.message-box__content {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .message-box__content {
    padding: 0;
  }
}
.message-box__content__heading, .message-box__content__summary {
  color: #ffffff;
  font-weight: 400;
}
.message-box__content__heading {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
@media (min-width: 768px) {
  .message-box__content {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .message-box__content__summary {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .message-box__content__summary {
    margin-top: 0.75rem;
  }
}
.message-box__content__summary p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit;
}
.message-box__cta {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .message-box__cta {
    text-align: right;
  }
}
.message-box__cta .btn {
  margin: 5px 8px;
}
@media (max-width: 991px) {
  .message-box__cta .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .message-box__cta .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.has-message-box .cta-photos-callout__main {
  padding: 7.5rem 0;
}

.cta-steps-photo {
  position: relative;
}
@media (min-width: 1440px) {
  .cta-steps-photo {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cta-steps-photo__inner {
  position: relative;
}
.cta-steps-photo__media {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta-steps-photo__media {
    width: 30%;
  }
}
.cta-steps-photo__media__image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .cta-steps-photo__media__image {
    top: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-steps-photo__media__image {
    height: 78%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .cta-steps-photo__media__image {
    height: 72%;
  }
}
.cta-steps-photo__content {
  position: relative;
  z-index: 1;
  width: 55%;
}
@media (min-width: 1200px) {
  .cta-steps-photo__content {
    width: 60%;
    padding: 50px 0 75px;
  }
}
@media (max-width: 767px) {
  .cta-steps-photo__content {
    width: 70%;
  }
}
.cta-steps-photo__header {
  width: 80%;
}
@media (min-width: 992px) {
  .cta-steps-photo__header {
    padding-right: 30px;
  }
}
.cta-steps-photo__header__heading, .cta-steps-photo__header__summary {
  margin-bottom: 0 !important;
  font-weight: 400;
}
.cta-steps-photo__header__heading {
  color: #0060AF;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}
.cta-steps-photo__header__summary {
  line-height: 1.14;
}
.cta-steps-photo__list {
  margin-top: 30px;
}
.cta-steps-photo__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-steps-photo__list ul.as-steps li {
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .cta-steps-photo__list ul.as-steps li:before {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cta-steps-photo__list ul.as-steps li {
    padding-left: 1.5rem;
  }
}
.cta-steps-photo__list li {
  font-size: 35px;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #0060AF;
  border-bottom: 1px solid #D8D8D8;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .cta-steps-photo__list li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-steps-photo__list li {
    font-size: 25px;
  }
}
.cta-steps-photo__list li span {
  color: #0060AF;
  display: block;
  position: relative;
  padding: 27px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cta-steps-photo__list li span {
    padding: 16px 27px;
  }
}
.cta-steps-photo__list li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 27px;
  top: calc(50% - 40px);
  width: 74px;
  height: 80px;
  opacity: 0;
  background-image: url(/portals/_default/Skins/YMCA/img/icons/icon-paw-green.svg);
  background-size: 52px auto;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cta-steps-photo__list li span:before {
    height: 60px;
    top: calc(50% - 30px);
  }
}
.cta-steps-photo__list li span:hover {
  color: #01A490;
  text-decoration: none;
}
.cta-steps-photo__list li span:hover:before {
  opacity: 1;
}
.cta-steps-photo__list li a {
  color: #0060AF;
  display: block;
  position: relative;
  padding: 17px 27px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .cta-steps-photo__list li a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-steps-photo__list li a {
    font-size: 25px;
  }
}
.cta-steps-photo__list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 27px;
  top: calc(50% - 40px);
  width: 74px;
  height: 80px;
  opacity: 0;
  background-image: url(/portals/_default/Skins/YMCA/img/icons/icon-paw-green.svg);
  background-size: 52px auto;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
}
.cta-steps-photo__list li a:hover {
  color: #01A490;
  text-decoration: none;
}
.cta-steps-photo__list li a:hover:before {
  opacity: 1;
}
.cta-steps-photo__list li a span {
  position: relative;
  z-index: 1;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider__inner {
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-slider__inner:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 63%;
    height: 100%;
    z-index: 0;
    background: url(/portals/_default/Skins/YMCA/img/bg-wood-grain-white-vertical.png);
  }
}
.testimonial-slider .container {
  position: relative;
}
.testimonial-slider__section-heading {
  margin-bottom: 0 !important;
  color: #0060AF;
}
@media (min-width: 992px) {
  .testimonial-slider__section-heading {
    white-space: pre-line;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider__items .owl-stage-outer {
    padding: 42px 0 1rem 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-slider__items .owl-stage-outer {
    padding: 28px 0 16px 0;
  }
}
.testimonial-slider__items .owl-prev {
  display: none !important;
}
.testimonial-slider__items .owl-next {
  padding: 0;
}
.testimonial-slider__items .owl-next:focus {
  outline: none;
}
.testimonial-slider__items .owl-next span:after {
  margin-left: 10px;
}
.testimonial-slider__items .nav-next {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #0060AF;
}
.testimonial-slider__items .nav-next:focus {
  outline: none;
}
@media (max-width: 1199px) {
  .testimonial-slider__items .nav-next {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__items .nav-next {
    font-size: 16px;
  }
}
.testimonial-slider__item {
  display: flex;
}
@media (min-width: 768px) {
  .testimonial-slider__item {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__item {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .testimonial-slider__item__image {
    width: 50%;
  }
}
.testimonial-slider__item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-slider__item__image {
    height: 226px;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .testimonial-slider__item__image {
    min-height: 35px;
  }
}
.testimonial-slider__item__image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 54px;
  height: 54px;
  background-color: #007bc1;
  background-image: url(/portals/_default/Skins/YMCA/img/icons/icon-quotes.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 22px;
  border-radius: 50%;
  right: 23px;
  top: -27px;
}
@media (min-width: 768px) {
  .testimonial-slider__item__content {
    padding: 16px 0;
    width: calc(50% - 15px);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.testimonial-slider__item__heading {
  font-weight: 400;
  color: #0060AF;
  line-height: 1.14;
}
@media (max-width: 1199px) {
  .testimonial-slider__item__heading {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__item__heading {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}
.testimonial-slider__item__quote {
  font-size: 24px;
  line-height: 1.3333;
  font-weight: 400;
  color: #636466;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .testimonial-slider__item__quote {
    margin-top: 3px;
  }
}
@media (max-width: 991px) {
  .testimonial-slider__item__quote {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__item__quote {
    font-size: 16px;
  }
}
.testimonial-slider__item__author {
  margin-bottom: 0 !important;
  margin-top: 2rem;
}
@media (max-width: 1199px) {
  .testimonial-slider__item__author {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-slider__item__author {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__item__author {
    font-size: 18px;
  }
}
.testimonial-slider__item__location {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .testimonial-slider__item__location {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial-slider__item__location {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__item__location {
    font-size: 14px;
  }
}

.photo-feed {
  margin-bottom: 3rem;
}
.photo-feed__inner {
  background: #01A490;
  border-bottom: 4px solid #006B6B;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .photo-feed__inner {
    padding: 0;
    flex-direction: column;
    padding-bottom: 35px;
  }
}
.photo-feed__content {
  padding: 35px 0 27px 0;
}
@media (min-width: 992px) {
  .photo-feed__content {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .photo-feed__content {
    text-align: center;
    padding: 35px;
  }
}
.photo-feed__content__heading, .photo-feed__content__hashtags {
  margin-bottom: 3px !important;
  color: #ffffff;
  text-transform: uppercase;
}
.photo-feed__content__heading {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .photo-feed__content__heading {
    line-height: 1.1;
  }
}
.photo-feed__content__hashtags {
  padding: 0;
  list-style: none;
  margin-bottom: 0 !important;
  margin-left: 0;
}
.photo-feed__content__hashtags li {
  font-size: 24px;
  margin-bottom: 0 !important;
  line-height: 1.333;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .photo-feed__content__hashtags li {
    font-size: 18px;
  }
}
.photo-feed__content__hashtags li a {
  color: #ffffff;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  width: auto;
}
.photo-feed__content__hashtags li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .photo-feed__images {
    width: 70%;
    position: absolute;
    bottom: -24px;
    right: 24px;
  }
}
@media (max-width: 991px) {
  .photo-feed__images {
    margin-left: 10px;
    padding: 0 24px;
  }
}
.photo-feed .juicer-feed.slider .slick-track,
.photo-feed .juicer-feed.slider.j-modern li.feed-item a.j-image img {
  height: 215px !important;
}
.photo-feed .juicer-feed.image-grid .j-text .j-message, .photo-feed .juicer-feed.image-grid .j-text .j-edit, .photo-feed .juicer-feed.slider .j-text .j-message, .photo-feed .juicer-feed.slider .j-text .j-edit, .photo-feed .juicer-feed.hip .j-text .j-message, .photo-feed .juicer-feed.hip .j-text .j-edit {
  max-height: 100%;
}
.photo-feed .juicer-feed.slider li.feed-item {
  margin-right: 14px;
}
.photo-feed .juicer-feed.slider li.feed-item.words:after {
  display: none;
}
.photo-feed .juicer-feed .slick-arrow {
  display: none !important;
}

.accordion-1 {
  margin-bottom: 10px;
}
.accordion-1 .accordion-trigger {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 35px;
  text-align: left;
  color: #636466;
  padding: 4px 16px;
  border-radius: 0;
  background-color: #F9F9F9;
  border: 1px solid #F0F0F0;
  position: relative;
}
@media (max-width: 1439px) {
  .accordion-1 .accordion-trigger {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .accordion-1 .accordion-trigger {
    font-size: 22px;
    min-height: 50px;
    padding-right: 60px;
    line-height: 1.1;
  }
}
.accordion-1 .accordion-trigger:after {
  position: absolute;
  right: 16px;
  top: calc(50% - 20px);
  transform: rotate(90deg);
  color: #01A490;
  font-size: 15px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-trigger:after {
    top: calc(50% - 15px);
    font-size: 12px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.accordion-1 .accordion-trigger:focus {
  outline: none;
}
.accordion-1 .accordion-trigger[aria-expanded=true]:after {
  transform: rotate(-90deg);
}
.accordion-1 .accordion__inner {
  padding: 30px 20px;
  border-radius: 0;
  border: none;
  background: #ffffff;
}
.accordion-1 .accordion-content {
  font-size: 28px;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-content {
    font-size: 1.25rem;
  }
}
.accordion-1 .accordion-content p, .accordion-1 .accordion-content li {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit;
}
.accordion-1 .accordion-content p strong, .accordion-1 .accordion-content li strong {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.accordion-1 .accordion-content p, .accordion-1 .accordion-content ul {
  margin-bottom: 28px;
}
.accordion-1 .accordion-content p:last-child, .accordion-1 .accordion-content ul:last-child {
  margin-bottom: 0;
}
.accordion-1 .accordion-content a:not(.btn) {
  color: #01A490;
  text-decoration: underline;
}

.accordion-2 {
  margin-bottom: 10px;
}
.accordion-2 .accordion-trigger {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 25px;
  text-align: left;
  color: #01A490;
  padding: 4px 16px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
}
@media (max-width: 1199px) {
  .accordion-2 .accordion-trigger {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-2 .accordion-trigger {
    font-size: 18px;
    min-height: 50px;
    padding-right: 60px;
    line-height: 1.1;
  }
}
.accordion-2 .accordion-trigger:after {
  position: absolute;
  right: 16px;
  top: calc(50% - 15px);
  transform: rotate(90deg);
  color: #01A490;
  font-size: 12px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .accordion-2 .accordion-trigger:after {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    top: calc(50% - 10px);
  }
}
.accordion-2 .accordion-trigger:focus {
  outline: none;
}
.accordion-2 .accordion-trigger[aria-expanded=true]:after {
  transform: rotate(-90deg);
}
.accordion-2 .accordion__inner {
  padding: 20px 27px 30px 27px;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #ffffff;
}
.accordion-2 .accordion-content {
  padding-left: 16px;
  border-left: 1px solid rgba(1, 164, 144, 0.2);
  font-size: 18px;
  line-height: 1.2222;
}
.accordion-2 .accordion-content ul {
  list-style: disc;
}
.accordion-2 .accordion-content p, .accordion-2 .accordion-content li {
  font-size: 18px;
  line-height: 1.2;
  white-space: pre-line;
}
.accordion-2 .accordion-content p strong, .accordion-2 .accordion-content li strong {
  font-weight: 700;
  font-family: "Cachet-Bold", "Verdana", sans-serif;
}
.accordion-2 .accordion-content p, .accordion-2 .accordion-content ul {
  margin-bottom: 28px;
}
.accordion-2 .accordion-content p:last-child, .accordion-2 .accordion-content ul:last-child {
  margin-bottom: 0;
}
.accordion-2 .accordion-content a:not(.btn) {
  color: #007bc1;
  text-decoration: underline;
}
.accordion-2 .accordion-content em, .accordion-2 .accordion-content i {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  line-height: 1.1875 !important;
}

.accordion-1 .accordion-2 {
  margin: 0 35px 10px 35px;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-2 {
    margin: 0 0 10px 0;
  }
}
.accordion-1 .accordion-2:first-child {
  margin-top: 15px;
}
.accordion-1 .accordion-2:last-child {
  margin-bottom: 15px;
}
.accordion-1 .accordion-2 .accordion__inner {
  border: none;
  padding: 20px 45px;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-2 .accordion__inner {
    padding: 20px;
  }
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content {
  border-left: none;
  padding-left: 0;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content p, .accordion-1 .accordion-2 .accordion__inner .accordion-content li {
  font-size: 20px;
  line-height: 1.2;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content p.disclaimer, .accordion-1 .accordion-2 .accordion__inner .accordion-content li.disclaimer {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  line-height: 1.1875;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content p a:not(.btn), .accordion-1 .accordion-2 .accordion__inner .accordion-content li a:not(.btn) {
  color: #01A490;
  text-decoration: underline;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content ul {
  list-style: none;
  margin-left: 0;
  border-left: 1px solid #F1F1F1;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.accordion-1 .accordion-2 .accordion__inner .accordion-content ul li:last-child {
  margin-bottom: 0;
}
.accordion-1 .accordion-2 .accordion-3 {
  margin: 0 45px 15px 45px;
  background: #F9F9F9;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-2 .accordion-3 {
    margin: 0 20px 15px 20px;
  }
}
.accordion-1 .accordion-2 .accordion-3:last-child {
  margin-bottom: 20px;
}
.accordion-1 .accordion-2 .accordion-3 .accordion-trigger {
  font-size: 24px;
  color: #636466;
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .accordion-1 .accordion-2 .accordion-3 .accordion-trigger {
    font-size: 1.3rem;
  }
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner {
  display: block;
  border: none;
  padding: 20px;
  background: transparent;
  border-top: 1px solid #d8d8d8;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content {
  border-left: 1px solid #d8d8d8;
  padding-left: 20px;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content strong,
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content p strong {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content p, .accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content li {
  font-size: 20px;
  line-height: 1.2;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content p.disclaimer, .accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content li.disclaimer {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  line-height: 1.1875;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content p a:not(.btn), .accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content li a:not(.btn) {
  color: #636466;
  text-decoration: underline;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content p a:not(.btn) strong, .accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content li a:not(.btn) strong {
  color: #01A490;
  text-decoration: underline;
  font-weight: 700;
  font-family: "Cachet-Bold", "Verdana", sans-serif;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content ul {
  list-style: none;
  margin-left: 0;
  border-left: none;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content ul li {
  padding-left: 0;
  margin-bottom: 10px;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .accordion-content ul li:last-child {
  margin-bottom: 0;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .disclaimer {
  margin-top: 20px;
}
.accordion-1 .accordion-2 .accordion-3 .accordion__inner .disclaimer p {
  margin-bottom: 3px;
}

.cta-accordions .accordion-1 .accordion-2 {
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
}
.cta-accordions .accordion-1 .accordion-2 .collapse[id*=accordion-2--] {
  padding-bottom: 20px;
  background: #ffffff;
}
.cta-accordions .accordion-1 .accordion-2 .accordion__inner .accordion-content ul {
  list-style: disc;
  border-left: none;
  margin-left: 18px;
}
.cta-accordions .accordion-1 .accordion-2 .accordion__inner .accordion-content ul li {
  padding-left: 0;
}
.cta-accordions .accordion-1 .accordion-2 .accordion__inner .accordion-content ul li a:not(.btn) {
  color: #009ddd;
}
.cta-accordions .accordion-1 .accordion-2 .accordion-3 {
  margin-left: 45px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .cta-accordions .accordion-1 .accordion-2 .accordion-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.cta-accordions {
  background: url(/portals/_default/Skins/YMCA/img/bg-wood-grain-white-vertical.png);
}
@media (min-width: 992px) {
  .cta-accordions {
    margin: 80px 0;
  }
}
.cta-accordions__header {
  margin-bottom: 2.6rem;
}
.cta-accordions__cta {
  margin-top: 2.5rem;
}
.cta-accordions__cta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cta-accordions__cta ul li {
  font-size: 25px;
  line-height: 1.14;
  margin-bottom: 1rem;
  padding-left: 1.5rem !important;
  position: relative;
}
@media (min-width: 768px) {
  .cta-accordions__cta ul li {
    flex-basis: 0;
    flex-grow: 1;
    white-space: pre-line;
    margin-bottom: 0;
    max-width: 33.33333%;
  }
}
@media (max-width: 1199px) {
  .cta-accordions__cta ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta-accordions__cta ul li {
    font-size: 18px;
  }
}
.cta-accordions__cta ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: rgba(99, 100, 102, 0.15);
  top: 0;
  left: 0;
}
.cta-accordions__cta ul li p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit;
}
.cta-accordions__cta ul li a {
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  color: #636466;
  text-decoration: underline;
}
.cta-accordions--accordion-items {
  background: none;
}

.banner {
  position: relative;
}
@media (min-width: 1440px) {
  .banner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 45.25vw;
    max-height: 510px;
  }
}
@media (max-width: 991px) {
  .banner {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 450px;
  }
}
.banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 40px;
  bottom: -20px;
  background: url(/portals/_default/Skins/YMCA/img/bg-rough-border-banner-home.svg) no-repeat center center;
  background-size: auto 40px;
}
.banner__images, .banner__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767px) {
  .banner__image {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .banner__image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0, 96, 175) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgb(0, 69, 127) 0%, rgba(255, 255, 255, 0) 67%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 67%);
    z-index: 0;
  }
}
.banner__image__content {
  position: relative;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
@media (max-width: 767px) {
  .banner__image__content {
    position: absolute;
    top: auto;
    transform: none;
    bottom: 0;
    left: 0;
  }
}
.banner__image__content .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.banner__image__content .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  transform: translateX(-100%);
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: 0;
}
.banner__image__content__header {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  padding-left: 44px;
  color: #009ddd;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  line-height: 0.85;
}
@media (max-width: 991px) {
  .banner__image__content__header {
    font-size: 55px;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner__image__content__header {
    font-size: 45px;
  }
}
.banner__image__content__header:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 100%;
  background: #F0F0F0;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.banner__image__content__header__wrap {
  padding: 20px 55px 20px 0;
  position: relative;
}
@media (max-width: 991px) {
  .banner__image__content__header__wrap {
    padding: 1.5rem 2rem 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .banner__image__content__header__wrap {
    padding: 1.5rem;
  }
}
.banner__image__content__header__wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 70%;
  background: #ffffff;
  z-index: 1;
  transform: skew(0deg, 0);
}
.banner__image__content__header__wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffffff;
  bottom: 0;
  right: 0;
  transform: skew(-27deg, 0);
  border-radius: 0 84px 0 0;
  box-shadow: 0px -10px 19px -5px rgba(201, 201, 201, 0.5);
  z-index: 0;
}
@media (max-width: 991px) {
  .banner__image__content__header__wrap:after {
    border-radius: 0 47px 0 0;
  }
}
.banner__image__content__subheading {
  font-size: 65px;
  display: block;
}
@media (min-width: 992px) {
  .banner__image__content__subheading {
    color: #007bc1;
  }
}
@media (max-width: 991px) {
  .banner__image__content__subheading {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .banner__image__content__subheading {
    font-size: 45px;
  }
}
.banner__image__content__conjunction {
  font-size: 35px;
  font-weight: 400;
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .banner__image__content__conjunction {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .banner__image__content__conjunction {
    font-size: 24px;
  }
}
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item {
  height: 100%;
}
.banner .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .owl-dots .owl-dot {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .banner .owl-dots {
    bottom: auto;
    top: 20px;
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .news-page .banner__image__content__header {
    font-size: 65px;
  }
}
@media (min-width: 768px) {
  .news-page .banner__image__content__header {
    color: #0060AF;
  }
}

.alert-popout {
  position: relative;
  z-index: 1;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
}
@media (min-width: 992px) {
  .alert-popout {
    transform: translateY(100%);
    top: -30px;
    margin-top: -113px;
    box-shadow: none;
  }
}
.alert-popout .container {
  position: relative;
}
.alert-popout__inner {
  background: #ffffff;
}
@media (min-width: 992px) {
  .alert-popout__inner {
    box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  }
}
@media (min-width: 768px) {
  .alert-popout__inner {
    padding: 19px 13px 19px 24px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .alert-popout__inner {
    padding: 14px 0;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alert-popout__header {
    max-width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .alert-popout__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.alert-popout__header__heading {
  font-weight: 400;
  line-height: 1.12;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .alert-popout__header__heading {
    text-align: center;
    font-size: 20px;
  }
}
.alert-popout__cta {
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .alert-popout__cta {
    display: block;
  }
}
.alert-popout__cta .btn {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alert-popout__cta .btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .alert-popout__cta .btn {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 3px;
  }
}
@media (min-width: 768px) {
  .alert-popout__cta .btn:last-child {
    margin-left: 8px;
  }
}

.dnnsf-dnn-editmode .alert-popout {
  transform: translateY(0);
  top: auto;
}

@media (min-width: 768px) {
  .personabar-visible .alert-popout {
    margin-top: 0;
  }
}

.comparison-table {
  position: relative;
}
.comparison-table .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.comparison-table .section-heading__heading {
  color: #0060AF;
  margin-bottom: 5px !important;
}
.comparison-table .section-heading__subheading {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.comparison-table__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .comparison-table__name {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .comparison-table__name {
    margin-bottom: 20px !important;
  }
}
.comparison-table__name__heading {
  margin-bottom: 0 !important;
  font-weight: 400;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .comparison-table__name__heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .comparison-table__name__heading {
    font-size: 24px;
    line-height: 1.1;
  }
}
.comparison-table__name__heading:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 10px;
  height: 1px;
  width: 100%;
  background: #D8D8D8;
  z-index: 0;
}
.comparison-table__name__heading span {
  padding-right: 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .comparison-table__name__heading span {
    padding-right: 10px;
  }
}
.comparison-table__name__filter {
  margin-left: 14px;
  font-size: 20px;
  color: #636466 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
@media (max-width: 1199px) {
  .comparison-table__name__filter {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comparison-table__name__filter {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .comparison-table__name__filter {
    display: block;
    text-align: left;
    font-size: 14px;
  }
}
.comparison-table__name__filter:hover {
  text-decoration: none;
}
.comparison-table__name__filter:hover:before {
  color: #007bc1;
}
.comparison-table__name__filter:before {
  font-size: 1rem;
  color: #007bc1;
  position: relative;
  margin-right: 8px;
  top: 4px;
}
@media (max-width: 767px) {
  .comparison-table__name__filter:before {
    font-size: 0.75rem;
    top: 1px;
    float: left;
    margin: 0 5px 10px 0;
  }
}
@media (max-width: 767px) {
  .comparison-table__name__filter:before {
    display: none;
  }
}
.comparison-table__name__filter:after {
  content: "W";
  font-family: "YMCA";
  font-size: 12px;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .comparison-table__name__filter:after {
    font-size: 10px;
  }
}
.comparison-table__headers {
  background: #ffffff;
  transition: all 0s ease-out;
}
@media (max-width: 767px) {
  .comparison-table__headers {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .comparison-table__headers {
    padding-top: 0;
  }
}
.comparison-table__headers .dropdown {
  z-index: 1;
}
.comparison-table__headers.is-fixed {
  transition: all 0.25s ease-in;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 7px 0 rgba(48, 48, 48, 0.5);
  border-bottom: 6px solid #0060AF;
}
@media (max-width: 767px) {
  .comparison-table__headers.is-fixed {
    padding-top: 0;
    top: 97px;
  }
}
@media (max-width: 767px) {
  .comparison-table__headers.is-fixed {
    padding-top: 0;
    top: 86px;
  }
}
@media (min-width: 992px) {
  .comparison-table__headers.is-fixed {
    z-index: 20;
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-height: 800px) {
  .comparison-table__headers.is-fixed {
    top: 0;
    z-index: 20;
  }
}
@media (max-width: 767px) {
  .comparison-table__headers.is-fixed .comparison-table__name__heading {
    display: none;
  }
}
@media (max-width: 767px) {
  .comparison-table__headers.is-fixed .comparison-table__name {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .comparison-table__headers.is-fixed .comparison-table__header-bottom__alert {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .comparison-table__headers.is-fixed .comparison-table__location {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
}
.comparison-table__header-top {
  position: relative;
}
.comparison-table .comparison-dropdown {
  position: absolute;
  min-width: 200px;
  left: 50%;
  background: #ffffff;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  border: none !important;
  transform: translateX(-50%);
}
.comparison-table .comparison-dropdown a {
  color: #636466;
}
.comparison-table .comparison-dropdown a:hover, .comparison-table .comparison-dropdown a.selected, .comparison-table .comparison-dropdown a:active {
  color: #0060AF !important;
  background: none !important;
}
@media (min-width: 768px) {
  .comparison-table__locations {
    padding-left: 24%;
  }
}
@media (max-width: 767px) {
  .comparison-table__locations {
    justify-content: flex-end;
    align-items: center;
    padding-left: 24%;
  }
}
@media (max-width: 767px) {
  .comparison-table__locations {
    padding-left: 40%;
  }
}
@media (min-width: 1200px) {
  .comparison-table__locations {
    position: relative;
  }
  .comparison-table__locations .flyout.from-left {
    width: 24%;
    justify-content: flex-start;
    height: auto;
    padding: 16px 45px 16px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .comparison-table__locations .flyout.from-left {
    font-size: 22px;
    padding: 10px 35px 12px 5px;
  }
}
.comparison-table__location {
  font-size: 42px;
  position: relative;
  text-transform: uppercase;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  line-height: 1;
  padding: 20px 0 30px 0;
}
@media (max-width: 1199px) {
  .comparison-table__location {
    font-size: 28px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .comparison-table__location {
    font-size: 0.9rem;
    flex-grow: 0;
    padding: 10px 0;
    flex: 1;
  }
}
@media (max-width: 991px) {
  .comparison-table .container {
    max-width: none;
  }
}
.comparison-table__items {
  border-top: 6px solid #0060AF;
}
@media (max-width: 767px) {
  .comparison-table__items {
    border-bottom: 1px solid #D8D8D8;
  }
}
.comparison-table__item.not-offered {
  display: none;
}
.comparison-table__item:nth-child(odd) {
  background: #f9f9f9;
}
.comparison-table__item:nth-child(odd) .detail-wrap {
  background: #f9f9f9;
}
.comparison-table .detail-wrap {
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.comparison-table__row {
  display: flex;
}
.comparison-table__row__joined {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  min-height: 51px;
}
@media (max-width: 767px) {
  .comparison-table__row__joined {
    border-right: 1px solid #D8D8D8;
  }
}
.comparison-table__row__joined a {
  font-size: 20px;
  color: #0060AF;
}
@media (max-width: 767px) {
  .comparison-table__row__joined a {
    text-align: center;
  }
}
.comparison-table__row__joined a:hover {
  color: #003663;
  text-decoration: none;
}
@media (max-width: 767px) {
  .comparison-table__row__joined a {
    font-size: 0.9rem;
  }
}
.comparison-table__category {
  position: relative;
}
@media (max-width: 767px) {
  .comparison-table__category {
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
  }
}
.comparison-table__category__trigger {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s ease-in-out;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .comparison-table__category__trigger {
    padding-left: 40%;
  }
}
.comparison-table__category__trigger:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  background: transparent;
}
.comparison-table__category__trigger .toggle-close {
  display: none;
}
.comparison-table__category__trigger .toggle-icon {
  position: absolute;
  right: -16px;
  color: #01A490 !important;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .comparison-table__category__trigger .toggle-icon {
    width: 24px;
    height: 24px;
    right: -8px;
    line-height: 24px;
    font-size: 12px;
  }
}
.comparison-table__category__trigger .toggle-icon:before {
  transform: rotate(90deg);
  line-height: 33px;
}
@media (max-width: 767px) {
  .comparison-table__category__trigger .toggle-icon:before {
    line-height: 24px;
  }
}
.comparison-table__category__trigger[aria-expanded=true] {
  transition: opacity 0.35s ease-out;
}
.comparison-table__category__trigger[aria-expanded=true] .toggle-close {
  display: block;
}
.comparison-table__category__trigger[aria-expanded=true] .toggle-close:before {
  transform: rotate(-90deg);
}
.comparison-table__category__trigger[aria-expanded=true] .toggle-open {
  display: none;
}
.comparison-table__category__trigger:hover .toggle-icon {
  transform: scale(1.2);
}
.comparison-table__category__trigger__label {
  display: flex;
  position: absolute;
  font-size: 24px;
  color: #0060AF;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  width: 80.25%;
  height: 100%;
  right: 0;
  top: 0;
  color: #0060AF;
}
@media (max-width: 767px) {
  .comparison-table__category__trigger__label {
    width: 60%;
    font-size: 0.9rem;
  }
}
.comparison-table__category__label, .comparison-table__category__checkmark {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.comparison-table__category__label {
  width: 24%;
  font-size: 28px;
  color: #0060AF;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .comparison-table__category__label {
    padding-left: 1.1rem;
  }
}
.comparison-table__category__label:before {
  display: none;
}
@media (max-width: 991px) {
  .comparison-table__category__label {
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .comparison-table__category__label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .comparison-table__category__label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .comparison-table__category__label {
    font-size: 0.9rem;
    width: 40%;
  }
}
.comparison-table__category__checkmark {
  text-align: center;
  color: #007bc1;
  justify-content: center;
  flex: 1;
  transition: all 25s ease-in-out;
}
.comparison-table__category__checkmark .icon-no-check,
.comparison-table__category__checkmark .icon-check-mark {
  font-size: 14px;
}
@media (min-width: 992px) {
  .comparison-table__category__checkmark .icon-no-check,
  .comparison-table__category__checkmark .icon-check-mark {
    font-size: 18px;
  }
}
.comparison-table__category__checkmark:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: #D8D8D8;
}
@media (max-width: 767px) {
  .comparison-table__category__checkmark {
    width: 30%;
  }
}
.comparison-table__category__checkmark .icon-no-check {
  color: #9A9A9A;
}
.comparison-table__category__content {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.comparison-table__category__content#category-group-options .comparison-table__category__detail__row {
  display: none;
}
.comparison-table__category__content#category-group-options .comparison-table__row__joined {
  display: flex;
}
.comparison-table__category__summary {
  width: 24%;
  display: flex;
  flex-direction: column;
  padding: 9px 0.75rem 6px 1rem;
}
@media (max-width: 767px) {
  .comparison-table__category__summary {
    width: 40%;
    min-height: auto;
    border-left: 1px solid #D8D8D8;
  }
}
.comparison-table__category__summary__heading {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .comparison-table__category__summary__heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comparison-table__category__summary__heading {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.comparison-table__category__summary__heading p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.comparison-table__category__summary__features {
  margin-top: 8px;
}
.comparison-table__category__summary__feature {
  line-height: 1.16;
  font-size: 14px;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.comparison-table__category__summary__feature:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comparison-table__category__summary__feature {
    font-size: 12px;
  }
}
.comparison-table__category__summary__feature .feature-icon {
  color: #0060AF;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
}
.comparison-table__category__summary__feature .feature-icon .min-age {
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.comparison-table__category__summary__feature span {
  margin-right: 5px;
}
.comparison-table__category__summary__disclaimer {
  margin-top: 17px;
  line-height: 1.16;
  font-size: 14px;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
}
@media (max-width: 767px) {
  .comparison-table__category__summary__disclaimer {
    font-size: 12px;
  }
}
.comparison-table__category__summary__disclaimer p {
  margin-bottom: 12px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.comparison-table__category__details__wrap {
  display: flex;
  width: 76%;
  flex-direction: column;
}
.comparison-table__category__details__wrap .comparison-table__row {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .comparison-table__category__details__wrap {
    width: 60%;
  }
}
.comparison-table__category__details {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #D8D8D8;
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .comparison-table__category__details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comparison-table__category__details:last-child {
    border-right: 1px solid #D8D8D8;
  }
}
.comparison-table__category__details .comparison-table__row {
  flex-grow: 1;
}
.comparison-table__category__details .comparison-table__row .comparison-table__category__detail {
  border-right: 1px solid #D8D8D8;
  border-top: none;
}
@media (max-width: 767px) {
  .comparison-table__category__details .comparison-table__row .comparison-table__category__detail {
    border-right: none;
  }
}
.comparison-table__category__details .comparison-table__row .comparison-table__category__detail:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .comparison-table__category__details .comparison-table__row {
    flex-direction: column;
  }
}
.comparison-table__category__details .comparison-table__row.row-overview + .row-details {
  flex-grow: 0;
}
@media (min-width: 768px) {
  .comparison-table__category__details .comparison-table__row.row-overview + .row-details + .comparison-table__category__detail_row .comparison-table__category__detail {
    border-top: none;
  }
}
.comparison-table__category__details .disclaimer {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .comparison-table__category__details .disclaimer {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
  }
}
.comparison-table__category__details .disclaimer .icon-no-check {
  color: #D8D8D8;
}
.comparison-table__category__detail {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #D8D8D8;
}
.comparison-table__category__detail-1, .comparison-table__category__detail-2, .comparison-table__category__detail-3 {
  min-height: 120px;
}
@media (max-width: 767px) {
  .comparison-table__category__detail-1, .comparison-table__category__detail-2, .comparison-table__category__detail-3 {
    min-height: 70px;
  }
}
.comparison-table__category__detail-1 p, .comparison-table__category__detail-2 p, .comparison-table__category__detail-3 p {
  font-size: inherit;
  line-height: 1.18;
  font-weight: inherit;
  margin: inherit;
  display: inline-block;
}
.comparison-table__category__detail__description {
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 400;
  margin: 0 !important;
  border-bottom: 1px solid #D8D8D8;
  padding: 11px 8px 13px 10px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .comparison-table__category__detail__description {
    font-size: 14px;
  }
}
.comparison-table__category__detail__description p {
  font-size: inherit;
  line-height: 1.18;
  font-weight: inherit;
  margin: inherit;
  display: inline-block;
}
.comparison-table__category__detail__description p.line-clamp {
  margin-bottom: 5px;
}
.comparison-table__category__detail__description p a {
  color: #009ddd;
}
.comparison-table__category__detail__description p:not(:first-child),
.comparison-table__category__detail__description ul:not(:first-child) {
  display: none;
}
.comparison-table__category__detail__description ul {
  list-style: disc;
}
.comparison-table__category__detail__description.active p,
.comparison-table__category__detail__description.active ul {
  margin-bottom: 10px !important;
}
.comparison-table__category__detail__description.active p:not(:first-child),
.comparison-table__category__detail__description.active ul:not(:first-child) {
  display: block;
}
.comparison-table__category__detail__description .view-toggle {
  text-decoration: underline;
  color: #009ddd;
  text-transform: uppercase;
  display: none;
}
.comparison-table__category__detail__description .view-toggle .text-less {
  display: none;
}
.comparison-table__category__detail__row .comparison-table__category__detail {
  flex-grow: 0;
  font-size: 20px;
  color: #0060AF;
}
@media (max-width: 991px) {
  .comparison-table__category__detail__row .comparison-table__category__detail {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comparison-table__category__detail__row .comparison-table__category__detail {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.comparison-table__category__detail__row .comparison-table__category__detail .not-available {
  padding: 10px 0;
  color: #9A9A9A;
}
.comparison-table__category__detail__row .comparison-table__category__detail a {
  padding: 10px 0;
  color: #0060AF;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table__category__detail__row .comparison-table__category__detail a {
    text-align: center;
    flex-direction: column;
  }
}
.comparison-table__category__detail__row .comparison-table__category__detail a:hover {
  text-decoration: none;
  color: #003663;
}
.comparison-table__category__detail__row .comparison-table__category__detail a:before {
  position: relative;
  margin-left: -10px;
  margin-right: 10px;
  top: -1px;
}
@media (max-width: 767px) {
  .comparison-table__category__detail__row .comparison-table__category__detail a:before {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.comparison-table__category__detail__row .comparison-table__category__detail a.w-arrow:after {
  font-size: 11px;
}
@media (max-width: 767px) {
  .comparison-table__category__detail__row .comparison-table__category__detail a.w-arrow:after {
    display: none;
  }
}
.comparison-table .detail-icon {
  color: #0060AF;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .comparison-table .detail-icon {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .comparison-table .detail-icon {
    font-size: 1rem;
    line-height: 1;
  }
}
.comparison-table .detail-label {
  font-size: 18px;
  line-height: 1.222;
  white-space: pre-line;
  min-height: 42px;
}
@media (max-width: 991px) {
  .comparison-table .detail-label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comparison-table .detail-label {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.comparison-table__button-group {
  display: none;
  text-align: center;
  margin-top: 25px;
}
.comparison-table__button-group .btn {
  margin: 0 8px;
  width: auto;
}
@media (max-width: 991px) {
  .comparison-table__button-group .btn {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .comparison-table__button-group .btn {
    margin: 0 0 15px 0;
    font-size: 1rem;
    padding: 15px;
    line-height: 1;
  }
  .comparison-table__button-group .btn:after {
    font-size: 1rem !important;
  }
}
.comparison-table__alert-text {
  font-size: 20px;
  color: #ED1C24;
}
.comparison-table--activities .comparison-table__redirect {
  display: none;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__headers.is-fixed .comparison-table__name__heading {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom {
    display: none;
  }
}
.comparison-table--activities .comparison-table__header-bottom .comparison-table__row {
  align-items: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom .comparison-table__row {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.comparison-table--activities .comparison-table__header-bottom__alert {
  left: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1.2222;
  display: flex;
  align-items: center;
  width: 24%;
}
@media (max-width: 1199px) {
  .comparison-table--activities .comparison-table__header-bottom__alert {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom__alert {
    width: 40%;
  }
}
.comparison-table--activities .comparison-table__header-bottom__alert:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background: #ED1C24;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom__alert:before {
    height: 10px;
    width: 10px;
    min-width: 10px;
  }
}
.comparison-table--activities .comparison-table__header-bottom__phone {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 1199px) {
  .comparison-table--activities .comparison-table__header-bottom__phone {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom__phone {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__header-bottom__phone {
    display: none !important;
  }
}
.comparison-table--activities .comparison-table__header-bottom__phone a {
  color: #636466;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__name {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__name__heading {
    margin-bottom: 10px !important;
  }
}
.comparison-table--activities .comparison-table__name__filter {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__name__filter {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__locations {
    padding-left: 40%;
  }
}
@media (min-width: 1200px) {
  .comparison-table--activities .comparison-table__location {
    padding-bottom: 20px;
  }
}
.comparison-table--activities .row-details.empty {
  flex-grow: 0;
}
.comparison-table--activities .row-details.empty + .comparison-table__category__detail__row {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .comparison-table--activities .row-details.empty + .comparison-table__category__detail__row .comparison-table__category__detail {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .comparison-table--activities .row-details {
    padding-top: 15px;
  }
}
.comparison-table--activities .comparison-table__item.offsite-activity .comparison-table__category__label:after {
  content: "";
  width: 13px;
  height: 13px;
  min-width: 13px;
  border-radius: 50%;
  background: #ED1C24;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .comparison-table--activities .comparison-table__item.offsite-activity .comparison-table__category__label:after {
    height: 10px;
    width: 10px;
  }
}
.comparison-table--activities .comparison-table__category__detail__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}
.comparison-table--activities .comparison-table__category__detail__row .comparison-table__category__detail {
  flex-basis: 50%;
  flex-grow: 1;
}
.comparison-table--activities .comparison-table__category__detail__row .comparison-table__category__detail:first-child {
  border-right: 1px solid #D8D8D8;
}
.comparison-table--activities .comparison-table__category__seasons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
.comparison-table--activities .comparison-table__category__seasons .icon-spring,
.comparison-table--activities .comparison-table__category__seasons .icon-summer,
.comparison-table--activities .comparison-table__category__seasons .icon-fall,
.comparison-table--activities .comparison-table__category__seasons .icon-winter,
.comparison-table--activities .comparison-table__category__seasons .icon-all-seasons {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.comparison-table--activities .comparison-table__category__seasons span {
  margin-right: 6px;
}
.comparison-table--activities .comparison-table__category__seasons span:last-child {
  margin-right: 0;
}
.comparison-table--dining .comparison-table__category__summary {
  color: #9A9A9A;
}
.comparison-table--dining .comparison-table__category__summary__disclaimer p {
  color: #9A9A9A;
}
@media (min-width: 1200px) {
  .comparison-table--dining .comparison-table__locations {
    position: relative;
  }
  .comparison-table--dining .comparison-table__locations .flyout.from-left {
    width: 24%;
    height: auto;
    justify-content: flex-start;
    padding: 16px 45px 16px 10px;
  }
}
@media (max-width: 1199px) {
  .comparison-table--dining .comparison-table__location {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .comparison-table--dining .comparison-table__name__heading {
    font-size: 18px;
  }
}
.comparison-table--dining.filtered .dining-detail {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.comparison-table--dining .comparison-table__items {
  border-bottom: 10px solid #F9F9F9;
}
.comparison-table--dining .comparison-table__item:nth-child(odd) .venue-row {
  border-bottom: 3px solid #ffffff;
}
.comparison-table--dining .comparison-table__item:nth-child(odd) .comparison-table__row__joined {
  border-top: none;
}
.comparison-table--dining .comparison-table__item:nth-child(odd) .dining-header {
  border-bottom: 3px solid #ffffff;
}
.comparison-table--dining .comparison-table__item:nth-child(odd) .dining-detail {
  border-bottom: 3px solid #ffffff;
}
.comparison-table--dining .comparison-table__item:nth-child(odd) .dining-detail:last-child {
  border: none;
}
@media (max-width: 767px) {
  .comparison-table--dining .comparison-table__category__details {
    width: 40% !important;
  }
}
.comparison-table--dining .dining-header {
  text-align: center;
  color: #9A9A9A;
  padding: 14px 40px 17px 40px;
  border-bottom: 1px solid #D8D8D8;
}
.comparison-table--dining .dining-header__heading {
  font-size: 35px;
  line-height: 1.14;
}
@media (max-width: 1199px) {
  .comparison-table--dining .dining-header__heading {
    font-size: 25px;
    padding-bottom: 0;
  }
}
.comparison-table--dining .dining-header__contact {
  font-size: 20px;
}
.comparison-table--dining .dining-header a {
  color: #9A9A9A;
}
.comparison-table--dining .dining-header .property-map {
  text-decoration: underline;
}
.comparison-table--dining .dining-body {
  padding-bottom: 10px;
}
.comparison-table--dining .dining-detail {
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
  color: #9A9A9A;
  border-bottom: 1px solid #D8D8D8;
}
.comparison-table--dining .dining-detail:last-child {
  border-bottom: none;
}
.comparison-table--dining .dining-detail__heading {
  font-size: 20px;
}
.comparison-table--dining .dining-detail a {
  color: #9A9A9A;
  text-decoration: underline;
}
.comparison-table--dining .dining-detail__body {
  font-size: 14px;
  line-height: 1.16;
  font-weight: 400;
  color: #9A9A9A;
  margin-top: 2px;
  margin-bottom: 10px;
}
.comparison-table--dining .dining-detail__body p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}
.comparison-table--dining .dining-detail__disclaimer {
  font-size: 14px;
  line-height: 1.16;
  font-weight: 300;
  font-family: "Cachet-Light", "Verdana", sans-serif;
  color: #9A9A9A;
}
.comparison-table--dining .dining-detail__disclaimer p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}
.comparison-table--dining .dining-icon {
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #0060AF;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .comparison-table--lodging.filtered .comparison-table__category__details.estes-park {
    border-right: 1px solid #D8D8D8;
  }
}
@media (max-width: 767px) {
  .comparison-table--lodging .comparison-table__category__details {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .comparison-table--dining .dining-header {
    padding: 14px 10px;
  }
  .comparison-table--dining .dining-header__heading {
    font-size: 14px;
    line-height: 1.2;
  }
  .comparison-table--dining .dining-header__contact,
  .comparison-table--dining .dining-detail__heading {
    font-size: 13px;
  }
  .comparison-table--dining .dining-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.4;
  }
  .comparison-table--dining .dining-icon {
    margin-right: 0;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
  .comparison-table--dining .comparison-table__alert-text {
    font-size: 13px;
    padding: 0 5px;
    line-height: 1.2;
    text-align: center;
  }
}
#page-46 .comparison-table--activities,
#page-47 .comparison-table--activities {
  position: relative;
}
#page-46 .comparison-table--activities:after,
#page-47 .comparison-table--activities:after {
  content: "";
  display: block;
  position: absolute;
  height: 330px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-white-fade.png) no-repeat center bottom;
  background-size: cover;
  z-index: 2;
}
#page-46 .comparison-table--activities .comparison-table__items,
#page-47 .comparison-table--activities .comparison-table__items {
  position: relative;
}
#page-46 .comparison-table--activities .comparison-table__item:nth-child(1n+7),
#page-47 .comparison-table--activities .comparison-table__item:nth-child(1n+7) {
  display: none !important;
}
#page-46 .comparison-table--activities .comparison-table__redirect,
#page-47 .comparison-table--activities .comparison-table__redirect {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-46 .comparison-table--activities .comparison-table__redirect,
  #page-47 .comparison-table--activities .comparison-table__redirect {
    width: calc(100% - 5px);
  }
}
@media (max-width: 991px) {
  #page-46 .comparison-table--activities .comparison-table__redirect,
  #page-47 .comparison-table--activities .comparison-table__redirect {
    width: calc(100% - 33px);
  }
}
#page-46 .comparison-table--activities .comparison-table__button-group,
#page-47 .comparison-table--activities .comparison-table__button-group {
  display: block;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-46 .comparison-table--activities .comparison-table__button-group,
  #page-47 .comparison-table--activities .comparison-table__button-group {
    display: inline-block;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
#page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu,
#page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu {
  display: inline-block;
  position: relative;
}
#page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-menu,
#page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-menu {
  width: calc(100% - 16px);
  padding: 0;
  border-color: #D8D8D8;
}
@media (max-width: 767px) {
  #page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-menu,
  #page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-menu {
    width: 100%;
  }
}
#page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item,
#page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 18px;
  border-bottom: 1px solid #D8D8D8;
  color: #0060AF;
}
@media (max-width: 767px) {
  #page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item,
  #page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
#page-46 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item:last-child,
#page-47 .comparison-table--activities .comparison-table__button-group__dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

#page-65 .comparison-table .section-heading,
#page-46 .comparison-table .section-heading {
  display: none;
}

.comparison-table.widget.add-padding-top {
  padding-top: 0 !important;
}

.personabar-visible .comparison-table__headers.is-fixed {
  left: 40px;
}

#activitiesInfoModal .view-toggle {
  display: none !important;
}

@media (min-width: 768px) {
  .row-overview {
    min-height: 102px;
    max-height: 102px;
  }
  #activity-day-camp .snow-mountain .row-overview {
    flex-grow: 0;
  }
  #activity-day-camp .snow-mountain .comparison-table__category__detail__row {
    flex-grow: 1;
  }
  #activity-hiking .estes-park .comparison-table__row.row-details {
    flex-grow: 0;
    max-height: 101px;
  }
  #activity-hiking .estes-park .comparison-table__category__detail__row {
    flex-grow: 1;
  }
  #activity-hiking .snow-mountain .comparison-table__category__detail__row {
    flex-grow: 1;
  }
}
#activity-family-programming .estes-park .comparison-table__category__availability {
  border-top: 1px solid #D8D8D8;
}

#activity-summer-tubing .snow-mountain .comparison-table__category__availability,
#activity-winter-tubing .snow-mountain .comparison-table__category__availability {
  border-top: 1px solid #D8D8D8;
}

.article-featured {
  padding: 50px 0 40px 0;
  background: #ffffff;
}
.article-featured .article-list__item__link {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .article-featured .article-list__item__link {
    flex-direction: column-reverse;
  }
}
.article-featured__item {
  display: flex;
  color: #ffffff;
}
@media (max-width: 767px) {
  .article-featured__item {
    flex-direction: column-reverse;
  }
}
.article-featured__item:hover {
  text-decoration: none;
  color: #ffffff;
}
.article-featured__item span {
  display: block;
}
.article-featured__body {
  width: 43%;
  background: #007bc1 url(/portals/_default/Skins/YMCA/img/bg-pattern-primary.jpg);
  position: relative;
  display: block;
  z-index: 1;
}
@media (max-width: 991px) {
  .article-featured__body {
    width: 100%;
  }
}
.article-featured__body__content {
  position: relative;
  z-index: 1;
  padding: 65px 16px 30px 32px;
}
.article-featured__tag-wrap {
  position: absolute;
  font-size: 24px;
  text-transform: uppercase;
  left: 22px;
  top: -12px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  background: transparent;
}
.article-featured__tag-wrap__tag {
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  background: #01A490;
  padding: 5px 32px 5px 24px;
  position: relative;
}
.article-featured__tag-wrap__tag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.09;
  background: url(/portals/_default/Skins/YMCA/img/pattern-rings.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center center;
}
.article-featured__tag-wrap__tag:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% - 20px);
  border-radius: 3px;
  left: 10px;
  top: 10px;
  background: #ffffff;
  opacity: 0.25;
}
.article-featured__tag-wrap__tag span {
  position: relative;
  z-index: 2;
}
.article-featured__heading {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  text-transform: uppercase;
  white-space: pre-line;
  margin-bottom: 26px;
}
.article-featured__heading:before {
  background: #ffffff;
  opacity: 0.25;
}
.article-featured__heading span {
  padding-right: 50px;
}
.article-featured__description {
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
  font-size: 28px;
  color: #ffffff;
  padding-right: 2rem;
  line-height: 1.14;
}
.article-featured__description p {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.article-featured__description a {
  color: #ffffff !important;
  text-decoration: underline;
}
.article-featured__image {
  width: 57%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 434px;
}
@media (max-width: 991px) {
  .article-featured__image {
    width: 100%;
    height: 400px;
    min-height: auto;
  }
}
.article-featured__read-more {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  margin-top: 26px;
  color: #ffffff !important;
}
.article-featured__read-more:hover {
  color: #ffffff;
}

.article-list {
  background: #F9F9F9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list [class*=article_list_wrapper] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .article-list [class*=article_list_wrapper] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .article-list [class*=article_list_wrapper] {
    grid-column-gap: 20px;
    display: grid;
  }
}
.article-list__item {
  background: #FFFFFF;
  display: block;
  box-shadow: 1px -1px 19px 0 rgba(201, 201, 201, 0.5);
  margin-bottom: 20px;
  position: relative;
  border-bottom: 3px solid #01A490;
}
.article-list__item:hover {
  text-decoration: none;
}
.article-list__item__link:hover {
  text-decoration: none;
}
.article-list__image {
  height: 248px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article-list__image__tag {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  background: #01A490;
  font-size: 18px;
  padding: 7px 14px;
}
.article-list__image__tag:empty {
  display: none !important;
}
.article-list__category {
  display: inline-block !important;
  background: #ffffff;
  font-size: 18px;
  padding: 1px 11px;
  left: 10px;
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
}
.article-list__category span {
  color: #0060AF;
}
.article-list__category span:after {
  content: " - ";
}
.article-list__category span:last-child:after {
  display: none !important;
}
.article-list__category .EDNcategorycolor-orange,
.article-list__category .EDNcategorycolor-pink {
  color: #92278F;
  position: absolute;
  width: 0;
  height: 0 !important;
  opacity: 0;
  left: 0;
  top: 0;
}
.article-list__category .EDNcategorycolor-orange ~ span {
  color: #E3761C;
}
.article-list__category .EDNcategorycolor-pink ~ span {
  color: #92278F;
}
.article-list__category .EDNcategorycolor-orange + .EDNcategorycolor-pink ~ span {
  color: #0060AF;
}
.article-list__body {
  padding: 32px 20px 21px 20px;
}
.article-list__heading {
  font-size: 28px;
  color: #0060AF;
  line-height: 1.14;
  margin-bottom: 28px;
  text-transform: capitalize;
}
.article-list__heading .w-border:before {
  background: #0060AF;
}
.article-list__description {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.333;
  color: #636466;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article-list__description p {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 0 !important;
}
.article-list__description__content {
  flex-grow: 1;
  margin-bottom: 10px;
}
.article-list__read-more {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #01A490 !important;
}
.article-list__read-more span:before {
  background: #01A490 !important;
}
.article-list__read-more:after {
  content: "W";
  font-family: "YMCA";
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.article-list__read-more:hover {
  text-decoration: none;
}
.article-list__read-more:hover span {
  color: #01A490 !important;
}
.article-list__read-more.icon-download {
  text-transform: uppercase;
}
.article-list__read-more.icon-download:before {
  font-size: 18px;
  margin-right: 5px;
}
.article-list__read-more.icon-download:after {
  display: none;
}
.article-list .edit-blog-article {
  background: rgba(1, 164, 144, 0.9);
  right: 0;
  top: 0;
}
.article-list--widget {
  border-top: 1px solid #E4E4E4;
  padding: 80px 0 70px 0;
  background: url(/portals/_default/Skins/YMCA/img/bg-pattern-white.jpg) no-repeat center center;
  background-size: cover;
}
.article-list--widget__heading {
  font-size: 42px;
  text-align: center;
  color: #0060AF;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
.article-list--widget__btn-group {
  text-align: center;
  padding-top: 10px;
}

.article_pager,
.gsc-cursor {
  padding: 0 15px;
  max-width: 540px;
  margin: 10px auto 40px auto;
}
@media (min-width: 768px) {
  .article_pager,
  .gsc-cursor {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .article_pager,
  .gsc-cursor {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .article_pager,
  .gsc-cursor {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .article_pager,
  .gsc-cursor {
    max-width: 1440px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article_pager,
  .gsc-cursor {
    padding: 0;
  }
}
.article_pager .next,
.article_pager .last,
.article_pager .first,
.article_pager .prev,
.gsc-cursor .next,
.gsc-cursor .last,
.gsc-cursor .first,
.gsc-cursor .prev {
  margin: 0 5px;
}
@media (max-width: 991px) {
  .article_pager .next,
  .article_pager .last,
  .article_pager .first,
  .article_pager .prev,
  .gsc-cursor .next,
  .gsc-cursor .last,
  .gsc-cursor .first,
  .gsc-cursor .prev {
    display: none;
  }
}
.article_pager .first,
.gsc-cursor .first {
  margin-left: 0;
}
.article_pager .prev,
.gsc-cursor .prev {
  margin-right: 10px;
}
.article_pager .page,
.article_pager .gsc-cursor-page,
.gsc-cursor .page,
.gsc-cursor .gsc-cursor-page {
  display: inline-block !important;
  color: #636466 !important;
  font-weight: 400 !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 18px !important;
  margin-right: 8px !important;
  background: #ffffff !important;
  border: 1px solid #F0F0F0 !important;
  font-family: "Cachet", "Verdana", sans-serif !important;
}
@media (min-width: 992px) {
  .article_pager .page,
  .article_pager .gsc-cursor-page,
  .gsc-cursor .page,
  .gsc-cursor .gsc-cursor-page {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 24px !important;
  }
}
.article_pager .page:hover,
.article_pager .gsc-cursor-page:hover,
.gsc-cursor .page:hover,
.gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none !important;
  background: #01A490 !important;
  border-color: #01A490 !important;
  color: #ffffff !important;
}
.article_pager .page.active, .article_pager .page.gsc-cursor-current-page,
.article_pager .gsc-cursor-page.active,
.article_pager .gsc-cursor-page.gsc-cursor-current-page,
.gsc-cursor .page.active,
.gsc-cursor .page.gsc-cursor-current-page,
.gsc-cursor .gsc-cursor-page.active,
.gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background: #01A490 !important;
  border-color: #01A490 !important;
  color: #ffffff !important;
}

.gsc-cursor {
  padding: 0;
}

.article-details {
  margin: 0 auto 40px auto;
  position: relative;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .article-details {
    width: 66.875%;
  }
}
@media (max-width: 991px) {
  .article-details {
    max-width: 960px;
  }
}
.article-details--page {
  padding-top: 50px;
}
.article-details--page .article-details__summary {
  margin-bottom: 0;
}
.article-details--page .edit-blog-article {
  color: #636466 !important;
}
.article-details--page .edit-blog-article a {
  color: #007bc1 !important;
}
.article-details--page .article-details__image {
  margin-top: 35px;
}
.article-details__top-content, .article-details__body {
  padding: 40px 20px 35px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-details__top-content, .article-details__body {
    padding: 40px 40px 35px 40px;
  }
}
@media (min-width: 992px) {
  .article-details__top-content, .article-details__body {
    padding: 40px 60px 35px 60px;
  }
}
.article-details__top-content {
  background: url(/portals/_default/Skins/YMCA/img/bg-pattern-vertical.png);
}
.article-details__body {
  padding-bottom: 80px;
  font-size: 20px;
  line-height: 1.5;
}
.article-details__body p, .article-details__body li {
  font-size: inherit;
  line-height: inherit;
}
.article-details__body p a:not(.btn), .article-details__body li a:not(.btn) {
  text-decoration: underline;
  color: #009ddd;
}
.article-details__body p strong, .article-details__body p b, .article-details__body li strong, .article-details__body li b {
  font-weight: 500;
  font-family: "Cachet-Bold", "Verdana", sans-serif;
}
.article-details__body p {
  margin-bottom: 30px;
}
.article-details__body h1, .article-details__body h2, .article-details__body h3, .article-details__body h4, .article-details__body h5,
.article-details__body .h1, .article-details__body .h2, .article-details__body .h3, .article-details__body .h4, .article-details__body .h5 {
  line-height: 1.14;
  text-transform: uppercase;
  color: #0060AF;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
}
.article-details__body h1:before, .article-details__body h2:before, .article-details__body h3:before, .article-details__body h4:before, .article-details__body h5:before,
.article-details__body .h1:before, .article-details__body .h2:before, .article-details__body .h3:before, .article-details__body .h4:before, .article-details__body .h5:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: rgba(0, 96, 175, 0.64);
  border-radius: 4px;
  left: 0;
  top: 0;
}
.article-details__body h1 br, .article-details__body h2 br, .article-details__body h3 br, .article-details__body h4 br, .article-details__body h5 br,
.article-details__body .h1 br, .article-details__body .h2 br, .article-details__body .h3 br, .article-details__body .h4 br, .article-details__body .h5 br {
  line-height: 0 !important;
}
.article-details__body h1 strong,
.article-details__body h1 b, .article-details__body h2 strong,
.article-details__body h2 b, .article-details__body h3 strong,
.article-details__body h3 b, .article-details__body h4 strong,
.article-details__body h4 b, .article-details__body h5 strong,
.article-details__body h5 b,
.article-details__body .h1 strong,
.article-details__body .h1 b, .article-details__body .h2 strong,
.article-details__body .h2 b, .article-details__body .h3 strong,
.article-details__body .h3 b, .article-details__body .h4 strong,
.article-details__body .h4 b, .article-details__body .h5 strong,
.article-details__body .h5 b {
  font-weight: 400 !important;
  font-family: "Cachet", "Verdana", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.article-details__body h1, .article-details__body .h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
}
.article-details__body h2, .article-details__body .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
.article-details__body h3, .article-details__body .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.article-details__body h4, .article-details__body .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.14;
}
.article-details__body ul, .article-details__body ol {
  margin-left: 0;
  margin-bottom: 25px;
  padding: 0;
}
.article-details__body ul {
  list-style: none;
}
.article-details__body ul li {
  position: relative;
  padding-left: 16px;
  font-size: inherit;
  line-height: inherit;
  /*
  a {
      display: inline-block;
      position: relative;

      &:before {
          content: "-";
          display: block;
          width: 16px;
          position: absolute;
          left: -16px;
          color: $primary--light;
          z-index: 1;
      }

      &:after {
          content: "";
          position: absolute;
          display: block;
          height: 2px;
          width: 100%;
          background: $primary--light;
          left: -16px;
          top: 19px;
          width: 16px;

      }
  }*/
}
.article-details__body ul li:before {
  content: "-";
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.article-details__body ol li {
  margin-left: 20px;
}
.article-details__body img {
  max-width: 100%;
  height: auto !important;
}
.article-details__download-link {
  font-size: 18px;
  text-align: right;
  color: #009ddd;
}
.article-details__download-link a {
  color: #009ddd;
}
.article-details__category {
  font-size: 28px;
  color: #007bc1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.article-details__category:empty {
  display: none !important;
}
.article-details__category a {
  color: #007bc1;
}
.article-details__category__assigned span {
  color: #0060AF;
}
.article-details__category__assigned a {
  color: #009ddd;
  text-decoration: underline;
}
.article-details__heading {
  text-transform: uppercase;
  color: #0060AF;
}
.article-details__heading:before {
  background: #0060AF;
  opacity: 0.64;
}
.article-details__date {
  text-align: right;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3333;
  position: relative;
  margin-bottom: 10px;
}
.article-details__date:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #D8D8D8;
  top: 50%;
  left: 0;
}
.article-details__date span {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  background: #ffffff url(/portals/_default/Skins/YMCA/img/bg-pattern-vertical.png);
}
.article-details__summary {
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .article-details__summary {
    font-size: 28px;
    line-height: 1.2142;
  }
}
.article-details__summary p {
  font-size: inherit;
  line-height: inherit;
}
.article-details__image {
  height: 488px;
}
.article-details blockquote {
  background: #F8F8F8;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px;
  color: #0060AF;
  font-style: italic;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  margin-bottom: 28px;
}
.article-details blockquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}
.article-details .breadcrumbs {
  font-size: 20px;
  padding: 12px 15px 16px 15px;
  margin-bottom: 12px;
}
.article-details .breadcrumbs a {
  color: #636466;
}
.article-details .breadcrumbs a:last-child {
  color: #007bc1;
}
.article-details__document-list {
  margin-bottom: 40px;
}
.article-details__document {
  padding: 7px 10px;
  background: #F8F8F8;
  margin-bottom: 10px;
}
.article-details__document a {
  color: #0060AF;
  font-size: 20px;
  text-decoration: none;
}
.article-details__document a:before {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.article-details__links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.article-details__links a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.article-details__links a:nth-child(3n+1) {
  background-color: #007bc1;
  color: white;
}
.article-details__links a:nth-child(3n+1):visited {
  color: white;
  background-color: #007bc1;
}
.article-details__links a:nth-child(3n+1):hover {
  color: white;
  background-color: #004a75;
}
.article-details__links a:nth-child(3n+3) {
  background-color: #01A490;
  color: white;
}
.article-details__links a:nth-child(3n+3):visited {
  color: white;
  background-color: #01A490;
}
.article-details__links a:nth-child(3n+3):hover {
  color: white;
  background-color: #01584d;
}
.article-details__links a:nth-child(3n+2) {
  background-color: #0060AF;
  color: white;
}
.article-details__links a:nth-child(3n+2):visited {
  color: white;
  background-color: #0060AF;
}
.article-details__links a:nth-child(3n+2):hover {
  color: white;
  background-color: #003663;
}

.article-filter {
  background: #F9F9F9;
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
  position: relative;
}
.article-filter__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .article-filter__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-filter__category {
  display: flex;
  align-items: center;
  width: calc(66% + 3px);
  margin-right: 20px;
}
@media (max-width: 991px) {
  .article-filter__category {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-filter__category {
    flex-direction: column;
    line-height: 1.1;
  }
}
.article-filter__category__label {
  color: #0060AF;
  font-size: 28px;
  margin-right: 14px;
}
.article-filter__category__trigger {
  flex-grow: 1;
  appearance: none;
  background: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border: 1px solid #E4E4E4;
  padding: 0 20px;
  font-size: 24px;
  color: #636466;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .article-filter__category__trigger {
    margin-top: 10px;
    width: 100%;
  }
}
.article-filter__category__trigger:focus {
  outline: none;
}
.article-filter__category__trigger .icon-single-arrow {
  font-size: 14px;
  transform: rotate(90deg);
  width: 14px;
  display: inline-block;
}
.article-filter__category__trigger[aria-expanded=true] .icon-single-arrow {
  transform: rotate(-90deg);
}
.article-filter__category-menu {
  padding: 23px 0;
  background: #ffffff;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .article-filter__category-menu {
    position: absolute;
    width: calc(100% - 30px);
    max-width: 930px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #E4E4E4;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .article-filter__category-menu {
    max-width: 690px;
  }
}
.article-filter__category-menu .edn_category_menu_wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.article-filter__category-menu .edn_category_menu_wrapper li {
  font-size: 24px;
  list-style: none;
  position: relative;
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_0 {
  width: calc(33.33333% - 10px);
}
@media (max-width: 991px) {
  .article-filter__category-menu .edn_category_menu_wrapper li.level_0 {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .article-filter__category-menu .edn_category_menu_wrapper li.level_0 {
    width: 100%;
  }
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_0.active {
  color: #007bc1;
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_0.active a.level_0 {
  color: #007bc1;
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_1 {
  color: #636466;
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_1.active {
  color: #007bc1;
}
.article-filter__category-menu .edn_category_menu_wrapper li.level_1.active a {
  color: #007bc1;
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild ul {
  margin: 0;
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild li {
  padding-left: 16px;
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild li:before {
  content: "-";
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild .expand_collapse:before {
  content: "+";
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild .expand_collapse.collapse {
  display: inline-block;
}
.article-filter__category-menu .edn_category_menu_wrapper li.hasChild .expand_collapse.collapse:before {
  content: "-";
}
.article-filter__category-menu .edn_category_menu_wrapper li a {
  color: #636466;
  text-decoration: none;
}
.article-filter__search-sort {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .article-filter__search-sort {
    width: 100%;
    margin-top: 20px;
  }
}
.article-filter__search {
  flex-grow: 1;
  background: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border: 1px solid #E4E4E4;
  padding: 0;
  font-size: 24px;
  color: #636466;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.article-filter__search__input input {
  border: none;
  appearance: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 60px 0 20px;
  z-index: 1;
  background: transparent;
}
.article-filter__search__input input:focus {
  outline: none;
}
.article-filter__search .icon-search {
  position: relative;
  z-index: 2;
  cursor: pointer;
  left: -20px;
  top: 2px;
  display: inline-block;
}
.article-filter__sort .dropdown-trigger {
  appearance: none;
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 25px;
  margin-left: 20px;
  font-size: 37px;
  border-radius: 0;
  background: url(/portals/_default/Skins/YMCA/img/icons/sort.svg) no-repeat center center;
  background-size: cover;
}
.article-filter__sort .dropdown-trigger:focus {
  outline: none;
}
.article-filter__sort .dropdown-menu {
  border-color: #E4E4E4;
  padding: 10px 0;
}
.article-filter__sort .dropdown-menu li {
  cursor: pointer;
}
.article-filter__sort .dropdown-item {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  padding: 0 18px;
}

.edn_searchInfoResults,
.category-results {
  background: #F9F9F9;
  margin-bottom: 0 !important;
  padding-bottom: 1.25rem;
}

.edncf_AdvancedSearch {
  height: 0;
  position: absolute;
  left: -9999px;
}

.DnnModule-409 {
  background: #F9F9F9;
}

.search-results__inner,
.category-results__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}
.search-results__inner span,
.category-results__inner span {
  margin-left: 5px;
}
.search-results__inner .clear-results,
.category-results__inner .clear-results {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.search-results__inner .clear-results a:hover,
.category-results__inner .clear-results a:hover {
  text-decoration: none;
}

.edit-blog-article {
  right: 15px;
  top: 10px;
  position: relative;
  padding: 1px 5px;
  position: absolute;
  z-index: 2;
  color: #ffffff !important;
}
.edit-blog-article a {
  color: #ffffff !important;
}

[id*=pnlArticelImagesGallery] {
  display: none;
}

.edn_fluidVideo iframe {
  height: 488px;
}

.admin_action.edit:visited,
.edit:visited {
  color: #007bc1;
}

.eds_news_module_409 {
  padding-bottom: 80px;
}

.eds_news_module_411 .article-list {
  padding-top: 40px;
}

.seamless-fallback {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#page-72 .breadcrumbs,
#page-74 .breadcrumbs {
  display: none;
}
#page-72 .article-details.edn-content,
#page-74 .article-details.edn-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
#page-72 .article-details.edn-content .article-details__body.pt-0,
#page-72 .article-details.edn-content .article-details__date,
#page-74 .article-details.edn-content .article-details__body.pt-0,
#page-74 .article-details.edn-content .article-details__date {
  display: none;
}
#page-72 .article-details.general-content .article-details__body,
#page-74 .article-details.general-content .article-details__body {
  padding-top: 0;
}

.statistics__inner {
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .statistics__inner {
    flex-direction: column;
  }
}
.statistics__header {
  font-size: 35px;
  line-height: 1.14;
}
@media (min-width: 1200px) {
  .statistics__header {
    max-width: 20%;
  }
}
@media (max-width: 1199px) {
  .statistics__header {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .statistics__header {
    font-size: 25px;
  }
}
.statistics__items {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .statistics__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .statistics__items {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .statistics__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .statistics__item {
    width: 50%;
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .statistics__item {
    width: 100%;
  }
}
.statistics__item__heading {
  color: #0060AF;
  font-size: 42px;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  line-height: 1;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .statistics__item__heading {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .statistics__item__heading {
    font-size: 30px;
  }
}
.statistics__item__description {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .statistics__item__description {
    font-size: 20px;
  }
}
.statistics__item__description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#bookingModal.in {
  opacity: 1 !important;
}
#bookingModal .modal-dialog {
  max-width: 500px;
}
#bookingModal .modal-header {
  background: transparent;
  border: none;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#bookingModal .modal-header .modal-title {
  font-size: 28px;
  line-height: 1.14;
  color: #ffffff;
  font-family: "Cachet", "Verdana", sans-serif;
}
#bookingModal .modal-header .modal-title:before {
  background: rgba(255, 255, 255, 0.25);
}
#bookingModal .modal-header .icon-close {
  color: #ffffff;
  font-size: 24px;
}
#bookingModal .modal-content {
  background: #01A490;
  background-size: cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#bookingModal .modal-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.05;
  background: #01A490 url(/portals/_default/Skins/YMCA/img/pattern-rings.png);
  background-size: cover;
  z-index: 0;
}
#bookingModal .modal-body,
#bookingModal .modal-footer {
  background: rgba(0, 107, 107, 0.28);
  position: relative;
  z-index: 1;
}
#bookingModal .form-control {
  cursor: pointer;
  font-family: "Cachet", "Verdana", sans-serif;
  color: #636466;
}
#bookingModal .booking-footer {
  display: none;
}
#bookingModal .modal-footer {
  padding-top: 0;
  justify-content: center;
}
#bookingModal .btn-submit-booking {
  background: #006B6B;
  border-color: #006B6B;
  color: #ffffff;
  text-transform: uppercase;
}
#bookingModal .btn-submit-booking:focus {
  box-shadow: none;
}
#bookingModal label {
  font-size: 20px;
  color: white;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
}
#bookingModal #daterange {
  background: #ffffff url(/portals/_default/Skins/YMCA/img/icons/single-arrow.svg) no-repeat;
  background-position: calc(100% - 20px) center;
}
#bookingModal .lodging-type-epc,
#bookingModal .lodging-type-smr,
#bookingModal .booking-details {
  display: none;
}
#bookingModal #lodging-message {
  padding: 12px;
  background: #007974;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
#bookingModal #lodging-message p {
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Cachet-Bold", "Verdana", sans-serif;
}
#bookingModal #lodging-message-content {
  margin-bottom: 10px;
}
#bookingModal #lodging-message-content ul {
  font-family: "Cachet", "Verdana", sans-serif;
}
#bookingModal #lodging-message-policy {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Cachet-Bold", "Verdana", sans-serif;
}
#bookingModal #lodging-message-policy a {
  color: #ffffff;
}
#bookingModal #lodging-policy-checkbox {
  margin-right: 8px;
  padding: 0;
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 7px;
  cursor: pointer;
}
#bookingModal #lodging-policy-checkbox + label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Cachet", "Verdana", sans-serif;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.booking-redirect-message {
  text-align: center;
  padding: 1rem;
}
.booking-redirect-message p {
  color: #ffffff;
  font-size: 1rem;
}

@media (min-width: 1440px) {
  .image-list .container {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.image-list .section-header {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .image-list .section-header__heading.text-center {
    text-align: left !important;
  }
}
.image-list__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .image-list__items.layout-column {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .image-list__items.layout-column .image-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .image-list__items.layout-column .image-list__item__image {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .image-list__items.items-5 .image-list__item {
    min-width: 20%;
  }
}
.image-list__item {
  display: flex;
  align-items: center;
  min-width: 50%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .image-list__item {
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .image-list__item {
    min-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.image-list__item__image {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .image-list__item__image img {
    width: 35px;
    height: 35px;
  }
}

.resource-flyout-wrap {
  position: relative;
}
.resource-flyout-wrap .resource-flyout__panel {
  position: fixed;
  right: 0;
  z-index: 1001;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.resource-flyout-wrap .resource-flyout__panel:not(.panel-open) {
  display: none;
}
.resource-flyout-wrap .resource-flyout__panel__header, .resource-flyout-wrap .resource-flyout__panel__content {
  display: flex;
  position: relative;
}
.resource-flyout-wrap .resource-flyout__panel__header {
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
.resource-flyout-wrap .resource-flyout__panel__header__label {
  font-size: 28px;
  line-height: 1.14;
  color: #ffffff;
  padding-left: 19px !important;
}
.resource-flyout-wrap .resource-flyout__panel__header__label:before {
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .resource-flyout-wrap .resource-flyout__panel__header__label {
    font-size: 25px;
  }
}
.resource-flyout-wrap .resource-flyout__panel__header .close {
  color: #ffffff;
  opacity: 1;
  position: relative;
  top: 2px;
}
.resource-flyout-wrap .resource-flyout__panel__header .close:focus {
  outline: none;
}
.resource-flyout-wrap .resource-flyout__panel__content {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.14;
  background: rgba(0, 96, 175, 0.28);
}
@media (max-width: 991px) {
  .resource-flyout-wrap .resource-flyout__panel__content {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .resource-flyout-wrap .resource-flyout__panel__content {
    font-size: 20px;
  }
}
.resource-flyout-wrap .resource-flyout__panel__content a {
  color: #ffffff;
}
.resource-flyout-wrap .resource-flyout__panel__content a.icon-download {
  font-size: 22px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.resource-flyout-wrap .resource-flyout__panel__content a.icon-download:hover {
  transform: scale(1.1);
}
.resource-flyout-wrap .resource-flyout__panel__content__col, .resource-flyout-wrap .resource-flyout__panel__content__header {
  display: flex;
  flex-direction: column;
}
.resource-flyout-wrap .resource-flyout__panel__content__header {
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.resource-flyout-wrap .resource-flyout__panel__content__col {
  flex-basis: 0;
  flex-grow: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .resource-flyout-wrap .resource-flyout__panel__content__col {
    min-width: 295px;
  }
}
.resource-flyout-wrap .resource-flyout__panel__content__col:last-child {
  border-right: none;
}
.resource-flyout-wrap .resource-flyout__panel__content__cell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem;
}
.resource-flyout-wrap .resource-flyout__panel__content__cell a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}
.resource-flyout-wrap .resource-flyout__panel__footer {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  font-family: "Cachet-Medium", "Verdana", sans-serif;
  background: rgba(0, 96, 175, 0.28);
  padding: 1rem;
}
@media (max-width: 767px) {
  .resource-flyout-wrap .resource-flyout__panel__footer {
    padding: 1rem;
  }
}
.resource-flyout-wrap .resource-flyout__panel__footer a {
  color: #ffffff;
  text-transform: uppercase;
}
.resource-flyout-wrap .resource-flyout__panel__footer a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .resource-flyout-wrap .resource-flyout__panel__footer a {
    font-size: 22px;
  }
}

.flyout-container {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0.5rem;
}
body:not(.dnnEditState) .flyout-container {
  z-index: 1000;
  position: fixed;
  top: var(--header-offset, 93px);
  right: 2rem;
  left: 2rem;
}
@media (min-width: 768px) {
  .flyout-container {
    top: 101px;
  }
}
@media (min-width: 992px) {
  .flyout-container {
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-end;
  }
  body:not(.dnnEditState) .flyout-container {
    top: 50%;
    right: 0;
    left: initial;
    transform: translateY(-50%);
  }
}
.flyout-container > *,
.flyout-container .resource-flyout-wrap {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  align-self: stretch;
}
@media (min-width: 768px) {
  .flyout-container > *,
  .flyout-container .resource-flyout-wrap {
    flex: 0 1 auto;
  }
}
@media (min-width: 992px) {
  .flyout-container > *,
  .flyout-container .resource-flyout-wrap {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .flyout-container > *:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 249px) {
  .flyout-container > *:nth-child(n+2) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .skin.home .flyout-container > *:nth-child(n+3) {
    display: flex;
  }
}

.flyout--events .resource-flyout__panel {
  width: 90vw;
}
@media (min-width: 768px) {
  .flyout--events .resource-flyout__panel {
    width: 500px;
  }
}
.flyout--events .resource-flyout__panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 1.25rem;
  gap: 1rem;
}
.flyout--events .resource-flyout__panel a span:not(.btn-down) {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flyout--events .resource-flyout__panel a .btn-down {
  flex: 0 0 auto;
}

.flyout {
  --padding: 0.75rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: var(--padding);
  background-image: url("../img/wood-bkg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #009ddd;
  color: white;
  font-family: "Cachet", "Verdana", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}
@media (min-width: 992px) {
  .flyout {
    --padding: 1rem;
    font-size: 1.25rem;
    max-width: 220px;
  }
}
.flyout:hover, .flyout:focus {
  color: white;
  background-color: #008bc4;
  text-decoration: none;
}
.flyout:visited {
  color: white;
}
.flyout:focus-visible {
  outline: 2px solid #007bc1;
  outline-offset: 4px;
}
.flyout:active {
  background-color: #0079aa;
}
.flyout span {
  padding-left: var(--padding);
  display: inline-block;
  position: relative;
}
.flyout span::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  margin-right: var(--padding);
  width: 4px;
  border-radius: 25%;
  background-color: rgba(255, 255, 255, 0.4);
}
.flyout span::after {
  content: "»";
  margin-left: 0.25rem;
}
.flyout-secondary {
  background-color: #01A490;
}
.flyout-secondary:hover, .flyout-secondary:focus {
  background-color: #018b7a;
}
.flyout-secondary:active {
  background-color: #017163;
}
.flyout-snow {
  background-color: #92278F;
}
.flyout-snow:hover, .flyout-snow:focus {
  background-color: #7e227b;
}
.flyout-snow:active {
  background-color: #6a1c68;
}
.flyout-estes {
  background-color: #E3761C;
}
.flyout-estes:hover, .flyout-estes:focus {
  background-color: #cc6a19;
}
.flyout-estes:active {
  background-color: #b65e16;
}

.flyout-form {
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #01A490;
  width: 0px;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .flyout-form {
    height: 100vh;
    bottom: 0;
    overflow: auto;
  }
}
.flyout-form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.09;
  background: #01A490 url(/portals/_default/Skins/YMCA/img/pattern-rings.png);
  background-size: cover;
}
.flyout-form.active {
  width: 60vw;
  opacity: 1;
}
@media (max-width: 767px) {
  .flyout-form.active {
    width: 100vw;
  }
  .flyout-form.active .row .col-md-6:first-child {
    margin-bottom: 15px;
  }
}
.flyout-form .alert-info.submit-confirm {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.flyout-form .alert-info.submit-confirm p {
  color: #ffffff;
  text-align: left;
}
.flyout-form__panel__header {
  display: flex;
  position: relative;
}
.flyout-form__panel__header {
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
.flyout-form__panel__header__label {
  font-size: 28px;
  line-height: 1.14;
  color: #ffffff;
  padding-left: 19px !important;
}
.flyout-form__panel__header__label:before {
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .flyout-form__panel__header__label {
    font-size: 25px;
  }
}
.flyout-form__panel__header .close {
  color: #ffffff;
  opacity: 1;
  position: relative;
  top: 0;
}
.flyout-form__panel__header .close:focus {
  outline: none;
}
.flyout-form__panel__content {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
  background: rgba(0, 107, 107, 0.28);
  padding: 30px;
}
@media (max-width: 991px) {
  .flyout-form__panel__content {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .flyout-form__panel__content {
    font-size: 20px;
    height: 100vh;
  }
}
.flyout-form__panel__content .row {
  margin-bottom: 12px;
}
.flyout-form__panel__content .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flyout-form__panel__content .row [class*="-6"]:first-child {
    padding-right: 6px;
  }
}
@media (min-width: 768px) {
  .flyout-form__panel__content .row [class*="-6"]:last-child {
    padding-left: 6px;
  }
}
.flyout-form .btn-form {
  max-width: none;
  display: block;
  margin-top: 18px;
}
.flyout-form .btn-form button {
  background: #006B6B;
  text-transform: uppercase;
  min-width: 217px;
  color: #ffffff;
  border: none;
}
.flyout-form .btn-form button:hover {
  background-color: #01584d;
}
.flyout-form .field-container {
  padding: 0;
}
.flyout-form textarea {
  height: 161px;
}

.modalActivitySchedule {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.modalActivitySchedule__backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
  z-index: 0;
}
.modalActivitySchedule__content {
  position: relative;
  z-index: 1;
}
.modalActivitySchedule .icon-close.close {
  display: none !important;
}
.modalActivitySchedule .icon-close {
  right: 30px;
  position: absolute;
  top: 30px;
  font-size: 1.5rem;
  color: #636466;
  z-index: 10;
}
.modalActivitySchedule .resource-flyout.activity-guide,
.modalActivitySchedule .resource-flyout.upcoming-events-list {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  transform: translate(0) !important;
  position: relative;
}
.modalActivitySchedule .resource-flyout-wrap {
  position: static !important;
  right: auto !important;
  left: auto !important;
  transform: rotate(0deg) translate(0, 0) !important;
}
.modalActivitySchedule .flyout--activity-guide,
.modalActivitySchedule .flyout--upcoming-events,
.modalActivitySchedule a.flyout.flyout--events {
  display: none !important;
}
.modalActivitySchedule .resource-flyout__panel {
  display: block !important;
  position: absolute;
  opacity: 1 !important;
  width: 590px;
  right: auto !important;
  left: 50% !important;
  bottom: auto !important;
  top: auto !important;
  transform: translate(-50%, 50%) !important;
}
@media (max-width: 767px) {
  .modalActivitySchedule .resource-flyout__panel {
    width: 95%;
    position: fixed;
    left: 2.5% !important;
    right: unset !important;
    transform: none !important;
    top: 200% !important;
    bottom: auto !important;
  }
}

.dnnEditState .modalActivitySchedule {
  display: block;
  position: unset;
  height: auto;
}
.dnnEditState .modalActivitySchedule .flyout--events {
  display: none !important;
}
.dnnEditState .modalActivitySchedule__backdrop,
.dnnEditState .modalActivitySchedule .icon-close {
  display: none;
}

.personabar-visible .details-modal {
  padding-left: 80px;
}
.details-modal .modal-dialog {
  max-width: 90vw;
}
@media (min-width: 1200px) {
  .details-modal .modal-dialog {
    max-width: 1140px;
  }
}
.details-modal .modal-content {
  padding: 0;
  text-align: left;
}
.details-modal__title {
  line-height: 1;
}
.details-modal .close {
  background-image: url("../img/icons/close.svg");
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.details-modal .comma-list span:not(:last-child)::after {
  content: ", ";
}
.details-modal .carousel-main {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199.98px) {
  .details-modal .carousel-main {
    margin-top: 1.5rem;
  }
}
.details-modal .carousel-thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.details-modal .carousel-thumbnails .active-thumb {
  outline: 3px solid #009ddd;
}
.details-modal .carousel-thumbnails a:focus {
  outline: 3px solid #01A490;
  outline-offset: 1px;
}
.details-modal .carousel-thumbnails img {
  width: 100%;
  height: 127px;
  object-fit: cover;
  object-position: center;
}
.details-modal .carousel-actions {
  display: inline-flex;
  align-items: center;
}
.details-modal .btn-next,
.details-modal .btn-prev {
  appearance: none;
  border: none;
  background: none;
  padding: 0.25rem 0.75rem;
  display: inline-flex;
  align-items: center;
}
.details-modal .btn-next::before,
.details-modal .btn-prev::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("../img/icons/double-arrow.svg");
  mask-image: url("../img/icons/double-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.details-modal .btn-prev {
  transform: rotate(-180deg);
}
.details-modal h3 {
  font-size: 1.125rem;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}
.details-modal p:not(.disclaimer-sm),
.details-modal ul:not([class]) {
  font-size: 1rem;
}
.details-modal .disclaimer-sm {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
}
.details-modal .rooms {
  padding-left: 0;
  list-style: none;
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details-modal .rooms li {
  text-align: center;
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .details-modal .rooms li {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.details-modal .rooms li:first-child {
  padding-left: 0;
}
.details-modal .rooms li:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}
.details-modal .rooms .count {
  display: block;
}
.details-modal--estes h2, .details-modal--estes h3, .details-modal--estes h4, .details-modal--estes h5, .details-modal--estes h6 {
  color: #E3761C;
}
.details-modal--snow h2, .details-modal--snow h3, .details-modal--snow h4, .details-modal--snow h5, .details-modal--snow h6 {
  color: #92278F;
}

.lodging-option__amentities {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 2rem 0 2.5rem;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.2;
  list-style: none;
}
.lodging-option__amentities li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  flex: 1 0 20%;
}
.lodging-option__amentities li:not(:last-child):not(:first-child) {
  position: relative;
}
.lodging-option__amentities li:not(:last-child):not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #D8D8D8;
}
.lodging-option__amentities li:not(:first-child) {
  padding-left: 2rem;
}
.lodging-option__amentities img {
  display: block;
  height: 2.75rem;
  width: auto;
  margin-bottom: 0.75rem;
}
.lodging-option__dropdown {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 100%;
  padding: 1rem 1.25rem;
}
@media (min-width: 992px) {
  .lodging-option__dropdown {
    flex-direction: row;
    white-space: nowrap;
    min-width: 424px;
  }
}
.lodging-option__dropdown div {
  flex: 1;
}
.lodging-option__dropdown .location {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.lodging-option__dropdown .location::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.lodging-option__dropdown .location.estes::before {
  background-color: #E3761C;
}
.lodging-option__dropdown .location.snow::before {
  background-color: #92278F;
}
.lodging-option__dropdown ul, .lodging-option__dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.lodging-option__dropdown li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.personabar-visible .details-modal {
  padding-left: 80px;
}
.details-modal .modal-dialog {
  max-width: 90vw;
}
@media (min-width: 1200px) {
  .details-modal .modal-dialog {
    max-width: 1140px;
  }
}
.details-modal .modal-content {
  padding: 0;
  text-align: left;
}
.details-modal__title {
  line-height: 1;
}
.details-modal .close {
  background-image: url("../img/icons/close.svg");
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.details-modal .comma-list span:not(:last-child)::after {
  content: ", ";
}
.details-modal .carousel-main {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199.98px) {
  .details-modal .carousel-main {
    margin-top: 1.5rem;
  }
}
.details-modal .carousel-thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.details-modal .carousel-thumbnails .active-thumb {
  outline: 3px solid #009ddd;
}
.details-modal .carousel-thumbnails a:focus {
  outline: 3px solid #01A490;
  outline-offset: 1px;
}
.details-modal .carousel-thumbnails img {
  width: 100%;
  height: 127px;
  object-fit: cover;
  object-position: center;
}
.details-modal .carousel-actions {
  display: inline-flex;
  align-items: center;
}
.details-modal .btn-next,
.details-modal .btn-prev {
  appearance: none;
  border: none;
  background: none;
  padding: 0.25rem 0.75rem;
  display: inline-flex;
  align-items: center;
}
.details-modal .btn-next::before,
.details-modal .btn-prev::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("../img/icons/double-arrow.svg");
  mask-image: url("../img/icons/double-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.details-modal .btn-prev {
  transform: rotate(-180deg);
}
.details-modal h3 {
  font-size: 1.125rem;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}
.details-modal p:not(.disclaimer-sm),
.details-modal ul:not([class]) {
  font-size: 1rem;
}
.details-modal .disclaimer-sm {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
}
.details-modal .rooms {
  padding-left: 0;
  list-style: none;
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details-modal .rooms li {
  text-align: center;
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .details-modal .rooms li {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.details-modal .rooms li:first-child {
  padding-left: 0;
}
.details-modal .rooms li:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}
.details-modal .rooms .count {
  display: block;
}
.details-modal--estes h2, .details-modal--estes h3, .details-modal--estes h4, .details-modal--estes h5, .details-modal--estes h6 {
  color: #E3761C;
}
.details-modal--snow h2, .details-modal--snow h3, .details-modal--snow h4, .details-modal--snow h5, .details-modal--snow h6 {
  color: #92278F;
}

.lodging-option__amentities {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 2rem 0 2.5rem;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.2;
  list-style: none;
}
.lodging-option__amentities li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  flex: 1 0 20%;
}
.lodging-option__amentities li:not(:last-child):not(:first-child) {
  position: relative;
}
.lodging-option__amentities li:not(:last-child):not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #D8D8D8;
}
.lodging-option__amentities li:not(:first-child) {
  padding-left: 2rem;
}
.lodging-option__amentities img {
  display: block;
  height: 2.75rem;
  width: auto;
  margin-bottom: 0.75rem;
}
.lodging-option__dropdown {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 100%;
  padding: 1rem 1.25rem;
}
@media (min-width: 992px) {
  .lodging-option__dropdown {
    flex-direction: row;
    white-space: nowrap;
    min-width: 424px;
  }
}
.lodging-option__dropdown div {
  flex: 1;
}
.lodging-option__dropdown .location {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.lodging-option__dropdown .location::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.lodging-option__dropdown .location.estes::before {
  background-color: #E3761C;
}
.lodging-option__dropdown .location.snow::before {
  background-color: #92278F;
}
.lodging-option__dropdown ul, .lodging-option__dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.lodging-option__dropdown li:not(:last-child) {
  margin-bottom: 0.25rem;
}

/*# sourceMappingURL=skin.css.map */
