@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  background-color: #e2e2e7;
}

p {
  font-family: "Open Sans", Arial, sans-serif;
}

h2 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #002447;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
h2.underline {
  display: inline-block;
}
h2.underline:after {
  background-color: #DD5F01;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  h2.underline {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

h3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #002447;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cta-button {
  display: block;
  max-width: 380px;
  width: 100%;
  color: white;
  text-decoration: none;
  text-align: center;
  height: 57px;
  border-radius: 5px;
  background-color: #dd5f01;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 55px;
  transition: 0.2s background-color;
}
.cta-button--blue {
  background-color: #2279a8;
}
.cta-button:hover, .cta-button:focus, .cta-button:active {
  background-color: #9e4a01;
}
.cta-button--blue {
  background-color: #2279a8;
}
.cta-button--blue:hover, .cta-button--blue:focus, .cta-button--blue:active {
  background-color: #1c6288;
}
@media (max-width: 767px) {
  .cta-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 250px;
    margin: 0 auto;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.container .content-wrapper .inner-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .container .content-wrapper .inner-container {
    max-width: 767px;
  }
}
@media (max-width: 991px) {
  .container .content-wrapper .inner-container {
    max-width: 100%;
    padding: 40px 20px;
  }
}

.header {
  padding: 13px;
  background-color: white;
}
.header .header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 500px) {
  .header .header-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.header .header-container .site-logo {
  margin: 0 auto 0 0;
  display: block;
}
@media (max-width: 500px) {
  .header .header-container .site-logo {
    margin: 0 auto 5px auto;
  }
}
.header .header-container .header-phone {
  color: #002447;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .header .header-container .header-phone {
    font-size: 20px;
    line-height: 20px;
  }
}
.header .header-container .header-phone a {
  color: #002447;
  text-decoration: none;
}
.header .header-container .header-phone a:active, .header .header-container .header-phone a:focus, .header .header-container .header-phone a:hover {
  color: #002447;
}

