body {
  margin: 0;
  padding: 0;
  min-height: calc(100% - 204px);
  font-family: "News Cycle", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.65;
/*  border-top: 35px solid #193b58;*/
}

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "News Cycle", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a:not(.button) { 
  color: #2DD254;
  color: #333;
}

a:not(.button):hover { color: #222; }

a.button:not(.btn-cancel) {
  position: relative;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  font-size: 21px;
  line-height: 1.23em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 10px 25px;
  vertical-align: middle;
  text-decoration: none;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  letter-spacing: .1em;
  overflow: hidden
}

a.button:not(.btn-cancel):hover {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  max-width: 1400px;
}

#top-bar {
  display: none;
  height: 35px;
  background-color: #193b58;
}

#header {
  background-color: #fff;
}

#header .inner-wrap {
  padding: 15px 40px 15px 40px;
  text-align: left;
}
@media (max-width: 767px) {
  #header .inner-wrap {
    text-align: left;
  }
}

#header #logo {
  max-width: 170px;
/*  margin-left: auto;*/
/*  margin-right: auto;*/
}
@media (max-width: 767px) {

}

#hero {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  position: relative;
  min-height: 300px;
  color: #0e0e0e;
  font-weight: normal;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.15px;
  background-image: url(../images/waves.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  #hero {
    min-height: 200px;
  }
}

/*
#hero .img-hero,
#hero video,
#hero .img-hero > img {
  margin-top: 42px;
  width: 100%;
  height: auto;
  clip-path: polygon(0 30%,100% 0%,100% 100%,0 100%);
}

@media (min-width: 992px) {
  #hero .img-hero,
  #hero video,
  #hero .img-hero > img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 55%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0,100% 0%,100% 100%,30% 100%);
    pointer-events: none;
  }
}
*/

#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  opacity: 1;
  z-index: 1;
}

#hero .inner-wrap {
  position: relative;
  padding: 40px;
  width: 100%;
/*  max-width: 1480px;*/
  z-index: 2;
}

#hero h1 {
  font-size: clamp(50px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
}

#hero h2 {
  color: #000;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.5;
}


section {
  font-size: clamp(16px, 2vw, 18px);
  font-size: 18px;
  line-height: 1.65;
}

section span[style*="font-size"] {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

section.dark {
  color: #fff;
}

section .inner-wrap {
  padding: 80px 40px;
}
@media (max-width: 639px) {
  section .inner-wrap {
    padding: 40px;
  }
}

section.two-halves .inner-wrap {
  max-width: 100%;
  padding: 0;
}

section h2 {
  font-size: clamp(24px, 4vw, 36px);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}

@media (min-width: 768px) {
  .row {
    flex-wrap: nowrap;
  }
  .row > div:nth-child(1) { flex-basis: 50%; }
  .row > div:nth-child(2) { flex-basis: 50%; }
}


section.two-halves .inner-wrap .row {
  align-items: stretch;
  gap: 0;
}

section.two-halves .inner-wrap .row > div {
  align-content: center;
  padding: 5% 4%; 
  color: #fff;
}

section.two-halves .inner-wrap .row > div:nth-child(1) {
  background-image: linear-gradient(180deg,#333333 0%,#666666 100%); 
  background-color: rgba(0,0,0,0);
}

section.two-halves .inner-wrap .row > div:nth-child(2) {
  background-color: #002b49;
}

section.two-halves h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

section.two-halves h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

section.two-halves p {
  margin: 0 0 20px 0;
}




.nursing-callouts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.nursing-callouts img {
  width: 500px;
  height: auto;
}

#content {
}

#content .inner-wrap {
  padding: 80px 40px;
}

#show-search {
  font-size: 16px;
}

#footer {
  display: none;
  position: relative;
  height: 35px;
  background-color: #0093d2;
}

#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/footer-image-overlay.jpg);
  background-size: cover;
  opacity: 0.01;
  z-index: 1;
}
