.alt-headings h1,
.alt-headings h2,
.alt-headings h3,
.alt-headings h4,
.alt-headings h5,
.alt-headings h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(55, 55, 55, 0.3);
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@at-root {
  @-moz-viewport {
    width: device-width;
  }
  @-ms-viewport {
    width: device-width;
  }
  @-o-viewport {
    width: device-width;
  }
  @-webkit-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
}
body {
  background-color: #fff;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2A2E61;
  text-decoration: none;
  transition: 230ms ease-out all;
}
a:focus,
a:hover {
  text-decoration: underline;
}
::selection {
  background: #b3d4fc;
  color: inherit;
  text-shadow: none;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.content-block {
  margin-bottom: 1rem;
}
.content-block-sm {
  margin-bottom: 0.5rem;
}
.content-block-md {
  margin-bottom: 1.5rem;
}
.content-block-lg {
  margin-bottom: 3rem;
}
.content-block-xl {
  margin-bottom: 4rem;
}
.heading-block {
  margin-bottom: 1rem;
}
.heading-block-sm {
  margin-bottom: 0.5rem;
}
.heading-block-md {
  margin-bottom: 1.5rem;
}
.heading-block-lg {
  margin-bottom: 2rem;
}
.heading-block-xl {
  margin-bottom: 4rem;
}
.inner {
  padding: 1rem;
}
.inner-sm {
  padding: 0.5rem;
}
.inner-md {
  padding: 1.5rem;
}
.inner-lg {
  padding: 2rem;
}
.inner-xl {
  padding: 4rem;
}
.stripe {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.stripe-sm {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.stripe-md {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.stripe-lg {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.stripe-xl {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.left-block {
  float: left !important;
}
.right-block {
  float: right !important;
}
address {
  font-style: normal;
  line-height: inherit;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
.lead {
  font-size: 1.25em;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 1.4;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
@media (max-width: 543px) {
  .text-center-xs-only {
    text-align: center;
  }
}
@media (min-width: 544px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .text-center-sm-only {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-md-only {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-lg {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-lg-only {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-xl {
    text-align: center;
  }
}
.text-justify {
  text-align: justify;
}
@media (max-width: 543px) {
  .text-justify-xs-only {
    text-align: justify;
  }
}
@media (min-width: 544px) {
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .text-justify-sm-only {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-justify-md-only {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-justify-lg {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-justify-lg-only {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-justify-xl {
    text-align: justify;
  }
}
.text-left {
  text-align: left;
}
@media (max-width: 543px) {
  .text-left-xs-only {
    text-align: left;
  }
}
@media (min-width: 544px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .text-left-sm-only {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-md-only {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-lg-only {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left;
  }
}
.text-right {
  text-align: right;
}
@media (max-width: 543px) {
  .text-right-xs-only {
    text-align: right;
  }
}
@media (min-width: 544px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .text-right-sm-only {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-md-only {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-lg-only {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-xl {
    text-align: right;
  }
}
.text-primary {
  color: #2A2E61;
}
a.text-primary:hover {
  color: #20256b;
}
.text-secondary {
  color: #097480;
}
a.text-secondary:hover {
  color: #007b89;
}
.text-tertiary {
  color: #47AC98;
}
a.text-tertiary:hover {
  color: #35bea3;
}
.text-accent {
  color: #D74D30;
}
a.text-accent:hover {
  color: #ea411d;
}
.text-base {
  color: #fff;
}
a.text-base:hover {
  color: #ffffff;
}
.text-dark {
  color: #222;
}
.text-light {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Droid Serif', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  font-style: italic;
}
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt,
h6.alt,
.h1.alt,
.h2.alt,
.h3.alt,
.h4.alt,
.h5.alt,
.h6.alt {
  font-family: 'Droid Serif', sans-serif;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.875em;
}
h2,
.h2 {
  font-size: 2.5em;
}
h3,
.h3 {
  font-size: 2.25em;
}
h4,
.h4 {
  font-size: 1.875em;
}
h5,
.h5 {
  font-size: 1.5em;
}
h6,
.h6 {
  font-size: 1.125em;
}
.list-unstyled,
.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.btn {
  border: 1px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Droid Serif', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding: 1rem 1.625rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  font-style: italic;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn a.btn.disabled,
.btn fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn a {
  color: white;
}
.btn-base,
.btn-base-outline,
.sub-nav li .btn-base,
.sub-nav li .btn-base-outline {
  color: #008588;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-link {
  border-radius: 0;
  color: #2A2E61;
  font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-xs {
  font-size: 0.75em;
}
.btn-sm {
  font-size: 0.875em;
}
.btn-md {
  font-size: 1.25em;
}
.btn-lg {
  font-size: 1.5em;
}
.btn-xl {
  font-size: 2.25em;
}
.btn-primary {
  background-color: #2A2E61;
  border-color: transparent;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #1c226f;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #2A2E61;
  color: #2A2E61;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background-color: #2A2E61;
  color: #fff;
}
.btn-secondary {
  background-color: #097480;
  border-color: transparent;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #007b89;
}
.btn-secondary-outline {
  background-color: transparent;
  border-color: #097480;
  color: #097480;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background-color: #097480;
  color: #fff;
}
.btn-tertiary {
  background-color: #47AC98;
  border-color: transparent;
  color: #fff;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active {
  background-color: #2fc4a7;
}
.btn-tertiary-outline {
  background-color: transparent;
  border-color: #47AC98;
  color: #47AC98;
}
.btn-tertiary-outline:hover,
.btn-tertiary-outline:focus,
.btn-tertiary-outline:active,
.btn-tertiary-outline.active {
  background-color: #47AC98;
  color: #fff;
}
.btn-accent {
  background-color: #D74D30;
  border-color: transparent;
  color: #fff;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.btn-accent.active {
  background-color: #f03d17;
}
.btn-accent-outline {
  background-color: transparent;
  border-color: #D74D30;
  color: #D74D30;
}
.btn-accent-outline:hover,
.btn-accent-outline:focus,
.btn-accent-outline:active,
.btn-accent-outline.active {
  background-color: #D74D30;
  color: #fff;
}
.btn-base {
  background-color: #fff;
  border-color: transparent;
  color: #fff;
}
.btn-base:hover,
.btn-base:focus,
.btn-base:active,
.btn-base.active {
  background-color: #ffffff;
}
.btn-base-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-base-outline:hover,
.btn-base-outline:focus,
.btn-base-outline:active,
.btn-base-outline.active {
  background-color: #fff;
  color: #fff;
}
label {
  max-width: 100%;
}
input[type="search"] {
  box-sizing: inherit;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.form-control {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  color: #222;
  display: block;
  font-size: 1em;
  line-height: normal;
  outline: 0;
  padding: 0.6875rem 0.75rem;
  width: 100%;
}
.form-control::placeholder {
  color: #2f2f2f;
  text-transform: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #CDCDCD;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control-sm {
  border-radius: 3px;
  font-size: 0.875em;
  line-height: 1.6;
  padding: 7px 8px;
}
.form-control-lg {
  border-radius: 18px;
  font-size: 1.5em;
  line-height: 1.6;
  padding: 15px 16px;
}
.form-group {
  margin-bottom: 1rem;
}
.cheer-cards .form-control.hasSelectedValue {
  color: #222222;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.radio {
  width: 12px !important;
  margin-right: 12px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.checkbox {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 5% !important;
  float: left;
}
#checkbox-label {
  width: 95% !important;
  float: right;
}
label {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
#search-form .search-input {
  max-width: 12rem;
}
[class*="block-grid-"] {
  margin-bottom: -1.875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
[class*="block-grid-"] .col {
  min-height: 1px;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.block-grid-xs-1 .col, .block-grid-xs-2 .col, .block-grid-xs-3 .col, .block-grid-xs-4 .col, .block-grid-xs-5 .col {
  float: left;
}
.block-grid-xs-1 .col {
  width: 100%;
}
.block-grid-xs-1 .col:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-1 .col:nth-of-type(1n + 1) {
  clear: both;
}
.block-grid-xs-2 .col {
  width: 50%;
}
.block-grid-xs-2 .col:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-2 .col:nth-of-type(2n + 1) {
  clear: both;
}
.block-grid-xs-3 .col {
  width: 33.33333333%;
}
.block-grid-xs-3 .col:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-3 .col:nth-of-type(3n + 1) {
  clear: both;
}
.block-grid-xs-4 .col {
  width: 25%;
}
.block-grid-xs-4 .col:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-4 .col:nth-of-type(4n + 1) {
  clear: both;
}
.block-grid-xs-5 .col {
  width: 20%;
}
.block-grid-xs-5 .col:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-5 .col:nth-of-type(5n + 1) {
  clear: both;
}
@media (min-width: 544px) {
  .block-grid-sm-1 .col, .block-grid-sm-2 .col, .block-grid-sm-3 .col, .block-grid-sm-4 .col, .block-grid-sm-5 .col {
    float: left;
  }
  .block-grid-sm-1 .col {
    width: 100%;
  }
  .block-grid-sm-1 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-1 .col:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-grid-sm-2 .col {
    width: 50%;
  }
  .block-grid-sm-2 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-2 .col:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-grid-sm-3 .col {
    width: 33.33333333%;
  }
  .block-grid-sm-3 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-3 .col:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-grid-sm-4 .col {
    width: 25%;
  }
  .block-grid-sm-4 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-4 .col:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-grid-sm-5 .col {
    width: 20%;
  }
  .block-grid-sm-5 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-5 .col:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .block-grid-md-1 .col, .block-grid-md-2 .col, .block-grid-md-3 .col, .block-grid-md-4 .col, .block-grid-md-5 .col {
    float: left;
  }
  .block-grid-md-1 .col {
    width: 100%;
  }
  .block-grid-md-1 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-1 .col:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-grid-md-2 .col {
    width: 50%;
  }
  .block-grid-md-2 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-2 .col:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-grid-md-3 .col {
    width: 33.33333333%;
  }
  .block-grid-md-3 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-3 .col:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-grid-md-4 .col {
    width: 25%;
  }
  .block-grid-md-4 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-4 .col:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-grid-md-5 .col {
    width: 20%;
  }
  .block-grid-md-5 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-5 .col:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-lg-1 .col, .block-grid-lg-2 .col, .block-grid-lg-3 .col, .block-grid-lg-4 .col, .block-grid-lg-5 .col {
    float: left;
  }
  .block-grid-lg-1 .col {
    width: 100%;
  }
  .block-grid-lg-1 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-1 .col:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-grid-lg-2 .col {
    width: 50%;
  }
  .block-grid-lg-2 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-2 .col:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-grid-lg-3 .col {
    width: 33.33333333%;
  }
  .block-grid-lg-3 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-3 .col:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-grid-lg-4 .col {
    width: 25%;
  }
  .block-grid-lg-4 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-4 .col:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-grid-lg-5 .col {
    width: 20%;
  }
  .block-grid-lg-5 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-5 .col:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-xl-1 .col, .block-grid-xl-2 .col, .block-grid-xl-3 .col, .block-grid-xl-4 .col, .block-grid-xl-5 .col {
    float: left;
  }
  .block-grid-xl-1 .col {
    width: 100%;
  }
  .block-grid-xl-1 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-xl-1 .col:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-grid-xl-2 .col {
    width: 50%;
  }
  .block-grid-xl-2 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-xl-2 .col:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-grid-xl-3 .col {
    width: 33.33333333%;
  }
  .block-grid-xl-3 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-xl-3 .col:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-grid-xl-4 .col {
    width: 25%;
  }
  .block-grid-xl-4 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-xl-4 .col:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-grid-xl-5 .col {
    width: 20%;
  }
  .block-grid-xl-5 .col:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-xl-5 .col:nth-of-type(5n + 1) {
    clear: both;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
._tempcol,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-push-0 {
    left: 0%;
  }
  .col-xl-pull-0 {
    right: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.col-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.col-xs-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 543px) {
  .col-xs-centered-only {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 544px) {
  .col-sm-centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .col-sm-centered-only {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .col-md-centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-centered-only {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-centered-only {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .col-xl-centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.col-xs-stacked {
  margin-bottom: 1.875rem;
}
@media (max-width: 543px) {
  .col-xs-stacked-only {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 544px) {
  .col-sm-stacked {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .col-sm-stacked-only {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .col-md-stacked {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-stacked-only {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .col-lg-stacked {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-stacked-only {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-stacked {
    margin-bottom: 1.875rem;
  }
}
.row-no-gutter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col-no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-valign {
  align-items: center;
  display: flex;
}
.row-xs-equal-height {
  display: table;
  height: 100%;
  width: 100%;
}
.col-xs-equal-height {
  display: table-cell;
  float: none !important;
  height: 100%;
  vertical-align: top;
}
@media (min-width: 544px) {
  .row-sm-equal-height {
    display: table;
    height: 100%;
    width: 100%;
  }
  .col-sm-equal-height {
    display: table-cell;
    float: none !important;
    height: 100%;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .row-md-equal-height {
    display: table;
    height: 100%;
    width: 100%;
  }
  .col-md-equal-height {
    display: table-cell;
    float: none !important;
    height: 100%;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .row-lg-equal-height {
    display: table;
    height: 100%;
    width: 100%;
  }
  .col-lg-equal-height {
    display: table-cell;
    float: none !important;
    height: 100%;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .row-xl-equal-height {
    display: table;
    height: 100%;
    width: 100%;
  }
  .col-xl-equal-height {
    display: table-cell;
    float: none !important;
    height: 100%;
    vertical-align: top;
  }
}
/*medium blue green */
.blue-green-gradient {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/*pale grey */
.gray-gradient {
  background: #e7f0f3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e7f0f3 0%, #f7fafb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f0f3', endColorstr='#f7fafb', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* Dark Blue */
.blue-gradient {
  background: #2a2e61;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2e61 0%, #5e6294 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e61', endColorstr='#5e6294', GradientType=1);
  /* IE6-9 */
}
.green-fade-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6cbdad+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.blue-fade-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6294+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6294', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.home-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c4468+0,34867d+100&1+0,0.5+100 */
  background: -moz-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4468', endColorstr='#8034867d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.left {
  float: left;
}
.right {
  float: right !important;
}
figcaption {
  margin: 1em 0;
  font-size: .85em;
}
.body.full,
.body.left,
.body.right {
  margin-bottom: 30px;
}
.body p {
  margin-top: 10px;
}
.body li,
.body em {
  font-weight: 300;
}
.arrow {
  margin-left: 10px;
}
.testimonials img {
  margin-bottom: 10px;
}
.testimonials div,
.testimonials p {
  margin-top: 10px;
}
.margin {
  margin: 10px;
}
.block {
  margin-bottom: 30px;
}
.dropdown {
  position: absolute;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dropdown .dropdown-toggle {
  border: 3px solid #47AC98;
  padding: 5px 20px;
  width: 130px;
  text-align: center;
  font-weight: 700;
}
.dropdown .dropdown-toggle:hover {
  opacity: 0.5;
}
.dropdown .dropdown-toggle:hover + .dropdown-menu {
  display: block;
}
.dropdown .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111111;
  display: inline-block;
  margin: 3px 0px 3px 7px;
}
.dropdown .dropdown-menu {
  border: 3px solid #47AC98;
  background: white;
  padding: 10px;
  display: none;
  margin-top: -3px;
}
.dropdown .dropdown-menu a {
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
  display: block;
  color: black;
}
.dropdown .dropdown-menu a:hover {
  opacity: 0.5;
}
.dropdown .dropdown-menu:hover {
  display: block;
}
.marker-info p {
  line-height: 1.2;
  margin-top: 5px;
}
.content-block {
  padding-top: 40px;
}
.padding-bottom {
  padding-bottom: 40px;
}
.carousel-slick .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 47%;
  margin: 0 30px;
  color: white;
  font-size: 25px;
}
.carousel-slick .slick-next {
  right: 0;
}
.alert-banner {
  background-color: #47AC98;
  display: none;
  padding: 1.5em 0;
  color: white;
}
@media screen and (max-width: 768px) {
}
.alert-banner.show {
  display: flex;
}
.alert-banner .alert-container {
  display: flex;
  align-items: center;
}
.alert-banner a {
  font-weight: 700;
}
.alert-banner .close-button {
  background-image: url(/ic_close_white_24dp_1x.png);
  width: 20px;
  height: 20px;
  background-position: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .alert-banner .close-button {
    margin-bottom: 75px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.alert-banner .close-button:hover {
  cursor: pointer;
}
.padding-none {
  padding: 0;
}
.info-box img {
  margin-bottom: -1px;
}
.sub-event-dropdown {
  position: relative;
}
.sub-event-dropdown:before {
  content: " ";
  background: linear-gradient(135deg, #6cbdad 0, #339ea0 100%);
  height: 100%;
  width: 100%;
  opacity: .7;
  position: absolute;
  top: 0;
}
.sub-event-dropdown .dropdown-select {
  margin: 0;
}
.sub-event-background {
  background-color: #E9F0F4;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  max-width: 1400px;
  margin: 0 auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*------------------------------------------------------------------
[Table of contents]

1. Main
2. Navigation
3. Homepage
4. Modules
	- archive-list
	- baby-box
	- card_1_click
	- card_1
	- card_click_sm
	- card_click
	- classes
	- cta_lg_2
	- cta_lg
	- cta_sm
	- events
	- faq
	- featured_list
	- hero_1
	- hero_2
	- hero_lg_dropdown
	- hero_lg
	-	info_box
	-	info_contact
	-	location_sm
	-	news_entry_lg
	-	profile
	- simple_feature
	- spotlight_feature
	- story-cta
	- tabs_1_content
	- tabs_1
5. Pages
	- careers
	- groups and classes
	- directory
	- event overview
	- event detial
	- about
	- bistro menu
	-	new arrivals
	- find a provider
	- provider
	- galleries
	- search
	- clinics
	- foundation
	- cheer cards
	- privacy policy
7. Other
	- Promotions
	- Basic Tabssd
	- Footer
	- Header
	- Mobile Menu
  - Clinic Map
  - Google Map
  - Animation
	- AJAX Search Box
	- Misc
-------------------------------------------------------------------*/
html {
  background-color: #ECF3F5;
  text-align: center;
  height: 100%;
}
body {
  text-align: left;
  background-color: #fff;
}
@media (min-width: 992px) {
  body {
    width: 95%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
p {
  font-weight: 500;
  line-height: 180%;
}
.input {
  position: relative;
}
input {
  border-radius: 20px;
  outline: none;
  border: 1px solid #A2A3AC;
  padding: 0.375rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.logo {
  background-image: url('/img/logo.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 16%;
  transition: all 0.23s ease-in-out;
}
.no-svg .logo {
  background-image: url('/img/logo.png');
}
.logo a {
  width: 100%;
  height: 100%;
}
/* Main Nav */
.nav,
.main-nav,
.sub-nav {
  text-align: right;
}
@media (max-width: 543px) {
  .nav-xs-only,
  .main-nav-xs-only,
  .sub-nav-xs-only {
    text-align: right;
  }
}
@media (min-width: 544px) {
  .nav-sm,
  .main-nav-sm,
  .sub-nav-sm {
    text-align: right;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .nav-sm-only,
  .main-nav-sm-only,
  .sub-nav-sm-only {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .nav-md,
  .main-nav-md,
  .sub-nav-md {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-md-only,
  .main-nav-md-only,
  .sub-nav-md-only {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .nav-lg,
  .main-nav-lg,
  .sub-nav-lg {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-lg-only,
  .main-nav-lg-only,
  .sub-nav-lg-only {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .nav-xl,
  .main-nav-xl,
  .sub-nav-xl {
    text-align: right;
  }
}
.nav li,
.main-nav li,
.sub-nav li {
  text-transform: uppercase;
}
.main-nav {
  letter-spacing: 1.6px;
  font-family: 'Droid Serif', sans-serif;
}
@media (max-width: 1199px) {
  .main-nav ul {
    margin: 0;
  }
}
.main-nav li {
  margin-right: 0.375rem;
  border: 2px solid #fff;
  border-radius: 24px;
  display: inline-block;
  transition: 230ms border-color ease-in-out;
}
.main-nav li a {
  display: block;
  color: #2A2E61;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
}
.main-nav li a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .main-nav li {
    font-size: 0.875em;
  }
}
.main-nav li:hover {
  border: 2px solid #2A2E61;
  text-decoration: none;
}
.main-nav li.active {
  background-color: #ECF3F5;
}
/* Sub Nav */
.sub-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 32px;
  background-color: #2A2E61;
}
.sub-nav li {
  text-transform: uppercase;
  margin-right: 0.875rem;
}
.sub-nav li a {
  transition: all 230ms ease-in-out;
  color: #fff;
  line-height: 2.2;
  font-weight: 700;
  font-size: 0.75em;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1199px) {
  .sub-nav li a {
    font-size: 0.6875em;
  }
}
.sub-nav li a:hover {
  border-bottom: 1px solid #fff;
}
.sub-nav li a:hover.btn {
  border-bottom: 1px solid transparent;
}
.sub-nav li.active a {
  color: #47AC98;
}
.sub-nav ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.sub-nav .btn {
  font-family: 'Open Sans', sans-serif;
  padding: 0.25rem 1rem;
  font-style: normal;
  margin-right: -0.625rem;
}
/* Search */
.search-input {
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 20px;
  margin-left: 0.5rem;
  padding: 0.375rem 0.375rem 0.375rem 2.25rem;
  position: relative;
}
.home-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 34.375rem;
  position: relative;
  transition: 230ms height ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero {
    height: 29.5rem;
  }
}
@media (max-width: 991px) {
  .home-hero {
    height: 25rem;
    min-height: 372px;
  }
}
@media (max-width: 991px) {
  .home-hero:after {
    content: '';
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c4468+0,34867d+100&1+0,0.5+100 */
    background: -moz-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4468', endColorstr='#8034867d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    opacity: 1.0;
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .home-hero.shorter {
    height: 25rem;
  }
}
.scroll-container {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1.25rem;
  z-index: 1;
  color: #fff;
}
.scroll-container i {
  font-size: 2em;
}
.home-hero-heading {
  margin-bottom: 0.5rem;
  width: 70%;
  margin: auto;
}
.home-hero-heading h1 {
  font-size: 2em;
}
.home-hero-text {
  text-align: center;
  margin-bottom: 1.5rem;
}
.home-hero-container {
  position: absolute;
  display: block;
  top: 52%;
  left: 25%;
  transform: translate(-50%, -48%);
  color: #fff;
  text-align: center;
  width: 400px;
  height: 400px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c4468+0,34867d+100&1+0,0.5+100 */
  background: -moz-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4468', endColorstr='#8034867d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  z-index: 1;
}
.home-hero-container .btn {
  border: 2px solid #2A2E61;
  color: #fff;
}
.home-hero-container.shorter {
  height: 300px;
  width: 300px;
}
.home-hero-container.shorter .home-hero-text {
  margin-bottom: 0.5rem;
}
.home-hero-container.shorter .home-hero-heading h1 {
  font-size: 1.2em;
}
.home-hero-container.shorter .btn {
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero-container {
    width: 340px;
    height: 340px;
  }
  .home-hero-container .home-hero-heading h1 {
    font-size: 1.5em;
  }
  .home-hero-container .home-hero-text {
    font-size: 0.875em;
  }
  .home-hero-container .btn {
    font-size: 0.75em;
  }
}
@media (max-width: 543px) {
  .home-hero-container {
    border-radius: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
    left: 50%;
    background-color: transparent;
    background: none;
  }
  .home-hero-container .home-hero-heading h1 {
    font-size: 1.75em;
  }
  .home-hero-container .home-hero-text {
    font-size: 0.875em;
  }
  .home-hero-container .btn {
    font-size: 0.875em;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .home-hero-container {
    border-radius: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
    left: 50%;
    background-color: transparent;
    background: none;
    max-width: 28.75rem;
  }
  .home-hero-container .home-hero-heading h1 {
    font-size: 2.5em;
  }
  .home-hero-container .home-hero-text {
    font-size: 1.125em;
  }
  .home-hero-container .btn {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero-container {
    border-radius: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
    left: 50%;
    background-color: transparent;
    background: none;
    max-width: 28.75rem;
  }
  .home-hero-container .home-hero-heading h1 {
    font-size: 2.5em;
  }
  .home-hero-container .home-hero-text {
    font-size: 1.125em;
  }
  .home-hero-container .btn {
    font-size: 1em;
  }
}
.mobile-bg {
  border-radius: 0px;
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  left: 50%;
  background-color: transparent;
  background: none;
}
.circle-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 543px) {
  .circle-inner {
    bottom: 0px;
  }
}
.circle-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.circle-content {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle;
}
/* Home Tabs */
.home-tabs .tab {
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}
.home-tabs .tab:before {
  content: '';
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6294+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6294', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 230ms opacity ease-in-out;
  border-radius: 50%;
}
.home-tabs .tab.active:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6cbdad+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  opacity: 1.0;
}
.home-tabs .tab:hover:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6cbdad+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #6cbdad 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  opacity: 1.0;
}
.home-tabs .tab .tab-text {
  position: absolute;
  z-index: 1;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
}
.home-tabs .home-tab-content h1,
.home-tabs .home-tab-content h2,
.home-tabs .home-tab-content h3,
.home-tabs .home-tab-content h4,
.home-tabs .home-tab-content h5,
.home-tabs .home-tab-content h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
/* Awards */
.awards {
  background-color: #fff;
  text-align: center;
}
.award-img {
  text-align: center;
  position: relative;
}
.award-img:hover .award-info {
  opacity: 1.0;
}
@media (max-width: 991px) {
  .award-img {
    margin-bottom: 2rem;
  }
}
.award-img img {
  max-width: 184px;
}
.award-info {
  transition: 230ms all ease-in-out;
  height: 12.5rem;
  width: 12.5rem;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #e7f0f3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e7f0f3 0%, #f7fafb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f0f3', endColorstr='#f7fafb', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .award-info {
    height: 10rem;
    width: 10rem;
    top: -1.25rem;
    font-size: 0.75em;
  }
}
.award-info p {
  padding: 2rem 1.5rem;
  text-align: center;
  vertical-align: center;
}
.archive-list .entry-lg .archive-list-entry {
  font-size: 1.5em;
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
}
.archive-list-entry {
  padding: 0.75rem;
  color: #1B1B1B;
  cursor: pointer;
  border-bottom: 1px solid #ECF3F5;
  transition: 230ms all ease-in-out;
}
.archive-list-entry .fa {
  float: right;
}
.archive-list-entry:hover {
  color: #D74D30;
  text-decoration: none;
}
.baby-box {
  background-color: #ECF3F5;
  cursor: pointer;
  position: relative;
}
.baby-box .img-round {
  height: 6.25rem;
  width: 6.25rem;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.baby-box .fa {
  color: #097480;
  font-size: 1.5em;
}
.baby-box-entry {
  position: relative;
  margin-bottom: 1.875rem;
  background-color: #fff;
  color: #1B1B1B;
}
@media (max-width: 543px) {
  .baby-box-entry-only {
    margin-bottom: 1.875rem;
  }
}
.baby-box-date {
  float: right;
  font-weight: 600;
}
.baby-box-content {
  padding: 1.5rem;
  margin-top: 3.125rem;
  transition: 230ms all ease-in-out;
}
.baby-box-header {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 1.5rem;
  color: #fff;
  height: 4.6875rem;
}
.card_1 {
  background: #ECF3F5;
}
.card_1_entry {
  padding: 2rem;
  background-color: #fff;
  text-align: center;
}
.card_1_entry h3 {
  font-size: 1.125em;
}
.card-click-flex {
  display: block;
  background-color: #fff;
  color: #1B1B1B;
  transition: 230ms all ease-in-out;
}
.card-click-flex--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-click-flex--img img {
  max-width: 200px;
}
.card-click-flex--description {
  text-align: center;
  padding: 20px;
}
.card-click-flex--description h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  margin: 6px 0 8px;
  font-size: 1em;
}
.card-click-flex--description p {
  font-size: 0.75em;
}
.card-click-flex:hover {
  background-color: #2A2E61;
  color: #fff;
}
.card-click-sm {
  background-color: #ECF3F5;
}
.card-click-sm-entry {
  color: #1B1B1B;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 230ms all ease-in-out;
}
.card-click-sm-entry h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1em;
}
.card-click-sm-entry p {
  font-size: 0.75em;
}
.card-click-sm-entry:hover {
  background-color: #2A2E61;
  color: #fff;
}
.card-click-sm-entry:hover .card-click-img {
  border-top-right-radius: 100px 50%;
  border-bottom-right-radius: 100px 50%;
}
.card-click-sm-entry:hover .card-click-img .fa {
  opacity: 1.0;
}
.card-click-sm-entry.profile-modified .inner-md {
  padding: 3.125rem;
}
.card-click-sm-entry.profile-modified .card-click-img {
  background-position: center top;
}
.card-click-img {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-position: center;
  width: 33%;
  height: 120%;
  left: 0;
  position: absolute;
  top: -10%;
  bottom: 0;
  transition: 230ms all ease-in-out;
}
.card-click-img .fa {
  transition: 230ms all ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  font-size: 4em;
  color: #fff;
}
.number-label {
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  padding-top: 0.75rem;
  color: #fff;
  background-color: #D74D30;
  position: absolute;
  top: -16px;
  left: 0px;
  text-align: center;
}
.card-click-sm-alt-entry {
  padding: 1.5rem;
  background: #e7f0f3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e7f0f3 0%, #f7fafb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f0f3', endColorstr='#f7fafb', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  cursor: pointer;
  border-right: 6px solid #ECF3F5;
  transition: 230ms all ease-in-out;
  color: #1B1B1B;
}
.card-click-sm-alt-entry:hover {
  border-color: #2A2E61;
}
.card-click-sm-alt-entry span {
  font-weight: 600;
}
.card-click-sm-alt-entry .fa {
  font-size: 1.375em;
}
.card-click-entry {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 230ms all ease-in-out;
}
.card-click-entry h3 {
  font-size: 1.25em;
}
.card-click-entry p {
  opacity: 0.0;
  transition: 230ms all ease-in-out;
}
.card-click-entry h1,
.card-click-entry h2,
.card-click-entry h3,
.card-click-entry h4,
.card-click-entry h5,
.card-click-entry h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.card-click-entry:before {
  content: '';
  position: absolute;
  background-color: #2A2E61;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  transition: 230ms all ease-in-out;
}
.card-click-entry:hover p {
  opacity: 1.0;
}
.card-click-entry:hover:before {
  content: '';
  position: absolute;
  background-color: #D74D30;
  opacity: 1.0;
}
.card-click-content {
  position: relative;
  z-index: 2;
}
.card-click-selector {
  display: inline;
  padding: 1.5rem;
  background-color: #D74D30;
  border-radius: 50%;
  font-size: 1.125em;
  transition: 230ms padding ease-in-out;
}
.card-click-selector-wrapper {
  text-align: right;
  z-index: 1;
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  overflow: visible;
}
.card-click-selector-wrapper.float {
  bottom: 16px;
  right: 16px;
  position: absolute;
}
.class-entry {
  padding: 1.5rem;
  background: #e7f0f3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e7f0f3 0%, #f7fafb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f0f3', endColorstr='#f7fafb', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  cursor: pointer;
  border-right: 6px solid #ECF3F5;
  transition: 230ms all ease-in-out;
  color: #1B1B1B;
}
.class-entry:hover {
  border-color: #2A2E61;
}
.class-entry span {
  font-size: 0.875em;
  font-weight: 600;
}
.class-entry .fa {
  font-size: 1.375em;
}
.cta-lg-2 {
  color: #fff;
  position: relative;
}
.cta-lg-2:before {
  content: '';
  position: absolute;
  background: #2a2e61;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2e61 0%, #5e6294 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e61', endColorstr='#5e6294', GradientType=1);
  /* IE6-9 */
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.cta-lg-2 .cta-content h2 {
  font-size: 2em;
}
.cta-offset:before {
  content: '';
  position: absolute;
  background-color: #097480;
  border-radius: 0 50% 50% 0;
  height: 140%;
  width: 400px;
  z-index: 1;
  top: -20%;
  right: -6.25rem;
}
.cta-lg {
  position: relative;
  background-color: #097480;
  color: #fff;
  overflow: hidden;
}
.cta-lg .cta-content {
  position: relative;
  z-index: 2;
}
.cta-lg .cta-img {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-position: center;
  width: 70%;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.cta-lg h2 {
  font-size: 2em;
}
.cta-lg.modified label {
  text-transform: uppercase;
}
.cta-lg.modified p {
  margin-bottom: 0px;
}
.cta-lg.modified a {
  color: #fff;
}
.cta-lg.modified a:hover {
  text-decoration: underline;
}
.cta-lg.modified a:hover.btn {
  text-decoration: none;
}
.cta-sm p {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  -column-count: 2;
  -webkit-column-gap: 32px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 32px;
  /* Firefox */
  column-gap: 32px;
}
.events {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  max-height: 1400px;
  transition: max-height 0.15s ease-out;
}
.events h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .events .no-p-r-d {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .events .no-p-l-d {
    padding-left: 0px;
  }
}
.events-entry {
  display: block;
  margin-bottom: 1.875rem;
  padding: 1.5rem;
  font-size: 0.875em;
  background-color: #fff;
  color: #A2A3AC;
  border-right: 10px solid #ECF3F5;
  cursor: pointer;
  transition: 230ms all ease-in-out;
}
@media (max-width: 543px) {
  .events-entry-only {
    margin-bottom: 1.875rem;
  }
}
.events-entry.active {
  border-right-color: #2A2E61;
  color: #2A2E61;
}
@media (max-width: 767px) {
  .events-entry.active {
    border-right-color: #ECF3F5;
    color: #2A2E61;
  }
}
@media (max-width: 767px) {
  .events-entry {
    border-right-color: #ECF3F5;
    color: #2A2E61;
  }
}
.events-entry:hover {
  color: #2A2E61;
}
@media (max-width: 767px) {
  .events-entry:hover {
    border-right-color: #2A2E61;
  }
}
.events-entry p {
  font-weight: 600;
}
.events-content {
  padding: 1.5rem;
  background-color: #fff;
}
.events-content-heading {
  color: #2A2E61;
  font-weight: 600;
}
.events-info {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1.5rem;
  color: #fff;
}
.events-info:before {
  content: '';
  position: absolute;
  background-color: #2A2E61;
  opacity: 0.8;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
}
.events-info label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.events-info p {
  font-weight: 400;
}
.events-info-content {
  position: relative;
  z-index: 1;
}
.events-info-panel {
  display: none;
  position: relative;
}
.events-info-panel.active {
  display: block;
}
.event-sponsors h1,
.event-sponsors h2,
.event-sponsors h3,
.event-sponsors h4,
.event-sponsors h5,
.event-sponsors h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.event-sponsors p {
  font-weight: 400;
}
.event-sponsors h3 {
  font-weight: 600;
}
.event-sponsors .tier1 h3 {
  font-size: 1.25em;
}
.event-sponsors .tier1 .ph p {
  font-size: 1.125em;
}
.event-sponsors .tier2 h3 {
  font-size: 1.125em;
}
.event-sponsors .tier2 .ph p {
  font-size: 1em;
}
.event-sponsors .tier3 h3 {
  font-size: 1em;
}
.event-sponsors .tier3 .ph p {
  font-size: 0.875em;
}
.accordion-tab {
  cursor: pointer;
  position: relative;
  height: 100%;
  clear: both;
  text-align: center;
}
.accordion-tab .fa {
  margin-right: 0.625rem;
  transition: 230ms all ease-in-out;
}
.accordion-tab.active .fa {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.accordion-select {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.125em;
}
.accordion-content {
  background-color: #2A2E61;
  color: #fff;
  display: none;
  padding: 1.5rem;
}
.accordion-content ul {
  list-style: inside;
}
.accordion-content li {
  font-weight: 300;
}
.accordion-content a:not(.btn) {
  color: #A2A3AC;
}
.accordion-content a:not(.btn):hover {
  color: #fff;
}
.featured-list-content h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1em;
}
.featured-list-content ul li {
  font-weight: 300;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.hero-1 {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.hero-1 .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-2 {
  color: #fff;
}
.hero-2 .hero-content {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-2 .hero-content p {
  margin-bottom: 7.5rem;
}
.hero-2 .hero-img {
  margin-top: -7.5rem;
  position: relative;
  z-index: 2;
}
.hero-lg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: 0.23s all ease-in-out;
}
.hero-lg:before {
  content: '';
  position: absolute;
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.hero-lg .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-lg.modified .hero-content {
  text-align: left;
}
.hero-lg.modified-provider .hero-content {
  text-align: left;
}
.hero-lg.modified-provider:before {
  background: #2a2e61;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2e61 0%, #5e6294 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e61', endColorstr='#5e6294', GradientType=1);
  /* IE6-9 */
}
.hero-lg.no-op:before {
  opacity: 1;
}
.hero-lg p {
  font-size: 1.125em;
  font-weight: 400;
}
.hero-team {
  text-align: center;
  margin-bottom: 2rem;
}
.hero-team img {
  margin-bottom: 1rem;
}
.hero-team p {
  font-size: .75em;
  font-style: italic;
  margin: auto;
  max-width: 75%;
}
.info-box {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  margin-bottom: 1.5rem;
}
.info-box label {
  display: block;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
}
.info-box span,
.info-box p {
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
  font-size: 1.125em;
}
.info-box .inner-md {
  border-top: 1px solid #fff;
}
.info-contact {
  background-color: #E9F0F4;
}
.info-contact label {
  display: block;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-select {
  font-family: 'Open Sans', sans-serif;
  margin-top: -25px;
  position: relative;
  cursor: pointer;
}
.dropdown-select-header {
  color: #A2A3AC;
  border: 2px solid #2A2E61;
  padding: 1.25rem 2.5rem;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 44px;
}
.dropdown-select-header.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 2px solid transparent;
}
.dropdown-header-text {
  color: #fff;
  position: relative;
  font-size: 1.375em;
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
}
.dropdown-header-text .fa {
  float: right;
  color: #2A2E61;
}
.dropdown-select-menu {
  border: 2px solid #2A2E61;
  background-color: #fff;
  color: #1B1B1B;
  position: absolute;
  width: 100%;
  z-index: 3;
  display: none;
  max-height: 400px;
  overflow: auto;
  border-radius: 32px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-select-entry {
  display: block;
  padding: 1.25rem;
  transition: 230ms all ease-in-out;
  color: #1B1B1B;
}
.dropdown-select-entry:hover {
  background-color: #47AC98;
  color: #fff;
}
.location-sm {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.location-entry {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.location-entry h2 {
  font-size: 1.125em;
}
.location-content {
  padding: 1.5rem;
  color: #1B1B1B;
}
.location-content strong {
  text-transform: uppercase;
  display: block;
}
.location-img {
  border-top-left-radius: 100px 50%;
  border-bottom-left-radius: 100px 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  width: 40%;
  height: 120%;
  right: 0;
  position: absolute;
  top: -10%;
  bottom: 0;
}
@media (max-width: 767px) {
  .location-img {
    opacity: 0.2;
  }
}
.our-team {
  background-color: #ecf3f5;
}
.our-team .hero-lg {
  display: flex;
  margin: auto;
  text-align: center;
}
.our-team .hero-lg h1 {
  margin: auto;
  text-align: center;
  z-index: 100;
  display: table-cell;
  vertical-align: middle;
  min-width: 100%;
}
.our-team:last-child {
  margin-bottom: 0;
}
.our-team h2 {
  color: #fff;
}
.our-team h3 {
  color: darkgrey;
}
.our-team .stripe-xl {
  padding-bottom: 3rem;
  padding-top: 4rem;
}
.our-team .profile {
  display: block;
  text-decoration: none;
  min-height: 200px;
}
.profiles h2 {
  color: #fff;
}
.profile {
  padding-top: 0.5em;
  text-align: center;
}
.profile a {
  word-wrap: break-word;
}
.profile-img {
  display: inline-block;
  height: 8.75rem;
  width: 8.75rem;
  margin-bottom: -4.375rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.profile-content {
  padding-top: 3.125rem;
  text-align: center;
  background-color: #fff;
}
.profile-content .profile-sub-heading {
  text-transform: uppercase;
  color: #A2A3AC;
  font-size: 0.875em;
}
.card-click.img {
  background-position-y: top;
}
.spotlight-feature {
  position: relative;
  overflow: hidden;
  height: 200%;
}
.spotlight-feature.modified .spotlight-feature-img {
  position: relative;
}
.spotlight-feature li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 300;
}
.spotlight-feature-wrapper {
  background-color: #ECF3F5;
}
.spotlight-feature-img {
  position: absolute;
}
.story-cta {
  background-color: #2A2E61;
}
.story-cta .tab {
  height: 160px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  position: relative;
  transition: 230ms opacity ease-in-out;
  margin: auto;
}
.story-cta .tab.active {
  opacity: 1.0;
}
.story-cta .tab:hover {
  opacity: 1.0;
}
.story-cta .story-cta-content {
  background-color: #fff;
  padding: 2rem;
  position: relative;
}
.story-cta .story-cta-content .btn {
  text-transform: none;
  padding: 0.5rem 1.75rem;
}
.story-cta .story-cta-content:after {
  content: '';
  width: 0;
  height: 0;
  left: -20px;
  top: 50px;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
}
@media (max-width: 767px) {
  .story-cta .story-cta-content:after {
    display: none;
  }
}
.tabs-1 ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.tabs-1 li {
  padding: 0.5rem;
  text-transform: uppercase;
  color: #A2A3AC;
}
.tabs-1 li.active {
  color: #1B1B1B;
}
.tabs-1 h3 {
  font-size: 1.75em;
}
.tabs-1-content {
  padding: 1.5rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 4rem;
  border-left: 1px solid #1B1B1B;
}
.careers .hero-lg {
  padding-bottom: 4.5rem;
}
.job-openings {
  background-color: #2A2E61;
}
.job-openings h2 {
  color: #fff;
}
.job-openings-entry {
  background-color: #fff;
  text-align: center;
}
.cg-button-group .btn {
  display: block;
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.cg-button-group .btn .fa {
  display: none;
  margin-left: 0.75rem;
}
.cg-button-group .btn:hover {
  background-color: #555;
}
.cg-button-group .btn.active .fa {
  display: inline-block;
}
.cg-button-group .btn-accent {
  background-color: #333;
}
.cg-button-group .btn-accent.active {
  background-color: #D74D30;
}
.directory h3 {
  color: #D74D30;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
}
.directory-entry {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin-top: -1px;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.directory-entry a {
  font-size: 0.875em;
  word-wrap: break-word;
}
.directory-entry label {
  font-size: 0.875em;
  font-weight: 600;
}
.events-overview a:hover .events-overview-entry:before {
  opacity: 1;
}
.events-overview-entry {
  background-size: cover;
  background-position: center;
  position: relative;
}
.events-overview-entry:before {
  transition: 230ms opacity ease-in-out;
  content: '';
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6294+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6294', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.7;
}
.events-overview-entry-title {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.events-overview-entry-info {
  padding: 1.5rem;
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
  background-color: #2A2E61;
  color: #fff;
}
.events-overview-entry-info .fa {
  font-size: 1.25em;
}
.event-detail .btn {
  display: block;
}
.event-logo {
  margin-top: -2.75rem;
  position: relative;
  z-index: 1;
  padding: 1rem;
  background-color: #fff;
  display: inline-block;
}
.magazine {
  background-color: #2A2E61;
  color: #fff;
  overflow: hidden;
}
.magazine-img {
  position: absolute;
  padding-right: 0.875rem;
}
.newsletter {
  background-color: #2A2E61;
  color: #fff;
  overflow: hidden;
}
.newsletter-img {
  position: absolute;
  padding-right: 0.875rem;
}
.bistro-menu-info li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-style: italic;
  font-family: 'Droid Serif', sans-serif;
  font-size: 1.125em;
}
.bistro-menu-info li span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .bistro-menu-info .left {
    padding-right: 2rem;
    border-right: 1px solid #1B1B1B;
  }
  .bistro-menu-info .right {
    padding-left: 2rem;
  }
}
.bistro-menu-info .left .row,
.bistro-menu-info .right .row {
  margin-bottom: 3rem;
}
.day-label {
  background-color: #D74D30;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .day-label {
    height: 6.25rem;
    width: 6.25rem;
    padding-top: 1.875rem;
    text-align: center;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .day-label {
    padding: 0.375rem;
    margin-bottom: 1.5rem;
  }
}
.bistro-menu-header h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 600;
}
.bistro-menu-header li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.bistro-menu-header .fa {
  margin-right: 0.625rem;
}
.bistro-img {
  height: 16.25rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bistro-footer p {
  margin-bottom: 0rem;
  font-size: 0.875em;
  font-weight: 600;
}
.new-arrivals-search input {
  width: 100%;
  padding: 0.625rem 0.625rem;
  font-size: 0.875em;
}
.new-arrivals-search span {
  color: #47AC98;
  position: relative;
  top: 10px;
}
.new-arrivals-search .btn {
  width: 100%;
  padding: 0.75rem 0.75rem;
}
.provider-search input {
  width: 100%;
  padding: 0.625rem 0.625rem;
  font-size: 0.875em;
}
.provider-search .btn {
  width: 100%;
  padding: 0.75rem 0.75rem;
}
.provider-search .select {
  width: 95%;
  height: 41px;
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  opacity: 1.0;
  border: none;
  background-color: transparent;
}
.provider-search .form-control {
  color: #A2A3AC;
}
.provider-search .select-input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0.875em;
}
.provider-search .select-wrapper {
  width: 100%;
  padding: 0.5625rem;
  border-radius: 20px;
  position: relative;
  border: 1px solid #A2A3AC;
  height: 42px;
}
.provider-details h2 {
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.provider-details a {
  color: #ECF3F5;
}
.provider-img {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  background-position: top center;
}
.img-clickable {
  width: 100%;
}
.img-cover {
  transition: 230ms opacity ease-in-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.img-cover:before {
  content: '';
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e6294+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #5e6294 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6294', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 230ms opacity ease-in-out;
}
.img-cover:hover:before {
  opacity: 0.7;
}
/* Lightbox */
#lightbox_content {
  position: relative;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  overflow-y: auto;
  z-index: 100;
  display: none;
}
.no-rgba .overlay {
  background: #000;
  filter: alpha(opacity=75);
}
.lightbox-inner {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 5em auto;
}
.lightbox-image {
  position: relative;
}
.lightbox-image img {
  width: auto;
  max-height: 800px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.lightbox-active {
  overflow: hidden;
}
.lightbox-dismiss {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  background-color: #1B1B1B;
  position: absolute;
  border-radius: 50%;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  padding: 0.25rem 0.875rem 0.375rem 0.875rem;
  z-index: 7;
  font-size: 1.5em;
  border: none;
  transition: 230ms background-color ease-in-out;
}
.lightbox-dismiss:hover {
  background-color: #414141;
}
.search-header input {
  width: 100%;
  padding: 0.625rem 0.625rem;
  font-size: 0.875em;
}
.search-header .btn {
  width: 100%;
  padding: 0.75rem 0.75rem;
}
.clinic-logo {
  margin-top: -2.75rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 1rem;
}
.donation-list li {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #CDCDCD;
}
.donation-list li:last-child {
  border-bottom: 1px solid #CDCDCD;
}
.donation-list li span {
  font-weight: 300;
  font-size: 0.875em;
}
.members h2 {
  color: #fff;
}
.members h3,
.members h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.members h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  font-size: 1.125em;
}
.members h4 {
  font-weight: 400;
  font-size: 1em;
}
.cheer-cards textarea {
  width: 100%;
  border: 0px;
  outline: none;
  font-family: 'Droid Serif', sans-serif;
  padding: 0.75rem;
  text-align: center;
  border-radius: 24px;
}
.cheer-cards input[type=text] {
  font-family: 'Droid Serif', sans-serif;
  width: 100%;
  border: 1px solid #A2A3AC;
  outline: none;
}
.cheer-cards canvas {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}
.cheer-cards canvas,
.cheer-cards img {
  image-rendering: optimizeQuality;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.cheer-cards .select {
  width: 95%;
  height: 41px;
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  opacity: 1.0;
  border: none;
  background-color: transparent;
}
.cheer-cards .form-control {
  color: #A2A3AC;
}
.cheer-cards .select-input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: 'Droid Serif', sans-serif;
}
.cheer-cards .select-wrapper {
  width: 100%;
  padding: 0.5625rem;
  border-radius: 20px;
  position: relative;
  border: 1px solid #A2A3AC;
  height: 42px;
}
.cheer-cards h1,
.cheer-cards h2,
.cheer-cards h3,
.cheer-cards h4,
.cheer-cards h5,
.cheer-cards h6 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.cheer-cards .cheer-card-img {
  cursor: pointer;
  margin: 0.25rem;
  box-shadow: 0px 0px 10px -2px #c8c8c8;
}
.cheer-cards .cheer-card-img.active {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}
.cheer-cards .cheer-card-sample {
  transition: 230ms all ease-in-out;
  overflow: hidden;
  padding: 0.875rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px -2px #c8c8c8;
}
.cheer-cards .cheer-card-sample.active {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}
.cheer-cards .canvas-container {
  overflow: auto;
  text-align: center;
  zoom: 0.6;
  padding: 0.375rem;
}
.cheer-cards .color-select {
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer;
}
.cheer-cards .color-select.active {
  border: 1px solid #1B1B1B;
}
.cheer-cards input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.cheer-cards .font-select li {
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
  cursor: pointer;
}
.cheer-cards .font-select li:before {
  content: '';
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #A2A3AC;
  left: 0;
  top: 2px;
}
.cheer-cards .font-select li.active {
  color: #D74D30;
}
.cheer-cards .font-select li.active:before {
  background-color: #D74D30;
  border-color: #D74D30;
}
.cheer-cards .font-select li.font-hand-written {
  font-family: 'Annie Use Your Telescope', cursive;
}
.cheer-cards .font-select li.font-script {
  font-family: 'Great Vibes', cursive;
}
.cheer-cards .font-select li.font-hand-written-2 {
  font-family: 'Indie Flower', cursive;
}
.cheer-cards .font-select ul ul {
  margin-left: 0.75rem;
}
.submission-response {
  background-color: #47AC98;
  padding: 2rem;
  font-size: 1.25em;
  color: #fff;
  display: none;
}
.submission-response.error {
  background-color: #D74D30;
}
.pp-contact-form input {
  width: 100%;
}
.pp-contact-form textarea {
  width: 100%;
  border-radius: 24px;
  outline: none;
  font-size: 1.1em;
  border: 1px solid #A2A3AC;
  padding: 0.75rem;
}
.event-promo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.event-promo:before {
  content: '';
  position: absolute;
  background: #2a2e61;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2a2e61 0%, #5e6294 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2e61 0%, #5e6294 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e61', endColorstr='#5e6294', GradientType=1);
  /* IE6-9 */
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
.story {
  color: #fff;
  margin-bottom: 70px;
}
.donation-promo {
  background: #6cbdad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cbdad 0%, #339ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cbdad 0%, #339ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbdad', endColorstr='#339ea0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  position: relative;
}
.donation-promo-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 33%;
  left: 0;
  position: absolute;
}
.pay-bill-promo {
  background-color: #2A2E61;
  color: #fff;
}
.tab {
  cursor: pointer;
}
.tab-content {
  display: none;
  position: relative;
}
.tab-content.active {
  display: block;
}
.tab-content-container {
  transition: 230ms height ease-in-out;
  position: relative;
  overflow: hidden;
}
.tab-expander {
  height: 100%;
}
.footer {
  background-color: #2A2E61;
  color: #fff;
  border-top: 6px solid #097480;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.footer h6 {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.footer a {
  color: #A2A3AC;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.footer a:hover {
  border-bottom: 1px solid #A2A3AC;
}
.footer a h6:hover {
  border-bottom: 1px solid #fff;
}
.footer li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 12px;
}
.footer ul {
  margin-top: 0 !important;
}
.footer ul.hours li,
.footer ul.phone li {
  font-size: 0.875em;
}
.footer address {
  font-size: 0.875em;
}
.footer label {
  text-transform: uppercase;
}
header {
  background: #fff;
}
.mobile-toggle {
  cursor: pointer;
  font-size: 2em;
  position: relative;
  text-align: right;
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1B1B1B;
  margin-top: 8px;
  border-radius: 44px;
  max-width: 48px;
  min-width: 38px;
  float: right;
}
.page-overlay {
  opacity: 0.0;
  background-color: #1B1B1B;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: 430ms opacity ease-in-out, 430ms visibility ease-in-out;
  visibility: hidden;
}
.page-content {
  position: relative;
  transition: 430ms all cubic-bezier(0, 0.76, 0.29, 0.95);
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  height: 100%;
}
.page-content:before {
  content: '';
  position: relative;
  top: 0;
  opacity: 0.5;
  background: #e7f0f3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e7f0f3 0%, #f7fafb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e7f0f3 0%, #f7fafb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f0f3', endColorstr='#f7fafb', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-content.active {
  transform: translate3d(-75%, 0px, 0px);
}
@media (min-width: 992px) {
  .page-content.active {
    transform: translate3d(0px, 0px, 0px);
    left: 0px;
    top: 0px;
  }
  .page-content.active:before {
    display: none;
  }
  .page-content.active .page-overlay {
    display: none;
  }
}
.page-content.active .page-overlay {
  opacity: 0.7;
  visibility: visible;
}
.mobile-menu {
  overflow: auto;
  position: fixed;
  width: 75%;
  top: 0;
  right: 0;
  transition: 430ms right cubic-bezier(0.26, 0.93, 0.29, 0.93);
  height: 100%;
  background-color: #ECF3F5;
  display: none;
}
.mobile-menu input {
  width: 100%;
  margin-left: 0rem;
}
.mobile-menu li {
  padding: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.mobile-menu li:first-child {
  border-bottom: 0px solid #fff;
  padding-bottom: 0.375rem;
}
.mobile-menu li a {
  color: #1B1B1B;
  font-weight: 700;
  font-size: 0.9375em;
  letter-spacing: 1.8px;
  display: block;
}
.mobile-menu li a:hover {
  color: #47AC98;
}
.mobile-menu li a.active {
  color: #47AC98;
}
.mobile-menu li .sub-nav-item {
  color: #1B1B1B;
  font-weight: 400;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu .btn {
  font-family: 'Open Sans', sans-serif;
  padding: 0.5rem 1rem;
  font-style: normal;
  width: 100%;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
}
.mobile-menu .btn:hover {
  color: #fff;
}
.mobile-header {
  background-color: #2A2E61;
  padding: 0.5rem;
  top: 0;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none !important;
  }
}
.mobile-header .search-input {
  width: 100%;
  margin-left: 0px;
}
/* Clinic Map */
#new-campus-map {
  max-width: 80vw;
  margin: 0 auto;
}
#new-campus-map .campus-location {
  cursor: pointer;
}
.campus-location {
  transition: 230ms all ease-in-out;
}
.campus-location.hovered,
.campus-location.active {
  fill: #2a2e61;
}
.legend-label {
  cursor: pointer;
}
.legend-label:before {
  content: '';
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  border: 5px solid #a2a3ac;
  left: 0;
  transition: 230ms all ease-in-out;
}
.legend-label.hovered:before {
  border-color: #2A2E61;
  background-color: #2A2E61;
}
.legend-label.active {
  color: #D74D30;
}
.legend-label.active:before {
  border-color: #D74D30;
  background-color: #D74D30;
}
.map-container {
  overflow: auto;
  width: 100%;
  position: relative;
}
#mapHtml {
  transition: all 230ms ease-in-out;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1140px;
  max-width: 1140px;
  height: 575px;
  background-image: url('/img/map/map_bg.png');
  position: relative;
  margin: auto;
}
.map-entrance {
  position: absolute;
  z-index: 2;
  transition: 230ms all ease-in-out;
}
.map-entrance.me .cls-1 {
  fill: #D74D30;
}
.map-entrance.ee .cls-1 {
  fill: #E0A424;
}
.map-location-main {
  position: absolute;
  z-index: 2;
  transition: 230ms all ease-in-out;
}
.map-location-main.me .cls-1 {
  fill: #D74D30;
}
.map-location-main.ee .cls-1 {
  fill: #E0A424;
}
.map-location-main .cls-1 {
  fill: #097480;
}
.map-location {
  position: absolute;
  z-index: 1;
  transition: 230ms all ease-in-out;
}
.map-location.hover .cls-1 {
  fill: #2A2E61;
  cursor: pointer;
}
.map-location.active .cls-1 {
  fill: #2A2E61;
}
.map-location .cls-1 {
  fill: #47AC98;
}
.cls-1 {
  transition: 230ms all ease-in-out;
}
.main-building-label {
  left: 284px;
  position: absolute;
  top: 320px;
  text-transform: uppercase;
  z-index: 3;
}
.main-building-label p {
  font-size: 0.75em;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}
#main {
  width: 142px;
  height: 130px;
  left: 240px;
  top: 300px;
}
#womens-health {
  width: 52px;
  height: 60px;
  left: 164px;
  top: 95px;
}
#eye-clinic {
  width: 50px;
  height: 60px;
  left: 188px;
  top: 150px;
}
#shelton-orthopedics {
  width: 32px;
  height: 26px;
  left: 401px;
  top: 220px;
}
#walk-in-clinic {
  width: 32px;
  height: 26px;
  left: 400px;
  top: 242px;
}
#family-medicine {
  width: 32px;
  height: 26px;
  left: 399px;
  top: 264px;
}
#surgery-clinic {
  width: 47px;
  height: 44px;
  left: 556px;
  top: 336px;
}
#hoodsport-family-clinic {
  height: 64px;
  width: 66px;
  left: 834px;
  top: 232px;
}
#olympic-physicians {
  width: 62px;
  height: 32px;
  left: 584px;
  top: 457px;
}
#oakland-bay-pediatrics {
  width: 48px;
  height: 34px;
  left: 647px;
  top: 484px;
}
#ankle-foot {
  width: 24px;
  height: 40px;
  left: 564px;
  top: 246px;
}
#family-health {
  width: 22px;
  height: 40px;
  left: 586px;
  top: 246px;
}
#main-entrance {
  width: 43px;
  height: 6px;
  left: 300px;
  top: 300px;
}
#emergency-entrance {
  width: 43px;
  height: 6px;
  left: 314px;
  top: 378px;
}
#mason-clinic {
  left: 361px;
  top: 364px;
  width: 64px;
}
.map-location-info {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D74D30;
  padding: 1.5rem;
  position: absolute;
  z-index: 50;
  text-align: left;
  max-width: 450px;
  display: none;
}
.map-location-info p {
  font-weight: 700;
  color: #fff;
  font-size: 0.75em;
}
.map-location-info p.building-name {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 800;
}
.map-location-info:after {
  content: '';
  width: 0;
  height: 0;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0px);
  border-style: solid;
  border-width: 40px 20px 0 20px;
  border-color: #D74D30 transparent transparent transparent;
  position: absolute;
}
.map-location-info a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.875em;
}
.map-location-info address {
  font-weight: 700;
  color: #fff;
  font-size: 0.75em;
}
.map-key li {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
  transition: 230ms color ease-in-out;
}
.map-key li:before {
  content: '';
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  border: 5px solid #A2A3AC;
  left: 0;
  transition: 230ms all ease-in-out;
}
.map-key li.active {
  color: #D74D30;
}
.map-key li.active:before {
  background-color: #D74D30;
  border-color: #D74D30;
}
.map-key li.hover-active {
  color: #2A2E61;
}
.map-key li.hover-active:before {
  background-color: #2A2E61;
  border-color: #2A2E61;
}
.map-key li.main-label {
  cursor: pointer;
  user-select: none;
}
.map-key li.sub-label- {
  font-size: 0.875em;
}
.map-key li.sub-label-:before {
  height: 1rem;
  width: 1rem;
}
.map-key li.me {
  color: #E0A424;
}
.map-key li.me:before {
  background-color: #E0A424;
  border-color: #E0A424;
}
.map-key li.ee {
  color: #D74D30;
}
.map-key li.ee:before {
  background-color: #D74D30;
  border-color: #D74D30;
}
.map-key li.default-label {
  color: #097480;
}
.map-key li.default-label:before {
  background-color: #097480;
  border-color: #097480;
}
.map-key li.mason-clinic {
  color: #997434;
}
.map-key li.mason-clinic:before {
  background-color: #997434;
  border-color: #997434;
}
.map-key li.parking-label:before {
  background-image: url('/img/map/parking_bg.png');
  background-size: cover;
  background-position: center;
  border: 1px solid #fff;
}
.map-key ul ul {
  margin-left: 0.75rem;
}
/* Google Map */
#map {
  height: 31.25rem;
}
@media (max-width: 767px) {
  #map {
    height: 21.875rem;
  }
}
.map-info label {
  text-transform: uppercase;
  font-weight: 700;
}
.map-info a:hover {
  text-decoration: underline;
}
.map-info a:hover.btn {
  text-decoration: none;
}
/* Ajax Seach Box */
.search-container {
  display: none;
  position: relative;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  padding: 1.5rem;
  z-index: 9;
  max-width: 600px;
  width: 50%;
  border: 2px solid #2A2E61;
  left: 2.25rem;
  border-top: 0;
}
.search-container .view-all {
  text-align: right;
}
.search-container .view-all a {
  font-size: 0.875em;
  color: #A2A3AC;
  border-bottom: 1px solid transparent;
  transition: border 230ms ease-in-out;
}
.search-container .view-all a:hover {
  border-bottom: 1px solid #A2A3AC;
}
.search-container .view-all a .fa {
  margin-left: 4px;
}
.search-container .no-results {
  color: #A2A3AC;
  text-transform: uppercase;
}
.search-results-list li {
  margin-bottom: 1rem;
  transition: border 230ms ease-in-out;
  border-bottom: 1px solid transparent;
}
.search-results-list li span.sub-title {
  color: #A2A3AC;
  font-size: 0.75em;
  text-transform: uppercase;
}
.search-results-list li span.title {
  color: #1B1B1B;
  font-size: 1em;
  transition: color 230ms ease-in-out;
  font-weight: 600;
  text-transform: none;
}
.search-results-list li:hover {
  border-bottom: 1px solid #47AC98;
}
.search-results-list li:hover .title {
  color: #47AC98;
}
.search-results-list li .result {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.loading {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
}
.loading .fa {
  font-size: 2em;
  color: #A2A3AC;
}
.loading .fa-spin {
  -webkit-transform-origin: 50% calc(49.5%);
  transform-origin: 50% calc(49.5%);
}
/* Animation */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
/* Helpers, Misc */
.border-right {
  border-right: 1px solid #1B1B1B;
}
.border-left {
  border-left: 1px solid #1B1B1B;
}
.no-scroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  .no-scroll {
    overflow-y: auto;
  }
}
.btn-padding-alt .btn {
  padding: 0.5rem 1.75rem;
}
.img-round {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
}
.bg-white {
  background-color: #fff;
}
.bg-secondary {
  background-color: #097480;
}
.bg-neutral-light {
  background-color: #ECF3F5;
}
@media (min-width: 768px) {
  .two-col {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    -column-count: 2;
    -webkit-column-gap: 32px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 32px;
    /* Firefox */
    column-gap: 32px;
  }
}
.rich-list {
  font-weight: 300;
}
.rich-list h1,
.rich-list h2,
.rich-list h3,
.rich-list h4,
.rich-list h5,
.rich-list h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.rich-list li {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.view-all {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
  border: 2px solid transparent;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  transition: 230ms border-color ease-in-out;
}
.view-all:hover {
  border-color: #fff;
}
.view-all-alt {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
  border: 2px solid transparent;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  transition: 230ms border-color ease-in-out;
  color: #1B1B1B;
}
.view-all-alt:hover {
  border-color: #fff;
}
.view-all-alt:hover {
  border-color: #1B1B1B;
}
.bar {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 2px;
  background: #fff;
  width: 100%;
}
.bar-light {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 2px;
  background: #fff;
  width: 100%;
  background: #ECF3F5;
  margin-top: 0.75rem;
}
.bar-medium {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 2px;
  background: #fff;
  width: 100%;
  background: #A2A3AC;
  margin-top: 0.75rem;
}
.block-quote {
  font-size: 1.625em;
}
.block-quote p {
  line-height: 135%;
}
.bg-fixed {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.page-selectors .btn {
  font-family: fontAwesome;
  font-style: normal;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1B1B1B;
  font-size: 1.375em;
}
.page-selectors .btn:hover {
  color: #2A2E61;
}
.page-selectors .btn.active {
  color: #47AC98;
}
.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.btn-links a {
  border: 1px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Droid Serif', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding: 1rem 1.625rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  font-style: italic;
  background-color: #097480;
  border-color: transparent;
  color: #fff;
}
.btn-links a:hover,
.btn-links a:focus {
  text-decoration: none;
}
.btn-links a:active,
.btn-links a.active {
  background-image: none;
  outline: 0;
}
.btn-links a.disabled,
.btn-links a:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-links a a.btn.disabled,
.btn-links a fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-links a a {
  color: white;
}
.btn-links a:hover,
.btn-links a:focus,
.btn-links a:active,
.btn-links a.active {
  background-color: #007b89;
}
.validation-error input,
.validation-error textarea {
  border: solid 3px #d9534f !important;
}
.validation-error.error-icon:before {
  position: absolute;
  content: "\f06a";
  color: #d9534f;
  font-family: FontAwesome;
  font-size: 22px;
  display: block;
  top: 6px;
  right: 12px;
  pointer-events: none;
}
figcaption {
  margin: 1em 0;
  font-size: 0.85em;
}
.view-all-button {
  margin-top: 30px;
}
.footer-mason-clinic-hours > p {
  font-size: 0.875em;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-mason-clinic-hours ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-mason-clinic-hours li {
  font-size: 0.875em;
}
.clinic-wait-wrap .clinic-wait span {
  white-space: nowrap;
}
.clinic-wait-wrap .clinic-wait span em {
  color: #008588;
}
#ClinicWait > div {
  background: white;
  padding: 2em;
  margin-top: -2em;
}
#ClinicWaitHome {
  padding: 2em;
  background: #2a2e61;
  color: white;
  border-radius: 2px;
}
#ClinicWaitHome .clinic-wait-wrap {
  padding: 1em 0 2em;
}
#ClinicWaitHome em {
  font-weight: bold;
}
#MasonAnnouncements {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
#MasonAnnouncements .events-entry.active {
  border-right-color: #097480;
  color: #222;
  cursor: default;
  font-size: 1em;
  margin: 1rem;
}
#MasonAnnouncements > div {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #MasonAnnouncements > div {
    max-width: calc(47%);
  }
}
#SlideCallouts .callouts-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #SlideCallouts .callouts-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#SlideCallouts .slide-callout {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
#SlideCallouts .slide-callout:last-of-type {
  margin-right: 0;
}
#SlideCallouts .slide-callout > a {
  display: block;
  margin-bottom: 1em;
  min-width: 300px;
}
#SlideCallouts .slide-callout img {
  width: 100%;
  height: auto;
}
#SlideCallouts .slide-callout h5 {
  font-size: 1.35rem;
  margin: 0 0 0.5em;
}
#SlideCallouts .slide-callout .btn {
  display: inline-block;
  margin-top: 1.5em;
}
#SlideCallouts .slide-callout > div {
  margin-left: 1em;
}
#SlideCallouts .slide-callout .callout-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #SlideCallouts .slide-callout {
    flex-direction: column;
    margin-bottom: 4rem;
    margin-right: 1em;
  }
  #SlideCallouts .slide-callout .callout-content > div:last-child {
    margin-top: auto;
  }
  #SlideCallouts .slide-callout h5 {
    margin: 1em 0 0.5em;
  }
  #SlideCallouts .slide-callout > div {
    margin-left: 0;
    flex: 1;
  }
}
.embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}
@media screen and (min-width: 1200px) {
  .embed {
    padding-bottom: 640px;
    /* The height of the item will now be 56.25% of the width. */
  }
}
.embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 640px;
}
#agenda-minutes-wrap .heading-block-md {
  margin-bottom: 0;
}
#agenda-minutes-page .year-select-wrapper {
  display: block;
}
@media (max-width: 544px) {
  #agenda-minutes-page .year-select-wrapper {
    margin-top: 1.5em;
  }
}
#agenda-minutes-page .year-wrappers {
  padding: 1em 0;
  display: none;
}
#agenda-minutes-page .dropdown-header-text {
  color: black;
}
#agenda-minutes-page .agenda-minutes-wrapper {
  margin: 1em 0;
  padding: 1em 0;
}
#agenda-minutes-page .accordion-tab {
  text-align: left;
}
#agenda-minutes-page .archive-list {
  margin-top: 1.5em;
}
#agenda-minutes-page .archive-list-entry {
  border-color: #474c78;
  color: #fff;
}
#agenda-minutes-page .archive-list-entry:hover {
  background-color: #008588;
}
#VaccinationsBanner {
  background-color: #ECF3F5;
  text-align: center;
  padding: 2em 1em;
  font-family: 'Droid Serif', sans-serif;
  color: #2A2E61;
  font-style: italic;
}
#VaccinationsBanner .message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1200px) {
  #VaccinationsBanner .message {
    flex-direction: row;
    font-size: 28px;
  }
}
#VaccinationsBanner .amount {
  font-size: 42px;
  color: #097480;
  padding: 0 0.35em;
}
@media screen and (min-width: 1200px) {
  #VaccinationsBanner .amount {
    font-size: 54px;
  }
}
#VaccinationsBanner span {
  display: inline-block;
}
#VaccinationsBanner a {
  font-weight: bold;
}
#VaccinationsBanner a:hover {
  text-decoration: underline;
}
.carousel-slide {
  position: relative;
}
.carousel-slide .expand {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 305px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .carousel-slide .expand {
    width: 100%;
  }
}
.carousel-slide .circle {
  width: 400px;
  height: 400px;
  background: red;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #2c4468 0%, rgba(52, 134, 125, 0.5) 100%);
  color: white;
}
@media (max-width: 767px) {
  .carousel-slide .circle {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: linear-gradient(135deg, #2c4468 0%, rgba(52, 134, 125, 0.75) 100%);
  }
}
.carousel-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.carousel-slide h1 {
  font-size: 2em;
}
.carousel-slide p {
  margin: 1em 0;
}
.carousel-slide .btn-primary-outline {
  border-width: 2px;
  color: white;
}
.carousel-slick .slick-arrow {
  cursor: pointer;
}
@media (max-width: 767px) {
  .carousel-slick .slick-arrow {
    visibility: hidden;
  }
}
#BrowserWarning {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
#BrowserWarning.reveal-warning {
  display: flex;
}
#BrowserWarning .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem;
}
#BrowserWarning .modal-close svg {
  width: 25px;
  height: 25px;
}
#BrowserWarning .modal-content {
  position: relative;
  width: 80vw;
  max-width: 800px;
  background-color: white;
  padding: 3rem 2rem 2rem;
  margin: 1rem;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}
#BrowserWarning .modal-content .warning-message {
  text-align: center;
}
#BrowserWarning .modal-content .warning-message h5 {
  margin-bottom: 1rem;
  line-height: 2rem;
}
#BrowserWarning .supported-browsers {
  padding: 1rem 0 0;
  text-align: center;
}
#BrowserWarning .supported-browsers li {
  display: block;
  margin: 10% 0 0 0;
}
#BrowserWarning .supported-browsers li:last-child {
  margin-right: 0;
}
#BrowserWarning .supported-browsers li h5 {
  margin: 1rem 0;
}
@media screen and (min-width: 900px) {
  #BrowserWarning .supported-browsers li {
    display: inline-block;
    margin: 0 10% 0 0;
  }
}
.absolute {
  position: absolute !important;
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.clearfix:before,
.clearfix:after,
[class*="block-grid-"]:before,
[class*="block-grid-"]:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
[class*="block-grid-"]:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.embed-wrapper {
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.embed-wrapper audio {
  width: 100%;
}
.embed-wrapper img {
  max-width: inherit;
}
.embed-wrapper embed,
.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper video {
  bottom: 0;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-wrapper.embed-16x9 {
  padding-bottom: 56.25%;
}
.embed-wrapper.embed-4x3 {
  padding-bottom: 75%;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.relative {
  position: relative !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.hidden-xs {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs-only {
    display: none !important;
  }
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.no-m-a {
  margin: 0 !important;
}
.no-m-b {
  margin-bottom: 0 !important;
}
.no-m-l {
  margin-left: 0 !important;
}
.no-m-r {
  margin-right: 0 !important;
}
.no-m-t {
  margin-top: 0 !important;
}
.no-m-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-m-y {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.no-p-a {
  padding: 0 !important;
}
.no-p-b {
  padding-bottom: 0 !important;
}
.no-p-l {
  padding-left: 0 !important;
}
.no-p-r {
  padding-right: 0 !important;
}
.no-p-t {
  padding-top: 0 !important;
}
.no-p-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-p-y {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h1 {
    width: 100%;
    color: red;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer,
  .profile-image {
    display: none;
  }
  .stripe-xl {
    padding: 0;
  }
}
