h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #323050;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: #1a6566;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #45214a;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 50px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

.body {
  color: #333;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
  background-image: radial-gradient(circle, rgba(50, 48, 80, .25), rgba(0, 0, 0, 0)), url('../images/administrators-at-work.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 150px 0% 100px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  z-index: 20;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.nav-link {
  color: #5d8a66;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-link:hover {
  color: #45214a;
}

.nav-menu {
  flex-direction: row;
  padding-top: 1%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-bg-color-div {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-wrapper-div {
  width: 95%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-top-line {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #21445b;
  margin-bottom: 20px;
  padding: 15px 30px 10px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.h1-center-white {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 3.5em;
}

.hero-bottom-line {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.outline-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-right: 0;
  padding: 20px 30px 15px;
}

.outline-button:hover {
  background-color: #21445b;
  border-color: #21445b;
}

.outline-button.marg {
  margin-right: 15px;
}

.outline-button.hover-green:hover {
  background-color: #5d8a66;
  border-color: #5d8a66;
}

.first-paragraph-section {
  min-height: 35vh;
  background-image: linear-gradient(135deg, rgba(33, 68, 91, .93), rgba(50, 48, 80, .89)), url('../images/inverted_shutterstock_1845712630-Converted.jpg'), linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.first-par-wrapper-div {
  width: 90%;
  max-width: 1600px;
}

.block-quote {
  color: #fff;
  border-left-color: #5d8a66;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5em;
}

.webinar-info-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.webinar-info-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-center, .h2-center {
  text-align: center;
}

.speaker-holder {
  width: 100%;
  border-bottom: 2px solid #45214a;
  border-left: 2px solid #45214a;
  border-right: 2px solid #45214a;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
}

.speaker-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.speaker-row._2 {
  justify-content: center;
}

.speaker-div {
  width: 30%;
  color: #1a6566;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.speaker-photo {
  width: 200px;
  height: 200px;
  border: 3px solid #1a6566;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.p-center {
  text-align: center;
}

.button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #21445b;
  padding: 20px 30px 15px;
}

.button:hover {
  background-color: #323050;
}

.why-choose-section {
  height: auto;
  min-height: 100vh;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), url('../images/teamwork.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 100px;
  display: flex;
}

.why-choose-title-div {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose-item-holder {
  min-height: 250px;
  border-top: 1px solid #fff;
  justify-content: space-between;
  display: flex;
}

.why-choose-item {
  width: 25%;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  line-height: 1.3em;
  display: flex;
}

.why-choose-item.end {
  border-right-style: none;
}

.choose-icon {
  width: 40px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.choose-text-div {
  width: auto;
  color: #fff;
  line-height: 1.3em;
}

.value-prop-text-items {
  flex-direction: column;
  align-items: center;
  margin: 15px;
  display: flex;
}

.p-white {
  color: #fff;
}

.p-white.center {
  text-align: center;
}

.heading {
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.coming-soon-section {
  min-height: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .81), rgba(255, 255, 255, .81)), url('../images/inverted_shutterstock_1845712630-Converted.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: space-between;
  padding: 100px 5%;
  display: flex;
}

.coming-soon-text {
  width: 35%;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #323050, #1a6566);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.topics-div {
  width: 60%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.coming-soon-48 {
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fancy-list {
  color: #5d8a66;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.3em;
  display: flex;
}

.image {
  width: 45px;
  margin-right: 15px;
  position: relative;
  top: -10px;
}

.h4-100 {
  width: 100%;
  text-align: center;
}

.mission-section {
  max-height: 600px;
  min-height: 50vh;
  justify-content: space-between;
  display: flex;
}

.photo-div-30 {
  width: 40%;
  object-fit: cover;
  overflow: hidden;
}

.text-div-60 {
  width: 60%;
  background-color: #21445b;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2-white {
  color: #fff;
}

.sponsor-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sponsor-wrapper {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-holder {
  justify-content: space-around;
  margin-top: 75px;
  display: flex;
}

.sponsor-holder.hero-version {
  margin-top: 20px;
}

.logo-holder-div {
  width: 19%;
  max-width: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-center-white {
  color: #fff;
  text-align: center;
}

.footer {
  background-image: url('../images/typing.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper {
  width: 90%;
  color: #fff;
  background-color: rgba(0, 0, 0, .51);
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.h3-center-white {
  color: #fff;
  text-align: center;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}

.text-field:focus {
  color: #fff;
}

.field-label {
  width: 100%;
  color: #fff;
  font-weight: 400;
}

.textarea {
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-bottom: 30px;
}

.textarea:focus {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.form-block {
  margin-bottom: 50px;
}

.text-block {
  text-align: center;
  margin-bottom: 20px;
}

.link {
  color: #5d8a66;
}

.link:hover {
  color: #fff;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white-sponsor-holder {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    background-position: 0 0, 50% 0;
    background-attachment: scroll, scroll;
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .navbar {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .brand {
    padding: 10px 0 10px 10px;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: #5d8a66;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.2em;
  }

  .nav-menu {
    z-index: 10;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-bg-color-div {
    display: none;
  }

  .hero-top-line {
    letter-spacing: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .h1-center-white {
    font-size: 3em;
  }

  .hero-bottom-line {
    margin-bottom: 20px;
  }

  .outline-button {
    font-size: .8em;
  }

  .block-quote {
    padding-left: 20px;
    font-size: 1.5em;
  }

  .h3-center {
    font-size: 1.2em;
  }

  .h2-center {
    font-size: 2em;
  }

  .speaker-div {
    font-size: 1.2em;
  }

  .speaker-photo {
    width: 125px;
    height: 125px;
  }

  .button {
    font-size: .8em;
  }

  .why-choose-section {
    background-image: url('../images/teamwork.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .why-choose-item-holder {
    flex-direction: column;
  }

  .why-choose-item {
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(224, 225, 226, .5);
    border-right-style: none;
    padding: 15px;
  }

  .choose-icon {
    width: 50px;
  }

  .heading {
    border-bottom-style: none;
  }

  .coming-soon-section {
    flex-direction: column;
  }

  .coming-soon-text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2em;
  }

  .topics-div {
    width: 100%;
  }

  .mission-section {
    max-height: none;
    min-height: 0;
    flex-direction: column;
  }

  .photo-div-30 {
    width: 100%;
    max-height: 400px;
    min-height: 0;
  }

  .text-div-60 {
    width: 100%;
  }

  .h2-white, .h2-center-white {
    font-size: 2em;
  }

  .footer {
    background-attachment: scroll;
  }

  .h3-center-white {
    font-size: 1.2em;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: #5d8a66;
  }

  .white-sponsor-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    margin-top: 0%;
    padding-bottom: 5%;
  }

  .brand {
    width: 150px;
  }

  .nav-link {
    font-size: .8em;
  }

  .hero-top-line {
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .h1-center-white {
    margin-bottom: 5px;
    font-size: 2em;
  }

  .hero-bottom-line {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .outline-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .first-paragraph-section {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-quote {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .webinar-info-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h3-center {
    font-size: 1em;
  }

  .h2-center {
    font-size: 1.8em;
  }

  .speaker-div {
    text-align: center;
    font-size: 1em;
  }

  .why-choose-section {
    background-image: linear-gradient(#01243c, #01243c), linear-gradient(to top, rgba(35, 31, 32, .77), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aerial-view-of-patients.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    padding-top: 50px;
  }

  .coming-soon-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .photo-div-30 {
    max-height: 300px;
  }

  .text-div-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sponsor-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .sponsor-holder {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .logo-holder-div {
    width: 200px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .footer-wrapper {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    margin-top: 0%;
  }

  .hero-button-holder {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .outline-button {
    text-align: center;
    padding-bottom: 8px;
  }

  .outline-button.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .block-quote {
    padding-right: 0;
  }

  .speaker-holder {
    flex-direction: column;
  }

  .speaker-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .topics-div {
    flex-direction: column;
  }

  .coming-soon-48 {
    width: 100%;
  }

  .footer-wrapper {
    padding: 15px;
  }

  .h3-center-white {
    font-size: 1em;
  }

  .menu-button {
    padding-top: 10%;
  }
}


