@charset "UTF-8";
#cu-header .cu-brand .cu-unit {
  max-width: 350px;
}
#cu-header .cu-brand .cu-unit h2 {
  font-size: 36px;
}
#cu-header .cu-brand .cu-unit h3.sans {
  font-size: 18px;
  color: #707070;
}

.has_header_image #main-navigation {
  background: black !important;
}

#image-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #042E76;
}
#image-band .container-fluid {
  width: 100%;
}
#image-band .container-fluid .hero-text {
  text-align: center;
  background-color: transparent;
  padding: 50px 0px;
}
@media (min-width: 960px) {
  #image-band .container-fluid .hero-text {
    text-align: left;
    padding-top: 50px;
    background-color: transparent;
    width: 570px;
  }
}
#image-band .container-fluid .hero-text h2 {
  font-size: 30px;
  color: #16B9CA;
  margin-bottom: 0px;
}
@media (min-width: 480px) {
  #image-band .container-fluid .hero-text h2 {
    font-size: 50px;
  }
}
#image-band .container-fluid .hero-text p {
  color: white;
  font-size: 26px;
  font-family: freight-sans-pro, sans-serif;
}

@media (min-width: 768px) {
  #main-navigation .current-menu-item a {
    background-color: #0E117C !important;
  }
}
#main-navigation {
  min-height: 56px;
  height: auto;
}
#main-navigation .list-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #sidebar-top {
    margin-top: 0px;
  }
  #sidebar-top #section-nav-2 {
    margin-bottom: 0px;
  }
}
.gray {
  background-color: #F4F4F4;
}

.sub-footer {
  background: #000 !important;
}

h1 {
  font-weight: 700;
}

h2, h2 a {
  font-family: freight-sans-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

h3.sans {
  font-family: freight-sans-pro, sans-serif !important;
}

h3.section-header {
  font-size: 32px;
  font-weight: 700;
}
h3.section-header:after {
  display: block;
  content: "";
  border-bottom: 5px solid #16B9CA;
  width: 110px;
  padding-top: 25px;
}

body p {
  font-size: 20px;
}

body p.section-intro {
  font-size: 22px;
}

body > footer p {
  font-size: 15px;
}

.link-button, .link-block {
  background: #0A0D54 !important;
  border: 4px solid #16B9CA;
  font-size: 22px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
}
.link-button:hover, .link-button:focus, .link-block:hover, .link-block:focus {
  border: 4px solid #0A0D54;
}

.intro {
  font-size: 22px;
}

.menu-block-title {
  font-weight: 300;
}
.menu-block-title:before {
  border-left: 5px solid #16B9CA;
  content: "";
  padding-right: 15px;
}

p {
  line-height: 30px;
}

.publications-row {
  padding: 50px 0px;
}
.publications-row .publications-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}
@media (min-width: 960px) {
  .publications-row .publications-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px 75px;
  }
}
@media (min-width: 768px) {
  .publications-row .publications-wrap .text {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 75px;
  }
}
.publications-row .publications-wrap .image {
  height: 300px;
  width: 300px;
  margin-bottom: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .publications-row .publications-wrap .image {
    height: 400px;
    width: 400px;
    margin-bottom: 0px;
  }
}
.publications-row .publications-wrap .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.ekg-row {
  background-color: #f4f4f4;
  padding: 50px 0px;
  text-align: center;
  position: relative;
}
.ekg-row h3 {
  color: #000 !important;
  margin: 0 auto;
}
.ekg-row h3:after {
  margin: 0 auto;
}
.ekg-row p {
  color: #000;
  padding-top: 25px;
}
.ekg-row .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .ekg-row .image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ekg-row .image-wrap img {
  margin: 25px;
  border: 4px solid #b0b0b0;
}

.video-feature {
  margin: 0 auto;
}
.video-feature h3.section-header {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.video-feature h3.section-header:after {
  margin: 0 auto;
}
.video-feature p.section-intro {
  text-align: center;
  width: 60%;
  margin: 25px auto 25px;
}
.video-feature .video-grid {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .video-feature .video-grid {
        grid-template-areas: "a a a" "b c d";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .video-feature .video-wrap:first-of-type {
    grid-area: a;
  }
}
@media (min-width: 768px){
  .video-feature .video-wrap:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.programs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0px;
}
@media (min-width: 768px) {
  .programs-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.programs-wrap h3 {
  margin-bottom: 0px;
}
.programs-wrap h3:after {
  display: none;
}
.programs-wrap p.section-intro {
  color: #707070;
}
.programs-wrap p.section-intro:after {
  display: block;
  content: "";
  border-bottom: 5px solid #16B9CA;
  width: 110px;
  padding-top: 25px;
  margin: 0 auto;
}
.programs-wrap .card {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media (min-width: 960px) {
  .programs-wrap .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.programs-wrap .card .image-wrap {
  margin-right: 25px;
}
@media (min-width: 960px) {
  .programs-wrap .card .image-wrap {
    -webkit-box-flex: 1%;
        -ms-flex: 1%;
            flex: 1%;
  }
}
.programs-wrap .card .image-wrap img {
  height: 100%;
  width: 100%;
}
.programs-wrap .card .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.programs-wrap .card .text-wrap h4 {
  font-size: 25px;
}
.programs-wrap .card .text-wrap p {
  font-size: 22px;
}
.programs-wrap .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .programs-wrap .link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .programs-wrap .link-wrap a {
    margin: 0px 10px;
  }
}

.note-wrap {
  padding: 75px 0px;
  text-align: center;
}

.heart-rate {
  width: 150px;
  height: 73px;
  position: relative;
  margin: 20px auto;
}

.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #042e76;
  top: 0;
  right: 0;
  -webkit-animation: heartRateIn 2.5s linear infinite;
          animation: heartRateIn 2.5s linear infinite;
}

.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  -webkit-animation: heartRateOut 2.5s linear infinite;
          animation: heartRateOut 2.5s linear infinite;
  background: #042e76;
  background: -webkit-gradient(linear, left top, right top, from(#042e76), color-stop(80%, #042e76), to(rgba(4, 46, 118, 0)));
  background: linear-gradient(to right, #042e76 0%, #042e76 80%, rgba(4, 46, 118, 0) 100%);
}

@-webkit-keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
#pause-animations {
  background: none;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  font-size: 0.75em;
  margin-top: 25px;
}
#pause-animations:hover, #pause-animations:focus {
  color: white;
}
#pause-animations:before {
  content: "";
  display: block;
  font-family: "FontAwesome";
}
#pause-animations.pause:before {
  content: "";
}

.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.content-wrap {
  padding: 0px 25px;
}

.video-wrap .play {
  background: none;
  content: "";
  font-family: FontAwesome;
}
/*# sourceMappingURL=project.css.map */