.title-banner {
  align-items: center;
  display: flex;
  min-height: 400px;
  position: relative;
  background-color: #062030;
}
.title-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../assets/iv-therapy-header.jpg);
  background-position: right;
  background-size: cover;
}
.title-banner .banner-content {
  position: relative;
}
.title-banner .banner-content h1 {
  color: #0C2C63;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
.title-banner .banner-content h1 .second-line {
  color: #0C2C63;
  font-size: 50px;
  font-weight: 400;
}
.title-banner .banner-content .banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title-banner .banner-content .banner-flex div:first-of-type {
  margin-right: 75px;
}
.title-banner .banner-content .banner-flex .cta-button {
  height: 65px;
  line-height: 63px;
  margin-top: 40px;
  max-width: 300px;
}
.title-banner .banner-content .banner-flex p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  line-height: 40px;
  color: #0C2C63;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.title-banner .banner-content .banner-flex img {
  display: block;
  margin: 0 auto 20px;
}
.title-banner .banner-content .banner-flex .banner-notice {
  font-family: "Open Sans", Arial, sans-serif;
  color: #d82f47;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  min-width: 100px;
}
@media (max-width: 1600px) {
  .title-banner .banner-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .title-banner .banner-content {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .title-banner .banner-content h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 30px;
  }
  .title-banner .banner-content h1 .second-line {
    font-size: 32px;
    line-height: 36px;
  }
  .title-banner .banner-content .banner-flex {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .title-banner .banner-content .banner-flex div:first-of-type {
    margin-right: 0;
  }
  .title-banner .banner-content .banner-flex p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .title-banner .banner-content .banner-flex .cta-button {
    margin: 30px auto 0;
  }
  .title-banner .banner-content .banner-flex .banner-notice {
    font-family: "Open Sans", Arial, sans-serif;
    color: #d82f47;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    min-width: 100px;
  }
}
@media (max-width: 1600px) {
  .title-banner:before {
    background-position: center;
  }
}

.content-section {
  background-color: white;
}
.content-section p, .content-section li {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #002447;
  font-size: 20px;
  line-height: 37px;
}
.content-section p strong, .content-section li strong {
  font-weight: 400;
}
.content-section ul {
  list-style-type: none;
}
.content-section li:before {
  content: "•";
  color: #31759a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-section ol li {
  font-weight: 400;
}
.content-section ol li span {
  font-weight: 300;
}
.content-section ol li:before {
  content: none;
  display: none;
}
.content-section .content-flex {
  display: flex;
  align-items: flex-start;
}
.content-section .content-flex div:first-of-type {
  margin-right: 75px;
}
.content-section .content-flex h2 {
  margin-top: 0;
}
.content-section .content-flex img {
  display: block;
  margin: 0 auto 20px;
}
.content-section .content-flex .flex-notice {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fe000c;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  max-width: 120px;
}
.content-section .content-flex ul {
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
.content-section .content-flex--space-between {
  justify-content: space-between;
}
.content-section .content-flex--align-center {
  align-items: center;
}
.content-section--grey {
  background-color: #f4f4f6;
}
.content-section--blue {
  background-color: #07121f;
}
.content-section--blue h2 {
  color: white;
}
.content-section--blue h3 {
  color: white;
}
.content-section--blue p, .content-section--blue li {
  color: white;
}
.content-section--blue li:before {
  color: #ffffff;
}
.content-section--blue hr {
  margin: 40px 0;
  border-color: #d2d2d2;
}
.content-section--blue sub {
  font-size: 12px;
}
.content-section--blue table td {
  color: white;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}
.content-section--blue table td:first-of-type {
  font-weight: 400;
  padding-right: 15px;
}
.content-section--blue {
  background-color: #364454;
}
.content-section--light_blue {
  background-color: #e6f8ff;
}
.content-section--light_gray {
  background-color: #f9f9f9;
}
.content-section--light_pink {
  background-color: #fbefff;
}
.content-section--mid_gray {
  background-color: #EEF2F5;
}
.content-section--transparent {
  background-color: transparent;
}
.content-section#reserve h2 {
  color: #0e5195;
  text-align: left;
}
@media (max-width: 767px) {
  .content-section#reserve h2 {
    text-align: center;
  }
}
.content-section--references h2 {
  color: #002447;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.content-section--references p {
  color: #002447;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content-section--references p {
    text-align: center !important;
  }
}
.content-section--references p a {
  color: #002447;
  text-decoration: none;
}
.content-section--references p a:active, .content-section--references p a:focus, .content-section--references p a:hover {
  color: #002447;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .content-section--references p a {
    line-break: anywhere;
  }
}
.content-section--disclaimer p {
  color: #002447;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
.content-section--promo {
  background-color: #18548E;
}
.content-section--promo h2 {
  text-align: center;
  font: Bold 40px/32px Arial;
  color: #FF7D1C;
  margin-top: 0;
  margin-bottom: 25px;
}
.content-section--promo h2 br {
  display: none;
}
@media (min-width: 992px) {
  .content-section--promo h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .content-section--promo h2 br {
    display: inline;
  }
}
.content-section--promo p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.content-section--promo p:last-of-type {
  margin-bottom: 0;
}
.content-section--promo p.promo-offer {
  font: Bold 35px/32px Arial;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .content-section--promo p.promo-offer {
    font-size: 50px;
    line-height: 50px;
  }
}
.content-section--promo p.promo-code {
  font: Bold 25px/32px Arial;
  color: #FFFFFF;
}
.content-section--promo p.promo-expiration {
  font: Bold 20px/32px Arial;
  color: #FFFFFF;
  opacity: 0.54;
}
@media (max-width: 767px) {
  .content-section--promo p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .content-section h2 {
    text-align: center;
    font-size: 24px;
  }
  .content-section p {
    text-align: justify;
  }
  .content-section p, .content-section li {
    font-size: 16px;
    line-height: 22px;
  }
  .content-section .content-flex {
    flex-direction: column;
    align-items: center;
  }
  .content-section .content-flex div:first-of-type {
    margin-right: 0 !important;
  }
  .content-section--blue table td {
    font-size: 16px;
    line-height: 22px;
  }
}

.wtm-footer {
  padding: 40px 0;
  background-color: #07121f;
}
.wtm-footer p {
  font-size: 13px;
  line-height: 28px;
  color: white;
  text-align: center;
  margin-top: 0;
}
.wtm-footer a.wtm-logo-link img {
  display: block;
  margin: 0 auto;
}

.list-spacing-large li {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
