:root {
  --goldenrod: #ffc75a;
  --carcoal: #313131;
  --white-smoke: #f8f8f8;
  --medium-turquoise: #84cfcd;
  --cadet-blue: #86b4b2;
  --orange: #ffbd5a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #8f8f8f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: color .2s;
  display: inline-block;
}

a:hover {
  color: #000;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #000;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

figure {
  margin-top: 10px;
  margin-bottom: 10px;
}

figcaption {
  color: #8f8f8f;
  text-align: center;
  margin-top: 5px;
  font-family: Lato, sans-serif;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.brand.w--current {
  height: 40px;
}

.content-wrapper {
  z-index: 1;
  max-width: 1040px;
  margin-top: 0;
  margin-bottom: -6px;
  padding: 0;
  position: relative;
}

.content-wrapper.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-wrapper.narrow {
  padding-left: 100px;
  padding-right: 100px;
}

.nav-link {
  border-left: 0px solid var(--goldenrod);
  color: #6aadda;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-right: 11px;
  padding: 10px 28px 20px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--goldenrod);
  color: var(--carcoal);
  border-radius: 0;
}

.nav-link:visited {
  color: var(--carcoal);
}

.nav-link.w--current {
  color: #86b4b2;
}

.dropdown {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.dropdown:hover {
  background-color: #f7f7f7;
}

.dropdown-toggle {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-toggle:hover {
  background-color: #f7f7f7;
}

.dropdown-link {
  background-color: #fff;
  padding: 20px 90px 20px 30px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  color: #8f8f8f;
}

.hero-section {
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  min-height: 600px;
  display: flex;
  position: relative;
  inset: 0;
}

.heading-1.hero {
  color: #fff;
  font-family: Pacifico, sans-serif;
  font-size: 58px;
  line-height: 65px;
}

.heading-1.white-and-big {
  color: #fff;
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 50px;
}

.heading-1.white {
  color: #fff;
}

.heading-1.event {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
}

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

.hero-text-small {
  color: #84cfcd;
  font-size: 55px;
  line-height: 55px;
}

.underline {
  background-color: #f8f4f4;
  width: 110px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.underline.hero {
  background-color: #fff;
  width: 110px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.underline.gray {
  background-color: #ebebeb;
}

.underline.gray.inline {
  display: inline-block;
}

.underline.center {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.hero-subtitle {
  color: #fff;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: block;
}

.content-section {
  margin: 38px auto -14px;
  padding: 80px 0 124px;
  display: block;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.gray.storytop {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 104px;
}

.content-section.inner-pages {
  text-align: center;
  margin-bottom: -50px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 13px;
}

.content-section.inner-pages.light-gray {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 32px;
  padding-bottom: 60px;
}

.content-section.inner-pages.story {
  background-color: #86b4b280;
  display: none;
}

.content-section.short {
  background-color: #51b7fb;
  margin-bottom: -19px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.content-section.cta {
  background-image: linear-gradient(#31313180, #31313180), url('../images/C11.-nurses-with-bread.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.content-section.blue {
  background-color: #86b4b280;
}

.content-section.blue.withbackgroundimage {
  background-image: linear-gradient(#f8f8f84d, #f8f8f84d), url('../images/Header_Braodcast.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-section.blue.withbackgroundimage-copy {
  background-image: linear-gradient(#f8f8f84d, #f8f8f84d), url('../images/AdobeStock_198333750-B.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-section.home, .content-section.interviews {
  display: none;
}

.content-section.background {
  background-color: #f8f8f8;
  background-image: linear-gradient(#f8f8f880, #f8f8f880), url('../images/Background-02-copy.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2388px;
  margin-top: 56px;
  margin-bottom: -99px;
  padding-top: 73px;
  padding-bottom: 82px;
  display: block;
  overflow: visible;
}

.content-section.yellow {
  background-color: #ffc75a80;
}

.content-section.yellow.about {
  margin-bottom: -70px;
  padding-top: 36px;
  padding-bottom: 0;
  display: block;
}

._32-percent-column {
  width: 32%;
  position: relative;
}

._32-percent-column.team-member {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._32-percent-column.upcoming-events {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  padding-right: 0;
  display: flex;
}

._32-percent-column.about-us {
  background-color: #f8f8f8;
  flex-flow: column;
  place-content: space-around flex-start;
  display: flex;
}

._32-percent-column.contact-details {
  width: 33%;
  padding-left: 20px;
}

._32-percent-column.goal {
  text-align: right;
  padding-right: 30px;
  line-height: 18px;
}

.title {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  display: none;
}

.title.white {
  color: #fff;
}

.feature-icon {
  margin-bottom: 15px;
}

.subtitle {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.header-text {
  z-index: 1;
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: 45px;
  margin-right: 302px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.header-text.no-bottom-border {
  margin-bottom: 0;
  margin-left: 101px;
  margin-right: 135px;
}

.header-text.post {
  width: 100%;
  margin-bottom: 100px;
}

.header-text.left {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex-wrapper.top-border {
  margin-top: 60px;
}

.flex-wrapper.space-between {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 16px;
  margin-right: -24px;
}

.flex-wrapper.bottom-border {
  margin-bottom: 60px;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 30px;
}

.flex-wrapper.event {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  padding: 20px;
}

.flex-wrapper.messages {
  width: 100%;
  max-width: 600px;
}

.flex-wrapper.less-top-border {
  margin-top: 25px;
}

.flex-wrapper.column {
  flex-direction: column;
}

._60-percent-column {
  width: 60%;
  position: relative;
}

._60-percent-column.form {
  background-color: #fff;
  min-height: 670px;
  margin-top: 0;
  padding: 30px;
}

._50-percent-text-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: -3px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._50-percent-text-column._2-column {
  margin-bottom: 30px;
  display: flex;
}

._50-percent-text-column.landscape-no-border {
  color: #fff;
}

._50-percent-text-column.about {
  align-items: center;
}

.image-column-1 {
  background-image: url('../images/About-page-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 560px;
}

.image-column-1._02 {
  background-image: url('../images/g_About_App-02.png');
}

._40-percent-column {
  width: 40%;
}

._40-percent-column.flex {
  flex-direction: column;
}

._40-percent-column.image {
  background-image: url('../images/Header_HistoricNurses.jpg');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: cover;
}

._40-percent-column.imagesponsor {
  background-image: url('../images/Background-02-copy.jpeg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  background-color: #fff;
  width: 100%;
  height: 50%;
}

.box.image {
  height: 420px;
  position: relative;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  margin-top: 751px;
  margin-bottom: 50px;
  margin-right: 15px;
  font-size: 17px;
  transition: background-color .2s;
  bottom: 0;
  right: 0;
}

.left-arrow:hover {
  background-color: #fff3;
}

.right-arrow {
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 17px;
  transition: background-color .2s;
  left: 0;
}

.right-arrow:hover {
  background-color: #fff3;
}

.heading-3.big {
  font-size: 43px;
  line-height: 48px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.lightbox-link.gallery {
  cursor: pointer;
  background-image: url('../images/photo-1470447149612-a1ed521fbcae.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link._2 {
  background-image: url('../images/photo-1468779065891-103dac4a7c48.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  inset: 0;
}

.lightbox-link._3 {
  background-image: url('../images/photo-1438232992991-995b7058bbb3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link._4 {
  background-image: url('../images/photo-1473798486505-a5279da7afa2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link._5 {
  background-image: url('../images/photo-1454942901704-3c44c11b2ad1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.empty-state {
  color: #000;
  background-color: #f8f8f8;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
}

.team-member-picture {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-name {
  color: #000;
  padding-left: 0;
  padding-right: 5px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s;
  display: inline-block;
}

.team-member-name:hover {
  color: #8f8f8f;
}

.comma {
  color: #fff;
  margin-right: 3px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.job-title {
  float: none;
  clear: none;
  color: #8f8f8f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: static;
  overflow: visible;
}

.quote {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 40px;
}

.title-box {
  border-bottom: 3px solid #000;
  width: 100%;
  margin-bottom: 25px;
}

.title-box.thiner {
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.title-box.no-bottom-border {
  margin-bottom: 3px;
}

.title-box.top-border {
  margin-top: 30px;
  display: none;
}

.title-box.side-menu {
  margin-top: 30px;
  margin-bottom: 0;
}

.title-box.less-bottom-border {
  margin-bottom: 10px;
}

.title-box.medium {
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.title-box.less-inner-padding {
  margin-bottom: 20px;
}

.blog-previews {
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 42%;
  min-height: 210px;
  display: block;
  position: relative;
}

.blog-preview-image.large {
  width: 100%;
  min-height: 410px;
  display: block;
}

.blog-preview-image.medium {
  width: 42%;
}

.blog-preview-image.full-width {
  width: 100%;
  min-height: 230px;
  display: flex;
}

.blog-preview-image.small {
  width: 30%;
  min-height: 210px;
  overflow: hidden;
}

.blog-preview-image.modal {
  width: 38%;
  min-height: 110px;
}

.blog-preview-image.big {
  width: 100%;
  min-height: 480px;
}

.blog-preview-text {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: block;
}

.blog-preview-text.large {
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 14px;
  display: block;
}

.blog-preview-text.full-width {
  width: 100%;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-preview-text.modal {
  padding-top: 0;
}

.author-details {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.author-details.post {
  justify-content: center;
  margin-top: 20px;
}

.author-details.top-border {
  margin-top: 20px;
}

.author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 8px;
}

.by {
  color: #000;
  text-transform: none;
  margin-right: 3px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.by.white {
  color: #fff;
}

.heading-4-link {
  color: #000;
  text-decoration: none;
  transition: all .1s;
  display: none;
}

.heading-4-link:hover {
  text-decoration: underline;
}

.text-link {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid #000;
  padding-bottom: 1px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .1s, border .1s;
}

.text-link:hover {
  color: #8f8f8f;
  border-bottom-color: #b6b6b6;
}

.text-link.top-border {
  margin-top: 5px;
}

.heading-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.heading-link.bottom-border {
  margin-bottom: 10px;
}

.category {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  min-width: 100px;
  padding: 15px 20px 10px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.category:hover {
  opacity: .9;
}

.category.about-us {
  color: #785709;
  cursor: default;
  background-color: #fdb813;
  bottom: 0;
  left: 0;
  right: auto;
}

.category.post {
  margin-right: 140px;
}

.catego-text {
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
}

.link-block {
  cursor: pointer;
}

.event-image {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.event-item {
  border-bottom: 1px solid #e1e1e1;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 4px;
  display: flex;
}

.event-item.location {
  padding-right: 30px;
}

.event-icon {
  margin-top: 4px;
  margin-right: 10px;
}

.event-icon.side-menu {
  margin-top: 5px;
}

.upcoming-event-item {
  background-color: #f8f8f8;
  flex-direction: row;
  padding: 23px 18px 18px 19px;
  display: flex;
  position: relative;
}

.upcoming-event-date {
  background-color: #e3e3e3;
  border-radius: 3px;
  width: 45px;
  height: 60px;
  margin-top: 3px;
  margin-right: 15px;
  padding-top: 10px;
}

.day {
  color: #000;
  text-align: center;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.day.inline {
  display: inline-block;
}

.month {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.month.inline {
  text-transform: none;
  margin-right: 3px;
  display: inline-block;
}

.title-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: font-size .2s;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.bottom-border {
  margin-bottom: 5px;
}

.upcoming-event-text {
  flex: 1;
}

.paragraph.small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.bottom-border {
  margin-bottom: 30px;
}

.simple-header {
  padding-top: 18px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.about-us-image {
  background-image: url('../images/HDS6BBHIRZ-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  transition: filter .2s;
  position: relative;
  overflow: hidden;
}

.about-us-image.large {
  background-image: url('../images/About-photo-2.jpg');
  height: 400px;
  margin-bottom: 20px;
  display: block;
  right: 1px;
  overflow: hidden;
}

.about-us-image.large_02 {
  background-image: url('../images/SLIDE-1-nuse-photos.png');
  background-position: 50% -52px;
  height: 400px;
  margin-bottom: 20px;
}

.about-us-preview-box {
  padding: 20px;
}

._100-percent {
  width: 100%;
  margin-bottom: 15px;
}

.message-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.divider-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.divider-line-1 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.divider-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.overlay {
  background-image: linear-gradient(#00000054, #00000054);
  padding-bottom: 0;
  transition: opacity .2s, background-color .2s;
  position: absolute;
  inset: 0;
}

.overlay.rounded {
  border-radius: 3px;
}

.overlay.circle {
  border-radius: 50%;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 15px;
  overflow: visible;
}

.hover-icon {
  z-index: 1;
  background-color: #84cfcdb3;
  background-image: url('../images/Link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: background-color .2s ease-in;
  display: none;
  position: relative;
}

.hover-icon:hover {
  background-color: #84cfcde6;
}

.hover-icon.image {
  background-image: url('../images/Eye_1Eye.png');
  background-size: 21px;
}

.hide {
  display: none;
}

.header-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 55px;
  position: relative;
}

.header-section.blog {
  background-image: url('../images/photo-1471221770041-0d287e83664f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.about-us {
  background-image: url('../images/Header_About.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
}

.header-section.style-guide {
  background-image: url('../images/photo-1470447149612-a1ed521fbcae.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section._404 {
  text-align: center;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/HDS6BBHIRZ-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  min-height: 300px;
  display: flex;
}

.header-section.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 0;
}

.header-section.team-member {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.tag, .header-section.cateogory {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/photo-1471221770041-0d287e83664f.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.ministry {
  background-image: url('../images/photo-1471221770041-0d287e83664f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.message-series {
  background-image: url('../images/photo-1472573973708-b55521f3bdc0-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.events, .header-section.messages {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/photo-1471221770041-0d287e83664f.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.contact-form {
  background-image: url('../images/Header_Contact02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.team-members {
  background-image: url('../images/Header_News.jpg');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.header-section.ministries {
  background-image: url('../images/Header_Contact.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.faq {
  background-image: url('../images/diveristy-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.event {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section.sponsor {
  background-image: url('../images/Header_BlackNurses.jpg');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: cover;
}

._70-percent-column {
  flex: 1;
  width: 70%;
}

._70-percent-column.team-member {
  padding-left: 20px;
}

._70-percent-column.message-preview-text {
  padding: 10px 10px 15px 20px;
}

._70-percent-column.bottom-border {
  margin-bottom: 60px;
}

._70-percent-column.faq {
  padding-top: 20px;
  padding-left: 30px;
}

._28-percent-column {
  width: 30%;
  padding-left: 40px;
}

._28-percent-column.team-member {
  justify-content: center;
  padding-left: 0;
}

._28-percent-column.ministry-page {
  padding-left: 0;
  padding-right: 30px;
}

._28-percent-column.side-menu {
  background-color: #f8f8f8;
  margin-left: 40px;
  padding: 20px;
}

._28-percent-column.message-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 210px;
  padding-left: 0;
}

._28-percent-column.faq {
  background-color: #f8f8f8;
  padding: 20px;
}

._28-percent-column.mobile {
  width: 28%;
  padding-left: 30px;
}

.by-author-box {
  margin-bottom: 10px;
}

.latest-posts.top-border {
  margin-top: 50px;
}

.categories {
  margin-bottom: 50px;
}

.category-link-text {
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.category-link-text:hover {
  text-decoration: underline;
}

.tags {
  align-items: flex-start;
  display: flex;
}

.tag-button {
  color: #8f8f8f;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 35px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 8px 23px 7px;
  font-family: Lato, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag-button:hover {
  color: #fff;
  background-color: #8f8f8f;
}

.footer {
  background-color: #f8f8f8;
  padding-top: 55px;
  padding-bottom: 55px;
}

.mini-title {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
}

.mini-title.less-bottom-border {
  margin-bottom: 5px;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

._17-percent-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 17%;
  display: flex;
}

._17-percent-column.right {
  align-items: flex-start;
  padding-left: 0;
}

.mini-title-link {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 18px;
  padding-bottom: 5px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.mini-title-link:hover {
  text-decoration: underline;
}

.contact-details-item {
  margin-top: 5px;
  display: flex;
}

.contact-details-text {
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}

.contact-detail-text-box {
  flex: 1;
}

.contact-details-icon {
  margin-right: 10px;
}

.newsletter {
  margin-top: 20px;
}

.submit-button {
  color: #3c605f;
  text-transform: uppercase;
  background-color: #84cfcd;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.submit-button.newsletter {
  color: #3c605f;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .1s;
}

.submit-button.newsletter:hover {
  background-color: #7ec0be;
}

.form {
  margin-top: 20px;
}

.social-icons {
  margin-top: 15px;
}

.social-icons.bottom-border {
  margin-bottom: 15px;
}

.social-icon {
  cursor: pointer;
  background-color: #84cfcd;
  border-radius: 3px;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  opacity: .85;
  background-color: #7ec0be;
}

.social-icon.facebook {
  background-image: url('../images/Facebook_1Facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
}

.social-icon.twitter {
  background-image: url('../images/Twitter_1Twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.google-plus {
  background-image: url('../images/Google-plus_1Google-plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon.youtube {
  background-image: url('../images/Youtube_1Youtube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon.vimeo {
  background-image: url('../images/Vimeo_1Vimeo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.success-message {
  color: #000;
  background-color: #eee;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.error-message {
  font-family: Lato, sans-serif;
}

.small-print {
  background-color: var(--goldenrod);
  padding-top: 24px;
  padding-bottom: 10px;
}

.small-print-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.small-print-link {
  color: #000;
  cursor: pointer;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: text-indent .2s;
}

.small-print-link:hover {
  text-decoration: underline;
}

.footer-section {
  position: relative;
}

.bar {
  color: #84cfcd;
}

._67-percent-column {
  width: 67%;
}

.style-box {
  margin-bottom: 30px;
}

.button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 3px solid #84cfcd;
  border-radius: 35px;
  padding: 8px 35px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  color: #3c605f;
  background-color: #84cfcd;
}

.button.top-border {
  background-color: #84aecf;
  border-color: #5493bd;
  margin-top: 15px;
}

.button.top-border.storylink {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
  margin-right: -162px;
}

.button.top-border.storylink.w--current {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
}

.button.project {
  color: var(--white-smoke);
  background-color: #84aecf;
  border-color: #5493bd;
}

.row-licensing {
  margin-top: 30px;
}

.row-licensing.bottom-divider {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-bottom: 10px;
}

.signature {
  margin-top: 20px;
}

.about-us-tag {
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
}

.bullet-point-big {
  background-color: var(--goldenrod);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
}

.bullet-point-number {
  color: var(--carcoal);
  font-family: Open Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bullet-point-text {
  text-align: justify;
  flex: 1;
  padding-right: 30px;
}

.preview-text {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-member-text {
  padding-left: 20px;
  padding-right: 20px;
}

.team-member-text.center {
  text-align: center;
}

.button-boxed {
  color: #3c605f;
  text-transform: uppercase;
  background-color: #84cfcd;
  border-radius: 3px;
  min-width: 100px;
  padding: 14px 20px 12px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition-property: background-color;
  display: inline-block;
}

.button-boxed:hover {
  color: #3c605f;
  background-color: #7ec0be;
}

.button-boxed.top-border {
  margin-top: 15px;
}

.button-boxed.submit-button {
  width: 100%;
}

._49-percent-column {
  width: 49%;
  margin-bottom: 40px;
  position: relative;
}

._49-percent-column.series {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 25px;
}

.rich-text-block {
  text-align: left;
}

.final-dots {
  color: #b6b6b6;
  text-align: center;
}

.final-dots.bottom-border {
  margin-bottom: 30px;
}

.team-member-left {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inline {
  float: none;
  display: inline-block;
}

.ministry-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.ministry-rounded-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ministry-top {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-link {
  color: #8f8f8f;
  margin-top: 3px;
  margin-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s;
}

.paragraph-link:hover {
  color: #000;
  text-decoration: underline;
}

.paragraph-link.less-bottom-border {
  margin-bottom: 5px;
}

.image-title {
  min-width: 100px;
  padding: 15px 20px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-text {
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
}

.message-series-link-box {
  z-index: 1;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.feature-item {
  width: 32%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.side-menu-item {
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: flex;
}

.side-menu-item.faq, .side-menu-item.more-padding {
  padding-bottom: 25px;
}

.side-menu-option {
  flex-direction: row;
  display: flex;
}

.field-label {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
}

.text-field {
  color: #000;
  border: 1px solid #ebebeb;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: border .2s;
}

.text-field:hover {
  border-color: #84cfcd;
}

.text-field.message {
  height: 100px;
  padding-top: 15px;
}

.text-field.newsletter {
  margin-bottom: 5px;
}

._25-percent-column {
  width: 24%;
  height: 230px;
  margin-bottom: 15px;
  position: relative;
}

._25-percent-column._25_01 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_nurse_09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_02 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_c2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_03 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_04 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_c4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_05 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_06 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_c6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_07 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_c9.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_08 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_09 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g_c7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._25-percent-column._25_10 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.lightbox-gallery._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/g_nurse_09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._2 {
  background-image: url('../images/g_c2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-gallery._3 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/g_c4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._5 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._6 {
  background-image: url('../images/g_c6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-gallery._7 {
  background-image: url('../images/g_c9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-gallery._8 {
  background-image: linear-gradient(#86b4b280, #86b4b280), url('../images/g_c8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/g_c7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-gallery._11 {
  background-image: url('../images/g_c10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming-event-text-box {
  flex: 1;
  width: 100%;
}

.event-overview {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-boxed-outline {
  color: #000;
  text-transform: uppercase;
  border: 3px solid #000;
  padding: 15px 27px 13px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-boxed-outline:hover {
  color: #fff;
  background-color: #000;
}

.button-boxed-outline.top-border {
  margin-top: 15px;
}

.mini-menu {
  z-index: 10;
  background-color: #84cfcd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 45px;
  min-height: 100px;
  margin-top: 25%;
  position: fixed;
}

.mini-menu-item {
  width: 45px;
  height: 45px;
  transition-property: background-color;
  transition-duration: .3s;
  display: block;
}

.mini-menu-item:hover {
  background-color: #79bcba;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mini-menu-item.messages {
  background-image: url('../images/Preacher_1Preacher.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-bottom: 1px solid #6eafad;
}

.mini-menu-item.map {
  background-image: url('../images/Pin_1Pin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-top: 1px solid #90e3e1;
  border-bottom: 1px solid #6eafad;
}

.mini-menu-item.contact {
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top: 1px solid #90e3e1;
}

.close {
  z-index: 100;
  float: right;
  background-image: url('../images/Close_1Close.png'), linear-gradient(#84cfcd, #84cfcd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  transition: background-color .3s;
  position: relative;
  top: 0;
  right: 0;
}

.close:hover {
  background-image: url('../images/Close_1Close.png'), linear-gradient(#84cfcde6, #84cfcde6);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.modal-2 {
  z-index: 1000;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.locate-us-map {
  width: 100%;
  height: 250px;
}

.bottom-box {
  background-color: #fff;
  width: 100%;
  padding: 25px;
}

.locate-us-item {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 22px;
  padding-bottom: 14px;
  padding-left: 10px;
  display: flex;
}

.locate-us-item.last {
  border-bottom-style: none;
}

.locate-us-text {
  flex: 1;
}

.locate-icon {
  margin-right: 20px;
}

.phone {
  margin-bottom: 10px;
  display: block;
}

.modal-3 {
  z-index: 1000;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.top-box {
  background-image: url('../images/HDS6BBHIRZ-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.link.white {
  color: #fff;
}

.modal-1 {
  z-index: 1000;
  background-image: linear-gradient(#000000d9, #000000d9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.contact-us {
  background-color: #fff;
  width: 100%;
  min-width: 500px;
  padding: 30px 29px 20px;
}

.body {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dynamic-list {
  max-height: 420px;
  overflow: auto;
}

.serie-title-box {
  margin-bottom: 10px;
}

.faq-question {
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 60px;
}

.latest-messages-text {
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5-link {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: color .2s;
}

.heading-5-link:hover {
  text-decoration: underline;
}

.image-column-2 {
  background-image: url('../images/About-page-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 560px;
}

.instructions-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.resource-icon {
  cursor: pointer;
  margin-right: 10px;
}

.go-up {
  z-index: 10;
  background-color: #dfdfdfb3;
  background-image: url('../images/Go-up-arrow_1Go-up-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up:hover {
  background-color: #dfdfdfe6;
}

.heading-3-link {
  color: #fff;
  transition: color .2s;
}

.heading-3-link:hover {
  color: #b6b6b6;
}

.flex {
  display: flex;
}

.team-title-box {
  margin-bottom: 5px;
}

.webflow-badge {
  z-index: 1;
  background-color: #2b3239;
  border-top-left-radius: 5px;
  min-width: 150px;
  padding: 10px 15px 4px;
  text-decoration: none;
  transition-property: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.powered-by {
  color: #aaadb0;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.webflow-logo {
  display: inline-block;
}

.modal-bg-1 {
  display: none;
  position: fixed;
  inset: 0;
}

.modal-bg-2 {
  position: absolute;
  inset: 0;
}

.modal-bg-3 {
  position: fixed;
  inset: 0;
}

._48-percent-column {
  width: 48%;
  margin-bottom: 60px;
}

.featured-message {
  margin-bottom: 60px;
}

.post-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.date {
  margin-bottom: 0;
  display: inline-block;
}

.section {
  margin-bottom: 60px;
}

._50-percent-image-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-item-2, .feature-item-3 {
  width: 32%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-item-4, .feature-item-5, .feature-item-6 {
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-feature-item {
  text-align: center;
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-box {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 40px 20px 40px 40px;
}

.intro-feature-item-3, .intro-feature-item-2 {
  text-align: center;
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block {
  margin-right: 10px;
}

.link-2 {
  margin-right: 10px;
  font-size: 13px;
}

.image-2 {
  margin-top: 0;
  padding-top: 7px;
}

.image_logo_white {
  margin-top: 52px;
  margin-bottom: 52px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SLIDE-1-nuse-photos.png');
  background-position: 0 0, 50% 52%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 2px;
}

.slider-2 {
  height: 800px;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header_HistoricNurses.jpg');
  background-position: 0 0, 50% 6%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.left-arrow-2, .right-arrow-2 {
  opacity: 0;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header_BlackNurses.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header_ArmyNurses.jpg');
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.showcategories.withlink {
  display: block;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.news {
  display: none;
}

.image-3 {
  float: none;
  clear: none;
  display: inline-block;
  position: static;
}

.rounded {
  border-radius: 10px;
}

.list-item {
  padding-top: 7px;
}

.link-block_insights {
  padding: 116px;
}

.about {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -53px;
  padding-bottom: 39px;
  text-decoration: none;
  overflow: visible;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.div-block.radio {
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 14px;
}

.text_sponsor {
  text-align: center;
  padding-top: 13px;
}

.radiomargin {
  padding-right: 19px;
  font-weight: 400;
}

.image-4 {
  display: inline;
}

.link-block-2 {
  padding-top: 90px;
  display: block;
}

.link-block-3 {
  padding-right: 24px;
}

.paragraph-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  line-height: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.donation-button {
  background-color: var(--goldenrod);
  color: var(--carcoal);
  text-align: center;
  border-radius: 3px;
  padding: 14px 20px 12px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.donation-button:hover {
  background-color: #ff9c5a;
}

.lefttitleparagraph {
  font-size: 14px;
}

.paragraph-4-copy {
  line-height: 18px;
}

.collection-list-wrapper, .link-3, .paragraph-6 {
  display: none;
}

.div-block-2 {
  float: none;
  padding-bottom: 16px;
}

.paragraph-7 {
  text-align: justify;
  margin-left: -70px;
  margin-right: -353px;
  padding-left: 60px;
  padding-right: 99px;
}

.heading-4 {
  margin-top: 42px;
  margin-left: -7px;
  margin-right: -253px;
}

.paragraph-8 {
  padding-right: 112px;
}

.paragraph-9 {
  padding-right: 98px;
}

.paragraph-10 {
  padding-right: 85px;
}

.column-2 {
  padding-left: 4px;
  padding-right: 0;
}

.video {
  padding-left: 0;
}

.heading-5 {
  margin-right: -162px;
  font-size: 26px;
}

.paragraph-11 {
  text-align: justify;
  margin-right: -178px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  margin-top: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-6, .paragraph-12 {
  text-align: left;
  padding-left: 0;
}

.link-4 {
  color: #000;
  background-color: #faa612b5;
  padding-left: 78px;
  padding-right: 73px;
  font-weight: 700;
  transition: color .2s, opacity .2s;
}

.paragraph-13 {
  float: none;
  text-align: justify;
}

.paragraph-14 {
  text-align: left;
}

.paragraph-15 {
  text-align: left;
  font-style: normal;
}

.text-span, .text-span-2 {
  color: var(--white-smoke);
}

.text-span-3 {
  color: #6aadda;
}

.paragraph-16 {
  margin-left: 28px;
  margin-right: -384px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-17 {
  padding-top: 13px;
}

.link-block-4 {
  padding-left: 0;
  padding-right: 29px;
}

.paragraph-18 {
  text-align: center;
  text-transform: capitalize;
}

.paragraph-19, .paragraph-20 {
  text-align: center;
}

.heading-7, .paragraph-21 {
  color: #fff;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-size: 30px;
}

.paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
  font-size: 14px;
}

.paragraph-26 {
  font-size: 16px;
}

.heading-14 {
  font-size: 28px;
}

.paragraph-27 {
  text-align: justify;
}

.bold-text {
  font-weight: 700;
}

.paragraph-28 {
  color: #0076ba;
  text-align: center;
}

.heading-15 {
  margin-left: -14px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-29 {
  text-align: left;
}

.heading-16 {
  margin-left: 23px;
}

.paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
  font-size: 14px;
}

.heading-17, .heading-18 {
  text-align: left;
}

.grid {
  grid-template: ". . ." 39px
                 "Area-3 Area-2 Area"
                 / 1fr 1fr 1fr 1fr;
  padding-bottom: 34px;
}

.heading-19, .heading-20 {
  color: #0076ba;
}

.paragraph-42 {
  text-align: justify;
  margin-top: 37px;
  margin-left: -31px;
  margin-right: 83px;
  padding-left: 0;
}

.paragraph-43 {
  padding-top: 17px;
}

.heading-21 {
  margin-top: 55px;
}

.heading-22 {
  margin-top: 66px;
}

.image-5 {
  margin-top: 14px;
}

.image-6 {
  margin-top: -64px;
  margin-left: 136px;
}

.heading-23 {
  margin-right: -333px;
  padding-right: 0;
}

html.w-mod-js [data-ix="non-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="move-100-down-on-load"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="display-none-on-load-modal"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="show-on-load"] {
  display: none;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-right-on-load"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="move-left-on-load"] {
  opacity: 0;
  transform: translate(-30px);
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="display-none-on-load-4"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    background-color: #0000;
  }

  .nav-link {
    background-color: #f8f8f899;
  }

  ._32-percent-column.team-member {
    width: 33%;
  }

  ._32-percent-column.upcoming-events {
    max-height: auto;
  }

  ._32-percent-column.activities {
    margin-bottom: 30px;
  }

  ._32-percent-column.latest-messages {
    max-height: auto;
  }

  ._60-percent-column.form {
    width: 100%;
  }

  ._40-percent-column.image, ._40-percent-column.imagesponsor {
    width: 100%;
    min-height: 400px;
  }

  .box.image {
    height: 350px;
  }

  .left-arrow {
    margin-top: 611px;
  }

  .team-member-picture {
    width: 190px;
    height: 190px;
  }

  .blog-preview-image {
    width: 35%;
    min-height: 280px;
  }

  .blog-preview-image.special-link-box, .blog-preview-image.mobile {
    width: 100%;
  }

  .blog-preview-text.modal {
    width: 100%;
    padding-top: 20px;
  }

  .category.post {
    margin-right: 120px;
  }

  ._70-percent-column.faq {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
  }

  ._70-percent-column.mobile {
    flex: 0 auto;
    width: 100%;
  }

  ._28-percent-column.faq {
    width: 100%;
    margin-bottom: 20px;
  }

  ._28-percent-column.mobile {
    width: 100%;
    padding-left: 0;
  }

  .team-member-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-menu {
    display: none;
  }

  .modal-2 {
    overflow: auto;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-top: 35px;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    height: 50px;
  }

  .menu-button.w--open {
    background-color: #fff;
    height: 50px;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .burger-menu {
    color: #000;
  }

  .date {
    display: inline;
  }

  .paragraph-7 {
    padding-right: 106px;
  }

  .heading-4 {
    padding-right: 39px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.narrow {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._32-percent-column {
    width: 100%;
  }

  ._32-percent-column.team-member {
    width: 49%;
  }

  ._32-percent-column.upcoming-events {
    width: 100%;
    margin-bottom: 30px;
  }

  ._32-percent-column.about-us {
    margin-bottom: 30px;
  }

  ._32-percent-column.contact-details {
    width: 55%;
    margin-top: 30px;
    padding-left: 0;
  }

  ._32-percent-column.goal {
    text-align: center;
  }

  ._32-percent-column.justify {
    width: 50%;
  }

  ._32-percent-column.empty {
    display: none;
  }

  .header-text {
    width: 90%;
  }

  .flex-wrapper.bottom-border.mobile {
    flex-direction: column;
  }

  ._60-percent-column {
    width: 100%;
  }

  ._50-percent-text-column {
    width: 100%;
    margin-bottom: 30px;
  }

  ._50-percent-text-column._2-column {
    width: 100%;
  }

  ._50-percent-text-column.landscape-no-border {
    margin-bottom: 0;
  }

  ._40-percent-column.flex {
    width: 100%;
  }

  ._40-percent-column.image, ._40-percent-column.imagesponsor {
    width: 100%;
    height: 200px;
  }

  .box.image {
    height: 450px;
  }

  .blog-previews {
    flex-direction: column;
  }

  .blog-preview-image, .blog-preview-image.medium, .blog-preview-image.small {
    width: 100%;
  }

  .blog-preview-text {
    width: 100%;
    padding-left: 0;
  }

  .blog-preview-text.messages {
    flex: none;
  }

  .category.post {
    margin-right: 60px;
  }

  .about-us-image {
    height: 230px;
  }

  .message-preview-image {
    height: 210px;
  }

  ._70-percent-column.team-member {
    width: 100%;
    padding-left: 0;
  }

  ._70-percent-column.message-preview-text {
    padding-left: 10px;
  }

  ._70-percent-column.bottom-border {
    width: 100%;
  }

  ._70-percent-column.message, ._70-percent-column.ministry-page {
    flex: none;
    width: 100%;
  }

  ._70-percent-column.mobile {
    flex: 0 auto;
    width: 100%;
  }

  ._28-percent-column {
    width: 100%;
    padding-left: 0;
  }

  ._28-percent-column.team-member {
    width: 100%;
    margin-bottom: 30px;
  }

  ._28-percent-column.ministry-page {
    width: 100%;
    padding-right: 0;
  }

  ._28-percent-column.side-menu {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  ._17-percent-column {
    width: 25%;
  }

  ._67-percent-column, ._49-percent-column.series, .ministry-image {
    width: 100%;
  }

  .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }

  ._25-percent-column {
    width: 49%;
  }

  ._25-percent-column.mobile02, .mini-menu {
    display: none;
  }

  .contact-us {
    min-width: auto;
  }

  ._48-percent-column {
    width: 100%;
  }

  ._50-percent-image-column {
    align-items: flex-start;
    width: 100%;
  }

  .feature-item-2, .feature-item-3, .feature-item-4, .feature-item-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature-item-6 {
    width: 100%;
  }

  .intro-feature-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .intro-feature-item-3 {
    width: 100%;
  }

  .intro-feature-item-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .rounded {
    margin-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper.narrow {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._32-percent-column.team-member, ._32-percent-column.contact-details {
    width: 100%;
  }

  ._32-percent-column.justify {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-wrapper.event {
    flex-direction: column;
  }

  .image-column-1 {
    width: 100%;
    height: 460px;
  }

  .box.image {
    height: 350px;
  }

  .slider {
    height: 550px;
  }

  .left-arrow {
    margin-top: 497px;
  }

  .right-arrow {
    margin-top: 461px;
  }

  .category.post {
    margin-right: 30px;
  }

  .upcoming-event-date {
    margin-bottom: 5px;
  }

  ._70-percent-column.faq {
    padding-left: 0;
  }

  ._28-percent-column.faq {
    width: 100%;
    margin-bottom: 30px;
  }

  ._17-percent-column {
    align-items: flex-start;
    width: 50%;
    margin-top: 30px;
  }

  .bullet-point-text {
    text-align: left;
  }

  ._49-percent-column, ._25-percent-column, .image-column-2 {
    width: 100%;
  }
}

#w-node-_339c2141-2363-804d-8b40-ecb26a75bba3-41e5d58b {
  grid-area: Area-2;
}

#w-node-_9a4cf463-e255-1ff2-8dc0-d45b52d1384f-41e5d58b {
  grid-area: Area-3;
}

#w-node-dbde961f-bcba-8db0-37c0-f2b4999639e3-41e5d58b {
  grid-area: Area;
}


