:root {
  --salient-bronze: #a0865d;
  --white: #fff;
  --salient-blue: #062b47;
  --hove-blue: #5e89aa;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: superior-title, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--salient-bronze);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: superior-title, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 5.3rem;
}

h3 {
  color: var(--salient-bronze);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: superior-title, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.9rem;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

h5 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

p {
  color: var(--salient-blue);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.hero-section {
  background-image: linear-gradient(90deg, var(--salient-blue), #fff0), url('../images/Home-Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-section.physicians {
  background-image: linear-gradient(90deg, var(--salient-blue), #fff0), url('../images/Female-Doctor-Hero.jpg');
  background-position: 0 0, 0%;
}

.hero-section.hospitals {
  background-image: linear-gradient(90deg, var(--salient-blue), #fff0), url('../images/Hospitals-Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.team {
  background-image: linear-gradient(90deg, var(--salient-blue), #fff0), url('../images/Team.jpg');
  height: 43rem;
}

.hero-section.contact {
  background-image: url('../images/Represent.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 43rem;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.h1-white {
  color: #fff;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.8rem;
}

.h1-white.bold {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 4.6rem;
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.gold-button {
  background-color: var(--salient-bronze);
  outline-offset: 0px;
  text-align: center;
  outline: 2px solid #fff;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.8rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.gold-button:hover {
  background-color: var(--salient-blue);
}

.gold-button.form {
  border: 2px solid var(--white);
  outline-offset: 0px;
  outline: 2px #fff;
  margin-top: .6rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.white-section {
  border-radius: 0;
  padding: 7rem 10%;
}

.white-button {
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  background-color: #062b4700;
  outline-width: 2px;
  outline-style: solid;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.8rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.white-button:hover {
  background-color: var(--salient-bronze);
}

.half-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.half-grid.top-space {
  margin-top: 7.2rem;
  margin-bottom: 7.2rem;
}

.half-grid.top-space.mobile {
  display: none;
}

.half-grid.form {
  grid-template-columns: 1.25fr 1.25fr;
}

.div-block-3 {
  background-image: url('../images/executive-doctor-team.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-section {
  background-color: var(--salient-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #014f8a 7%, var(--salient-blue));
  padding: 5.1rem 10%;
}

.width-container {
  flex-flow: column;
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.width-container.footer {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.h4-headings {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  line-height: 3.9rem;
}

.text-span-3 {
  color: var(--salient-bronze);
}

.text-span-4 {
  font-size: 1rem;
  line-height: 1.3rem;
}

._4-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1023.2px;
  margin-top: 1rem;
  display: grid;
}

.indented-paragraph {
  color: var(--white);
  padding-left: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.h2-smaller {
  font-size: 3.6rem;
  line-height: 4.2rem;
}

.h2-smaller.white {
  color: var(--white);
}

.text-span-5 {
  font-style: italic;
  font-weight: 700;
}

.graphic-holder-div {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.salient-logo-large {
  margin-top: .4rem;
  margin-bottom: 2rem;
}

.services-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 3rem;
  display: grid;
}

.gold-button-service-link {
  border: 2px none var(--white);
  background-color: var(--salient-bronze);
  outline-offset: 0px;
  color: var(--white);
  outline: 2px #fff;
  justify-content: center;
  width: 100%;
  min-width: 10rem;
  padding: 1rem 1.8rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.gold-button-service-link:hover {
  background-color: var(--salient-blue);
}

.gold-button-service-link.blue {
  border: 2px none var(--white);
  background-color: #062b47;
}

.gold-button-service-link.blue:hover {
  background-color: var(--hove-blue);
}

.bold-text {
  font-size: 1.2rem;
  line-height: 2rem;
}

.h4-dark {
  color: var(--salient-blue);
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
}

.featured-jobs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
  display: grid;
}

.small-paragraph {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.small-paragraph.dark {
  color: var(--salient-blue);
  text-align: left;
}

.card {
  background-color: #fff0;
  background-image: radial-gradient(circle at 50% 0, #085b99, #09395d);
  border-radius: 5%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.9rem 2rem;
  display: flex;
}

.card.bronze {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--salient-bronze), #2c3e53);
}

.card-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.heading-7 {
  color: var(--white);
}

.footer {
  background-color: #071420;
  justify-content: center;
  align-items: stretch;
  padding: 3rem 10% 5rem;
  display: flex;
}

.footer-info {
  flex-flow: column;
  display: flex;
}

.footer-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.image {
  width: 100%;
}

.text-block {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--hove-blue);
}

.navbar {
  background-color: var(--salient-blue);
  padding: 2rem 10%;
}

.brand {
  min-width: 16rem;
  min-height: 2rem;
}

.nav-link {
  color: var(--white);
  padding: 10px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.nav-link:hover {
  border-bottom: 2px solid var(--white);
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white);
  color: var(--white);
}

.nav-link.contact {
  border: 2px solid var(--white);
  margin-left: 1rem;
}

.nav-container {
  max-width: 1200px;
}

.paragraph-dark.top-space {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.team-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 100%;
}

.h3-staff {
  color: var(--salient-blue);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.team-title {
  color: var(--salient-bronze);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.form-block {
  background-color: #ffffff52;
  min-width: 25rem;
  padding: 1.2rem;
}

.textarea {
  color: #000;
  min-height: 10rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.text-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .hero-section.physicians {
    background-position: 0 0, 50%;
  }

  .hero-section.hospitals {
    background-position: 0 0, 90%;
  }

  .hero-section.contact {
    height: auto;
    min-height: 43rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .h1-white {
    font-size: 4rem;
    line-height: 4rem;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .gold-button, .white-button {
    width: 100%;
  }

  .half-grid.top-space {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .half-grid.top-space.desktop {
    display: none;
  }

  .half-grid.top-space.mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .half-grid.bottom-space {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .half-grid.form {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-3 {
    min-height: 25rem;
  }

  ._4-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .salient-logo-large {
    max-width: 70%;
  }

  .services-3-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .featured-jobs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .card.bronze {
    width: 100%;
    min-height: 16rem;
  }

  .card-heading {
    overflow-wrap: anywhere;
    line-height: 1.9rem;
  }

  .footer {
    justify-content: flex-start;
  }

  .footer-links {
    display: none;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    border-top: 1px solid var(--hove-blue);
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link:hover {
    font-weight: 600;
  }

  .nav-link.contact {
    border-style: solid none none;
    border-top-width: 1px;
    border-top-color: var(--hove-blue);
  }

  .icon {
    color: var(--white);
    font-size: 5rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    border-bottom: 1px solid var(--hove-blue);
    background-color: var(--salient-blue);
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }

  .hero-section {
    padding-top: 6rem;
  }

  .hero-section.hospitals {
    background-position: 0 0, 80%;
  }

  .h1-white {
    font-size: 3.4rem;
    line-height: 3.7rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .gold-button, .white-button {
    line-height: 1.1rem;
  }

  .half-grid {
    grid-template-columns: 1fr;
  }

  .half-grid.top-space {
    margin-top: 5rem;
  }

  .div-block-3 {
    min-height: 17rem;
  }

  .h4-headings {
    font-size: 2.2rem;
  }

  ._4-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .indented-paragraph {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .h2-smaller {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }

  .graphic-holder-div {
    min-height: 17rem;
  }

  .salient-logo-large {
    max-width: 90%;
    margin-bottom: .1rem;
  }

  .gold-button-service-link {
    line-height: 1.1rem;
  }

  .h4-dark {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .small-paragraph, .footer-link {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .paragraph-dark {
    font-size: 1rem;
  }

  .team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .hero-section {
    background-image: linear-gradient(45deg, var(--salient-blue) 29%, #fff0), url('../images/Home-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    height: 46rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-section.physicians {
    background-position: 0 0, 60%;
    background-size: auto, cover;
    height: 36rem;
    padding-top: 12.9rem;
  }

  .hero-section.hospitals {
    background-image: linear-gradient(45deg, var(--salient-blue) 33%, #fff0), url('../images/Hospitals-Hero.jpg');
    background-position: 0 0, 74%;
    background-size: auto, cover;
    height: 36rem;
  }

  .div-block {
    grid-template-columns: 1.75fr;
  }

  .h1-white {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .h1-white.bold {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .white-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .white-section.less-pad {
    padding-top: .6rem;
  }

  .half-grid.top-space.mobile, .half-grid.bottom-space {
    margin-bottom: 0;
  }

  .blue-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-4 {
    font-size: 1rem;
  }

  .h2-smaller {
    font-size: 2.7rem;
    line-height: 2.8rem;
  }

  .salient-logo-large {
    margin-bottom: 0;
  }

  .gold-button-service-link {
    font-size: .9rem;
  }

  .h4-dark {
    white-space: nowrap;
    margin-top: .7rem;
    margin-bottom: .7rem;
    font-size: 1rem;
  }

  .small-paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block {
    font-size: .9rem;
  }

  .footer-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand {
    min-width: 12rem;
  }

  .icon {
    font-size: 3rem;
  }

  .form-block {
    min-width: 8rem;
  }
}

#w-node-_57647554-5bd8-f7ed-c04d-0bbbe94c8767-acd2146a, #w-node-_57647554-5bd8-f7ed-c04d-0bbbe94c8767-8fff6459 {
  align-self: stretch;
}

#w-node-_477a9093-d053-0ab6-1a19-3227c76ded69-8fff6459, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded77-8fff6459, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded85-8fff6459, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded91-8fff6459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_743030ed-f69f-33e8-23a1-5cdffd6ccb9f-8fff6459, #w-node-_57647554-5bd8-f7ed-c04d-0bbbe94c8767-cf70a144 {
  align-self: stretch;
}

#w-node-_477a9093-d053-0ab6-1a19-3227c76ded69-d62014ec, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded77-d62014ec, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded85-d62014ec, #w-node-_477a9093-d053-0ab6-1a19-3227c76ded91-d62014ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57647554-5bd8-f7ed-c04d-0bbbe94c8767-b70b4077 {
  align-self: stretch;
}


/* CONTACT FORMS */

/* layout & style */
.contactForm, .contactForm input, .contactForm label, .contactForm select, .contactForm select option, .contactForm textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .5em .75em;
  text-align: left;
  color: inherit;
  border: none;
  background-color: transparent;
}
.contactForm input, .contactForm textarea {
  background-color: white;
}
.contactForm {
  display: flex;
  flex-direction: row;
  padding: 0;
  transition: all .2s ease-in-out;

  flex-wrap: wrap;
  justify-content: space-between;
}
.contactForm > div {
  position: relative;
  margin: .5em 0;
  padding: 0;

  flex: 0 0 100%;
}
/* split 50/50 */
@media screen and (min-width:721px) {
  .contactForm .formSplit50 {
    flex-basis: calc(50% - .5em); /* width - vert margin */
  }
}
.contactForm .infieldWrap label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: text;
}

.contactForm button[type=submit] {
  background-color: var(--salient-bronze);
  outline-offset: 0px;
  text-align: center;
  outline: 2px solid #fff;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: white;
}

.contactForm button[type=submit]:hover {
  background-color: var(--salient-blue);
}

.contactForm button[type=submit].form {
  border: 2px solid var(--white);
  outline-offset: 0px;
  outline: 2px #fff;
  margin-top: .6rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
}




/* dropdowns */
.contactForm select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' fill=\'%23666666\'><polygon points=\'0,0 100,0 50,50\'/></svg>'); /* fill='%23 + hex' */
  background-repeat: no-repeat;
  background-position: right .75em top calc(50% + .1625em); /* background size / 4 */
  background-size: .65em auto, 100%;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactForm select::-ms-expand {
  display: none;
}

/* validation stuff */
.contactForm .inputWrap {
  border: 1px solid #666;
}
.contactForm .needsFix {
  border-color: red !important;
}
.contactForm .msgContainer {
  font-size: 1rem;
  display: none;
  padding-bottom: 1em; /* vert margin * 2 */
  color: red;
}
.contactForm .msgContainer.success {
  color: inherit;
}
.contactForm.subDisabled {
  pointer-events: none;
  opacity: .8;
}
.contactForm.subDisabled label {
  cursor: default;
}
.contactForm .submitWrap input[type=text] {
  display: none !important; /* spam honeypot */
}