html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body,
h1:not([class]),
h2:not([class]),
h3:not([class]) {
  font-family: "Montserrat", serif;
}

h1 {
  color: #153d70;
  font-weight: bold;
  line-height: 1.25;
  font-size: 48px;
  text-align: center;
}

h2,
h3 {
  color: #0d94d2;
  font-weight: bold;
  text-align: center;
}

.hero {
  width: 100%;
  display: block;
  text-align: center;
}

.hero img {
  text-align: center;
  width: 30%;
  margin-top: 50px;
  margin-bottom: 30px;
}
div.col-md-4 ul li{
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  ul {
    font-size: 18px;
  }
  div.col-md-4:not(:last-child) {
    border-right: 1px solid #0d94d2;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  ul {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 22px;
  }

  ul {
    font-size: 22px;
  }
}

.cta .row .col-md-4 img {
  text-align: center;
  width: 100%;
}

.cta .container {
  padding: 30px 0px;
}

.cta .row .col-md-4 ul {
  padding: 20px;
}

.info {
  background-color: #0d94d2;
  color: #fff !important;
}

h2,
h3 {
  color: #fff;
}

.info a {
  color: white;
  text-decoration: underline;
}

.info a:hover {
  color: #ddd;
}

.care-team {
  text-align: center;
}

.care-team h2 {
  color: #0d94d2;
}

.row {
  padding: 30px;
}

footer {
  width: 100%;
  /* Full width */
  background-color: #0d94d2;
  padding: 30px;
  text-align: center;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: underline;
}


/* 
div.col-md-4:nth-child(2) {
  padding-left: 35px;
}
div.col-md-4:nth-child(3) {
  padding-left: 35px;
}

.cta .row .col-md-4 ul {
  padding-top: 20px;
}

.cta .row .col-md-4:nth-child(1) {
  width: 300px;
}
.cta .row .col-md-4:nth-child(2) {
  width: 300px;
} */

.row {
  padding: 30px 1px 30px;
}

div div h3 {
  color: white !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  padding-bottom: 15px !important;
}

div div p {
  display: flex;
  font-size: 15px;
  line-height: 30px;
  line-height: 30px;
  line-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  text-align: center;
}

div.col-md-12 {
  padding-top: 30px;
}

/* .row>.col-md-4:nth-child(1)>.col-md-12:nth-child(1) {
  border-bottom: 1px solid white;
  margin: 0px auto;
}

.row>.col-md-4:nth-child(2)>.col-md-12:nth-child(2) {
  border-bottom: 1px solid white;
  margin: 0px auto;
}

div.col-md-4:nth-child(2) {
  border-left: 1px solid white;
}

div.col-md-4:nth-child(3) {
  border-left: 1px solid white;
} */

div footer p {
  padding-bottom: 0px;
}

/* .cta .row .col-md-4 img {
  text-align: center;
  width: 300px;
} */


@media only screen and (max-width: 700px) {
  .hero img {
    width: inherit !important;
  }
  /* div.col-md-4:nth-child(1) {
      border-right: none !important;
    }
    div.col-md-4:nth-child(2) {
      border-right: none !important;
    }
    .cta .row .col-md-4:nth-child(1) {
      width: auto !important;
    }
    .cta .row .col-md-4:nth-child(2) {
      width: auto !important;
    }
    div.col-md-4:nth-child(2) {
      padding-left: 15px !important;
    }
    div.col-md-4:nth-child(2) {
      border-left: none;
    } */
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
    flex-direction: column;
  }
}

@media only screen and (min-width: 701px) and (max-width: 901px) {

  /* div.col-md-6:nth-child(2) {
      padding-left: 15px !important;
    }
    div.col-md-4:nth-child(2) {
      padding-left: 15px !important;
    } */
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}