@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: normal;
}

a { 
  color: #071B55;
  color: #333;
}

a:hover { color: #222; }

a.button {
  position: relative;
  display: inline-block;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  line-height: 1.23em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 45px 12px 25px;
  vertical-align: middle;
  text-decoration: none;
  background: #071B55;
  transition: all ease-in-out 0.3s;
  letter-spacing: .1em;
  overflow: hidden
}

a.button span.icon svg {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 14px;
  fill: #fff;
}

a.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 0%;
  background: #071B55;
  -webkit-clip-path: polygon(3% 0%,100% 0%,100% 100%,0 100%);
  clip-path: polygon(3% 0%,100% 0%,100% 100%,0 100%);
  transition: all ease-in-out 0.3s;
  mix-blend-mode: multiply
}

a.button:hover {
  background: #071B55;
  color: #fff;
}

a.button:hover:after {
  width: 67%;
}


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

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

#top-bar {
  height: 0;
  background-color: #011F5B;
}

#header {
  background-color: #fff;
}

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

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

#hero {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  position: relative;
  min-height: 500px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.15px;
  /*background-image: url(../images/fpo.jpg);*/
  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(58, 90, 120, 0.85);
  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: 400;
  line-height: 1.1;
}

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


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

section.dark {
  color: #fff;
}

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

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

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

.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: 55%; }
  .row > div:nth-child(2) { flex-basis: 45%; }
}

.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 {
  position: relative;
  height: 150px;
  background-color: #071B55;
}

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