@charset "UTF-8";
@import "../../fonts/fonts.css";
/* browser prefixes to support even older version */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: relative;
  margin: 0 8px 0 0;
}

.control-group {
  margin: 15px 0;
}

.help-inline, .help-block {
  color: #737373;
}
.help-inline.warning, .help-block.warning {
  color: #f00;
}

.form-control-feedback {
  right: 15px;
}

/* * * * * * * * * * * * * * * * * | ACCORDION | * * * * * * * * * * * * * * * * * * */
.drawers > .card {
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
  background-color: #F4F4F4;
  color: #393939;
}
.drawers > .card > .card-header {
  font-size: 20px;
  font-weight: 900;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: inherit;
  background-color: inherit;
  border-bottom: none;
}
.drawers > .card > .card-header > a {
  font-size: 20px;
  font-weight: 900;
  vertical-align: top;
  padding: 10px 0px 10px 60px;
  display: block;
  position: relative;
  cursor: pointer;
}
.drawers > .card > .card-header > a[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drawers > .card > .card-header > a:before {
  transition: transform 300ms;
  content: "";
  background: url("../images/drawerIcon.png");
  position: absolute;
  top: 13px;
  left: 20px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.drawers > .card .card-body {
  padding: 15px 60px 30px;
}
.drawers > .card .card-body h6 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 15px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.breadcrumb > li + li:before {
  content: "//";
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.embed-responsive {
  width: 960px;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body, header {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}

body {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
body.page {
  color: #393939;
  background-color: #fff;
}
body.iframe-embedded .d-iframe-none {
  display: none;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll header {
  overflow: auto;
}

@media (max-width: 992px) {
  body {
    margin-bottom: 60px;
  }
}
.f-black {
  font-family: "VAGRoundedNext-Heavy", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-bold {
  font-family: "VAGRoundedNext-Bold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-normal {
  font-family: "VAGRoundedNext-Regular", sans-serif;
  letter-spacing: 0.8px;
}

.f-semibold {
  font-family: "VAGRoundedNext-SemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-medium {
  font-family: "VAGRoundedNext-Medium", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-light {
  font-family: "VAGRoundedNext-Light", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-thin {
  font-family: "VAGRoundedNext-Thin", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}

.f-archer-bold {
  font-family: "HCo Archer", sans-serif;
  font-weight: 800;
  letter-spacing: 0.8px;
}

p {
  font-size: 20px;
  line-height: 30px;
}
p.small {
  font-size: 14px;
  line-height: 22px;
}
p.large {
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
  p.large {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-small p {
  font-size: 14px;
  line-height: 22px;
}

.content-large p {
  font-size: 24px;
  line-height: 36px;
}

.content-xlarge p {
  font-size: 2.125em;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .content-large p {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Makes container behave like container-lg */
@media (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
a {
  color: #009f4d;
  text-decoration: none;
  transition: none;
}
a:hover {
  color: #005CB9;
  text-decoration: underline;
}
a .fa {
  display: inline-block;
  transition: none;
}
a span {
  transition: none;
}

/* Default inherited styling for editable html content */
.default p > a {
  font-weight: 600;
}
.default ul > li > a, .default ol > li > a {
  font-weight: 600;
}

address {
  font-family: "VAGRoundedNext-Light", sans-serif;
}

address.public {
  font-size: 11px;
  line-height: 18px;
}

label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .sidebar-left {
    position: fixed;
    top: 0;
    height: 100%;
    display: block;
    z-index: 0;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f8f9fa;
    border-right: 1px solid #eee;
    padding-top: 175px;
  }
  .sidebar-left .sidebar-title {
    width: 100%;
    display: block;
    padding: 6px 15px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .sidebar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6%;
    max-width: 100%;
  }
}
.main-content {
  margin-left: 16.66%;
  padding: 50px;
}

.alert {
  font-size: 14px;
  line-height: 20px;
}
.alert .alert-icon {
  font-size: 18px;
}
.alert p {
  font-size: 14px;
  line-height: 20px;
}
.alert p .fa {
  font-weight: 700;
  margin-left: 5px;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert.fade {
  transition: opacity 0.3s linear;
}
.alert .close {
  padding: 9px 13px;
}
.alert.alert-primary {
  background-color: #F4F4F4;
  border-color: #FF6C0C;
  color: #393939;
}
.alert.alert-primary .alert-icon {
  color: #FF6C0C;
}
.alert.alert-primary a:not(.btn) {
  color: #FF6C0C;
}
.alert.alert-primary .close {
  color: #FF6C0C;
  opacity: 1;
}
.alert.alert-primary .close:hover {
  color: #FF6C0C;
  opacity: 0.5;
}

.alerts {
  z-index: 1035;
  background-color: #F4F4F4;
  border-top: 5px solid #FF6C0C;
}
.alerts .alert {
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0;
  padding: 11px 22px 11px 0;
}

.alert-row {
  display: flex;
}
.alert-row .alert-col {
  flex: 1 0 0;
  border-right: 3px solid #fff;
}
.alert-row .alert-col:last-child {
  border-right: none;
}

@media (max-width: 992px) {
  .alert-row .alert-col {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .alert-row .alert-col:not(:first-child) {
    display: none;
    opacity: 0;
  }
}
.alert-gray-modal .modal-dialog {
  max-width: 650px;
}
.alert-gray-modal .modal-dialog .modal-content {
  padding: 50px 45px;
  border-top: 10px solid #FF6C0C;
  border-radius: 0;
}
.alert-gray-modal .modal-dialog .modal-content .modal-header, .alert-gray-modal .modal-dialog .modal-content .modal-body {
  border-bottom: none;
}
.alert-gray-modal .modal-dialog .modal-content .modal-header i, .alert-gray-modal .modal-dialog .modal-content .modal-body i {
  color: #FF6C0C;
}
.alert-gray-modal .modal-dialog .modal-content .modal-header .modal-title, .alert-gray-modal .modal-dialog .modal-content .modal-body .modal-title {
  font-family: "VAGRoundedNext-Light", sans-serif;
  padding-left: 10px;
  line-height: 1.2;
}
.alert-gray-modal .modal-dialog .modal-content .modal-header .close, .alert-gray-modal .modal-dialog .modal-content .modal-body .close {
  font-size: 2rem;
  font-weight: 300;
  padding: 0.5rem;
}
.alert-gray-modal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  line-height: 1.5;
}
.alert-gray-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
.alert-gray-modal.multiple-modal .modal-header {
  padding-left: 15px;
}
.alert-gray-modal.multiple-modal .modal-body .btn-orange i {
  color: #fff;
}
.alert-gray-modal.multiple-modal .modal-footer {
  border-top: 3px solid #E8E5E5;
}
.alert-gray-modal.multiple-modal .modal-footer a {
  color: #FF6C0C;
}

@media (max-width: 576px) {
  .alert-gray-modal .modal-dialog .modal-content {
    padding: 40px 30px;
  }
  .alert-gray-modal .modal-dialog .modal-content .modal-header i {
    display: none;
  }
  .alert-gray-modal .modal-dialog .modal-content .modal-header .modal-title {
    padding-left: 8px;
  }
  .alert-gray-modal .modal-dialog .modal-content .modal-body .modal-title {
    padding-left: 0;
  }
}
.phone-wrapper {
  margin-bottom: 20px;
}
.phone-wrapper .phone-title {
  font-size: 13px;
  line-height: 20px;
}
.phone-wrapper .phone-number, .phone-wrapper .phone-number a {
  font-size: 18px;
  line-height: 24px;
}

.phone-more-contacts {
  position: relative;
  display: block;
  margin-top: 40px;
}

.panel {
  padding: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #FFF;
}
.panel.panel-small {
  padding: 20px;
}
.panel.landing-page {
  padding: 62px 58px;
  z-index: 100;
}
.panel.landing-page.sm {
  padding: 40px 58px;
}
.panel.panel-open {
  padding: 30px 30px 60px !important;
}
.panel.contact-panel.in-article {
  min-width: 250px;
}
.panel.resources-panel {
  max-width: 100%;
  min-width: 335px;
}
.panel.resources-panel.inline {
  min-width: auto;
  width: 335px;
}
.panel.panel-staff {
  padding: 30px 20px;
  max-width: 100%;
}
.panel.panel-staff.sm {
  padding: 15px 20px;
  width: 215px;
}
.panel.panel-staff p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 75%;
}
.panel.panel-staff p.full-width {
  max-width: 100%;
}
.panel.panel-awards {
  padding: 30px 20px;
  max-width: 335px;
}
.panel.panel-awards.sm {
  padding: 15px 20px;
}
.panel.panel-awards p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
.panel .panel-section-title {
  font-size: 24px;
  line-height: 30px;
}
.panel.location-panel {
  padding: 10px 0px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.panel.panel-grey {
  background-color: #F4F4F4;
}
.panel.panel-blog {
  padding: 25px;
}
.panel.panel-blog-header {
  padding: 20px 40px;
}

@media (max-width: 576px) {
  .panel {
    padding: 18px;
  }
  .panel.panel-small {
    padding: 14px;
  }
  .panel.panel-blog-header {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .panel.landing-page {
    padding: 30px 20px;
  }
  .panel.landing-page.sm {
    padding: 30px 20px;
  }
}
.description-list-item {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .panel.resources-panel {
    width: auto;
  }
  .panel.panel-awards {
    width: auto;
  }
}
.panel-title {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.8px;
}
.panel-title.panel-title-small {
  font-size: 20px;
  line-height: 23px;
}
.panel-title.style-2 {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .panel .panel-title.style-3 {
    font-size: 20px;
  }
  .panel.full {
    padding: 30px 20px;
  }
}
.panel-link {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}
.panel-link .panel {
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  display: table;
  height: 87px;
  width: 100%;
}
.panel-link .panel .ind-service {
  font-size: 17px;
  line-height: 21px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.panel-link:hover .panel {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media (max-width: 768px) {
  .panel-link .panel {
    height: auto;
  }
}
.panel-staff .section-link {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.panel-staff .staff-title {
  font-size: 15px;
  line-height: 18px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
  margin-bottom: 0;
}
.panel-staff .staff-specialty {
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
  margin-bottom: 15px;
}
.panel-staff.panel-staff-inline {
  width: 340px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-container .flex-item {
  width: 50%;
}
.flex-container .flex-item.right {
  padding: 35px 25px;
}
.flex-container .flex-item:first-child {
  background-image: url("../images/lorempixel/abstract.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.side-side {
  background-color: #F2F9FF;
  border: 1px solid #6CAAE4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.side-side .flex-item-title {
  font-size: 18px;
  line-height: 22px;
  color: #005DAB;
}
.side-side .flex-p {
  font-size: 14px;
  line-height: 17px;
  color: #005DAB;
}

@media (max-width: 992px) {
  .side-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-side .flex-item {
    width: 100%;
  }
  .side-side .flex-item:first-child {
    height: 200px;
  }
}
.general-bar {
  background-color: #2F2025;
  padding: 23px 40px;
}
.general-bar .general-title {
  font-size: 29px;
  line-height: 35px;
}

.general-bar-large {
  padding: 33px 40px;
}

.blockquote {
  font-family: "VAGRoundedNext-Light", sans-serif;
  border-left: 5px solid #383232;
  padding-left: 25px;
}
.blockquote p {
  font-size: 36px;
  line-height: 40px;
}
.blockquote p::before {
  font-family: "VAGRoundedNext-Thin", sans-serif;
  content: "“";
  position: absolute;
  margin-left: -13px;
  font-size: 1.5em;
}
.blockquote p::after {
  font-family: "VAGRoundedNext-Thin", sans-serif;
  content: "”";
  position: absolute;
  margin-left: 5px;
  font-size: 1.5em;
}
.blockquote .blockquote-footer {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}
.blockquote .blockquote-source-title {
  font-size: 14px;
  line-height: 18px;
  margin-left: 2em;
}
.blockquote.small {
  padding-left: 15px;
}
.blockquote.small p {
  font-size: 30px;
  line-height: 32px;
}
.blockquote.small .blockquote-footer {
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
}
.blockquote.blue {
  border-color: #005CB9;
  color: #005CB9;
}
.blockquote.purple {
  border-color: #009f4d;
  color: #009f4d;
}
.blockquote.yellow {
  border-color: #EDAA00;
  color: #EDAA00;
}
.blockquote.orange {
  border-color: #FF6C0C;
  color: #FF6C0C;
}
.blockquote.white {
  border-color: #FFF;
  color: #FFF;
}
.blockquote.white .blockquote-footer {
  color: #FFF;
}

@media (max-width: 768px) {
  .blockquote p {
    font-size: 24px;
    line-height: 30px;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.card .card-img-top {
  border-radius: 0;
  flex: 0 0 auto;
  object-fit: scale-down;
}
.card .card-block {
  padding: 20px;
}
.card .card-block.left {
  line-height: 65px;
}
.card .card-block.left * {
  display: inline-block;
}
.card .card-block.large {
  padding: 30px 20px;
}
.card .card-block .card-title {
  font-size: 16px;
  line-height: 20px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  letter-spacing: 0.8px;
  color: #000;
}
.card .card-block .card-text {
  font-size: 14px;
  line-height: 18px;
  color: #2E2A25;
  margin-bottom: 15px;
}

.news-card {
  border: 1px solid #B4D7F8;
}
.news-card .news-card-block {
  padding: 23px 15px;
  background-color: #F2F9FF;
}
.news-card .news-card-block .card-text {
  font-size: 15px;
  line-height: 18px;
}

.news-block-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #383232;
  text-align: center;
  padding: 7px 11px;
}
.news-block-icon .news-block-icon-alignment {
  vertical-align: super;
}
.news-block-icon .news-block-text {
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}

.letter-list {
  display: inline-block;
}
.letter-list .letter {
  background-color: #009f4d;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 4px;
  position: relative;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
}
.letter-list .letter:hover {
  text-decoration: none;
  background-color: #D9D5D7;
}
.letter-list .letter.active {
  background-color: #005CB9;
}
.letter-list .letter.letter-disabled {
  background-color: #D9D5D7;
  cursor: not-allowed;
}

.department-panel {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
.department-panel .department-header {
  color: #FFF;
  display: block;
}
.department-panel .department-header:hover {
  text-decoration: none;
}
.department-panel .department-header.padded {
  padding: 15px;
}
.department-panel .department-header.green {
  background-color: #3FAE2A;
}
.department-panel .department-header.green:hover {
  background-color: #A4D55D;
}
.department-panel .department-header.purple {
  background-color: #009f4d;
}
.department-panel .department-header.purple:hover {
  background-color: #68c258;
}
.department-panel .department-header.yellow {
  background-color: #EDAA00;
}
.department-panel .department-header.yellow:hover {
  background-color: #FFD13F;
}
.department-panel .department-header.orange {
  background-color: #FF6C0C;
}
.department-panel .department-header.orange:hover {
  background-color: #FFA168;
}
.department-panel .department-header.blue {
  background-color: #005CB9;
}
.department-panel .department-header.blue:hover {
  background-color: #6DABE4;
}
.department-panel .department-header .sub-txt {
  font-size: 8px;
  line-height: 18px;
  color: #2482D9;
}
.department-panel .department-header .parent-department {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
}
.department-panel .department-header .parent-department.full {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  display: block;
}
.department-panel .department-header .parent-department.full a {
  color: #FFF;
  padding: 15px;
  display: block;
}
.department-panel .department-header .parent-department.full a:hover {
  text-decoration: none;
}
.department-panel .department-header .parent-department h5 {
  margin-bottom: 0;
}
.department-panel .department-body {
  padding: 20px 15px;
}
.department-panel .department-body .department-title {
  font-size: 18px;
  line-height: 22px;
}
.department-panel .department-body .department-title.small {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.department-panel .department-body .department-title.small a {
  color: #3FAE2A;
}
.department-panel .department-body .department-title.small a.purple-txt {
  color: #009f4d;
}
.department-panel .department-body .department-phone {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.department-panel .department-body .department-phone a {
  color: #3FAE2A;
}
.department-panel .department-body .department-phone a.purple-txt {
  color: #009f4d;
}
.department-panel .department-body .department-phone .phone-label {
  color: #393939;
  font-weight: 700;
}
.department-panel .department-footer {
  margin: 0 30px;
  padding: 14px;
  border-top: 1px solid #E8E5E5;
}

@media (max-width: 768px) {
  .department-panel .department-header {
    padding: 15px;
  }
}
.contact-panel {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
.contact-panel .contact-header {
  color: #FFF;
  display: block;
}
.contact-panel .contact-header:hover {
  text-decoration: none;
}
.contact-panel .contact-header.green {
  background-color: #3FAE2A;
}
.contact-panel .contact-header.green:hover {
  background-color: #A4D55D;
}
.contact-panel .contact-header.purple {
  background-color: #009f4d;
}
.contact-panel .contact-header.purple:hover {
  background-color: #68c258;
}
.contact-panel .contact-header.yellow {
  background-color: #EDAA00;
}
.contact-panel .contact-header.yellow:hover {
  background-color: #FFD13F;
}
.contact-panel .contact-header.orange {
  background-color: #FF6C0C;
}
.contact-panel .contact-header.orange:hover {
  background-color: #FFA168;
}
.contact-panel .contact-header.blue {
  background-color: #005CB9;
}
.contact-panel .contact-header.blue:hover {
  background-color: #6DABE4;
}
.contact-panel .contact-header .sub-txt {
  font-size: 8px;
  line-height: 18px;
  color: #2482D9;
}
.contact-panel .contact-header .parent-contact {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
}
.contact-panel .contact-header .parent-contact.full {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  display: block;
}
.contact-panel .contact-header .parent-contact.full a {
  color: #FFF;
  padding: 15px;
  display: block;
}
.contact-panel .contact-header .parent-contact.full a:hover {
  text-decoration: none;
}
.contact-panel .contact-header .parent-contact h5 {
  margin-bottom: 0;
}
.contact-panel .contact-body {
  padding: 20px 15px;
}
.contact-panel .contact-body .contact-title {
  font-size: 18px;
  line-height: 22px;
}
.contact-panel .contact-body .contact-title.small {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.contact-panel .contact-body .contact-title.small a {
  color: #3FAE2A;
}
.contact-panel .contact-body .contact-phone {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.contact-panel .contact-body .contact-phone a {
  color: #3FAE2A;
}
.contact-panel .contact-body .contact-phone .phone-label {
  color: #393939;
  font-weight: 700;
}

.media-staff-member .media-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.media-staff-member .media-desc {
  font-size: 14px;
  line-height: 24px;
  color: #585858;
}

.rating-circles {
  margin-bottom: 15px;
}
.rating-circles .rating-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #E8E5E5;
}
.rating-circles .rating-circle.filled {
  background-color: #005DAB;
}

.review-count {
  font-size: 10px;
  line-height: 16px;
  color: #585858;
}

.drawer {
  background-color: #E6F3FF;
  border: 1px solid #6CAAE4;
  margin-bottom: 15px;
}
.drawer .drawer-header {
  padding: 18px 30px;
  cursor: pointer;
}
.drawer .drawer-title {
  font-size: 16px;
  line-height: 19px;
  color: #005DAB;
  position: relative;
}
.drawer .drawer-block {
  padding: 15px;
}
.drawer .close-drawer-icon {
  transition: 0.5s all;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -5px;
}
.drawer .close-drawer-icon.open {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.department-links {
  margin: 45px 0;
  padding: 0 15px;
}

.links-inline {
  display: inline-block;
}
.links-inline a {
  display: inline-block;
}
.links-inline.footer-links-inline a {
  font-size: 13px;
  line-height: 16px;
}
.links-inline.footer-links-inline a:hover {
  color: #FFF;
}

@media (max-width: 992px) {
  .footer-links-inline {
    display: block;
  }
}
.content-wrapper.regular {
  padding: 35px 0;
}
.content-wrapper.large {
  padding: 70px 0 52px 0;
}
.content-wrapper.extra-large {
  padding: 75px 0;
}
.content-wrapper.panel-spacing {
  padding: 60px 0 30px;
}

@media only screen and (max-width: 576px) {
  .content-wrapper.large {
    padding: 35px 0;
  }
}
.content-block img {
  max-width: 100%;
}
.content-block li {
  font-size: 20px;
  line-height: 30px;
}
.content-block li.small {
  font-size: 14px;
  line-height: 22px;
}
.content-block li.large {
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .content-block li {
    font-size: 16px;
    line-height: 22px;
  }
  .content-block li.large {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero-text-block {
  padding: 35px 40px;
}

@media (max-width: 992px) {
  .hero-text-block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-text-block {
    padding: 15px 20px;
  }
}
.flex-image {
  margin-right: 0;
  width: auto;
  max-width: 66.6%;
}

@media (max-width: 768px) {
  .flex-image {
    margin-right: 0;
    margin-left: 0;
    width: auto;
    max-width: 100%;
  }
  .flex-image img {
    width: 100%;
  }
}
.flex-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.flex-content {
  display: block;
  padding: 8%;
}
.flex-content.careers {
  padding: 48px 50px;
}
.flex-content.research-story {
  padding: 30px 40px;
}

@media (max-width: 768px) {
  .flex-content {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .flex-content {
    padding: 40px 30px;
  }
}
.news-article {
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.news-article .embed-responsive-item {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.news-article .flex-text-container, .news-article .flex-content {
  z-index: 2;
}

/* Article Grid */
.news-article--grid-large {
  flex: 1 1 auto;
}
.news-article--grid-large.row {
  flex-direction: row;
}
.news-article--grid-large.row > .col-12 {
  overflow: hidden;
}
.news-article--grid-large img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.news-article--grid-small {
  flex: 1 1 auto;
}
.news-article--grid-small.row {
  flex-direction: row;
}
.news-article--grid-small.row > .col-12 {
  overflow: hidden;
}
.news-article--grid-small img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .news-article--grid-small {
    min-height: 260px;
  }
  .news-article--grid-small.row > .col-12 {
    border-top: 1px solid #e7e7e7;
  }
  .news-article--grid-small img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .news-article--grid-small {
    min-height: 280px;
  }
  .news-article--grid-small.row > .col-12:first-child {
    border: none;
  }
  .news-article--grid-small.row > .col-12:last-child {
    border-top: 1px solid #e7e7e7;
  }
  .news-article--grid-large {
    min-height: 560px;
  }
  .news-article--grid-large .flex-fill {
    width: 100%;
  }
  .news-article--grid-large.row {
    flex-direction: column;
  }
}
.news-article--grid-content {
  padding: 8%;
  padding: 2.25rem;
}

.news-article--grid-kicker {
  text-transform: uppercase;
}

.news-article--grid h4 {
  line-height: 1.1;
}

.news-article--cta .flex-content {
  padding: 6% 8%;
}

@media (max-width: 768px) {
  .news-article--cta .flex-content {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
.news-article--list .flex-content {
  padding: 40px;
}

.news-article--date {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.blog-post-preview {
  background-color: #FFF;
}
.blog-post-preview > .row {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .news-article {
    margin-bottom: 20px;
  }
}
.careers-panel {
  margin-bottom: 35px;
  background-color: #FFF;
}
.careers-panel .row {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .careers-panel .row {
    flex-direction: column !important;
  }
}
.mobile-hero-text-block {
  background-color: #005CB9;
  text-align: center;
  color: #FFF;
  padding: 11px 15px;
  display: none;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}

@media (max-width: 992px) {
  .mobile-hero-text-block {
    display: block;
  }
}
@media (max-width: 992px) {
  .content-inner {
    margin-top: 35px;
  }
  .content-inner.mobile-alignment {
    text-align: center;
  }
}
.page-header {
  padding: 42px 0;
  background-color: #005CB9;
}

.page-header-left {
  padding: 22px 27px;
}
.page-header-left.blue {
  background-color: #005CB9;
}

.page-header-regular {
  padding: 40px 27px;
  z-index: 2;
}
.page-header-regular.blue {
  background-color: #005CB9;
}
.page-header-regular.with-banner {
  position: relative;
}
.page-header-regular.with-banner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/kaleidoscope_banner2.png) center center no-repeat;
  width: 474px;
}

@media (max-width: 850px) {
  .page-header-regular {
    padding: 34px 27px;
  }
  .page-header-regular.with-banner:after {
    background-position-x: 130px;
  }
}
@media (max-width: 576px) {
  .page-header-regular.with-banner:after {
    display: none;
  }
}
.page-header-half .page-header-half-left {
  padding: 33px 40px;
}
.page-header-half .page-header-half-right {
  overflow: hidden;
  background-color: #FFF;
}
.page-header-half .page-header-half-right.blue {
  background-color: #005CB9;
}
.page-header-half.blue {
  background-color: #005CB9;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-header-half .page-header-half-left {
    padding: 20px 40px;
    height: 100%;
  }
}
.letter-section {
  border-top: 10px solid #005CB9;
  padding: 35px 0;
}
.letter-section:nth-child(odd) {
  background-color: #FFF;
}

.top-button {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}
.top-button a {
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.top-button.purple {
  background: #009f4d;
}
.top-button.purple:hover {
  background-color: #68c258;
}
.top-button.green {
  background: #3FAE2A;
}
.top-button.green:hover {
  background-color: #A4D55D;
}
.top-button .top-button-text {
  font-size: 15px;
  line-height: 10px;
  height: 24px;
}
.top-button .top-button-icon {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}
.top-button .top-button-icon .fa-angle-up {
  font-size: 22px;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: #F4F4F4;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumb div {
  font-size: 10px;
  line-height: 13px;
}
.breadcrumb div.active {
  color: #000;
}
.breadcrumb div a {
  color: #005CB9;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.search-circle-close-wrapper {
  text-align: center;
  margin-top: 5px;
}

.full-width-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  padding: 30px 0;
  top: -175px;
  bottom: 175px;
  opacity: 0;
}
.full-width-search.show {
  top: 0;
  bottom: 0;
  opacity: 1;
}

@media (max-width: 992px) {
  .full-width-search {
    display: none;
  }
}
.right-col-panel {
  padding: 30px 20px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #FFF;
}
.right-col-panel .right-col-panel-category {
  font-size: 20px;
  line-height: 23px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  margin-bottom: 15px;
  color: #000;
}
.right-col-panel .right-col-panel-subcategory {
  font-size: 15px;
  line-height: 18px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
  margin-bottom: 35px;
}
.right-col-panel .right-col-item {
  margin-bottom: 30px;
}
.right-col-panel .right-col-item .right-col-item-category {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-family: "VAGRoundedNext-Light", sans-serif;
}
.right-col-panel.menu-panel-green-links ul li a {
  color: #3FAE2A;
  font-size: 15px;
  line-height: 18px;
}
.right-col-panel.menu-panel-green-links ul li a:hover {
  color: #005CB9;
}
.right-col-panel.menu-panel-green-links ul li a.active {
  color: #005CB9;
}
.right-col-panel.menu-panel-purple-links ul li a {
  color: #009f4d;
  font-size: 15px;
  line-height: 18px;
}
.right-col-panel.menu-panel-purple-links ul li a:hover {
  color: #005CB9;
}
.right-col-panel.menu-panel-purple-links ul li a.active {
  color: #005CB9;
}

.media-resource .resource-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
.media-resource .resource-type {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}
.media-resource p {
  font-size: 12px;
  line-height: 16px;
  color: #585858;
}

.news-story {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: 20px;
}
.news-story .news-story-right {
  padding: 40px 0;
}
.news-story .news-title {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .news-story .news-story-right {
    padding: 40px 20px;
  }
}
#navbarMobileSearch {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFF;
}

.mobile-search {
  display: none;
}

@media (max-width: 992px) {
  .mobile-search {
    display: block;
    padding: 20px;
  }
}
.header-block-row.partial-width .col {
  max-width: 247px;
  min-width: 247px;
}
.header-block-row .col {
  padding: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.header-block-row .col.full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 768px) {
  .header-block-row.mobile-full-width .col {
    max-width: unset;
  }
}
.header-block {
  position: relative;
  padding: 6px 24px;
  min-height: 76px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}
.header-block.sm {
  padding: 4px 15px;
  min-height: 68px;
  font-size: 16px;
  line-height: 18px;
}
.header-block.green {
  color: #FFF;
  background-color: #3FAE2A;
}
.header-block.green:hover {
  background-color: #A4D55D;
}
.header-block.purple {
  color: #FFF;
  background-color: #009f4d;
}
.header-block.purple:hover {
  background-color: #68c258;
}
.header-block.yellow {
  color: #FFF;
  background-color: #EDAA00;
}
.header-block.yellow:hover {
  background-color: #FFD13F;
}
.header-block.orange {
  color: #FFF;
  background-color: #FF6C0C;
}
.header-block.orange:hover {
  background-color: #FFA168;
}
.header-block.blue {
  color: #FFF;
  background-color: #005CB9;
}
.header-block.blue:hover {
  background-color: #6DABE4;
}
.header-block.white {
  color: #005CB9;
  background-color: #fff;
}
.header-block.white:hover {
  background-color: #F4F4F4;
}
.header-block.grey, .header-block.light-grey {
  color: #393939;
  background-color: #E8E5E5;
}
.header-block.grey:hover, .header-block.light-grey:hover {
  background-color: #F4F4F4;
}
.header-block.light-blue {
  color: #fff;
  background-color: #79A5D5;
}
.header-block.light-blue:hover {
  background-color: #BCD2EA;
}
.header-block .header-block-intro {
  font-size: 14px;
  line-height: 17px;
}
.header-block .header-block-phone {
  color: #009f4d;
  font-size: 22px;
  line-height: 26px;
}
.header-block:hover {
  text-decoration: none;
}
.header-block:hover .header-block-phone {
  color: #005CB9;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .header-block {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .header-block {
    font-size: 14px;
    line-height: 16px;
  }
  .header-block .header-block-intro {
    font-size: 14px;
    line-height: 16px;
  }
  .header-block .header-block-phone {
    font-size: 18px;
    line-height: 24px;
  }
}
.condition-title {
  font-size: 20px;
  line-height: 26px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
  margin-bottom: 10px;
  color: #000;
}

.condition-description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #2E2A25;
}

.department-collapse-content {
  padding: 15px 25px;
}

.featured-panel-right {
  padding: 45px 45px 35px;
}

@media (max-width: 768px) {
  .featured-panel-right {
    padding: 35px 25px;
  }
}
.featured-panel-left {
  height: 100%;
}

.featured-event {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px;
}
.featured-event .featured-event-title {
  font-size: 16px;
  line-height: 20px;
}
.featured-event .featured-event-title.main {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  margin-bottom: 15px;
}
.featured-event.main {
  padding: 55px 45px;
  margin-bottom: 0;
  border-right: 1px solid #D9D5D7;
}
.featured-event.main p {
  font-size: 16px;
  line-height: 20px;
}
.featured-event p {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .featured-event {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .featured-event .featured-event-title.main {
    font-size: 26px;
    line-height: 28px;
  }
  .featured-event.main {
    padding: 35px 25px 0;
  }
  .featured-event.main p {
    font-size: 16px;
    line-height: 20px;
  }
}
.media-programs {
  margin-bottom: 30px;
}
.media-programs .progam-title {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 10px;
}

.panel-staff-footer {
  background-color: #F4F4F4;
  padding: 35px 20px;
  position: relative;
}
.panel-staff-footer.bordered {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.panel-staff-footer .panel-staff-footer-title {
  font-size: 17px;
  line-height: 20px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.media-resource {
  margin-bottom: 15px;
}
.media-resource:last-child {
  margin-bottom: 0;
}

.article-footer {
  text-align: center;
  padding: 25px 10px;
  overflow: hidden;
}
.article-footer .article-footer-text {
  font-size: 30px;
  line-height: 35px;
}

@media (max-width: 768px) {
  .article-footer {
    padding: 25px 0;
  }
  .article-footer .article-footer-text {
    font-size: 26px;
  }
}
.video-wrapper {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.staff-member {
  text-align: left;
}
.staff-member .staff-member-photo {
  margin-right: 24px;
  margin-bottom: 8px;
  max-width: 140px;
}
.staff-member .staff-member-photo img {
  max-width: 140px;
}
.staff-member .staff-member-photo.small {
  max-width: 80px;
}
.staff-member .staff-member-photo.small img {
  max-width: 80px;
}
.staff-member .staff-member-photo.extra-small {
  max-width: 80px;
}
.staff-member .staff-member-photo.extra-small img {
  max-width: 80px;
}
.staff-member .staff-member-name {
  font-size: 26px;
  line-height: 28px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.staff-member .staff-member-name.small {
  font-size: 20px;
  line-height: 23px;
}
.staff-member .staff-member-name.extra-small {
  font-size: 17px;
  line-height: 20px;
}
.staff-member .staff-member-subtitle {
  font-size: 20px;
  line-height: 23px;
  font-family: "VAGRoundedNext-Light", sans-serif;
}
.staff-member .staff-member-subtitle.small {
  font-size: 17px;
  line-height: 20px;
}
.staff-member .staff-member-subtitle.extra-small {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 768px) {
  .staff-member {
    margin-bottom: 50px;
  }
}
.hero-image-container {
  position: absolute;
  left: 40px;
  top: 30px;
}
.hero-image-container .hero-image-block {
  padding: 21px 30px;
  color: #FFF;
  position: relative;
  overflow: hidden;
  background-color: #005CB9;
}
.hero-image-container .hero-image-block.large {
  padding: 36px 30px;
}
.hero-image-container .hero-image-block.regular {
  padding: 16px 30px;
}
.hero-image-container .hero-image-block.image-right h1, .hero-image-container .hero-image-block.image-right h2, .hero-image-container .hero-image-block.image-right h3 {
  display: inline-block;
  margin-right: 6rem;
}
.hero-image-container .hero-image-block h1 {
  vertical-align: middle;
}
.hero-image-container.bottom-aligned {
  top: 150px;
}
.hero-image-container.style-2 {
  position: relative;
  top: auto;
  left: 40px;
  width: 80%;
}
.hero-image-container.style-2 .hero-image-block {
  padding: 21px 0;
}
.hero-image-container.mobile {
  position: relative;
  left: auto;
  top: auto;
}

@media (max-width: 768px) {
  .hero-image-container {
    left: 0;
  }
}
@media (max-width: 992px) {
  .hero-image-container.bottom-aligned {
    top: 20px;
  }
  .hero-image-container.bottom-aligned .hero-image-block {
    padding: 18px 20px;
  }
  .hero-image-container.bottom-aligned .header-block-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.hero-image-image-align {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-image-image-align {
    left: 20px;
    right: 20px;
  }
}
.mobile-blog-logo-wrapper {
  padding: 15px;
  text-align: center;
  overflow: hidden;
  background-color: #6CAADD;
}

.meta-bar-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.meta-bar-wrapper.lg {
  padding: 40px 0 20px;
}

@media (max-width: 768px) {
  .meta-bar-wrapper {
    padding: 0 0 20px 0;
  }
  .meta-bar-wrapper.lg {
    padding: 40px 0 20px;
  }
}
.meta-bar-label {
  position: absolute;
  top: -30px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #393939;
}

.header-block-row-right {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2rem;
  padding: 6px 0;
}
.header-block-row-right .header-block-right-intro {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.header-block-row-right .header-block-right-phone {
  font-size: 30px;
  line-height: 36px;
}

.header-block-row-right.style-2 {
  margin-left: 1rem;
}
.header-block-row-right.style-2 .header-block-right-intro {
  font-size: 15px;
  line-height: 22px;
}
.header-block-row-right.style-2 .header-block-right-phone {
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .header-block-row-right {
    text-align: center;
    margin-top: 14px;
    margin-left: 0;
    width: 100%;
  }
  .header-block-row-right.style-2 {
    margin-left: 0;
    text-align: left;
    padding: 0 20px;
  }
}
.header-block-row-left {
  margin: 20px 0;
}
.header-block-row-left .header-block-right-intro {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.header-block-row-left .header-block-right-phone {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .header-block-row-left {
    text-align: center;
  }
}
.section-item {
  margin-bottom: 30px;
}

.location-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.location-item .location-name {
  font-size: 20px;
  line-height: 24px;
}
.location-item .location-address {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.location-item .location-address.staff {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .location-item {
    margin-bottom: 50px;
  }
}
.header-block-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-wrapper {
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-wrapper {
    margin-bottom: 30px;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.media-body.media-body-footer {
  font-size: 13px;
  line-height: 17px;
  color: #FFF;
}
.media-body.media-body-footer a {
  color: #FFF;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.media-body.media-body-footer a:hover {
  text-decoration: underline;
}
.media-body p {
  font-size: 14px;
  line-height: 17px;
}

.footer-p {
  margin-bottom: 8px;
}

.location-table {
  border: none;
  margin-bottom: 0;
}
.location-table th, .location-table td {
  border: none;
}
.location-table thead th {
  border-bottom: none;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: "VAGRoundedNext-Light", sans-serif;
  padding: 5px;
}

.table td {
  padding: 0 5px;
  font-size: 16px;
  line-height: 22px;
}

.double-panel-wrapper {
  height: 260px;
}

@media (max-width: 768px) {
  .double-panel-wrapper {
    height: auto;
  }
}
.star-rating {
  display: flex;
}
.star-rating .star-rating-score {
  font-size: 26px;
  line-height: 28px;
  font-family: "VAGRoundedNext-Heavy", sans-serif;
  margin-right: 15px;
}

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  min-height: 28px;
  width: 100%;
  min-width: 116px;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
  text-shadow: 0px 1px 0 #77777A;
  vertical-align: top;
  white-space: nowrap;
}
.star-ratings-css .star {
  display: inline-block;
  text-align: left;
  width: 15px;
}
.star-ratings-css .star.half {
  width: 7.5px;
}
.star-ratings-css-top {
  color: #fff;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-top.blue {
  color: #005CB9;
}
.star-ratings-css-top.black {
  color: #000000;
}
.star-ratings-css-top.yellow {
  color: #FFD13F;
}
.star-ratings-css-bottom {
  color: #000000;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.star-ratings-css-bottom.white {
  color: #fff;
}
.star-ratings-css-bottom.grey {
  color: #E8E5E5;
}

.star-rating.small .star-rating-score {
  font-size: 16px;
  line-height: 24px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}

.star-ratings-css.small {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  min-width: 90px;
  height: 20px;
}
.star-ratings-css.small .star {
  width: 12px;
}
.star-ratings-css.small .star.half {
  width: 6px;
}

.star-ratings-css.large {
  font-size: 30px;
  line-height: 42px;
  min-height: 42px;
  min-width: 180px;
}
.star-ratings-css.large .star {
  width: 25px;
}
.star-ratings-css.large .star.half {
  width: 12.5px;
}

#secondary-header-wrapper .navbar-landing-page:after {
  display: none !important;
}

.top-post-wrapper {
  margin-bottom: 20px;
}

.blog-logo-primary-wrapper {
  position: absolute;
  right: 40px;
  top: 15px;
}

@media (max-width: 992px) {
  .blog-logo-primary-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 576px) {
  .blog-logo-primary-wrapper {
    left: 50px;
    right: 50px;
    transform: none;
  }
}
.blog-post-like-button-wrapper {
  text-align: right;
  margin-top: 12px;
}

@media (max-width: 576px) {
  .blog-post-like-button-wrapper {
    text-align: left;
    margin: 30px 10px;
  }
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* HERO NAV */
.hero-nav {
  position: relative;
}
.hero-nav .navbar {
  padding: 0;
}
.hero-nav .navbar-nav {
  margin-bottom: 0;
}
.hero-nav .navbar-left > li > a {
  border: none;
  background-color: transparent;
}
.hero-nav .navbar-left > li > a:first-child {
  padding-left: 0 !important;
}
.hero-nav .navbar-right > li {
  margin: 0;
}
.hero-nav::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 7px 9px -1px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.hero-nav + .hero-image::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 7px 9px -1px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.story-dateline .content-wrapper {
  margin-top: 25px;
}
.story-dateline h6 {
  text-transform: uppercase;
}
.story-dateline i {
  font-size: 20px;
}

/* STORY CONTENT */
.story-content .figure-caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  font-style: italic;
  margin-top: 16px;
}

.story-profile--title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .story-profile {
    float: right;
    max-width: 30%;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .story-profile {
    max-width: 20%;
  }
}
/* GRAPHIC */
.story-graphic {
  margin: 50px 0;
}

/* ADDITIONAL INFO */
.additional-info--heading {
  font-size: 16px;
}

.additional-info--subheading {
  font-size: 12px;
}

.additional-info--dept {
  font-size: 20px;
}

.additional-info--cta .content-block {
  padding-right: 10px;
  padding-left: 10px;
}

.additional-info--cta .additional-info--subheading {
  font-size: 20px;
}

.additional-info--cta .horizontal-rule {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* RELATED STORIES */
.related-stories--info {
  padding: 20px 0 64px;
}
.related-stories--info p {
  font-size: 16px;
  font-weight: 300;
}
.related-stories--info .horizontal-rule {
  margin-bottom: 16px !important;
}

.related-stories--list h3 {
  font-size: 20px;
  line-height: 24px;
}
.related-stories--list h5 {
  font-size: 16px;
}
.related-stories--list h6 {
  font-size: 14px;
}
.related-stories--list .horizontal-rule {
  border-color: #fff;
  margin: 16px 0 12px !important;
}

@media (max-width: 768px) {
  .related-stories--item:first-child {
    padding-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .related-stories--item:not(:last-child) {
    padding-bottom: 35px;
  }
}
.chart-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  min-height: 280px;
}
.chart-container::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.chart-container canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .chart-container::before {
    padding-top: 75%;
  }
}
@media (max-width: 576px) {
  .chart-container::before {
    padding-top: 100%;
  }
}
.block {
  display: block;
}

.strong {
  font-weight: bold;
}

.relative {
  position: relative;
}

.margin-vertical {
  margin: 15px 0;
}

.margin-horizontal {
  margin: 0 15px;
}

.inline-block {
  display: inline-block;
}

.h-fill {
  max-width: 100%;
}

.clear {
  height: 1px;
  width: 100%;
  clear: both;
  float: none;
}

.no-wrap {
  white-space: nowrap;
}

.normal-wrap {
  white-space: normal;
}

.white-txt {
  color: #fff;
}

a.white-txt {
  color: #fff;
  text-decoration: none;
}
a.white-txt:hover {
  color: #fff;
  text-decoration: underline;
}

.black-txt {
  color: #000000;
}

.grey-txt, .grey-txt a {
  color: #2E2A25;
}

.orange-txt {
  color: #FF6C0C;
}

.purple-txt {
  color: #009f4d;
}

.blue-txt {
  color: #005CB9;
}

.yellow-txt {
  color: #EDAA00;
}

.green-txt, .green-txt a {
  color: #3FAE2A;
}

.green-txt a:hover {
  color: #005CB9;
}

.orange-txt {
  color: #FF6C0C;
}

.red-txt {
  color: #EF0000;
}

hr, .horizontal-rule {
  border-top: 1px solid rgba(57, 57, 57, 0.3);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
hr.white, .horizontal-rule.white {
  border-color: #fff;
}
hr.purple, .horizontal-rule.purple {
  border-color: #009f4d;
}
hr.blue, .horizontal-rule.blue {
  border-color: #005CB9;
}
hr.green, .horizontal-rule.green {
  border-color: #3FAE2A;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000000;
}

.background-blue {
  background-color: #005CB9;
}

.background-blue-tint {
  background-color: #6DABE4;
}

.background-blue-tint-20 {
  background-color: rgb(225.8, 238.2, 249.6);
}

.background-purple {
  background-color: #009f4d;
}

.background-purple-tint {
  background-color: #68c258;
}

.background-purple-tint-20 {
  background-color: #a4d65e;
}

.background-yellow {
  background-color: #EDAA00;
}

.background-yellow-tint {
  background-color: #FFD13F;
}

.background-yellow-tint-20 {
  background-color: rgb(255, 245.8, 216.6);
}

.background-green {
  background-color: #3FAE2A;
}

.background-green-tint {
  background-color: #A4D55D;
}

.background-green-tint-20 {
  background-color: rgb(236.8, 246.6, 222.6);
}

.background-orange {
  background-color: #FF6C0C;
}

.background-orange-tint {
  background-color: #FFA168;
}

.background-orange-tint-20 {
  background-color: rgb(255, 236.2, 224.8);
}

.background-grey {
  background-color: rgba(244, 244, 244, 0.05);
}

.background-grey-tint {
  background-color: #77777A;
}

.background-grey-tint-20 {
  background-color: rgb(227.8, 227.8, 228.4);
}

.background-light-grey {
  background-color: #E8E5E5;
}

.background-light-grey-tint {
  background-color: #F4F4F4;
}

.background-light-blue {
  background-color: #79A5D5;
}

.background-light-blue-tint {
  background-color: rgb(241.6, 246, 250.8);
}

.background-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.background-overlay.background-blue {
  background-color: rgba(0, 92, 185, 0.6);
}
.background-overlay.background-purple {
  background-color: rgba(0, 159, 77, 0.6);
}
.background-overlay.background-green {
  background-color: rgba(63, 174, 42, 0.6);
}
.background-overlay hr, .background-overlay .horizontal-rule {
  border-top: 2px solid rgba(46, 42, 37, 0.5);
}
.background-overlay hr.white, .background-overlay .horizontal-rule.white {
  border-color: rgba(255, 255, 255, 0.5);
}
.background-overlay hr.purple, .background-overlay .horizontal-rule.purple {
  border-color: rgba(0, 159, 77, 0.5);
}
.background-overlay hr.blue, .background-overlay .horizontal-rule.blue {
  border-color: rgba(0, 92, 185, 0.5);
}
.background-overlay hr.green, .background-overlay .horizontal-rule.green {
  border-color: rgba(63, 174, 42, 0.5);
}

.border-top-blue {
  border-top: 8px solid #005CB9;
}

.border-top-purple {
  border-top: 8px solid #009f4d;
}

.border-top-yellow {
  border-top: 8px solid #EDAA00;
}

.border-top-orange {
  border-top: 8px solid #FF6C0C;
}

.border-top-green {
  border-top: 8px solid #3FAE2A;
}

.border-top-gradient {
  border-top: 8px solid #005CB9;
  position: relative;
  overflow: visible;
}
.border-top-gradient:before {
  background: linear-gradient(to right, #3FAE2A 25%, #009f4d 25%, #009f4d 50%, #FF6C0C 50%, #FF6C0C 75%, #EDAA00 75%);
  position: absolute;
  content: "";
  height: 8px;
  right: 0;
  left: 0;
  top: -8px;
  width: 100%;
}

.border-bottom-purple {
  border-bottom: 8px solid #009f4d;
}

.border-bottom-yellow {
  border-bottom: 8px solid #EDAA00;
}

.panel-blue-top {
  border-top: 8px solid #005CB9;
}

.panel-purple-top {
  border-top: 8px solid #009f4d;
}

.panel-yellow-top {
  border-top: 8px solid #EDAA00;
}

.panel-green-top {
  border-top: 8px solid #3FAE2A;
}

.panel-orange-top {
  border-top: 8px solid #FF6C0C;
}

.radio-buttons {
  margin-bottom: 1rem;
}

.content-center {
  text-align: center;
}

.section-padding {
  padding: 80px 0;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-bottom-md {
  margin-bottom: 20px;
}

.margin-bottom-lg {
  margin-bottom: 30px !important;
}

.margin-bottom-xl {
  margin-bottom: 40px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top-md {
  margin-top: 20px;
}

.margin-top-lg {
  margin-top: 30px;
}

.margin-top-xl {
  margin-top: 40px;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-left-md {
  margin-left: 20px;
}

.margin-left-lg {
  margin-left: 30px;
}

.margin-left-xl {
  margin-left: 40px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-right-md {
  margin-right: 20px;
}

.margin-right-lg {
  margin-right: 30px;
}

.margin-right-xl {
  margin-right: 40px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom-md {
  padding-bottom: 20px;
}

.padding-bottom-lg {
  padding-bottom: 30px;
}

.padding-bottom-xl {
  padding-bottom: 40px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top-md {
  padding-top: 20px;
}

.padding-top-lg {
  padding-top: 30px;
}

.padding-top-xl {
  padding-top: 40px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-left-md {
  padding-left: 20px;
}

.padding-left-lg {
  padding-left: 30px;
}

.padding-left-xl {
  padding-left: 40px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-right-md {
  padding-right: 20px;
}

.padding-right-lg {
  padding-right: 30px;
}

.padding-right-xl {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .mobile-p-0 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mobile-w-100p {
    width: 100%;
  }
}
.list-inline li {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .mobile-phone-align {
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .md-text-center {
    text-align: center;
  }
}
.arrow-down-icon {
  margin-left: 10px;
  transition: none;
}

@media (max-width: 992px) {
  .md-hide {
    display: none !important;
  }
}
.md-show {
  display: none !important;
}

@media (max-width: 992px) {
  .md-show {
    display: block !important;
  }
}
.sm-hide {
  display: block;
}

@media (max-width: 768px) {
  .sm-hide {
    display: none;
  }
}
.gradient-top:before {
  background: linear-gradient(to right, #3FAE2A 25%, #009f4d 25%, #009f4d 50%, #FF6C0C 50%, #FF6C0C 75%, #EDAA00 75%);
  position: absolute;
  content: "";
  height: 5px;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.gradient-top.small:before {
  height: 4px;
}

@media (max-width: 768px) {
  .md-margin-top-sm {
    margin-top: 20px;
  }
  .md-margin-top-lg {
    margin-top: 30px;
  }
  .md-margin-top-xl {
    margin-top: 40px;
  }
  .md-margin-bottom-sm {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .xs-margin-top-sm {
    margin-top: 10px;
  }
  .xs-margin-top-md {
    margin-top: 20px;
  }
  .xs-margin-top-lg {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .lg-margin-top-lg {
    margin-top: 30px;
  }
  .lg-margin-top-140 {
    margin-top: 140px;
  }
}
.hero-negative-margin-top {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.hero-negative-margin-top.home {
  margin-top: -400px;
}
.hero-negative-margin-top.story {
  margin-top: -15px;
}
.hero-negative-margin-top.story.lg {
  margin-top: -35px;
}
.hero-negative-margin-top.story.xl {
  margin-top: -200px;
}

@media (max-width: 768px) {
  .hero-negative-margin-top.home {
    margin-top: -35px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-negative-margin-top.home {
    margin-top: -120px;
  }
}
@media (min-width: 768px) {
  .md-m-t-10 {
    margin-top: 10px;
  }
  .md-m-b-10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .hidden-md {
    display: none;
  }
}
.content-right {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

.content-left {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

@media (max-width: 768px) {
  .content-right, .content-left {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .content-right, .content-left {
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .xs-show {
    display: none !important;
  }
}
.i-want-dropdown-icon-align {
  right: 40px;
  position: absolute;
  transition: 0.5s all;
}
.i-want-dropdown-icon-align.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 576px) {
  .pull-right-sm {
    float: right;
  }
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .contact-label {
    min-height: 50px;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
.xs-show {
  display: none;
}

@media (max-width: 768px) {
  .xs-show {
    display: block;
  }
}
.m-h-285 {
  min-height: 285px;
}

.m-h-37 {
  min-height: 37px;
}

.footer-center-column {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 992px) {
  .footer-center-column {
    margin-top: 70px;
  }
}
.icon-spacing {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .lg-ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .md-padding-left-0 {
    padding-left: 0;
  }
  .md-padding-right-0 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .mobile-padding-right-0 {
    padding-right: 0;
  }
  .mobile-padding-left-0 {
    padding-left: 0;
  }
}
.footer-spacing {
  margin-bottom: 8px;
}

.h-100p {
  height: 100%;
}

.gc-spacing {
  margin-bottom: 60px !important;
}

.m-w-398 {
  max-width: 398px !important;
}

.img-group {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}

.img-container {
  flex: 1;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.img-container.gradient-dark::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%);
}

.img-cover {
  max-width: 100%;
  width: auto;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .mobile-padding {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .sm-padding-left-0 {
    padding-left: 0;
  }
  .sm-padding-right-0 {
    padding-right: 0;
  }
}
.index-font-family {
  font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: 700;
}
.h1.internal-heading, h1.internal-heading {
  font-size: 50px;
  line-height: 53px;
}
.h1.internal-heading-sm, h1.internal-heading-sm {
  font-size: 36px;
  line-height: 40px;
}

@media (max-width: 1200px) {
  .h1, h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .h1.internal-heading, h1.internal-heading {
    font-size: 42px;
    line-height: 46px;
  }
  .h1.internal-heading-sm, h1.internal-heading-sm {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .h1, h1 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .h1.internal-heading, h1.internal-heading {
    font-size: 42px;
    line-height: 46px;
  }
  .h1.internal-heading-sm, h1.internal-heading-sm {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.75rem;
    line-height: 2.1rem;
    margin: 0;
  }
  .h1.internal-heading, h1.internal-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .h1.internal-heading-sm, h1.internal-heading-sm {
    font-size: 24px;
    line-height: 26px;
  }
}
.h2, h2 {
  font-size: 36px;
  line-height: 43px;
}
.h2.internal-heading, h2.internal-heading {
  font-size: 30px;
  line-height: 32px;
}
.h2.internal-heading-sm, h2.internal-heading-sm {
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .h2, h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .h2.internal-heading, h2.internal-heading {
    font-size: 24px;
    line-height: 29px;
  }
  .h2.internal-heading-sm, h2.internal-heading-sm {
    font-size: 20px;
    line-height: 25px;
  }
}
.h3, h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
.h3.internal-subheading, h3.internal-subheading {
  font-size: 20px;
  line-height: 25px;
}
.h3.with-stars, h3.with-stars {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .h3, h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.h6, h6 {
  font-size: 1rem;
}

.main-content-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.main-section-title {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
}

.main-section-subtitle {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 24px;
  line-height: 29px;
  color: #2F2025;
}

.show-more-link-wrapper.left {
  position: absolute;
  left: 50px;
  bottom: 14px;
  text-align: center;
}
.show-more-link-wrapper.middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 15px;
}
.show-more-link-wrapper.center {
  text-align: center;
  position: relative;
}

.show-more-link {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.show-more-link.green a {
  color: #3FAE2A;
}
.show-more-link.green a:hover {
  color: #005CB9;
}

.list-title {
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  color: #383232;
}

.footer-p {
  font-size: 18px;
  line-height: 24px;
}

.right-col-link {
  color: #009f4d;
  font-weight: 700;
}

.letter-title {
  font-size: 50px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .letter-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.article-subtitle {
  font-size: 26px;
  line-height: 28px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  margin: 0;
}

.video-caption {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  color: #585858;
}

.supporting-text {
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}

.submission-item-title {
  color: #000;
  margin-bottom: 15px;
  font-family: "VAGRoundedNext-Light", sans-serif;
}

.department-content-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.blog-post-date {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 24px;
  line-height: 34px;
}

.blog-post-date {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #6E6E6E;
}

.blog-post-author {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.top-post-likes {
  color: #77777A;
}

.hero-image {
  position: relative;
  background: center center/cover no-repeat;
  max-width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.hero-image.homepage {
  background-image: url(../images/hero-placeholder-xl.png);
  min-height: 677px;
}
.hero-image.departments {
  background-image: url(../images/hero-placeholder-md.png);
  min-height: 450px;
}
.hero-image.story {
  background-image: url(../images/hero-placeholder-md.png);
  min-height: 450px;
}
.hero-image.story-alt {
  background-image: url(../images/hero-image-placeholder.png);
  min-height: 240px;
}
.hero-image.story-2 {
  background-image: url(../images/hero-placeholder-md.png);
  min-height: 450px;
}
.hero-image.story-feature {
  background-image: url("https://images.squarespace-cdn.com/content/5ebeaa57642d950349329d50/1593830596217-GZPU0D8HC16NZH0CUQD4/Dr+Warady.jpg");
  min-height: 980px;
}
.hero-image.story-feature--dark::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-image.story-feature--light::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-image.story-feature--alt {
  background-image: url("https://images.squarespace-cdn.com/content/5ebeaa57642d950349329d50/1593837161592-80ZQFBUS710997A112OT/cmri_story_generic_%23007bff.jpg");
  min-height: 500px;
}
.hero-image.staff-detail {
  background-image: url(../images/hero-placeholder-lg.png);
  min-height: 566px;
}
.hero-image.staff-detail-alt {
  background-color: #005CB9;
  min-height: 384px;
}
.hero-image.research {
  background-image: url(../images/hero-placeholder-md.png);
  min-height: 450px;
}
.hero-image.landing-page {
  background-image: url(../images/hero-placeholder-sm.png);
  min-height: 386px;
  z-index: 1000;
}
.hero-image.departments-alt {
  background-image: url(../images/hero-placeholder-xs.png);
  min-height: 400px;
}
.hero-image.blog {
  background-image: url(../images/blog/blog-hero.png);
  min-height: 450px;
}

@media (max-width: 992px) {
  .hero-image.story-2, .hero-image.story {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .hero-image.story-2, .hero-image.story {
    min-height: 150px;
  }
}
.banner {
  position: relative;
  background: center center/cover no-repeat;
  max-width: 100%;
  min-height: 47px;
}

.banner.consumer-blue {
  background-image: url(../images/banners/consumer-blue.jpg);
}

.banner.consumer-yellow {
  background-image: url(../images/banners/consumer-yellow.jpg);
}

.banner.consumer-green {
  background-image: url(../images/banners/consumer-green.jpg);
}

.banner.professional-yellow {
  background-image: url(../images/banners/professional-yellow.jpg);
}

.banner.professional-blue {
  background-image: url(../images/banners/professional-blue.jpg);
}

.banner.professional-green {
  background-image: url(../images/banners/professional-green.jpg);
}

.banner.kaleidoscope {
  background-image: url(../images/color-bar.png);
}

@media (max-width: 992px) {
  .banner {
    min-height: 27px;
  }
}
@media (max-width: 768px) {
  .hero-image.homepage {
    min-height: 156px;
  }
  .hero-image.landing-page {
    min-height: 188px;
  }
  .hero-image.research {
    min-height: 188px;
  }
  .hero-image.story {
    min-height: 188px;
  }
  .hero-image.story-feature {
    min-height: 410px;
  }
  .hero-image.staff-detail {
    min-height: 392px;
  }
  .hero-image.departments-alt {
    min-height: 175px;
  }
  .hero-image.blog {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-image.homepage {
    min-height: 350px;
  }
  .hero-image.landing-page {
    min-height: 220px;
  }
  .hero-image.research {
    min-height: 220px;
  }
  .hero-image.story {
    min-height: 220px;
  }
  .hero-image.story-feature {
    min-height: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-image.homepage {
    min-height: 450px;
  }
  .hero-image.story-feature {
    min-height: 615px;
  }
}
@media (max-width: 576px) {
  .hero-image.blog {
    min-height: 165px;
  }
}
.dropdown-icon {
  position: absolute;
  right: 15px;
}

.show-more-icon {
  transition: 0.5s all;
  font-size: 20px;
}
.show-more-icon.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-header-left-icon {
  margin-left: 5px;
  font-size: 10px;
}

.header-icon {
  color: #C126B8;
}

.navbar-toggler-search {
  margin-left: auto;
  margin-right: 20px;
}

.grid-item-icon {
  margin-right: 15px;
  float: left;
}

@media (max-width: 768px) {
  .grid-item-icon {
    margin-right: 8px;
  }
}
.search-circle {
  border: 1px solid #F4F4F4;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 12px 14px;
  width: 48px;
  height: 48px;
  display: block;
}
.search-circle:hover {
  border: 1px solid #E8E5E5;
  background-color: #F4F4F4;
  color: #005CB9;
  border-bottom: unset !important;
  padding-bottom: unset !important;
}

.search-circle-close {
  border: 1px solid #F4F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 13px;
  color: #FFF;
  width: 48px;
  height: 48px;
  background: #009f4d;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.search-circle-close:hover {
  background: #68c258;
  color: #FFF;
}

.resource-icon {
  font-size: 28px;
  color: #FF6B0B;
}

.search-circle-icon {
  font-size: 22px;
}

.news-story-left {
  overflow: hidden;
}

.featured-event-image {
  overflow: hidden;
  max-width: 100%;
}

.header-block-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header-block-arrow .button-primary-icon {
  font-size: 0.8rem;
}

.panel-block-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}

.circle-close-icon {
  width: 20px;
  height: 20px;
}

.figure {
  max-width: 100%;
}

.figure-img {
  margin-bottom: 0;
}

.figure-caption {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  color: #585858;
  text-align: left;
}

.footer-facebook-icon {
  width: 15px;
  max-width: 15px;
  height: 20px;
  max-height: 20px;
  fill: #C227B9;
  transition: none;
}
.footer-facebook-icon:hover {
  fill: #005CB9;
}

.footer-twitter-icon {
  width: 24px;
  max-width: 24px;
  height: 20px;
  max-height: 20px;
  fill: #C227B9;
  transition: none;
}
.footer-twitter-icon:hover {
  fill: #005CB9;
}

.footer-youtube-icon {
  width: 24px;
  max-width: 24px;
  height: 19px;
  max-height: 19px;
  fill: #C227B9;
  transition: none;
}
.footer-youtube-icon:hover {
  fill: #005CB9;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}

.video-thumbnail:before, .video-thumbnail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.video-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1em;
  width: 64px;
  height: 46px;
  margin-left: -32px;
  margin-top: -23px;
  transition: background-color 0.5s ease;
  z-index: 100;
}

.video-thumbnail:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 10px 0 10px 20px;
  margin-left: -10px;
  margin-top: -10px;
  transition: border-color 0.5s ease;
  z-index: 110;
}

.video-thumbnail:hover:before, .video-thumbnail:active:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.video-thumbnail:hover:after, .video-thumbnail:active:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}

section.color-palette {
  overflow: hidden;
  margin: 50px 0;
}
section.text-styles {
  overflow: hidden;
  margin: 50px 0;
}
section.navigation-section {
  overflow: visible;
  margin: 50px 0;
}
section.button-styles {
  overflow: visible;
  margin: 50px 0;
}
section.imagery {
  overflow: hidden;
  margin: 50px 0;
}
section.form-elements {
  overflow: visible;
  margin: 50px 0;
}
section.alert-section {
  overflow: hidden;
  margin: 50px 0;
}
section.assets-section {
  overflow: visible;
  margin: 50px 0;
}
section.drawers-section {
  margin: 50px 0;
  overflow: hidden;
}
section.contact-panels {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
section.staff-detail-mobile {
  background-color: #005CB9;
  padding: 20px 25px;
  overflow: hidden;
}
section.staff-header-mobile {
  background-color: #005CB9;
  padding: 20px 25px;
  overflow: hidden;
  color: #FFF;
}

@media (max-width: 576px) {
  section.staff-detail-mobile {
    padding: 20px 15px;
  }
  section.right-hand-social-links {
    margin-left: 20px;
  }
}
div.breadcrumb-section {
  overflow: hidden;
  background-color: #F4F4F4;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
div.meta-bar {
  background-color: #E8E5E5;
}

ul.standard {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px;
}
ul.standard li {
  margin: 10px 0;
}

.index-list {
  font-size: 14px;
}
.index-list a:visisted, .index-list a:focus {
  color: #005CB9;
}

ul.palette {
  padding-left: 0;
}
ul.palette li {
  display: inline-block;
  list-style-type: none;
  height: 100px;
  line-height: 100px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
ul.palette li.blue {
  background-color: #005CB9;
}
ul.palette li.blue-tint {
  background-color: #6DABE4;
}
ul.palette li.purple {
  background-color: #009f4d;
}
ul.palette li.purple-tint {
  background-color: #68c258;
}
ul.palette li.yellow {
  background-color: #EDAA00;
}
ul.palette li.yellow-tint {
  background-color: #FFD13F;
}
ul.palette li.green {
  background-color: #3FAE2A;
}
ul.palette li.green-tint {
  background-color: #A4D55D;
}
ul.palette li.orange {
  background-color: #FF6C0C;
}
ul.palette li.orange-tint {
  background-color: #FFA168;
}
ul.palette li.black {
  background-color: #000000;
}
ul.palette li.grey {
  background-color: #2E2A25;
}
ul.palette li.grey-tint {
  background-color: #77777A;
}

ul.department-links-list {
  list-style: none;
  padding-left: 0;
}
ul.department-links-list li {
  margin: 15px 0;
}

ul.navbar-header-right-list {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
ul.navbar-header-right-list li {
  display: inline-block;
  margin: 0 15px;
  font-weight: 700;
}
ul.navbar-header-right-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
ul.navbar-header-right-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

ul.top-nav-links {
  color: #FFF;
  list-style: none;
  padding: 15px 15px;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 10px solid #009f4d;
}
ul.top-nav-links li {
  width: 50%;
  min-height: 54px;
  padding: 15px 0 0 15px;
  position: relative;
  float: left;
  display: inline-block;
  text-align: left;
  white-space: normal;
  font-size: 14px;
  line-height: 17px;
}
ul.top-nav-links li a {
  color: #3FAE2A;
}

ul.department-details {
  padding-left: 10px;
}
ul.department-details.single-column {
  text-align: left;
  list-style-type: initial;
  padding-left: 30px;
}
ul.department-details li {
  font-size: 14px;
  line-height: 22px;
}

ul.panel-list {
  padding-left: 0;
  list-style-type: none;
}
ul.panel-list li {
  margin: 10px 0;
}
ul.panel-list li a {
  font-family: "VAGRoundedNext-Bold", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}

ul.right-col-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
ul.right-col-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #E8E5E5;
  padding-bottom: 5px;
}
ul.right-col-list li a {
  display: inline-block;
  position: relative;
  font-family: "VAGRoundedNext-Bold", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #009f4d;
  letter-spacing: 1px;
  padding-right: 12px;
}
ul.right-col-list li a:hover {
  color: #005CB9;
}
ul.right-col-list li a.active {
  color: #005CB9;
}
ul.right-col-list li a.active:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #005CB9;
}
ul.right-col-list li a > :last-child {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  padding-top: 2px;
}

ul.right-col-list-inner {
  padding-left: 20px;
  list-style: none;
}
ul.right-col-list-inner li {
  border-bottom: none;
}
ul.services-list {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}
ul.services-list li {
  margin: 0;
  color: #005CB9;
}
ul.services-list li div.grey-txt {
  color: #393939;
  display: block;
}

ul.i-want-list {
  padding-left: 0;
  background-color: #F4F4F4;
  margin-top: 20px;
  box-shadow: inset 3px 2px 10px rgba(0, 0, 0, 0.15);
}
ul.i-want-list li a {
  font-size: 16px;
  line-height: 19px;
  color: #009f4d;
}

ul.tools-and-resources {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.tools-and-resources li {
  margin-bottom: 20px;
}
ul.tools-and-resources li a {
  font-size: 15px;
  line-height: 18px;
}
ul.tools-and-resources li:last-child {
  margin-bottom: 0;
}

ul.doctor-background-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
ul.doctor-background-list li {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
ul.doctor-background-list li:last-child {
  margin-bottom: 0;
}
ul.doctor-background-list li a {
  font-size: 15px;
  line-height: 18px;
  color: #3FAE2A;
}
ul.doctor-background-list li a:hover {
  color: #005CB9;
}

ul.download-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
ul.download-list li {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
ul.download-list li:last-child {
  margin-bottom: 0;
}
ul.download-list li a {
  font-size: 15px;
  line-height: 18px;
  color: #3FAE2A;
}
ul.download-list li a:hover {
  color: #005CB9;
}

.li-spacing {
  margin-bottom: 5px;
}

.bulleted-list-item {
  list-style-type: none;
  position: relative;
}
.bulleted-list-item:before {
  content: "•";
  color: #005CB9;
  position: absolute;
  left: -1.4em;
}

div.bulleted-list-item {
  display: list-item;
  margin-left: 20px;
}

.blog-tag-list-wrapper {
  text-align: right;
  margin-top: 15px;
}

.blog-tag-list {
  margin: 0;
  background-color: #FFF;
}
.blog-tag-list li {
  margin: 5px;
}
.blog-tag-list li a {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  background-color: #F0F0F0;
  border-radius: 10px;
  color: #5D5D5D;
  text-align: center;
}
.blog-tag-list li a:hover {
  background: rgb(227.25, 227.25, 227.25);
  text-decoration: none;
}
.blog-tag-list.blog-tag-list-right li {
  margin: 6px 10px;
}

ul.news-article--news-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
ul.news-article--news-list li {
  border: none;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-right: 12px;
}
ul.news-article--news-list li a {
  display: block;
  position: relative;
  font-family: "VAGRoundedNext-SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #005CB9;
  letter-spacing: 1px;
}
ul.news-article--news-list li a > :last-child {
  display: inline-flex;
  position: absolute;
  top: 0px;
  bottom: 3px;
  align-items: flex-end;
  padding-top: 0px;
  padding-left: 4px;
  font-size: 0.8rem;
}

.input-group-text {
  line-height: 20px;
}

.form-label {
  font-size: 16px;
  line-height: 20px;
}

.form-control {
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  height: 34px;
}
.form-control:focus {
  border-color: #009f4d;
}
.form-control.green:focus {
  border: 1px solid #3FAE2A;
}
.form-control::-webkit-inner-spin-button {
  margin-top: -4px;
  margin-bottom: -4px;
}

input[type=number].form-control::-webkit-inner-spin-button {
  margin-right: -10px;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.form-control-sm {
  height: 30px;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 30px;
}

.form-control-lg {
  height: 62px;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 62px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.EPiServerForms .Form__Title {
  font-family: "VAGRoundedNext-Bold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.8px;
}
.EPiServerForms .Form__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__Status .Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: #84c8e4;
  color: #333;
}
.EPiServerForms .Form__Status .Form__Warning__Message {
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__Status .Form__Readonly__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fff8aa;
  color: red;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block;
  padding: inherit;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(41, 128, 189, 0.5);
  border-radius: 4px;
  font-size: inherit;
  height: 2em;
  width: 10em;
  max-width: 10rem;
  color: initial;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
  color: GrayText;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: inline-block;
  border: 1px solid rgba(41, 128, 189, 0.5);
  vertical-align: middle;
  width: 40%;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  background-color: rgba(41, 128, 189, 0.5);
  width: 0%;
  height: 1rem;
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none;
}
.EPiServerForms .FormStep .FormStep__Description {
  margin-bottom: 1rem;
}
.EPiServerForms .Form__Element {
  margin-bottom: 1.5rem;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
  display: inline-block;
  color: #393939;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.5rem;
}
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: red;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms fieldset.Form__Element .Form__CustomInput {
  margin-bottom: 1.5rem;
}
.EPiServerForms .hide {
  display: none;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
  width: 8rem;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  font-size: 1em;
  width: auto;
  height: auto;
}
.EPiServerForms .FormChoice .Form__Element__Caption {
  display: block;
}
.EPiServerForms .FormChoice .FormChoice__Input {
  margin-left: 1rem;
}
.EPiServerForms .FormChoice--Image .hidden {
  visibility: hidden;
}
.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  display: inline-block;
  max-width: 40%;
  text-align: center;
  margin: 0.5rem;
}
.EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
  border: 1px solid rgba(41, 128, 189, 0.5);
}
.EPiServerForms .FormRange .Form__Element__Caption {
  display: block;
}
.EPiServerForms .FormRange .FormRange__Input {
  max-width: 60%;
  display: inline;
}
.EPiServerForms .FormFileUpload .Form__Element__Caption {
  display: block;
}
.EPiServerForms .FormDateTimeRange .Form__Element__Caption.visually-hidden {
  display: none;
}
.EPiServerForms .FormDateTimeRange .Form__CustomInput {
  display: inline;
  width: 15rem !important;
}
.EPiServerForms .FormDateTime .Form__Element__Caption {
  display: block;
}
.EPiServerForms .FormDateTime .Form__CustomInput {
  display: inline;
  width: 15rem !important;
}
.EPiServerForms .Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms .Form__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word;
}
.EPiServerForms select, .EPiServerForms textarea,
.EPiServerForms input[type=text], .EPiServerForms input[type=password],
.EPiServerForms input[type=number], .EPiServerForms input[type=email], .EPiServerForms input[type=url],
.EPiServerForms input[type=date], .EPiServerForms input[type=datetime], .EPiServerForms input[type=datetime-local],
.EPiServerForms input[type=time], .EPiServerForms input[type=month], .EPiServerForms input[type=week] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  height: 34px;
}
.EPiServerForms select::-ms-expand, .EPiServerForms textarea::-ms-expand,
.EPiServerForms input[type=text]::-ms-expand, .EPiServerForms input[type=password]::-ms-expand,
.EPiServerForms input[type=number]::-ms-expand, .EPiServerForms input[type=email]::-ms-expand, .EPiServerForms input[type=url]::-ms-expand,
.EPiServerForms input[type=date]::-ms-expand, .EPiServerForms input[type=datetime]::-ms-expand, .EPiServerForms input[type=datetime-local]::-ms-expand,
.EPiServerForms input[type=time]::-ms-expand, .EPiServerForms input[type=month]::-ms-expand, .EPiServerForms input[type=week]::-ms-expand {
  background-color: transparent;
  border: 0;
}
.EPiServerForms select:focus, .EPiServerForms textarea:focus,
.EPiServerForms input[type=text]:focus, .EPiServerForms input[type=password]:focus,
.EPiServerForms input[type=number]:focus, .EPiServerForms input[type=email]:focus, .EPiServerForms input[type=url]:focus,
.EPiServerForms input[type=date]:focus, .EPiServerForms input[type=datetime]:focus, .EPiServerForms input[type=datetime-local]:focus,
.EPiServerForms input[type=time]:focus, .EPiServerForms input[type=month]:focus, .EPiServerForms input[type=week]:focus {
  border-color: #009f4d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.EPiServerForms select:disabled, .EPiServerForms select[readonly], .EPiServerForms textarea:disabled, .EPiServerForms textarea[readonly],
.EPiServerForms input[type=text]:disabled,
.EPiServerForms input[type=text][readonly], .EPiServerForms input[type=password]:disabled, .EPiServerForms input[type=password][readonly],
.EPiServerForms input[type=number]:disabled,
.EPiServerForms input[type=number][readonly], .EPiServerForms input[type=email]:disabled, .EPiServerForms input[type=email][readonly], .EPiServerForms input[type=url]:disabled, .EPiServerForms input[type=url][readonly],
.EPiServerForms input[type=date]:disabled,
.EPiServerForms input[type=date][readonly], .EPiServerForms input[type=datetime]:disabled, .EPiServerForms input[type=datetime][readonly], .EPiServerForms input[type=datetime-local]:disabled, .EPiServerForms input[type=datetime-local][readonly],
.EPiServerForms input[type=time]:disabled,
.EPiServerForms input[type=time][readonly], .EPiServerForms input[type=month]:disabled, .EPiServerForms input[type=month][readonly], .EPiServerForms input[type=week]:disabled, .EPiServerForms input[type=week][readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.EPiServerForms select::-webkit-inner-spin-button, .EPiServerForms textarea::-webkit-inner-spin-button,
.EPiServerForms input[type=text]::-webkit-inner-spin-button, .EPiServerForms input[type=password]::-webkit-inner-spin-button,
.EPiServerForms input[type=number]::-webkit-inner-spin-button, .EPiServerForms input[type=email]::-webkit-inner-spin-button, .EPiServerForms input[type=url]::-webkit-inner-spin-button,
.EPiServerForms input[type=date]::-webkit-inner-spin-button, .EPiServerForms input[type=datetime]::-webkit-inner-spin-button, .EPiServerForms input[type=datetime-local]::-webkit-inner-spin-button,
.EPiServerForms input[type=time]::-webkit-inner-spin-button, .EPiServerForms input[type=month]::-webkit-inner-spin-button, .EPiServerForms input[type=week]::-webkit-inner-spin-button {
  margin-top: -4px;
  margin-bottom: -4px;
}
.EPiServerForms input[type=number]::-webkit-inner-spin-button {
  margin-right: -10px;
}
.EPiServerForms select:not([size]):not([multiple]) {
  height: 34px;
}
.EPiServerForms select[size], .EPiServerForms select[multiple] {
  height: auto;
}
.EPiServerForms textarea {
  min-height: 8em;
  height: auto;
}
.EPiServerForms [type=button], .EPiServerForms [type=submit], .EPiServerForms [type=reset], .EPiServerForms button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFF;
  background-color: #009f4d;
  border-radius: 0;
  border: none;
}
.EPiServerForms [type=button]:hover, .EPiServerForms [type=submit]:hover, .EPiServerForms [type=reset]:hover, .EPiServerForms button:hover {
  background-color: #68c258;
  color: #FFF;
  text-decoration: none;
}
.EPiServerForms [type=button]:focus, .EPiServerForms [type=submit]:focus, .EPiServerForms [type=reset]:focus, .EPiServerForms button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  text-decoration: none;
}
.EPiServerForms [type=button]:disabled, .EPiServerForms [type=submit]:disabled, .EPiServerForms [type=reset]:disabled, .EPiServerForms button:disabled {
  opacity: 0.65;
}
.EPiServerForms [type=button]:not(:disabled), .EPiServerForms [type=submit]:not(:disabled), .EPiServerForms [type=reset]:not(:disabled), .EPiServerForms button:not(:disabled) {
  cursor: pointer;
}
.EPiServerForms [type=button]:not(:disabled):active, .EPiServerForms [type=submit]:not(:disabled):active, .EPiServerForms [type=reset]:not(:disabled):active, .EPiServerForms button:not(:disabled):active {
  background-image: none;
}
.EPiServerForms .FormSubmitButton, .EPiServerForms input.FormSubmitButton, .EPiServerForms button.FormSubmitButton {
  background-color: #3FAE2A;
  color: #FFF;
}
.EPiServerForms .FormSubmitButton:hover, .EPiServerForms input.FormSubmitButton:hover, .EPiServerForms button.FormSubmitButton:hover {
  background-color: #A4D55D;
  color: #FFF;
}
.EPiServerForms .FormResetButton, .EPiServerForms input.FormResetButton, .EPiServerForms button.FormResetButton {
  background-color: #FF6C0C;
  color: #FFF;
}
.EPiServerForms .FormResetButton:hover, .EPiServerForms input.FormResetButton:hover, .EPiServerForms button.FormResetButton:hover {
  background-color: #FFA168;
  color: #FFF;
}

.search-input {
  height: 45px;
  border-radius: 30px;
  padding: 8px 25px;
}

.button-branded {
  height: 45px;
  padding: 10px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #E6F3FF;
  border-color: rgb(179, 218.52, 255);
  cursor: pointer;
}
.button-branded:hover {
  background-color: rgb(179, 218.52, 255);
  border-color: rgb(128, 194.8421052632, 255);
}

.form-rounded-left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 35px !important;
}

.contact-nav-tabs {
  padding: 0;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .contact-nav-tabs {
    justify-content: center;
  }
}
input.email-input:valid {
  border: 1px solid rgba(0, 123, 255, 0.25);
}

header {
  overflow: visible;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  z-index: 100;
  position: relative;
  max-height: 100%;
}

@media (max-width: 992px) {
  header .navbar {
    border-top: 5px solid #005CB9;
  }
}
@media (min-width: 992px) {
  header .navbar {
    justify-content: space-between;
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  header .navbar {
    justify-content: space-between;
    min-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header .navbar {
    justify-content: space-between;
    min-width: 1320px;
  }
}
.navbar-toggler {
  cursor: pointer;
}
.navbar-toggler.open .header-icon:before {
  content: "\f00d" !important;
}

@media (min-width: 992px) {
  .subnavbar {
    display: block !important;
    height: 40px;
  }
}
.navbar-left, .navbar-right {
  display: inline-block;
}
.navbar-left li, .navbar-right li {
  display: inline-block;
}

.navbar-left {
  display: inline-block;
}
.navbar-left > li {
  float: left;
}
.navbar-left > li > a {
  padding: 7px 15px !important;
  border: 1px solid #6CAAE4;
  background-color: #E6F3FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.navbar-left > li > a:hover {
  background-color: #f8f9fa;
}
.navbar-left > li.active > a {
  border: 1px solid #005DAB;
}

@media (max-width: 768px) {
  .navbar-left li {
    width: 100%;
  }
}
.navbar-right {
  float: right;
}
.navbar-right > li {
  margin: 0 10px;
}
.navbar-right > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #009f4d;
  text-decoration: none;
}
.navbar-right > li > a.active, .navbar-right > li > a:hover {
  color: #005CB9;
  border-bottom: 4px solid #005CB9;
  padding-bottom: 2px;
  text-decoration: none;
}
.navbar-right > li:first-child {
  margin-left: 0;
}
.navbar-right > li:last-child {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .navbar-right li {
    margin: 0;
    width: 100%;
    padding: 18px 0;
  }
  .navbar-right li a {
    margin-left: 40px;
  }
  .navbar-right li.md-show {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-right li {
    margin: 0 4px;
  }
  .navbar-right li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .navbar-right li {
    margin: 0 9px;
  }
}
@media (max-width: 992px) {
  .navbar-right {
    float: none;
  }
}
.dropdown-menu {
  padding: 0;
  border: 1px solid #F4F4F4;
  border-radius: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.dropdown-menu.green-txt a {
  color: #3FAE2A;
}
.dropdown-menu.green-txt a:hover, .dropdown-menu.green-txt a:focus {
  color: #3FAE2A;
  background-color: #F4F4F4;
  text-decoration: none;
}
.dropdown-menu a {
  color: #009f4d;
  background-color: #fff;
  text-decoration: none;
  border-bottom: none;
  font-size: 16px;
  line-height: 19px;
  padding: 0.8rem 1.8rem 0.8rem 1.8rem;
  position: relative;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  color: #009f4d;
  background-color: #fff;
  text-decoration: underline;
}
.dropdown-menu a:last-child {
  border: none;
}

.dropdown-toggle:after {
  display: none;
}

.cmh-fixed-footer .navbar.open {
  overflow-y: auto;
  max-height: 100%;
}

.cmh-fixed-footer .navbar-nav {
  text-align: left;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .navbar-nav {
    text-align: left;
    margin-bottom: 0;
  }
}
.navbar-header-bar {
  background-color: #005CB9;
  color: #FFFFFF;
  padding: 8px 15px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 19px;
  position: relative;
}
.navbar-header-bar .navbar-header-left {
  float: left;
}
.navbar-header-bar .navbar-header-left a {
  font-size: 13px;
  line-height: 16px;
  /*            text-decoration: none;

  &:hover {
      text-decoration: underline;
  }*/
}
.navbar-header-bar .navbar-header-right {
  float: right;
}
.navbar-header-bar:before {
  background: linear-gradient(to right, #EDAA00 25%, #FF6C0C 25%, #FF6C0C 50%, #009f4d 50%, #009f4d 75%, #3FAE2A 75%);
  position: absolute;
  content: "";
  height: 3px;
  right: 0;
  left: 0;
  top: 0;
  width: 15%;
}

@media (max-width: 992px) {
  .navbar-header-bar {
    display: none;
  }
}
.navbar-brand {
  padding: 4px 0;
  margin-right: 3rem;
}
.navbar-brand img {
  max-width: 100%;
  height: 92px;
  object-fit: scale-down;
  object-position: left;
}

@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 1rem;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    margin-left: 1rem;
  }
  .navbar-brand img {
    height: 46px;
  }
  .navbar-toggler-dropdown {
    margin-right: 1rem;
  }
}
.navbar {
  padding: 0;
}

@media (max-width: 992px) {
  .navbar {
    padding: 5px 0px;
  }
}
.landing-page-header {
  position: relative;
  box-shadow: none;
  background-color: #005CB9;
  min-height: 120px;
}
.landing-page-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  background-color: #005CB9;
  height: 550px;
}
.landing-page-header .navbar {
  min-height: 120px;
}
.landing-page-header .navbar-brand {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.landing-page-header .navbar-brand img {
  max-width: 100%;
  height: 92px;
  object-fit: scale-down;
  object-position: left;
}

@media (max-width: 992px) {
  .landing-page-header {
    min-height: 70px;
  }
  .landing-page-header:after {
    top: 70px;
  }
  .landing-page-header .navbar {
    min-height: 70px;
  }
  .landing-page-header .navbar-brand img {
    height: 46px;
  }
}
.print-logo {
  display: none;
}

.footer-bottom {
  background-color: #FFF;
  text-decoration: none;
  color: #757878;
  padding: 30px 0;
}

.footer-top {
  padding: 20px 0;
  background-color: #005CB9;
  color: #2E2A25;
}

ul.footer-list {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
}
ul.footer-list li {
  display: inline-block;
  margin-right: 30px;
}
ul.footer-list li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #009f4d;
}
ul.footer-list li a:hover {
  color: #005CB9;
  /*text-decoration: none;*/
}
ul.footer-list li:last-child {
  margin-right: 0;
}
ul.footer-list.right {
  text-align: right;
}
ul.footer-list.short li {
  margin-right: 10px;
}
ul.footer-list.landing-page-list li a {
  color: #2E2A25;
}

@media (max-width: 992px) {
  ul.footer-list.right {
    text-align: left;
  }
  ul.footer-list li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }
}
.copyright {
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
}
.footer-logo-wrapper img {
  max-width: 100%;
  max-height: 92px;
  width: 260px;
  object-fit: scale-down;
  object-position: left;
}

.footer-hr {
  border-top: 1px solid #6DABE4;
}

@media (max-width: 576px) {
  .media-footer img {
    max-width: 106px;
  }
}
.cmh-fixed-footer .cmh-fixed-footer-bg {
  background-color: #E8E5E5;
}
.cmh-fixed-footer .navbar {
  padding: 0;
}
.cmh-fixed-footer .navbar.open {
  background-color: #C126B8;
  color: #FFF;
}
.cmh-fixed-footer .navbar.open .navbar-brand, .cmh-fixed-footer .navbar.open .header-icon {
  color: #FFF;
}
.cmh-fixed-footer .navbar.open .navbar-toggler:hover .header-icon {
  color: #C126B8;
}
.cmh-fixed-footer .navbar-toggler {
  box-shadow: none;
}
.cmh-fixed-footer .navbar-collapse {
  background-color: #F4F4F4;
}
.cmh-fixed-footer .navbar-collapse li a {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #C126B8;
  padding-left: 1rem;
  border-bottom: 1px solid #FFF;
  padding: 1.3rem 1rem;
}
.cmh-fixed-footer .navbar-collapse li a:hover {
  color: #005CB9;
}
.cmh-fixed-footer .navbar-brand {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 13px;
  margin-top: 13px;
  max-width: 70%;
  overflow: hidden;
  white-space: normal;
  color: #C227B9;
}
.cmh-fixed-footer .navbar-toggler .fa.fa-bars.close-icon:before {
  content: "\f00d" !important;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-header {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.dropdown-divider {
  position: relative;
  height: 1.5rem;
  margin: 0.25rem 1rem;
  border-top: none;
  color: #7E7E7E;
  font-size: 16px;
}
.dropdown-divider::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0.75rem;
  margin-left: 0.5rem;
  width: 100%;
  border-top: 1px solid #D1D1D1;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dropdown-divider {
    font-size: 14px;
  }
}
.btn {
  cursor: pointer;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  font-family: "VAGRoundedNext-Bold", sans-serif;
  letter-spacing: 0.8px;
}
.btn:focus {
  color: inherit;
}

.btn-xl {
  padding: 20px 35px;
  font-size: 28px;
  line-height: 36px;
}

.btn-lg {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 24px;
}

.btn-sm {
  padding: 11px 16px;
  font-size: 13px;
  line-height: 16px;
}

.input-group-search .input-group-button {
  padding: 18px;
}

.input-group-button {
  padding: 18px 40px;
  font-size: 20px;
  line-height: 24px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.input-group-button.search-close {
  background-color: #FFF;
  box-shadow: none;
  border: 1px solid purple;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: none;
}

@media (max-width: 992px) {
  .input-group-button {
    padding: 11px 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .form-control-lg {
    padding: 10px 20px !important;
  }
}
.button-primary-icon {
  margin-left: 5px;
  font-size: 0.8rem;
  vertical-align: middle;
  display: inline;
}
.button-primary-icon.button-primary-large {
  font-size: 1.6rem;
}

.f-medium .button-primary-icon {
  font-size: 0.7rem;
}

.btn-flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
}
.btn-flex .btn-icon {
  display: block;
  flex: 0 0 auto;
  max-width: 48px;
}

.btn-xl .btn-icon {
  font-size: 0.8em;
}

.header-button .btn {
  border-radius: 30px;
  padding: 10px 38px;
  text-transform: uppercase;
  height: 45px;
}

@media (max-width: 768px) {
  .header-button {
    margin-top: 25px;
  }
}
.navbar-toggler-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.navbar-toggler {
  padding: 9px 11px;
  border-radius: 44px;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.navbar-toggler:hover {
  background-color: #F4F4F4;
}
.navbar-toggler:focus {
  outline: none;
}

.parent-button {
  background-color: #B4D7F8;
  display: inline-block;
  padding: 15px 70px 15px 35px;
  font-size: 8px;
  line-height: 18px;
  font-weight: 700;
  color: #005DAB;
  position: relative;
}
.parent-button .lg {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.parent-button .parent-button-icon-align {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5px;
}
.parent-button .parent-button-icon-align .parent-button-icon {
  font-size: 16px;
}
.parent-button:hover {
  background-color: rgb(203.3231707317, 227.4390243902, 250.1768292683);
}

.btn-secondary {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  color: #009f4d;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 8px 20px;
  font-weight: 700;
}
.btn-secondary.lg {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 23px;
}
.btn-secondary.green-txt {
  color: #3FAE2A;
  text-align: left;
  width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/caret-down-green.png);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.btn-secondary.green-txt:not(:disabled):not(.disabled):hover {
  color: #3FAE2A;
}
.btn-secondary.green-txt:focus, .btn-secondary.green-txt:active {
  color: #3FAE2A;
}
.btn-secondary.green-txt option {
  background-color: #fff;
  color: #3FAE2A;
  text-decoration: none;
}
.btn-secondary.green-txt.smaller {
  width: 250px;
}
.btn-secondary:not(:disabled):not(.disabled):hover {
  background-color: #F4F4F4;
  border: 1px solid #E8E5E5;
  color: #005CB9;
}
.btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  color: #009f4d;
}
.btn-secondary:not(:disabled):not(.disabled):focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
  .btn-secondary.green-txt {
    width: 270px;
  }
}
.btn-tertiary {
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-appearance: none !important;
  width: 46px;
  height: 46px;
  padding: 0;
  position: relative !important;
}
.btn-tertiary:hover {
  background-color: #F4F4F4;
}
.btn-tertiary:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.printer-icon {
  width: 100%;
  height: 100%;
  background: url(../images/printer-icon-color_35x35.png) center center no-repeat;
}

.mail-icon {
  width: 100%;
  height: 100%;
  background: url(../images/mail-icon-color_35x35.png) center center no-repeat;
}

.facebook-icon {
  width: 100%;
  height: 100%;
  background: url(../images/facebook-icon-color_35x35.png) center center no-repeat;
}

.linkedin-icon {
  width: 100%;
  height: 100%;
  background: url(../images/linkedin-icon-color_35x35.png) center center no-repeat;
}

.twitter-icon {
  width: 100%;
  height: 100%;
  background: url(../images/twitter-icon-color_35x35.png) center center no-repeat;
}

.youtube-icon {
  width: 100%;
  height: 100%;
  background: url(../images/youtube-icon-color_35x35.png) center center no-repeat;
}

@media (max-width: 992px) {
  .navigation-button:hover {
    background-color: #FFF;
    border: none;
    box-shadow: none;
  }
  .navigation-button:focus {
    box-shadow: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation-button.btn-secondary.lg {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 18px;
  }
}
.btn-white {
  color: #005CB9;
  background-color: #FFF;
  border-radius: 0;
  border: none;
}
.btn-white:hover {
  background-color: #F4F4F4;
}
.btn-white.green-txt {
  color: #3FAE2A;
}
.btn-white.blue-txt {
  color: #005CB9;
}
.btn-white.purple-txt {
  color: #009f4d;
}
.btn-white.orange-txt {
  color: #FF6C0C;
}
.btn-white.grey-txt {
  color: #2E2A25;
}

.btn-green {
  color: #FFF;
  background-color: #3FAE2A;
  border-radius: 0;
  border: none;
}
.btn-green:hover {
  background-color: #A4D55D;
  color: #FFF;
}

.btn-purple {
  color: #FFF;
  background-color: #009f4d;
  border-radius: 0;
  border: none;
}
.btn-purple:hover {
  background-color: #68c258;
  color: #FFF;
}

.btn-orange {
  color: #FFF;
  background-color: #FF6C0C;
  border-radius: 0;
  border: none;
}
.btn-orange:hover {
  background-color: #FFA168;
  color: #FFF;
}

.btn-blue {
  color: #FFF;
  background-color: #005CB9;
  border-radius: 0;
  border: none;
}
.btn-blue:hover {
  background-color: #6DABE4;
  color: #FFF;
}

.btn-yellow {
  color: #FFF;
  background-color: #EDAA00;
  border-radius: 0;
  border: none;
}
.btn-yellow:hover {
  background-color: #FFD13F;
  color: #FFF;
}

.btn-grey {
  color: #FFF;
  background-color: #2E2A25;
  border-radius: 0;
  border: none;
}
.btn-grey:hover {
  background-color: #77777A;
  color: #FFF;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 14px 16px;
}

.btn-rounded-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.floating-hero-button {
  margin-top: 30px;
}

.close-search-button .close-button {
  background-color: #FFF;
  box-shadow: none;
  border: 1px solid #009f4d;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: none;
  padding: 18px 25px;
}
.close-search-button .close-button.green {
  border: 1px solid #3FAE2A;
  border-right: none;
}
.close-search-button input {
  border: 1px solid #009f4d;
  border-left: none;
  color: #000;
  border-radius: 30px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.close-search-button input:focus {
  border-color: #009f4d;
}
.close-search-button input.green {
  border: 1px solid #3FAE2A;
}
.close-search-button input.green.focus {
  border-color: #3FAE2A;
}

@media (max-width: 992px) {
  .close-search-button .close-button {
    padding: 10px 20px;
  }
}
.btn-toolbar {
  margin: 5px 0;
}
.btn-toolbar .share-text {
  font-size: 16px;
  line-height: 46px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: transparent;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("../images/carousel-icon-left.png");
  width: 32px;
  height: 32px;
}

.carousel-control-next-icon {
  background-image: url("../images/carousel-icon-right.png");
  width: 32px;
  height: 32px;
}

.carousel-control-next, .carousel-control-prev {
  width: 12%;
}

.carousel-control-prev {
  left: auto;
  right: 45px;
}

.carousel-control-next {
  right: 10px;
}

.hero-carousel {
  overflow: hidden;
  display: block;
  padding: 20px 0;
  background-color: #F4F4F4;
}
.hero-carousel .carousel-inner {
  width: 65%;
  min-height: 95px;
}
.hero-carousel .col-left {
  width: 65%;
  float: left;
  padding-left: 30px;
  border-right: 1px solid #EAE6E6;
}
.hero-carousel .col-right {
  width: 35%;
  float: right;
  padding: 0 0 0 20px;
  margin-top: 20px;
}
.hero-carousel .col-right .col-right-link {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.hero-carousel .carousel-item {
  font-family: "VAGRoundedNext-Light", sans-serif;
}
.hero-carousel .carousel-item .carousel-title {
  font-size: 15px;
  line-height: 18px;
  color: #393939;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.hero-carousel .carousel-item .carousel-subtitle {
  font-size: 15px;
  line-height: 18px;
  color: #393939;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.hero-carousel .carousel-item .carousel-timing {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .hero-carousel .carousel-inner {
    width: 100%;
  }
  .hero-carousel .col-left {
    width: 100%;
    float: none;
    padding-left: 0;
    border-right: none;
    display: block;
    text-align: center;
  }
  .hero-carousel .col-right {
    width: 100%;
    float: none;
    margin-top: 20px;
    display: block;
    padding: 0;
    text-align: center;
  }
  .hero-carousel .col-right .col-right-link {
    display: inline-block;
    margin: 0 15px;
  }
  .hero-carousel .carousel-control-prev {
    left: 15px;
    right: auto;
  }
  .hero-carousel .carousel-control-next {
    right: 15px;
    left: auto;
  }
}
.nav-tabs {
  margin-bottom: 0;
}

.contact-nav-tabs {
  margin: 30px 0;
}
.contact-nav-tabs .nav-link {
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-right: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  line-height: 23px;
  padding: 14px 20px;
  margin-bottom: 10px;
}

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #005CB9;
  border-radius: 30px;
}

.contact-panels .tab-content {
  padding: 50px 0;
}

#mapCanvas {
  width: 100%;
  height: 450px;
  background-color: grey;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 10;
}

@media (max-width: 768px) {
  #mapCanvas {
    display: none;
  }
}
.gm-style .gm-style-iw {
  max-width: 400px;
  padding: 0;
}

.gm-style .gm-style-iw > div {
  overflow: visible !important;
}

.gm-style * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.info_header {
  padding: 0;
  flex: 0 0 auto;
}

.info_content {
  padding: 5px 15px 0;
  flex: 1 1 auto;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.info_content .info_type {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  color: #585858;
  border-bottom: 1px solid #E8E5E5;
  padding-bottom: 5px;
}
.info_content .info_location {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 23px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.info_content .info_address {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  color: #393939;
  margin-bottom: 15px;
}
.info_content .info_phone {
  font-size: 16px;
  line-height: 24px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}
.info_content .info_phone_label {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
}
.info_content .info_meta_detail {
  font-size: 14px;
  line-height: 20px;
  font-family: "VAGRoundedNext-Bold", sans-serif;
  display: block;
}
.info_content .info_meta_detail.in-window {
  margin-bottom: 5px;
}

.info_footer {
  padding: 0;
  flex: 0 0 auto;
}
.info_footer hr {
  margin: 5px 15px 10px;
}

.location-info-window {
  overflow: hidden;
  padding: 12px;
}
.location-info-window .info_content {
  padding: 0;
}

.info_directions {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.map-wrapper {
  position: relative;
}

.map-overlay {
  position: relative;
  z-index: 100;
  top: 0px;
  padding: 12px 36px;
  background-color: #005CB9;
  color: #FFF;
}
.map-overlay.location-detail {
  height: 100%;
  padding: 18px 36px;
}
.map-overlay.location-detail .location-type {
  font-size: 26px;
  line-height: 28px;
  font-family: "VAGRoundedNext-Light", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .map-overlay.location-detail .location-type {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .map-overlay {
    position: relative;
    top: 0px;
    max-width: 100%;
  }
  .map-overlay.location-detail {
    position: relative;
    top: auto;
    bottom: auto;
  }
}
#mapCanvasLocationDetail {
  width: 100%;
  height: 100%;
  background-color: grey;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 10;
}

@media (max-width: 768px) {
  #mapCanvasLocationDetail {
    display: none;
  }
}
.info_footer_left {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 15px;
  background-color: #a4289d;
  color: #FFF;
}

.info_footer_right {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 15px;
  background-color: #c7910a;
  color: #FFF;
}

@media (max-width: 768px) {
  .info_footer_left {
    text-align: center;
    padding-left: 0;
  }
  .info_footer_right {
    text-align: center;
    padding-left: 0;
  }
}
.header-block-sub-text {
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .header-block-sub-text {
    font-size: 10px;
    line-height: 13px;
  }
}
.location-filter-form select {
  margin: 0;
  background-color: #E8E5E5;
  color: #005CB9;
  border: 0;
  border-radius: 0;
  padding: 0.5em 1.5em 0.5em 0.5em;
  font-size: 1.125em;
  font-family: "VAGRoundedNext-Light", sans-serif;
  background-image: url(../images/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
  -moz-appearance: button;
  -webkit-appearance: button;
}

.location-filter-form select::-ms-expand {
  display: none;
}

.location-filter-form select option {
  line-height: 1;
}

.location-filter-form select option:disabled {
  background-color: transparent;
}

.location-filter-form {
  background-color: #005CB9;
  color: #fff;
}

.location-filter-form label {
  margin-right: 0.5em;
  vertical-align: middle;
  color: #fff;
  font-size: 1.125em;
  font-family: "VAGRoundedNext-Light", sans-serif;
}

.location-filter-form select {
  vertical-align: middle;
}

.location-filter-form select:focus {
  outline: none;
}

@media (min-width: 768px) {
  .location-filter-form {
    white-space: nowrap;
    text-align: right;
  }
  .location-filter-form label {
    font-size: 1.375em;
    padding: 0.5em 0 0.25em;
    display: inline-block;
  }
  .location-filter-form select {
    font-size: 1.375em;
    height: 2.375em;
    padding-bottom: 0.25em;
  }
}
.slick-track {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.slick-list {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.carousel-style-1 {
  padding: 15px 54px;
  position: relative;
}
.carousel-style-1 .slick-list {
  padding: 6px;
}
.carousel-style-1 .slick-track {
  display: flex;
}
.carousel-style-1 .slick-slide {
  height: auto;
}
.carousel-style-1 ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carousel-style-1 ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.carousel-style-1 ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #95989A;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
}
.carousel-style-1 ul.slick-dots li.slick-active button {
  background-color: #95989A;
}
.carousel-style-1 .slick-prev, .carousel-style-1 .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  z-index: 10;
  font-size: 23px;
  color: #77777A;
  background-color: transparent;
  border: none;
  transition: opacity 0.5s ease;
  opacity: 1;
  cursor: pointer;
}
.carousel-style-1 .slick-prev:hover, .carousel-style-1 .slick-next:hover {
  color: #2E2A25;
}
.carousel-style-1 .slick-prev:focus, .carousel-style-1 .slick-next:focus {
  outline: none;
}
.carousel-style-1 .slick-prev.slick-disabled, .carousel-style-1 .slick-next.slick-disabled {
  opacity: 0;
  cursor: unset;
}
.carousel-style-1 .slick-prev {
  left: 0;
}
.carousel-style-1 .slick-next {
  right: 0;
}

@media (max-width: 576px) {
  .carousel-style-1 {
    padding: 15px 34px;
  }
  .carousel-style-1 .slick-prev, .carousel-style-1 .slick-next {
    width: 34px;
  }
}
.panel .carousel-style-1.slick-slider {
  margin: 0 -30px;
}

@media (max-width: 768px) {
  .panel .carousel-style-1.slick-slider {
    margin: 0 -18px;
  }
}
.panel.carousel-panel {
  position: relative;
  width: 294px;
  max-width: 62vw;
  margin: 5px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  padding: 0;
}
.panel.carousel-panel .panel-body {
  display: flex;
  flex-direction: column;
  height: 308px;
  max-height: 65vw;
  background-color: #F4F4F4;
}
.panel.carousel-panel .panel-body .panel-figure {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  background-color: #E8E5E5;
  overflow: hidden;
}
.panel.carousel-panel .panel-body .panel-figure img {
  flex: 0 0 auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.panel.carousel-panel .panel-body .panel-figure img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.panel.carousel-panel .panel-body .panel-figure img:focus {
  outline: none;
}
.panel.carousel-panel .panel-body .panel-caption {
  font-size: 14px;
  padding: 7px 12px;
}

@media (max-width: 480px) {
  .panel.carousel-panel {
    margin: 3px 6px;
  }
}
.news-gallery .news-gallery-item {
  position: relative;
  width: 315px;
  height: 485px;
  margin: 0 20px;
}

@media (max-width: 480px) {
  .news-gallery .news-gallery-item {
    margin: 0 10px;
  }
}
.story-gallery .card {
  position: relative;
  width: 315px;
  margin: 0 20px;
}

@media (max-width: 480px) {
  .story-gallery .card {
    margin: 0 10px;
  }
}
.modal-dialog {
  display: flex;
  justify-content: center;
}

.modal-content {
  box-shadow: 0 0 18px 2px #000000;
  max-width: 100%;
}
.modal-content.constained {
  max-height: 100vh;
  max-height: calc(100vh - 1rem);
}
.modal-content .embed-responsive {
  background-color: #E8E5E5;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.modal-content .embed-image {
  display: flex;
  background-color: #E8E5E5;
  min-width: 180px;
  min-height: 100px;
  padding: 0;
  overflow: auto;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .modal-content.constained {
    max-height: calc(100vh - 3.5rem);
  }
}
.modal-header {
  padding: 0.25rem 0.5rem;
}

.modal-footer {
  padding: 0.25rem 0.5rem;
}

@media print {
  @page {
    size: auto;
  }
  .print-logo {
    display: block;
    margin-bottom: 10px;
  }
  .print-logo img {
    width: 150px;
  }
  body {
    background-color: transparent !important;
    padding-top: 0 !important;
    min-width: 350px !important;
  }
  a {
    text-decoration: none !important;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  .container {
    min-width: unset !important;
  }
  .row {
    display: block !important;
  }
  .collapse {
    display: block !important;
  }
  .alerts {
    display: none;
  }
  .banner {
    display: none;
  }
  .news-article, .card-block, .featured-panel-left {
    page-break-inside: avoid;
  }
  .news-article .btn, .card-block .btn, .featured-panel-left .btn {
    display: none;
  }
  header {
    border: none;
  }
  footer .footer-top {
    display: none;
  }
  .footer-list {
    display: none;
  }
  .breadcrumb {
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    background-color: transparent !important;
  }
  .breadcrumb-section {
    background-color: transparent !important;
  }
  .card {
    page-break-inside: avoid;
  }
  .panel {
    border: 1px solid lightgrey;
  }
  .newsletter-section {
    display: none !important;
    visibility: hidden;
  }
  .floating-hero-button {
    display: none !important;
    visibility: hidden;
  }
  .floating-hero-button .btn {
    display: none !important;
    visibility: hidden;
  }
  .carousel-style-1, .slick-initialized {
    display: none !important;
  }
  .btn-toolbar {
    display: none;
    visibility: hidden;
  }
  .location-panel {
    page-break-inside: avoid;
    border: 1px solid lightgrey;
  }
  .location-panel .info_footer {
    display: none;
    visibility: hidden;
  }
  #departments-header {
    display: none;
    visibility: hidden;
  }
  .department-panel, .contact-panel {
    page-break-inside: avoid;
    border: 1px solid lightgrey;
  }
  .staff-detail-mobile .btn {
    display: none;
    visibility: hidden;
  }
  .top-button {
    display: none;
  }
  .show-more-link {
    display: none;
  }
  .flex-image {
    max-height: 300px;
  }
  .flex-image img {
    width: auto;
  }
  .hero-negative-margin-top {
    margin-top: 0 !important;
  }
  #epi-quickNavigator {
    display: none;
  }
  #_hj_feedback_container {
    display: none;
  }
}
.studies-trials-hero {
  background-image: url(../images/search-study-bg.png);
  background-size: cover;
}

.study-count {
  color: #fff;
  border: 10px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding: 2em;
  line-height: 1;
  display: block;
  width: 100%;
  max-width: 18em;
  margin: 3.5em auto 5em;
  box-sizing: border-box;
}
.study-count::before {
  content: "";
  padding: 50% 0;
  display: inline-block;
  vertical-align: middle;
}
.study-count.study-count-sm {
  margin: 0.75em auto 1.5em;
}

@media (max-width: 576px) {
  .study-count {
    margin: 2em auto;
    padding: 1em;
    max-width: 15em;
  }
}
.study-count__inner-wrap {
  display: inline-block;
  vertical-align: middle;
}

.study-count__number {
  font-family: "VAGRoundedNext-Bold", sans-serif;
  font-weight: normal;
  font-size: 4em;
  display: inline-block;
}

.study-count__label {
  font-family: "VAGRoundedNext-Light", sans-serif;
  font-weight: normal;
  display: inline-block;
}

@media only screen and (min-width: 40em) {
  .study-count__number {
    font-size: 3.25em;
  }
}
@media only screen and (min-width: 48em) {
  .study-count__number {
    font-size: 4em;
  }
}
.study-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  padding: 2em 5em;
}
.study-panel.study-panel-sm {
  padding: 1.5em 3em;
}

.study-detail-text-20 {
  font-size: 20px;
}

.study-detail-text-16 {
  font-size: 16px;
}

.study-detail-text-12 {
  font-size: 12px;
}

.category-tag-list {
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.category-tag-list li {
  margin-bottom: 5px;
}
.category-tag-list li a {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 14px;
  background-color: rgba(63, 174, 41, 0.1490196078);
  border-radius: 10px;
  color: #3FAE29;
  text-align: center;
  text-decoration: none;
}
.category-tag-list li a:hover {
  background: rgba(48.0558139535, 132.7255813953, 31.2744186047, 0.1490196078);
  text-decoration: none;
}
.category-tag-list.stack li {
  display: inline;
  margin-right: 0.5em;
}

hr.divider {
  border-top: 3px solid #fff;
}

.results-bar {
  margin-top: 1em;
  padding-top: 15px;
  border-top: 3px solid #fff;
}

@media only screen and (max-width: 760px) {
  .study-panel {
    padding: 2em 2em;
  }
}
html {
  height: 100%;
}
html body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html body #content {
  flex: 1 0 auto;
}
html body footer {
  flex-shrink: 0;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-20 {
  font-size: 1.25rem;
}

.wide-letter-spacing {
  letter-spacing: 0.15em;
}

.mha-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}

.mha-background-gradient {
  background-image: linear-gradient(#F7E8F5, #F3F3F3 250px);
}

.mha-background-gradient-extended {
  background-image: linear-gradient(#F7E8F5, #F3F3F3 1000px);
}

.mha-title {
  font-size: 2.25rem;
  line-height: 1;
  padding-top: 3.5rem;
  font-family: "VAGRoundedNext-Regular", sans-serif;
  margin-bottom: 2.75rem;
}
.mha-title .mha-title-border {
  border-bottom: 2px solid #009f4d;
  margin-top: 1.4rem;
}

@media (min-width: 992px) {
  .mha-title {
    padding-top: 6.25rem;
  }
}
.mha-button {
  border-radius: 25px;
  font-size: 1em;
  text-transform: uppercase;
  padding: 1em 2em;
  line-height: 1.1;
}

@media (min-width: 576px) {
  .mha-button {
    font-size: 1.25em;
    padding: 1em 3em;
  }
}
.form-secondary-button {
  border: none;
  background-color: transparent;
  color: #009f4d;
  margin-left: 3em;
  font-family: "VAGRoundedNext-Bold", sans-serif;
}

.mha-info-card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.mha-info-card.blue-card {
  background-color: #E2F4FB;
}
.mha-info-card.purple-card {
  background-color: #F9E1F7;
}
.mha-info-card.primary-card {
  background-color: #d1eaae;
}
.mha-info-card .mha-info-card-title {
  background-color: #3CB4E5;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mha-info-card .mha-info-card-title h6 {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
}
.mha-info-card .mha-info-card-body {
  padding: 2.75em 2em;
}
.mha-info-card .mha-info-card-body.square-bullets {
  padding-top: 1.5em;
}
.mha-info-card .mha-info-card-body.square-bullets .info-card-content-wrapper ul {
  padding-left: 0;
  list-style-type: none;
}
.mha-info-card .mha-info-card-body.square-bullets .info-card-content-wrapper ul li {
  background-image: url(../images/blue-square-bullet.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 0 22px;
  padding: 1em 0 0 1.5em;
  line-height: 1.4;
}
.mha-info-card .mha-info-card-body p {
  font-size: 1em;
}

.mha-document-wrapper {
  background-color: #FFFAE5;
  border-radius: 10px;
  padding: 2em 2.5em;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.mha-document-wrapper p {
  font-size: 0.875em !important;
  line-height: 1.2 !important;
}

.mha-form input, .mha-form select, .mha-form textarea {
  width: 100%;
  border: none;
  font-size: 1em;
  padding: 1em 1.25em;
  line-height: 1;
}
.mha-form input::placeholder, .mha-form select::placeholder, .mha-form textarea::placeholder {
  font-size: 1em;
}
.mha-form input, .mha-form select {
  height: 50px;
  margin-bottom: 1.25em;
}
.mha-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/select-arrow-purple.png");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.mha-form textarea {
  height: 250px;
  margin-bottom: 3.125em;
}
.mha-form h6 {
  font-weight: 500;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}
.tooltip .tooltip-text {
  position: absolute;
  visibility: hidden;
  width: 100px;
  background-color: #FFFAE5;
  padding: 0.5em;
}

.mha-header {
  border-top: none !important;
  padding: 1.25em 0;
}
.mha-header .navbar-brand {
  margin-right: 0;
}
.mha-header .navbar-brand img {
  height: auto;
  width: 265px;
  max-width: unset;
}
.mha-header .navbar-toggler {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.mha-header .navbar-toggler i {
  font-size: 1.5em;
}
.mha-header .navbar-collapse {
  background-image: linear-gradient(#009f4d, #8D1D87);
  margin-top: 1.25em;
}
.mha-header .navbar-collapse .navbar-right {
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mha-header .navbar-collapse .navbar-right li {
  text-transform: uppercase;
  border-bottom: rgba(248, 248, 248, 0.52) 2px dotted;
  width: 275px;
}
.mha-header .navbar-collapse .navbar-right li:first-child {
  margin-top: 3.75em;
  margin-left: 0;
}
.mha-header .navbar-collapse .navbar-right li:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 2.5em;
}
.mha-header .navbar-collapse .navbar-right li:last-child {
  margin-right: 0;
  margin-bottom: 5em;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0.75em 0;
  width: 160px;
}
.mha-header .navbar-collapse .navbar-right li:last-child a {
  font-size: 1em;
}
.mha-header .navbar-collapse .navbar-right li a {
  color: #fff;
  font-size: 1.25em;
  margin-left: 0;
}
.mha-header .navbar-collapse .navbar-right li a.active {
  color: #fff;
  border: none;
}

@media (min-width: 576px) {
  .mha-header {
    padding: 2.25em 0;
  }
  .mha-header .navbar-brand {
    margin-right: 3em;
  }
  .mha-header .navbar-brand img {
    width: 400px;
  }
  .mha-header .navbar-collapse {
    margin-top: 2.25em;
  }
}
@media (min-width: 992px) {
  .mha-header {
    padding: 2.25em 0;
  }
  .mha-header .navbar-collapse {
    background-image: none;
    margin-top: 0;
  }
  .mha-header .navbar-collapse .navbar-right {
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
  }
  .mha-header .navbar-collapse .navbar-right li {
    margin: 0 1em;
    border-bottom: none;
    width: unset;
  }
  .mha-header .navbar-collapse .navbar-right li:first-child {
    margin-top: 0;
  }
  .mha-header .navbar-collapse .navbar-right li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .mha-header .navbar-collapse .navbar-right li:last-child {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 1.25em;
    width: unset;
  }
  .mha-header .navbar-collapse .navbar-right li a {
    color: #009f4d;
    font-size: 1em;
  }
  .mha-header .navbar-collapse .navbar-right li a.active {
    color: #009f4d;
    border-bottom-color: #009f4d;
  }
}
@media (min-width: 1200px) {
  .mha-header .navbar-brand img {
    height: 50px;
    width: auto;
  }
  .mha-header .navbar-right li {
    margin: 0 1.6em;
  }
  .mha-header .navbar-right li:last-child {
    margin-left: 5em;
  }
}
@media (min-width: 1400px) {
  .mha-header .navbar-brand {
    margin-right: 5em;
  }
}
.mha-footer {
  background-image: linear-gradient(#a4d65e, #68c258);
  padding: 1.875em;
  color: #fff;
}
.mha-footer .footer-list li {
  margin-right: 0.75em;
}
.mha-footer .footer-list li a {
  color: #fff;
  font-size: 0.75em;
}
.mha-footer p {
  font-size: 0.75em;
}

@media (min-width: 1200px) {
  .mha-footer .container {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .mha-footer .container .footer-section {
    margin-bottom: 0 !important;
  }
}
.mha-home-hero {
  max-width: 100%;
  padding: 0;
}
.mha-home-hero .mha-home-hero-left {
  background-image: url(../images/mha-home-hero-mobile.jpg);
  background-size: cover;
  height: 300px;
}
.mha-home-hero .mha-home-hero-right {
  height: 300px;
  background-image: linear-gradient(#009f4d, #8D1D87);
  color: #fff;
  padding: 2em 1.5em;
}
.mha-home-hero .mha-home-hero-right .content-wrapper {
  max-width: 700px;
}
.mha-home-hero .mha-home-hero-right .content-wrapper h1 {
  font-size: 2.25em;
  line-height: 1.25;
}
.mha-home-hero .mha-home-hero-right .content-wrapper p {
  font-size: 1.125em;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .mha-home-hero .mha-home-hero-left {
    height: 100%;
    background-position: center;
  }
  .mha-home-hero .mha-home-hero-right {
    height: 400px;
    padding: 4em 2em;
  }
  .mha-home-hero .mha-home-hero-right .content-wrapper {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .mha-home-hero .mha-home-hero-left {
    background-image: url(../images/mha-home-hero.jpg);
  }
  .mha-home-hero .mha-home-hero-right .content-wrapper p {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .mha-home-hero .mha-home-hero-right {
    height: 480px;
    padding: 5em;
  }
  .mha-home-hero .mha-home-hero-right .content-wrapper h1 {
    font-size: 3em;
  }
  .mha-home-hero .mha-home-hero-right .content-wrapper p {
    font-size: 2.125em;
  }
}
.mha-home-subscribe .mha-overlay-card {
  position: relative;
  margin: -100px auto 0;
  background-color: #fff;
  padding: 2.5em;
  border-radius: 10px;
}
.mha-home-subscribe .mha-overlay-card h5, .mha-home-subscribe .mha-overlay-card p {
  font-size: 0.875em;
}
.mha-home-subscribe .mha-overlay-card .button-wrapper .mha-button {
  width: 100%;
}

@media (min-width: 992px) {
  .mha-home-subscribe .mha-overlay-card h5 {
    margin-bottom: 1.5em !important;
  }
  .mha-home-subscribe .mha-overlay-card p {
    margin-bottom: 0 !important;
  }
  .mha-home-subscribe .mha-overlay-card .button-wrapper {
    text-align: right !important;
  }
}
@media (min-width: 576px) {
  .mha-home-subscribe .mha-overlay-card {
    padding: 2em 3.4em;
  }
  .mha-home-subscribe .mha-overlay-card h5 {
    font-size: 1.25em;
  }
  .mha-home-subscribe .mha-overlay-card p {
    font-size: 1em;
  }
  .mha-home-subscribe .mha-overlay-card .button-wrapper .mha-button {
    width: unset;
  }
}
.mha-home-carousel {
  padding-top: 4.3em;
  padding-bottom: 1em;
}
.mha-home-carousel .carousel-indicators {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  bottom: -1.25em;
}
.mha-home-carousel .carousel-indicators .active {
  background-color: #3CB4E5;
}
.mha-home-carousel .carousel-indicators li {
  height: 21px;
  width: 21px;
  border-radius: 100%;
  background-color: #CCCCCC;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mha-home-carousel .carousel-inner {
  padding: 0 2.5em 3.5em;
}
.mha-home-carousel .carousel-inner .image-wrapper {
  margin: 0 auto 3em;
  max-width: 600px;
}
.mha-home-carousel .carousel-control-prev {
  justify-content: flex-start;
  left: 0;
  right: 0;
}
.mha-home-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/left-arrow-purple.png);
  width: 1.25em;
  height: 3em;
}
.mha-home-carousel .carousel-control-next {
  justify-content: flex-end;
  right: 0;
}
.mha-home-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/right-arrow-purple.png);
  width: 1.25em;
  height: 3em;
}

@media (min-width: 768px) {
  .mha-home-carousel .carousel-indicators {
    width: 58%;
    bottom: 0;
  }
  .mha-home-carousel .carousel-inner .image-wrapper {
    margin-bottom: 0;
    padding: 1.5em;
  }
}
.mha-home-info {
  padding-top: 4em;
  padding-bottom: 5em;
}
.mha-home-info .mha-home-offers {
  background-image: linear-gradient(#F3F3F3 60%, #F9E1F7);
  padding: 4em 3.5em 3em;
  border-radius: 10px;
}
.mha-home-info .mha-home-offers .content-wrapper ul {
  padding-left: 0;
  list-style-type: none;
}
.mha-home-info .mha-home-offers .content-wrapper ul li {
  background-image: url(../images/turquoise-check.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0;
  padding: 1.5em 0 1.5em 3.75em;
  border-bottom: 1px solid #3CB4E5;
}
.mha-home-info .mha-home-offers .content-wrapper ul li:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .mha-home-info .column-wrapper {
    padding-right: 3em;
  }
  .mha-home-info .column-wrapper .image-wrapper img {
    width: 100%;
  }
}
.mha-home-cta {
  background-color: #F9E1F7;
  padding: 1.6em 3.5em;
  border-radius: 10px;
}
.mha-home-cta .mha-button {
  width: 100%;
}

@media (min-width: 768px) {
  .mha-home-cta {
    flex-direction: row !important;
  }
  .mha-home-cta h5 {
    margin-bottom: 0 !important;
    text-align: left !important;
    margin-right: 2em;
  }
}
@media (min-width: 576px) {
  .mha-home-cta .mha-button {
    width: unset;
  }
}
.mha-about-info {
  padding-bottom: 5em;
}
.mha-about-info .content-wrapper {
  margin-bottom: 3.5em;
}
.mha-about-info .content-wrapper p {
  font-size: 1em;
}
.mha-about-info .content-wrapper p span {
  font-weight: 600;
}
.mha-about-info .image-wrapper {
  margin: 0 auto 5em;
  max-width: 350px;
  text-align: center;
}
.mha-about-info .image-wrapper p {
  font-size: 0.875em;
}
.mha-about-info .image-wrapper a {
  font-weight: 500;
}

@media (min-width: 768px) {
  .mha-about-info .content-wrapper {
    padding-right: 3em;
  }
  .mha-about-info .image-wrapper {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .mha-about-info .award-logo {
    width: 145px;
  }
}
.mha-contact {
  padding-bottom: 6.25em;
}
.mha-contact.mha-contact-thanks .content-wrapper {
  padding-right: 0;
  margin-bottom: 3.5em;
}
.mha-contact.mha-contact-thanks .image-wrapper img {
  max-width: 350px;
}
.mha-contact .form-wrapper {
  padding-right: 0;
  margin-bottom: 3.5em;
}
.mha-contact p {
  font-size: 1em;
}

@media (min-width: 992px) {
  .mha-contact.mha-contact-thanks .content-wrapper {
    margin-bottom: 0;
    padding-right: 2.5em;
  }
  .mha-contact .form-wrapper {
    margin-bottom: 0;
    padding-right: 2.5em;
  }
}
.mha-login {
  padding-top: 2em;
  padding-bottom: 5em;
}
.mha-login .image-wrapper img {
  max-width: 500px;
}
.mha-login .mha-info-card {
  padding: 2.5em 1.5em;
}
.mha-login .mha-info-card .form-wrapper {
  margin-bottom: 2.5em;
}
.mha-login .mha-info-card .form-wrapper .submit-row {
  flex-direction: column;
}
.mha-login .mha-info-card .form-wrapper .submit-row .mha-button {
  width: 100%;
  margin-bottom: 1.25em;
}
.mha-login .mha-info-card .form-wrapper .submit-row a {
  text-align: center;
}

@media (min-width: 576px) {
  .mha-login .mha-info-card .form-wrapper .submit-row {
    flex-direction: row;
  }
  .mha-login .mha-info-card .form-wrapper .submit-row .mha-button {
    width: unset;
    margin-bottom: 0;
  }
  .mha-login .mha-info-card .form-wrapper .submit-row a {
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .mha-login .mha-info-card .form-wrapper {
    margin-bottom: 0;
  }
  .mha-login .mha-info-card .form-wrapper .submit-row {
    margin-top: 2em;
  }
}
@media (min-width: 992px) {
  .mha-login .mha-info-card {
    padding: 3em;
  }
  .mha-login .mha-info-card .form-wrapper .submit-row a {
    margin-left: 3.5em;
  }
}
@media (min-width: 1200px) {
  .mha-login {
    padding-top: 6.875em;
    padding-bottom: 6.875em;
  }
  .mha-login .mha-info-card {
    padding: 6.25em 6.25em 6.875em;
  }
  .mha-login .mha-info-card .form-wrapper {
    padding-right: 2.5em;
  }
  .mha-login .mha-info-card .content-wrapper {
    padding-left: 2.5em;
  }
}
.mha-subscribe-title {
  margin-bottom: 0;
}

.mha-subscribe {
  padding-bottom: 3em;
}
.mha-subscribe .ord-0 {
  order: 0;
}
.mha-subscribe .ord-1 {
  order: 1;
}
.mha-subscribe .ord-2 {
  order: 2;
}
.mha-subscribe .mha-info-card-body {
  padding: 2em;
}
.mha-subscribe .mha-info-card-body h2 {
  font-size: 3em;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  border-bottom: 1px solid #27C2B0;
}
.mha-subscribe .border-right-purple {
  border-right: none;
}
.mha-subscribe .subscribe-small-header {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 1.875em;
  margin-bottom: 1.25em;
  letter-spacing: 0.15em;
}
.mha-subscribe p {
  line-height: 1.6;
}

@media (min-width: 576px) {
  .mha-subscribe .ord-1 {
    order: 2;
  }
  .mha-subscribe .ord-2 {
    order: 1;
    padding-top: 3em;
  }
}
@media (min-width: 992px) {
  .mha-subscribe .ord-1 {
    order: 1;
    padding: 3em 1.5em 0;
  }
  .mha-subscribe .ord-2 {
    order: 2;
  }
  .mha-subscribe .ord-2 .content-wrapper {
    padding-left: 1.5em;
  }
  .mha-subscribe .border-right-purple {
    border-right: 2px solid #009f4d;
  }
}
@media (min-width: 1200px) {
  .mha-subscribe {
    padding-bottom: 5em;
  }
}
.mha-subscribe-steps {
  padding-top: 5.75em;
  padding-bottom: 5em;
}
.mha-subscribe-steps h4 {
  margin-bottom: 2rem;
}
.mha-subscribe-steps .dotted-border-right {
  border-right: none;
}
.mha-subscribe-steps .step-wrapper {
  padding: 3em;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.mha-subscribe-steps .mha-document-wrapper {
  max-width: 720px;
  margin: 5em auto 0;
}
.mha-subscribe-steps .mha-document-wrapper .content-wrapper {
  justify-content: center;
  text-align: center;
  margin-bottom: 1.25em;
}
.mha-subscribe-steps .mha-document-wrapper .image-wrapper {
  margin-bottom: 1.25em;
  padding-left: 2em;
}
.mha-subscribe-steps p {
  line-height: 1.6;
}

@media (min-width: 576px) {
  .mha-subscribe-steps .mha-document-wrapper .image-wrapper {
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .mha-subscribe-steps .mha-document-wrapper .content-wrapper {
    text-align: left;
    justify-content: space-between;
    margin-bottom: 0;
    padding-right: 1.5em;
  }
  .mha-subscribe-steps .mha-document-wrapper .content-wrapper p {
    padding-right: 1.5em;
  }
}
@media (min-width: 992px) {
  .mha-subscribe-steps .dotted-border-right {
    border-right: 4px dotted #27C2B0;
  }
}
.mha-subscribe-process {
  padding-bottom: 5em;
}
.mha-subscribe-process.mha-subscribe-thanks .content-wrapper .mha-document-wrapper {
  max-width: 520px;
  margin: 0 auto 4em;
}
.mha-subscribe-process.mha-subscribe-thanks .content-wrapper .mha-document-wrapper .confirmation-wrapper {
  justify-content: center;
  margin-bottom: 1.75em;
}
.mha-subscribe-process.mha-subscribe-thanks .content-wrapper .mha-document-wrapper .image-wrapper {
  justify-content: center;
}
.mha-subscribe-process.mha-subscribe-thanks .content-wrapper .mha-document-wrapper .image-wrapper p {
  width: 115px;
}
.mha-subscribe-process.mha-subscribe-thanks .image-wrapper img {
  max-width: 350px;
}
.mha-subscribe-process.mha-setup-thanks .content-wrapper .mha-document-wrapper {
  max-width: 300px;
}
.mha-subscribe-process.mha-setup-thanks .content-wrapper .mha-document-wrapper .confirmation-wrapper {
  margin-bottom: 0;
}
.mha-subscribe-process.mha-setup-thanks .content-wrapper .mha-document-wrapper padding {
  font-size: 0.875em;
}
.mha-subscribe-process .content-wrapper {
  padding-right: 0;
  margin-bottom: 3.5em;
}
.mha-subscribe-process .form-wrapper {
  padding-right: 0;
  margin-bottom: 3.5em;
}
.mha-subscribe-process .form-wrapper form textarea {
  height: 450px;
  line-height: 1.6;
}
.mha-subscribe-process .form-wrapper form select {
  background-position: 95%;
}
.mha-subscribe-process .form-wrapper form label {
  background-color: #fff;
  color: #009f4d;
  padding: 0.75em 1.75em;
  border-radius: 20px;
  font-size: 1em;
}
.mha-subscribe-process .form-wrapper form label:hover {
  opacity: 0.7;
}
.mha-subscribe-process p {
  font-size: 1em;
}

@media (min-width: 576px) {
  .mha-subscribe-process.mha-subscribe-thanks .content-wrapper .mha-document-wrapper .confirmation-wrapper {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mha-subscribe-process.mha-subscribe-process .content-wrapper .mha-document-wrapper {
    margin: 0 0 4em;
  }
  .mha-subscribe-process .content-wrapper {
    margin-bottom: 0;
    padding-right: 2.5em;
  }
}
@media (min-width: 992px) {
  .mha-subscribe-process .content-wrapper {
    margin-bottom: 0;
    padding-right: 2.5em;
  }
  .mha-subscribe-process .form-wrapper {
    margin-bottom: 0;
    padding-right: 2.5em;
  }
}
@media (min-width: 1200px) {
  .mha-subscribe-process .form-wrapper form select {
    background-position: 85%;
  }
}
.validation-error-message {
  color: red;
}

/*# sourceMappingURL=main.css.map */
