:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  line-height: 1.375em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.05em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #215a6d;
  text-decoration: underline;
}

a:hover {
  color: #3ca2a2;
}

.top-bar {
  background-image: linear-gradient(45deg, #3ca2a2, #215a6d);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-around;
  padding: 10px;
  display: flex;
}

.logo {
  background-color: #fff;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.logo__text {
  text-align: right;
}

.navbar {
  background-color: #2d2d29;
}

.nav-menu {
  float: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 30px auto;
}

.header {
  display: block;
}

.body {
  background-color: #eceff1;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.nav-link:hover {
  opacity: .7;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.link {
  color: #fff;
  text-decoration: none;
}

.top-bar__link {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.5em;
  text-decoration: none;
}

.top-bar__link:hover {
  opacity: .8;
  color: #fff;
}

.shadow {
  box-shadow: 0 0 15px #0000004d;
}

.hero {
  color: #fff;
  border-top: 1px solid #0000000d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: block;
  box-shadow: inset 0 0 15px #00000040;
}

.hero__button {
  color: #d50000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  margin-left: 30px;
  margin-right: 29px;
  padding: 15px 30px;
  transition: all .4s cubic-bezier(.95, .05, .795, .035);
}

.hero__button:hover {
  color: #2d2d29;
  transform: translate(0, -10px);
}

.mission {
  color: #fff;
  background-color: #3ca2a2;
  padding: 45px;
}

.boxes {
  background-color: #fff;
  padding: 30px;
  display: flex;
}

.boxes__box {
  color: #fff;
  background-image: linear-gradient(45deg, #3ca2a280, #215a6de6), url('../images/Waiting-Area.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 200px;
  margin: 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.boxes__box:hover {
  color: #fff;
  background-image: linear-gradient(#2d2d29bf, #2d2d29bf), url('../images/Entrance.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  transform: scale(1.02)translate(0, -10px);
}

.boxes__box.preventing {
  background-image: linear-gradient(45deg, #3ca2a280, #215a6de6), url('../images/Prevention.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.boxes__box.staff {
  background-image: linear-gradient(45deg, #3ca2a280, #215a6de6), url('../images/Our-Doctors.jpg');
  background-size: auto, cover;
}

.boxes__box.heart {
  background-image: linear-gradient(45deg, #3ca2a280, #215a6de6), url('../images/Your-heart.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.boxes__heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.mission__text {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.mission__text--span {
  text-align: right;
  font-size: .8em;
  font-style: italic;
  display: block;
}

.footer {
  color: #fff;
  background-color: #2d2d29;
  flex-wrap: wrap;
  padding: 15px;
  display: flex;
}

.footer__col {
  opacity: .75;
  width: 33.33%;
  padding: 15px;
  transition: all .4s;
}

.footer__col:hover {
  opacity: 1;
}

.footer__heading {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff40;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.footer__text {
  color: #fff;
}

.mission__heading {
  font-size: 2em;
}

.div-block {
  background-color: #fff;
  padding: 30px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 59px;
}

.pagetitle {
  background-image: linear-gradient(45deg, #3ca2a2, #215a6d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 12vh;
  margin: -30px -30px 30px;
  display: flex;
}

.collection-list-3 {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item-2 {
  flex: 0 0 25%;
}

.link-block {
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .4s;
}

.link-block:hover {
  border: 1px solid #0000001a;
  transform: translate(0, -10px);
  box-shadow: 0 20px 15px -15px #00000040;
}

.text-block {
  text-align: center;
  display: block;
}

.heading-2 {
  text-align: center;
  margin-bottom: 5px;
}

.rich-text-block {
  margin-bottom: 30px;
}

.warning {
  color: #fff;
  text-align: center;
  background-color: #b71c1c;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 5px;
}

.list-item, .footer__link {
  color: #fff;
}

.link-2 {
  text-align: right;
  margin-bottom: 15px;
  display: block;
}

.heading-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.rich-text-block-2 {
  margin-left: 15px;
}

.image-2 {
  border-radius: 8px;
  width: 100%;
}

.staff__content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.heading-4 {
  margin-bottom: 0;
  font-weight: 600;
}

.collection-item-3 {
  margin-bottom: 15px;
}

.div-block-5 {
  background-color: #eee;
  border-radius: 8px;
  padding: 15px;
}

.div-block-6 {
  display: flex;
}

.div-block-7 {
  text-align: center;
  flex: 1;
  padding: 15px;
}

.div-block-8 {
  display: flex;
}

.div-block-9 {
  flex: 1;
  padding: 15px;
}

.flex {
  align-items: center;
  margin: -15px;
  display: flex;
}

.col {
  flex: 1;
  padding: 15px;
}

.image-3 {
  width: 1000px;
}

.div-block-10 {
  text-align: center;
  margin-top: 60px;
}

.slide {
  background-image: url('../images/Entrance.jpg');
  background-position: 0 -205px;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/Waiting-Area.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Check-In.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Door.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-11 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-12 {
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.heading-5 {
  text-align: center;
}

.image-4 {
  opacity: .5;
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  opacity: .7;
  text-align: center;
  flex: 1;
  font-size: 80%;
}

.link-3 {
  color: #e90e0e;
  font-weight: 700;
}

.cardiac-testing-downloads {
  flex-wrap: wrap;
  display: flex;
}

.cardiac-testing-download-item {
  width: 100%;
  margin-bottom: 15px;
}

.testing-downloads-wrapper {
  background-color: #eee;
  border-radius: 8px;
  padding: 15px;
  display: flex;
}

.testing-downloads-column {
  width: 50%;
}

.popup-overlay {
  z-index: 999999;
  background-color: #0d4a7899;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.inner {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-13 {
  background-color: #efefef;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  min-height: 500px;
  padding: 20px 10px;
  display: flex;
}

.text-block-4 {
  color: red;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.popup {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  margin-top: 20px;
}

.button-2 {
  background-color: red;
  border-radius: 3px;
  margin-right: 10px;
}

.button-2:hover {
  background-color: #bf360c;
}

.div-block-15 {
  padding-bottom: 133%;
  position: relative;
}

.image-copy {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  position: absolute;
}

.image-5 {
  max-width: 200px;
}

.bold-text {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .logo {
    flex-direction: column;
    align-items: center;
  }

  .logo__text {
    text-align: center;
  }

  .boxes {
    flex-direction: column;
  }

  .boxes__box.preventing, .boxes__box.staff {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .boxes__box.heart {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    flex-direction: column;
  }

  .footer__col {
    width: 100%;
  }

  .flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    text-align: center;
  }

  .cardiac-testing-download-item {
    width: 100%;
  }

  .testing-downloads-wrapper {
    flex-wrap: wrap;
  }

  .testing-downloads-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .popup-overlay {
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .menu-button {
    float: none;
  }

  .icon {
    color: #fff;
    display: inline;
  }

  .text-block-5 {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .top-bar__link.mobilehide, .hero {
    display: none;
  }

  .mission, .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-overlay, .inner {
    width: auto;
    height: auto;
    position: relative;
  }

  .div-block-13 {
    display: none;
  }
}


