@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1C092C;
  line-height: 1.66em;
}
@media only screen and (max-width: 1100px) {
  body {
    margin-bottom: 45px;
  }
}

h1,
.h1-like {
  font-size: 40px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15em;
}

h2,
.h2-like {
  font-size: 25px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  color: #1208BD;
}

h3,
.h3-like {
  font-size: 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h4,
.h4-like {
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h5,
.h5-like {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h6,
.h6-like {
  font-size: 14px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #766b80;
  text-decoration: underline;
}

a {
  color: #1208BD;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
}
a:visited {
  color: #1208BD;
}
a.btn {
  background-color: #3BD3F6;
  color: #1C092C;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
a.btn:hover {
  background-color: #1C092C;
  color: #fff;
  text-decoration: none !important;
}
a.btn-alt-dark {
  background-color: #1208BD;
  color: #fff;
}
a.btn-alt-lite {
  background-color: #fff;
  color: #1208BD;
}
a.btn-alt-transparent {
  background-color: transparent;
  border: 1px solid #3BD3F6;
  color: #1C092C;
}
a.btn-alt-transparent:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}

.btn {
  background-color: #3BD3F6;
  color: #1C092C;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #1C092C;
  text-decoration: none !important;
}
.btn-alt-dark {
  background-color: #1208BD;
  color: #fff;
}
.btn-alt-lite {
  background-color: #fff;
  color: #1208BD;
}
.btn-alt-transparent {
  background-color: transparent;
  border: 1px solid #3BD3F6;
  color: #1C092C;
}
.btn-alt-transparent:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}

.hasArrow {
  font-size: 16px;
  font-weight: 700;
}
.hasArrow a {
  color: #000;
  text-decoration: none;
}
.hasArrow a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 23px;
  height: 24px;
  background-image: url(../images/link-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
  top: 5px;
  transition: all 0.3s ease;
}
.hasArrow a:hover {
  color: #1208BD;
}
.hasArrow a:hover::after {
  margin-left: 30px;
}

.container {
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
}

#breadcrumbs {
  max-width: 1366px;
  width: 100vw;
  margin: 0 auto;
  color: #3BD3F6;
  font-size: 14px;
  font-style: italic;
  padding: 40px 40px 0 45px;
}
#breadcrumbs a {
  color: #3BD3F6;
}
.greyText {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #757575;
}

.checkbox {
  display: inline-grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  float: left;
  margin-right: 20px;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #3BD3F6;
  border-radius: 5px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-top: 5px;
}

@media only screen and (max-width: 650px) {
  .checkbox {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    grid-template-columns: 3em auto;
  }
  input[type=checkbox] {
    width: 2.15em;
    height: 2.15em;
    margin-top: 0;
  }
}
input[type=checkbox]:checked {
  background-color: #3BD3F6;
  background-image: url(../svg/checkbox.svg);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

input[type=checkbox]:focus {
  outline: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important;
}

.alignnone {
  margin: 0 0 40px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 40px auto;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 782px) {
  .alignright,
.alignleft {
    display: block;
    float: none;
    margin: 0 auto 40px auto;
  }
}
.aligncenter,
.wp-block-spacer {
  clear: both;
}

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

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  text-align: center;
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

header {
  display: flex;
  align-content: center;
  height: 75px;
}
header #navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background-color: #fff;
}
header #navigation #branding {
  display: flex;
  width: 374px;
  margin-left: 45px;
}
header #navigation #branding .col:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 1100px) {
  header #navigation #branding {
    width: 100%;
    justify-content: space-between;
    margin-right: 45px;
  }
}
header #navigation nav {
  margin-right: 45px;
}
@media only screen and (max-width: 1100px) {
  header #navigation nav {
    display: none;
  }
}
header #navigation nav ul {
  display: flex;
  list-style: none;
}
header #navigation nav ul li {
  margin-right: auto;
  list-style: none;
  margin-left: 33px;
}
header #navigation nav ul li a {
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
header #navigation nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: #341150;
  border-top: 15px solid #1C092C;
}
#mobile-nav .trigger {
  width: 50px;
  height: 40px;
  background-image: url(../images/mobile-nav-button.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  #mobile-nav {
    display: block;
  }
}
#mobile-nav nav {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
}
#mobile-nav nav ul {
  margin: 0;
  padding: 0;
}
#mobile-nav nav ul li {
  text-align: center;
  margin-bottom: 30px;
}
#mobile-nav nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
#mobile-nav nav ul li a.btn {
  color: #1C092C;
  margin-top: 10px;
  display: inline-block;
}
#mobile-nav nav ul li a.btn:hover {
  background-color: #fff;
  color: #1C092C;
}
#mobile-nav nav ul li a:hover {
  color: #3BD3F6;
}
#mobile-nav .utility {
  background-color: #341150;
  padding-top: 30px;
  text-align: center;
}
#mobile-nav .utility a {
  display: none;
}
#mobile-nav.open {
  background-color: #1C092C;
  border-top: 15px solid #000;
}
#mobile-nav.open nav {
  opacity: 1;
  padding: 60px 0;
}
#mobile-nav.open .utility {
  border-top: 1px solid #766b80;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
#mobile-nav.open .utility a {
  display: inline-block;
}

.featured-image-block {
  position: relative;
  width: 100vw;
  padding-right: 45px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block {
    padding-right: 0px;
    height: 94vw;
  }
}
.featured-image-block::before {
  content: "";
  display: block;
  width: 586px;
  height: 458px;
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/standard_page_featured_image_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -10;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block::before {
    transform: scaleY(-1);
    right: 0px;
    top: auto;
    bottom: 0px;
    width: 89vw;
    height: 62vw;
  }
}
.featured-image-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 854px;
  height: 716px;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/standard_page_fixed_lines.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -5;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block::after {
    background-image: url(/wp-content/themes/joinmdhealth/assets/images/standard_page_featured_image_lines_mobile.png);
    width: 100vw;
    height: 94vw;
    bottom: 0px;
    top: auto;
    background-size: 100% 100%;
    background-position: center center;
  }
}
.featured-image-block .image_wrapper {
  position: relative;
  float: right;
  padding-top: 49px;
  margin-right: 49px;
  margin-left: 120px;
  margin-bottom: 120px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block .image_wrapper {
    padding-top: 0;
    position: absolute;
    bottom: 7vw;
    right: 4vw;
    margin: 0;
  }
}
.featured-image-block .image_wrapper::after {
  content: "";
  display: block;
  width: 209px;
  height: 94px;
  position: absolute;
  top: 0;
  left: -57px;
  background-color: #fff;
  border-bottom: 2px solid #0000CA;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block .image_wrapper::after {
    width: 79vw;
    height: 14vw;
    border-bottom: none;
    border-top: 3px solid #0000CA;
    top: auto;
    bottom: -7.1vw;
    left: -7vw;
  }
}
.featured-image-block .image_wrapper img {
  position: relative;
  width: 494px;
}
@media only screen and (max-width: 1200px) {
  .featured-image-block .image_wrapper img {
    width: 80vw;
    height: 64vw;
  }
}

.large-text-callout-block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.large-text-callout-block h3 {
  font-weight: 300;
  letter-spacing: 0.06em;
}
.large-text-callout-block h4 {
  margin-bottom: 10px;
  font-weight: 500;
}
.large-text-callout-block hr {
  width: 5vw;
  border-top: 2px solid #0000CA;
  margin: 30px 0;
}
.large-text-callout-block h6 {
  margin: 0;
}
.large-text-callout-block h6 a {
  font-size: 14px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #766b80;
  text-decoration: underline;
}
.large-text-callout-block h6 a:hover {
  text-decoration: none;
}

.blockquote-block {
  position: relative;
  margin: 60px 0;
  padding-left: 66px;
  padding-top: 66px;
  border-left: 2px solid #0000CA;
}
.blockquote-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 66px;
  width: 66px;
  height: 21px;
  background-image: url(../svg/quotes.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.blockquote-block h2 {
  color: #1C092C;
  margin-top: 0;
}
.blockquote-block h3 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1208BD;
}
.blockquote-block p {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-style: italic;
  color: #766b80;
  margin-top: 0px;
}

.three-column-content-block {
  position: relative;
  max-width: 1058px;
  margin: 120px auto;
}
.three-column-content-block h2 {
  color: #1C092C;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .three-column-content-block h2 {
    font-size: 24px;
  }
}
.three-column-content-block p {
  color: #757575;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.three-column-content-block .row {
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  flex-wrap: 1;
}
@media only screen and (max-width: 1100px) {
  .three-column-content-block .row {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
}
.three-column-content-block .row .column {
  border: 1px solid #E8E8E8;
  margin-right: 30px;
  width: 33%;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  .three-column-content-block .row .column {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.three-column-content-block .row .column:last-child {
  margin-right: 0;
}
.three-column-content-block .row .column .heading {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 30px;
  font-size: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1208BD;
}
.three-column-content-block .row .column .heading::before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
}
.three-column-content-block .row .column.head .heading::before {
  width: 33px;
  height: 41px;
  background-image: url(../svg/head-icon.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.three-column-content-block .row .column.hands .heading::before {
  width: 33px;
  height: 41px;
  background-image: url(../svg/hand-icon.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.three-column-content-block .row .column.heart .heading::before {
  width: 33px;
  height: 41px;
  background-image: url(../svg/heart-icon.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.three-column-content-block .row .column .content {
  padding: 20px 30px;
}
.three-column-content-block .row .column .content h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.three-column-content-block .row .column .content p {
  text-align: left;
  padding: 0;
  margin-top: 0;
  color: #1C092C;
}
.three-column-content-block .row .column .content p em {
  color: #766B80;
  font-family: utopia-std, serif;
  font-size: 14px;
}

.general-cta-block {
  position: relative;
  margin: 60px auto;
  padding: 60px 120px;
  width: 80%;
  max-width: 1058px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .general-cta-block {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 475px) {
  .general-cta-block {
    width: 90%;
  }
}
.general-cta-block h2 {
  margin-top: 0;
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .general-cta-block h2 {
    font-size: 24px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.general-cta-block .btn {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 850px) {
  .general-cta-block .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 475px) {
  .general-cta-block .btn {
    white-space: normal;
    display: block;
  }
}
.general-cta-block .btn:hover {
  background-color: #fff;
  color: #1208BD;
}
.general-cta-block .btn-alt-dark:hover {
  background-color: #fff;
  color: #1208BD;
}
@media only screen and (max-width: 1100px) {
  .general-cta-block .btn {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.general-cta-block.blue-lines .btn, .general-cta-block.blue-solid .btn, .general-cta-block.blue-solid-light .btn {
  background-color: #1C092C;
  color: #fff;
}
.general-cta-block.blue-lines .btn:hover, .general-cta-block.blue-solid .btn:hover, .general-cta-block.blue-solid-light .btn:hover {
  background-color: #fff;
  color: #1C092C;
}
.general-cta-block.blue-lines .btn-alt-dark, .general-cta-block.blue-solid .btn-alt-dark, .general-cta-block.blue-solid-light .btn-alt-dark {
  background-color: #1208BD;
  color: #fff;
}
.general-cta-block.purple-lines {
  background-color: #1C092C;
  background-image: url(../images/general-cta-purple-lines-left.png), url(../images/general-cta-purple-lines-right.png);
  background-size: auto 100%, auto 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .general-cta-block.purple-lines {
    background-image: none;
  }
}
.general-cta-block.purple-lines h2 {
  color: #fff;
}
.general-cta-block.purple-solid {
  background-color: #1C092C;
}
.general-cta-block.purple-solid h2 {
  color: #fff;
}
.general-cta-block.blue-lines {
  background-color: #3BD3F6;
  background-image: url(../images/general-cta-blue-lines-left.png), url(../images/general-cta-blue-lines-right.png);
  background-size: auto 100%, auto 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .general-cta-block.blue-lines {
    background-image: none;
  }
}
.general-cta-block.blue-lines h2 {
  color: #1C092C;
}
.general-cta-block.blue-solid {
  background-color: #3BD3F6;
}
.general-cta-block.blue-solid h2 {
  color: #1C092C;
}
.general-cta-block.blue-solid-light {
  background-color: #C7F2FC;
}
.general-cta-block.blue-solid-light h2 {
  color: #1C092C;
}

.accordion-block {
  position: relative;
  margin: 120px auto;
  max-width: 944px;
  padding-left: 40px;
  padding-right: 40px;
}
.accordion-block h2 {
  color: #1C092C;
  margin-bottom: 60px;
}
.accordion-block p.intro {
  color: #757575;
}
.accordion-block .sections .section {
  border-bottom: 1px solid #E3E3E3;
  padding-left: 30px;
  padding-bottom: 28px;
}
.accordion-block .sections .section .trigger {
  font-size: 18px;
  font-family: utopia-std, serif;
  font-weight: 600;
  color: #0000CA;
  padding: 0px 28px 0px 0px;
  margin-top: 28px;
  position: relative;
}
.accordion-block .sections .section .trigger::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-image: url(../images/accordion_plus.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.accordion-block .sections .section .trigger.open::before {
  background-image: url(../images/accordion_minus.png);
}
.accordion-block .sections .section .content {
  max-height: 0;
  max-width: 705px;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
  color: #757575;
}
.accordion-block .sections .section .content.open {
  padding-top: 28px;
  opacity: 1;
}

.media-quote-block {
  position: relative;
  margin: 120px auto 170px auto;
  max-width: 994px;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block {
    max-width: 80%;
    margin: 120px 0 120px 0;
    padding-left: 20%;
    border-top: 2px solid #0000CA;
  }
}
@media only screen and (max-width: 475px) {
  .media-quote-block {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 120px;
  }
}
.media-quote-block h2 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1C092C;
  margin-bottom: 20px;
  margin-top: 0;
}
.media-quote-block h2.mobile-title {
  display: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block h2.mobile-title {
    display: block;
  }
  .media-quote-block h2.desktop-title {
    display: none;
  }
}
.media-quote-block .row {
  position: relative;
  display: flex;
  flex-grow: 0;
  border-top: 2px solid #0000CA;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row {
    flex-direction: column;
    border-top: none;
  }
}
.media-quote-block .row::before {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #0000CA;
  top: 100px;
  left: -20px;
}
.media-quote-block .row .col:first-child {
  width: 34%;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col:first-child {
    width: 100%;
    margin: 0 auto;
  }
}
.media-quote-block .row .col:last-child {
  width: 66%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  border-bottom: 2px solid #0000CA;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    border-bottom: none;
  }
}
.media-quote-block .row .col p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.media-quote-block .row .col p.quote {
  position: relative;
  font-size: 30px;
  font-family: utopia-std, serif;
  font-weight: 400;
  line-height: 1.33em;
  padding-top: 60px;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col p.quote {
    width: 100%;
    font-size: 16px;
    padding-top: 0px;
    padding-right: 20px;
    line-height: 1.6em;
  }
}
.media-quote-block .row .col p.quote::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../svg/quotes-alt.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 66px;
  height: 21px;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col p.quote::before {
    left: auto;
    right: 0;
    top: -50px;
    z-index: 10;
  }
}
.media-quote-block .row .col p.position {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0000CA;
  margin-bottom: 0px;
}
.media-quote-block .row .col p.tagline {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-style: italic;
  margin-bottom: 0px;
}
.media-quote-block .row .col .image-holder {
  width: 100%;
  height: calc(100% + 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col .image-holder {
    height: 105vw;
  }
}
.media-quote-block .row .col .image-holder::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 33%;
  height: 57px;
  background-color: #fff;
  z-index: 1;
}
.media-quote-block .row .col .image-holder::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66%;
  height: 52px;
  background-color: #fff;
  z-index: 1;
  border-top: 2px solid #0000CA;
}
@media only screen and (max-width: 1100px) {
  .media-quote-block .row .col .image-holder::after {
    width: calc(66% + 20px);
    right: -40px;
  }
}

.info-cta-block {
  position: relative;
  margin: 120px auto;
  max-width: 1044px;
}
@media only screen and (max-width: 1200px) {
  .info-cta-block {
    max-width: 100%;
    padding: 0 45px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .info-cta-block {
    padding: 0 20px;
  }
}
.info-cta-block.alignleft, .info-cta-block.alignright {
  float: none;
}
.info-cta-block .row {
  display: flex;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row {
    flex-direction: column;
  }
}
.info-cta-block .row .col {
  position: relative;
}
.info-cta-block .row .col:first-child {
  width: 45%;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col:first-child {
    width: 100%;
  }
}
.info-cta-block .row .col:last-child {
  width: 55%;
  padding-left: 130px;
  padding-top: 45px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col:last-child {
    width: 70%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .info-cta-block .row .col:last-child {
    width: 100%;
    padding-left: 0;
  }
}
.info-cta-block .row .col:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 37px;
  height: 166px;
  background-image: url(../images/info-cta-image-bg-right.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col:last-child::before {
    display: none;
  }
}
.info-cta-block .row .col:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 210px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #0000CA;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col:last-child::after {
    width: calc(100% + 97px);
    left: -60px;
    top: 190px;
  }
}
.info-cta-block .row .col h2 {
  color: #1C092C;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.info-cta-block .row .col h3 {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000CA;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col h3 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .info-cta-block .row .col h3 {
    padding-left: 0px;
  }
}
.info-cta-block .row .col .btn {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}
.info-cta-block .row .col ul {
  margin: 0;
  padding-left: 20px;
}
.info-cta-block .row .col ul li {
  padding-left: 15px;
  list-style: circle;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col ul {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .info-cta-block .row .col ul {
    padding-left: 20px;
  }
}
.info-cta-block .row .col .image-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col .image-holder {
    height: 62vw;
  }
}
.info-cta-block .row .col .image-holder::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: -45px;
  width: 45px;
  height: 304px;
  background-image: url(../images/info-cta-image-bg-left.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col .image-holder::before {
    height: 70%;
  }
}
@media only screen and (max-width: 950px) {
  .info-cta-block .row .col .image-holder::after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    right: -37px;
    width: 37px;
    height: 29%;
    background-image: url(../images/info-cta-image-bg-right.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.info-cta-block.alignright .row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 950px) {
  .info-cta-block.alignright .row {
    flex-direction: column;
    align-items: flex-end;
  }
}
.info-cta-block.alignright .row .col:last-child {
  padding-right: 130px;
  padding-left: 0;
}
@media only screen and (max-width: 950px) {
  .info-cta-block.alignright .row .col:last-child {
    padding-right: 30px;
  }
  .info-cta-block.alignright .row .col:last-child::after {
    right: -60px;
    left: auto;
    top: 180px;
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 500px) {
  .info-cta-block.alignright .row .col:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.info-cta-block.alignright .row .col::before {
  left: auto;
  right: 0;
}
.info-cta-block.alignright .row .col::after {
  left: auto;
  right: 0;
}
.info-cta-block.alignright .row .col h2 {
  margin-top: -20px;
}
@media only screen and (max-width: 950px) {
  .info-cta-block.alignright .row .col h3 {
    padding-left: 0;
  }
  .info-cta-block.alignright .row .col ul {
    padding-left: 20px;
  }
}
.info-cta-block.alignright .row .col .image-holder::before {
  right: -45px;
  left: auto;
}
@media only screen and (max-width: 950px) {
  .info-cta-block.alignright .row .col .image-holder::after {
    left: -37px;
    right: auto;
  }
}

.two-column-cta-block {
  position: relative;
  margin: 120px auto;
  padding: 120px 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block {
    background-image: url(../images/two-column-cta-bg-lines.png);
    background-size: 100% 24vw;
    margin-bottom: 0;
  }
}
.two-column-cta-block .row {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row {
    flex-direction: column;
  }
}
.two-column-cta-block .row .col {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col {
    width: 90%;
  }
}
.two-column-cta-block .row .col:first-child {
  padding-right: 60px;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col:first-child {
    margin-bottom: 240px;
    padding-right: 0;
  }
}
.two-column-cta-block .row .col:last-child {
  padding-left: 60px;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col:last-child {
    align-self: flex-end;
    padding-left: 0;
  }
}
.two-column-cta-block .row .col .image-holder {
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  background-image: url(../images/two-column-cta-left-image-bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.two-column-cta-block .row .col .image-holder img {
  width: 100%;
}
.two-column-cta-block .row .col .content-holder {
  background-color: #fff;
  padding-left: 50px;
  padding-top: 30px;
  border-top: 2px solid #0000CA;
  position: absolute;
  bottom: 0;
  right: 100px;
  width: calc(71% - 40px);
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col .content-holder {
    right: 50px;
    bottom: -30px;
  }
}
.two-column-cta-block .row .col .content-holder h2 {
  font-size: 28px;
  color: #1C092C;
  margin-bottom: 20px;
  margin-top: 0;
}
.two-column-cta-block .row .col .content-holder .btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col .content-holder .btn {
    font-size: 11px;
  }
}
.two-column-cta-block .row .col:last-child .content-holder {
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 30px;
  bottom: auto;
  right: auto;
  top: 0px;
  left: 100px;
  border-top: none;
  border-bottom: 2px solid #0000CA;
}
@media only screen and (max-width: 1100px) {
  .two-column-cta-block .row .col:last-child .content-holder {
    left: 50px;
    top: -30px;
    padding-left: 0;
  }
}
.two-column-cta-block .row .col:last-child .image-holder {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
  background-image: url(../images/two-column-cta-right-image-bg.png);
  background-position: bottom center;
}

.career-opportunities-block {
  position: relative;
  margin: 120px auto 0 auto;
  background-color: #1C092C;
  background-image: url(../images/career-opportunities-block-bg-lines.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 120px 30px;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block {
    padding: 120px 30px 60px 30px;
  }
}
.career-opportunities-block::before {
  content: "";
  display: block;
  position: absolute;
  width: 59%;
  height: 67px;
  top: -67px;
  left: 0;
  background-color: #fff;
  background-image: url(../images/career-opportunities-block-left-top.png);
  background-size: 100% calc(100% - 10px);
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block::before {
    top: auto;
    width: 100%;
    height: 134px;
    bottom: -67px;
    transform: scaleY(-1);
  }
}
.career-opportunities-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 41%;
  height: 64px;
  top: 0;
  right: 0;
  background-color: #fff;
  background-image: url(../images/career-opportunities-block-right-top.png);
  background-size: 100% calc(100% - 10px);
  background-repeat: repeat-x;
  background-position: bottom center;
}
.career-opportunities-block .row {
  display: flex;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block .row {
    flex-direction: column;
  }
}
.career-opportunities-block .row .col:first-child {
  width: 59%;
  padding-right: 120px;
  padding-top: 0px;
  padding-bottom: 120px;
  padding-left: 120px;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block .row .col:first-child {
    margin-bottom: 30px;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.career-opportunities-block .row .col:last-child {
  width: 41%;
  padding-right: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block .row .col:last-child {
    width: 90%;
    padding-right: 0;
  }
}
.career-opportunities-block .row .col h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.33em;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block .row .col h2 {
    font-size: 24px;
  }
}
.career-opportunities-block .row .col p {
  color: #fff;
  max-width: 427px;
}
@media only screen and (max-width: 1100px) {
  .career-opportunities-block .row .col p {
    max-width: 90%;
  }
}
.career-opportunities-block .row .col label {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.career-opportunities-block .row .col select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #3BD3F6;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: transparent;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  background-image: url(../svg/chevron-light.svg);
  background-size: auto 20%;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.career-opportunities-block .row .col .btn {
  background-color: #3BD3F6;
  color: #1C092C;
  padding: 10px 60px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
}
.career-opportunities-block .row .col .btn:hover {
  background-color: #fff;
  color: #1208BD;
  text-decoration: none !important;
}

.featured-careers-block {
  position: relative;
  margin: 120px auto 0 auto;
  background-color: #1C092C;
  padding: 120px 30px;
}
.featured-careers-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 41%;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #fff;
}
.featured-careers-block h2 {
  color: #fff;
  margin-bottom: 30px;
}
.featured-careers-block p {
  color: #fff;
  font-size: 18px;
}
.featured-careers-block form {
  margin-top: 60px;
}
.featured-careers-block .row {
  display: flex;
  align-items: flex-start;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .featured-careers-block .row {
    flex-direction: column;
  }
}
.featured-careers-block .row .col:first-child {
  width: calc(33% + 120px);
  padding-right: 100px;
}
@media only screen and (max-width: 1100px) {
  .featured-careers-block .row .col:first-child {
    margin-bottom: 30px;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-careers-block .row .col:last-child {
  width: calc(77% - 120px);
  padding-right: 120px;
}
@media only screen and (max-width: 1100px) {
  .featured-careers-block .row .col:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.featured-careers-block .row .col:last-child h3 {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #8A7F94;
  margin: 20px 0 0 0;
  padding: 0;
}
.featured-careers-block .row .col:last-child h4 {
  font-size: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #3BD3F6;
  cursor: pointer;
}
.featured-careers-block .row .col:last-child p {
  font-size: 24px;
  margin-top: 0;
}
.featured-careers-block .row .col:last-child p.small {
  font-size: 14px;
}
.featured-careers-block .row .col:last-child p.head-hand-heart {
  vertical-align: middle;
  font-style: italic;
  font-size: 17px;
  padding: 20px 0 0 0;
}
.featured-careers-block .row .col:last-child p.head-hand-heart::before {
  content: "";
  width: 93px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/featured-block-hhh-head-icons.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.featured-careers-block .row .col:last-child p.head-hand-heart.hand::before {
  background-image: url(../images/featured-block-hhh-hand-icons.png);
}
.featured-careers-block .row .col:last-child p.head-hand-heart.heart::before {
  background-image: url(../images/featured-block-hhh-heart-icons.png);
}
.featured-careers-block .row .col:last-child ul {
  margin: 0;
  padding: 10px 0 0 0;
}
.featured-careers-block .row .col:last-child ul li {
  list-style: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1em;
  color: #fff;
}
.featured-careers-block .row .col:last-child ul li::before {
  content: "•";
  color: #3BD3F6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.featured-careers-block .row .col .sections .section {
  border-top: 1px solid #8A7F94;
}
.featured-careers-block .row .col .sections .section:last-child {
  border-bottom: 1px solid #8A7F94;
}
.featured-careers-block .row .col .sections .section .trigger {
  padding: 20px 0;
  position: relative;
  color: #fff;
}
.featured-careers-block .row .col .sections .section .trigger::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(../images/featured-block-accordion-plus.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-careers-block .row .col .sections .section .trigger.open {
  color: #3BD3F6;
}
.featured-careers-block .row .col .sections .section .trigger.open::after {
  background-image: url(../images/featured-block-accordion-minus.png);
}
.featured-careers-block .row .col .sections .section .content {
  max-height: 0;
  max-width: 705px;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
  color: #757575;
}
.featured-careers-block .row .col .sections .section .content.open {
  margin-bottom: 40px;
  opacity: 1;
}
.featured-careers-block .row .col label {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.featured-careers-block .row .col select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #3BD3F6;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: transparent;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  background-image: url(../svg/chevron-light.svg);
  background-size: auto 20%;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.featured-careers-block .row .col button {
  background-color: #3BD3F6;
  color: #1C092C;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
}
.featured-careers-block .row .col button:hover {
  background-color: #fff;
  color: #1208BD;
  text-decoration: none !important;
}

.featured-education-block {
  position: relative;
  margin: 120px auto 0 auto;
  background-color: #C7F2FC;
  padding: 120px 30px;
}
.featured-education-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 41%;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #fff;
}
.featured-education-block h2 {
  color: #1C092C;
  margin-bottom: 30px;
}
.featured-education-block p {
  color: #1C092C;
  font-size: 18px;
}
.featured-education-block .container {
  padding: 0 40px;
}
.featured-education-block form {
  margin-top: 60px;
}
.featured-education-block .row {
  display: flex;
  align-items: flex-start;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .featured-education-block .row {
    flex-direction: column;
  }
}
.featured-education-block .row .col:first-child {
  width: calc(33% + 120px);
  padding-right: 100px;
}
@media only screen and (max-width: 1100px) {
  .featured-education-block .row .col:first-child {
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-education-block .row .col:last-child {
  width: calc(77% - 120px);
  padding-right: 0px;
}
@media only screen and (max-width: 1100px) {
  .featured-education-block .row .col:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.featured-education-block .row .col:last-child h3 {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #757575;
  margin: 20px 0 0 0;
  padding: 0;
}
.featured-education-block .row .col:last-child h4 {
  font-size: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #1208BD;
  cursor: pointer;
}
.featured-education-block .row .col:last-child p {
  font-size: 24px;
  margin-top: 0;
}
.featured-education-block .row .col:last-child p.small {
  font-size: 14px;
}
.featured-education-block .row .col:last-child p.head-hand-heart {
  vertical-align: middle;
  font-style: italic;
  font-size: 17px;
  padding: 20px 0 0 0;
}
.featured-education-block .row .col:last-child p.head-hand-heart::before {
  content: "";
  width: 93px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/featured-block-hhh-head-icons.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.featured-education-block .row .col:last-child p.head-hand-heart.hand::before {
  background-image: url(../images/featured-block-hhh-hand-icons.png);
}
.featured-education-block .row .col:last-child p.head-hand-heart.heart::before {
  background-image: url(../images/featured-block-hhh-heart-icons.png);
}
.featured-education-block .row .col:last-child ul {
  margin: 0;
  padding: 10px 0 0 0;
}
.featured-education-block .row .col:last-child ul li {
  list-style: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1em;
  color: #1C092C;
}
.featured-education-block .row .col:last-child ul li::before {
  content: "•";
  color: #1208BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.featured-education-block .row .col .sections .section {
  border-top: 1px solid #8A7F94;
}
.featured-education-block .row .col .sections .section:last-child {
  border-bottom: 1px solid #8A7F94;
}
.featured-education-block .row .col .sections .section .trigger {
  padding: 20px 0;
  position: relative;
  color: #1C092C;
}
.featured-education-block .row .col .sections .section .trigger::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(../images/featured-block-accordion-plus-dark.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-education-block .row .col .sections .section .trigger.open {
  color: #1208BD;
}
.featured-education-block .row .col .sections .section .trigger.open::after {
  background-image: url(../images/featured-block-accordion-minus-dark.png);
}
.featured-education-block .row .col .sections .section .content {
  max-height: 0;
  max-width: 705px;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
  color: #1C092C;
}
.featured-education-block .row .col .sections .section .content.open {
  margin-bottom: 40px;
  opacity: 1;
}
.featured-education-block .row .col label {
  font-size: 16px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #1C092C;
  display: block;
  margin-bottom: 20px;
}
.featured-education-block .row .col select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #1C092C;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: transparent;
  color: #1C092C;
  display: block;
  margin-bottom: 20px;
  background-image: url(../svg/chevron-dark.svg);
  background-size: auto 20%;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.featured-education-block .row .col .btn {
  display: inline-block;
  background-color: #1C092C;
  color: #fff;
  padding: 7px 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
}
.featured-education-block .row .col .btn:hover {
  background-color: #fff;
  color: #1208BD;
  text-decoration: none !important;
}

#homepage .heading {
  position: relative;
  max-height: 691px;
  height: 50vw;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/homepage-header-bg.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  #homepage .heading {
    background-position: center center;
    max-height: none;
    height: 743px;
  }
}
#homepage .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: calc((100% - 1366px) / 2 + 374px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 950px) {
  #homepage .heading::before {
    width: 50%;
  }
}
#homepage .heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 74px;
  width: calc((100% - 1366px) / 2 + 969.86px);
  background-color: #fff;
  border-top: 1px solid #0000CA;
  z-index: 1;
}
@media (max-width: 950px) {
  #homepage .heading::after {
    width: 40%;
    height: 36px;
  }
}
#homepage .heading .container {
  position: relative;
  height: 100%;
}
#homepage .heading .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 950px;
  max-height: 636.5px;
  width: 69vw;
  height: 46.5vw;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/nurse-child.png);
  background-position: bottom right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 1200px) {
  #homepage .heading .container::before {
    width: 64vw;
    height: 41.5vw;
  }
}
@media (max-width: 950px) {
  #homepage .heading .container::before {
    background-size: auto 100%;
    background-position: center center;
    width: 120%;
    height: 50%;
    max-width: none;
    max-height: none;
    right: 50%;
    transform: translateX(50%);
  }
}
#homepage .heading .container .content {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 407px;
  transform: translateY(-70%);
}
@media (max-width: 950px) {
  #homepage .heading .container .content {
    width: 80%;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
  }
  #homepage .heading .container .content * {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  #homepage .heading .container .content a.btn {
    display: block;
    text-align: center;
  }
}
#homepage .heading .container .content h1 {
  color: #000;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 950px) {
  #homepage .heading .container .content h1 {
    font-size: 36px;
  }
}
#homepage .heading .container .content h2 {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  #homepage .heading .container .content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  #homepage .heading .container .content h2 {
    margin-bottom: 20px;
  }
}
#homepage .heading .container .content .actions a {
  font-weight: 700;
  padding: 15px 30px;
}
#homepage .heading .container .content .actions a:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 450px) {
  #homepage .heading .container .content .actions a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#homepage main {
  padding-top: 0;
}
#homepage main .container {
  max-width: 1366px;
  margin: 0 auto;
}
#homepage main .general-cta-block {
  margin-top: -80px;
}
@media only screen and (max-width: 1100px) {
  #homepage main .general-cta-block {
    margin-top: 60px;
  }
}
#homepage #intro {
  background-image: url(../images/homepage-intro-lines.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1100px) {
  #homepage #intro {
    background-image: none;
  }
}
#homepage #intro .container {
  max-width: 542px;
  margin: 0 calc((100% - 1366px) / 2) 0 auto;
}
@media only screen and (max-width: 1365px) {
  #homepage #intro .container {
    margin: 0 60px 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  #homepage #intro .container {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
}
#homepage #intro .container h2 {
  color: #1C092C;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
#homepage #quiz * {
  transition: all 250ms ease;
}
#homepage #quiz {
  background-color: #1C092C;
  position: relative;
  margin-bottom: 120px;
  padding: 120px 0 240px 0;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz {
    padding-bottom: 120px;
  }
}
#homepage #quiz::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 57%;
  height: 37px;
  background-color: #fff;
}
#homepage #quiz::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 47%;
  height: 37px;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz::after {
    display: none;
  }
}
#homepage #quiz .row {
  display: flex;
  align-items: flex-start;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#homepage #quiz .row .col:first-child {
  width: calc(33% + 120px);
  padding-right: 120px;
  padding-left: 120px;
  margin-right: 60px;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .row .col:first-child {
    margin-bottom: 30px;
    width: 80%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
#homepage #quiz .row .col:last-child {
  width: calc(77% - 120px);
  padding-right: 120px;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .row .col:last-child {
    width: 80%;
    padding-right: 0;
  }
}
#homepage #quiz a.btn {
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 14px;
}
#homepage #quiz a.btn:hover {
  background-color: #fff;
  color: #1208BD;
}
#homepage #quiz .flex_section {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-between;
}
#homepage #quiz .quiz_section .flex_section {
  justify-content: center;
}
#homepage #quiz .quiz_section {
  padding-bottom: 200px;
}
#homepage #quiz .quiz_caption h3 {
  font-size: 40px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15em;
  color: #fff;
  margin-top: 0;
}
#homepage #quiz .quiz_caption p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  max-width: 295px;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .quiz_caption p {
    max-width: 80%;
  }
}
#homepage #quiz .quiz_caption p::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #3BD3F6;
  position: relative;
  bottom: -40px;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .quiz_caption p::after {
    display: none;
  }
}
#homepage #quiz .quiz_result {
  font-weight: 600;
  font-size: 18px;
  top: 7px;
  position: relative;
  margin-bottom: 15px;
}
#homepage #quiz .join_md {
  color: #3BD3F6;
  font-family: utopia-std, serif;
  font-size: 20px;
}
#homepage #quiz .join_md span, #homepage #quiz .join_md strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
#homepage #quiz .floating_heart {
  bottom: 5px;
  position: relative;
  left: -3px;
}
#homepage #quiz #q_number {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 60px;
}
#homepage #quiz #q_number::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #3BD3F6;
  position: relative;
  left: 105%;
  bottom: 5px;
}
#homepage #quiz .quiz_question {
  font-family: utopia-std, serif;
  margin-left: 15px;
  color: #fff;
  margin-top: 0px;
  font-weight: 600;
}
#homepage #quiz .flex_wrapper {
  display: flex;
  padding-bottom: 20px;
}
#homepage #quiz .questions {
  width: 100%;
  position: relative;
}
#homepage #quiz .question_holder {
  max-width: 100%;
}
#homepage #quiz .question_holder a {
  display: block;
  background: transparent;
  border: 1px solid #3BD3F6;
  padding: 5px;
  margin-top: 3px;
  border-radius: 5px;
  height: 55px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  position: relative;
  transition: all 250ms ease;
  text-decoration: none;
  color: #fff;
}
#homepage #quiz .question_holder a:hover {
  color: #1C092C;
  background-color: #3BD3F6;
}
#homepage #quiz .question_holder svg {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}
#homepage #quiz .question_2, #homepage #quiz .question_3, #homepage #quiz .question_4, #homepage #quiz .question_5, #homepage #quiz .answer_holder {
  opacity: 0;
  height: 0px;
  display: none;
}
#homepage #quiz .answer_holder {
  height: auto;
}
#homepage #quiz p.job_title {
  font-weight: 700;
  color: #3BD3F6;
}
#homepage #quiz .progress_bar {
  background: #F0F0F0;
  position: relative;
  height: 6px;
  width: 50%;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #homepage #quiz .progress_bar {
    width: 100%;
  }
}
#homepage #quiz .progress_complete {
  background: #3BD3F6;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.page-template-default #heading {
  position: relative;
  background-color: #1C092C;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/standard_page_header_lines.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.page-template-default #heading .content {
  width: 100vw;
  max-width: 756px;
  padding-bottom: 97px;
  padding-top: 40px;
  margin-left: calc((100% - 1366px) / 2 + 108px);
}
@media only screen and (max-width: 1247px) {
  .page-template-default #heading .content {
    margin-left: 40px;
  }
}
.page-template-default #heading .content h1 {
  color: #fff;
}
.page-template-default #heading .content p {
  max-width: 569px;
  color: #fff;
}
.page-template-default #heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: calc((100% - 1366px) / 2 + 374px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 950px) {
  .page-template-default #heading::before {
    width: 50%;
  }
}
.page-template-default #heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 38px;
  width: calc((100% - 1366px) / 2 + 655.68px);
  background-color: #fff;
  border-top: 1px solid #0000CA;
  z-index: 1;
}
@media (max-width: 950px) {
  .page-template-default #heading::after {
    width: 40%;
    height: 36px;
  }
}
.page-template-default main {
  padding-top: 60px;
}
.page-template-default main .container {
  max-width: 756px;
  margin-left: calc((100% - 1366px) / 2 + 108px);
}
@media only screen and (max-width: 1247px) {
  .page-template-default main .container {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-default main .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 796px) {
  .page-template-default main .container {
    max-width: 100vw;
  }
}
.page-template-default main .container .wp-block-spacer {
  clear: none !important;
}

.page-template-page-education {
  background-image: url(../images/education_page_heading_lines.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education {
    background-image: url(../images/mobile-fixed-bg-top.png), url(../images/mobile-fixed-bg-bottom.png);
    background-size: 100% auto, 48vw auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center 75px, right bottom;
    background-attachment: fixed, fixed;
  }
}
.page-template-page-education #breadcrumbs {
  display: none;
}
.page-template-page-education #heading {
  position: relative;
  min-height: 692px;
}
.page-template-page-education #heading::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1366px;
  height: 692px;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading::before {
    background-image: none;
  }
}
.page-template-page-education #heading .container {
  display: flex;
  min-height: 692px;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1247px) {
  .page-template-page-education #heading .container {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container {
    flex-direction: column-reverse;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 796px) {
  .page-template-page-education #heading .container {
    padding-right: 40px;
    max-width: 100%;
  }
}
.page-template-page-education #heading .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 55%;
  padding-left: 120px;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .content {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-education #heading .container .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-page-education #heading .container .content h1 {
  max-width: 463px;
  color: #1208BD;
  line-height: 1em;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .content h1 {
    max-width: 100%;
  }
}
.page-template-page-education #heading .container .content h1 strong {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .page-template-page-education #heading .container .content h1 {
    font-size: 24px;
  }
}
.page-template-page-education #heading .container .content p {
  max-width: 408px;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.56em;
  color: #1C092C;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-education #heading .container .content p {
    font-size: 18px;
  }
}
.page-template-page-education #heading .container .content .ctas {
  margin-top: 30px;
}
.page-template-page-education #heading .container .content .ctas a.btn {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .page-template-page-education #heading .container .content .ctas a.btn {
    font-size: 14px;
  }
}
.page-template-page-education #heading .container .image_container {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .image_container {
    width: 100%;
    height: 64vw;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.page-template-page-education #heading .container .image_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: calc(40% - 40px);
  height: 107px;
  background-color: #fff;
  border-top: 2px solid #0000CA;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .image_container::after {
    display: none;
  }
}
.page-template-page-education #heading .container .image_container img {
  position: absolute;
  max-width: calc(100% - 40px);
  max-height: 100%;
  height: auto;
  transition: all 0.3s ease;
  z-index: 0;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .image_container img {
    max-width: 100%;
  }
}
.page-template-page-education #heading .container .image_container img:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px)) scale(0.95);
}
.page-template-page-education #heading .container .image_container img:nth-child(1).active, .page-template-page-education #heading .container .image_container img:nth-child(1):hover {
  z-index: 1;
  transform: translate(-50%, calc(-50% + 30px)) scale(1);
}
.page-template-page-education #heading .container .image_container img:nth-child(2) {
  top: 30px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .image_container img:nth-child(2) {
    top: -30px;
  }
}
.page-template-page-education #heading .container .image_container img:nth-child(2).active, .page-template-page-education #heading .container .image_container img:nth-child(2):hover {
  z-index: 1;
  transform: translateX(-50%) scale(1);
}
.page-template-page-education #heading .container .image_container img:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}
@media only screen and (max-width: 1100px) {
  .page-template-page-education #heading .container .image_container img:nth-child(3) {
    bottom: -50px;
  }
}
.page-template-page-education #heading .container .image_container img:nth-child(3).active, .page-template-page-education #heading .container .image_container img:nth-child(3):hover {
  z-index: 1;
  transform: translateX(-50%) scale(1);
}
.page-template-page-education main {
  padding-top: 0px;
}
.page-template-page-education main .container .wp-block-spacer {
  clear: none !important;
}
@media only screen and (min-width: 1101px) {
  .page-template-page-education main .general-cta-block:first-child {
    margin-top: -50px;
    z-index: 1;
  }
}

.page-template-page-careers {
  background-image: url(../images/education_page_heading_lines.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers {
    background-image: url(../images/mobile-fixed-bg-top.png), url(../images/mobile-fixed-bg-bottom.png);
    background-size: 100% auto, 48vw auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center 75px, right bottom;
    background-attachment: fixed, fixed;
  }
}
.page-template-page-careers #breadcrumbs {
  display: none;
}
.page-template-page-careers #heading {
  position: relative;
  min-height: 692px;
}
.page-template-page-careers #heading::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1366px;
  height: 692px;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading::before {
    background-image: none;
  }
}
.page-template-page-careers #heading .container {
  display: flex;
  min-height: 692px;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1247px) {
  .page-template-page-careers #heading .container {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container {
    flex-direction: column-reverse;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 796px) {
  .page-template-page-careers #heading .container {
    padding-right: 40px;
    max-width: 100%;
  }
}
.page-template-page-careers #heading .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 55%;
  padding-left: 120px;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .content {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-careers #heading .container .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-page-careers #heading .container .content h1 {
  max-width: 463px;
  color: #1208BD;
  line-height: 1em;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .content h1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-careers #heading .container .content h1 {
    font-size: 24px;
  }
}
.page-template-page-careers #heading .container .content p {
  max-width: 408px;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.56em;
  color: #1C092C;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-careers #heading .container .content p {
    font-size: 18px;
  }
}
.page-template-page-careers #heading .container .content .ctas {
  margin-top: 30px;
}
.page-template-page-careers #heading .container .content .ctas a.btn {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .page-template-page-careers #heading .container .content .ctas a.btn {
    font-size: 14px;
  }
}
.page-template-page-careers #heading .container .image_container {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .image_container {
    width: 100%;
    height: 64vw;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.page-template-page-careers #heading .container .image_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: calc(40% - 40px);
  height: 107px;
  background-color: #fff;
  border-top: 2px solid #0000CA;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .image_container::after {
    display: none;
  }
}
.page-template-page-careers #heading .container .image_container img {
  position: absolute;
  max-width: calc(100% - 40px);
  max-height: 100%;
  height: auto;
  transition: all 0.3s ease;
  z-index: 0;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .image_container img {
    max-width: 100%;
  }
}
.page-template-page-careers #heading .container .image_container img:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px)) scale(0.95);
}
.page-template-page-careers #heading .container .image_container img:nth-child(1).active, .page-template-page-careers #heading .container .image_container img:nth-child(1):hover {
  z-index: 1;
  transform: translate(-50%, calc(-50% + 30px)) scale(1);
}
.page-template-page-careers #heading .container .image_container img:nth-child(2) {
  top: 30px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .image_container img:nth-child(2) {
    top: -30px;
  }
}
.page-template-page-careers #heading .container .image_container img:nth-child(2).active, .page-template-page-careers #heading .container .image_container img:nth-child(2):hover {
  z-index: 1;
  transform: translateX(-50%) scale(1);
}
.page-template-page-careers #heading .container .image_container img:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}
@media only screen and (max-width: 1100px) {
  .page-template-page-careers #heading .container .image_container img:nth-child(3) {
    bottom: -50px;
  }
}
.page-template-page-careers #heading .container .image_container img:nth-child(3).active, .page-template-page-careers #heading .container .image_container img:nth-child(3):hover {
  z-index: 1;
  transform: translateX(-50%) scale(1);
}
.page-template-page-careers main {
  padding-top: 0px;
}
.page-template-page-careers main .container .wp-block-spacer {
  clear: none !important;
}
@media only screen and (min-width: 1101px) {
  .page-template-page-careers main .general-cta-block:first-child {
    margin-top: -50px;
    z-index: 1;
  }
  .page-template-page-careers main .general-cta-block:last-child {
    margin-bottom: -50px;
    z-index: 1;
  }
}

.page-template-page-contact #heading {
  position: relative;
  background-color: #C7F2FC;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/contact-page-heading-bg-lines.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 64vw auto;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-contact #heading {
    background-image: url(../images/contact-page-heading-bg-lines-mobile.png);
    background-size: 50% auto;
    background-position: right top;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-contact #heading {
    background-size: 100% auto;
  }
}
.page-template-page-contact #heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: calc((100% - 1366px) / 2 + 374px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 950px) {
  .page-template-page-contact #heading::before {
    width: 50%;
  }
}
.page-template-page-contact #heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 38px;
  width: calc((100% - 1366px) / 2 + 464.44px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 950px) {
  .page-template-page-contact #heading::after {
    width: 40%;
    height: 36px;
  }
}
.page-template-page-contact #heading p.intro {
  max-width: 764px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.page-template-page-contact #heading .container {
  max-width: 1366px;
  padding: 120px 260px;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-contact #heading .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.page-template-page-contact #heading .container .row {
  display: flex;
}
@media only screen and (max-width: 650px) {
  .page-template-page-contact #heading .container .row {
    flex-direction: column;
  }
}
.page-template-page-contact #heading .container .row:last-child {
  display: block;
}
.page-template-page-contact #heading .container .row .col {
  width: 50%;
  padding-right: 10px;
}
.page-template-page-contact #heading .container .row .col:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}
.page-template-page-contact #heading .container .row .col.wide {
  width: 75%;
}
@media only screen and (max-width: 650px) {
  .page-template-page-contact #heading .container .row .col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-page-contact #heading .container h2 {
  color: #1C092C;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.page-template-page-contact #heading .container h3 {
  color: #1C092C;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
.page-template-page-contact #heading .container button {
  margin-top: 20px;
  display: inline-block;
  background-color: #1208BD;
  color: #fff;
}
.page-template-page-contact #heading .container button:hover {
  background-color: #fff;
  color: #1C092C;
}
.page-template-page-contact #heading .container textarea,
.page-template-page-contact #heading .container input[type=text],
.page-template-page-contact #heading .container input[type=email] {
  border: 1px solid #1208BD;
  border-radius: 5px;
  background-color: transparent;
  color: #1C092C;
  padding: 10px 20px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-page-contact #heading .container textarea {
  height: 145px;
}
.page-template-page-contact #heading .container label {
  font-size: 16px;
  color: #1C092C;
  display: block;
}
.page-template-page-contact #heading .container label.checkbox {
  display: grid;
  color: #1C092C;
}
.page-template-page-contact #heading .container input[type=checkbox] {
  background-color: transparent;
  border: 1px solid #1208BD;
}
.page-template-page-contact #heading .container input[type=checkbox]:checked {
  background-color: #1208BD;
  background-image: url(../svg/checkbox-white.svg);
}
.page-template-page-contact main {
  padding-top: 60px;
  background-image: url(../images/contact-page-bg-lines.png);
  background-size: 44vw auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.page-template-page-contact main .container .wp-block-spacer {
  clear: none !important;
}
.page-template-page-contact main .accordion-block {
  margin-bottom: 60px;
}
.page-template-page-contact main .accordion-block h2 {
  margin-bottom: 30px;
}
.page-template-page-contact main .accordion-block p.intro {
  margin-bottom: 50px;
}
.page-template-page-contact main .two-column-cta-block {
  margin-top: 60px;
}

.single-blog #heading {
  position: relative;
  background-color: #1C092C;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/standard_page_header_lines.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.single-blog #heading .content {
  width: 100vw;
  max-width: 756px;
  padding-bottom: 97px;
  padding-top: 40px;
  margin-left: calc((100% - 1366px) / 2 + 108px);
}
@media only screen and (max-width: 1247px) {
  .single-blog #heading .content {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-blog #heading .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 796px) {
  .single-blog #heading .content {
    max-width: 100vw;
  }
}
.single-blog #heading .content h1 {
  color: #fff;
}
.single-blog #heading .content p {
  max-width: 569px;
  color: #fff;
}
.single-blog #heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: calc((100% - 1366px) / 2 + 374px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 950px) {
  .single-blog #heading::before {
    width: 50%;
  }
}
.single-blog #heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 38px;
  width: calc((100% - 1366px) / 2 + 655.68px);
  background-color: #fff;
  border-top: 1px solid #0000CA;
  z-index: 1;
}
@media (max-width: 950px) {
  .single-blog #heading::after {
    width: 40%;
    height: 36px;
  }
}
.single-blog main {
  padding-top: 60px;
  padding-bottom: 90px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 30px;
}
.single-blog main .container {
  max-width: 756px;
  margin-left: calc((100% - 1366px) / 2 + 108px);
}
@media only screen and (max-width: 1247px) {
  .single-blog main .container {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-blog main .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 796px) {
  .single-blog main .container {
    max-width: 100vw;
  }
}
.single-blog main .container .wp-block-spacer {
  clear: none !important;
}

.post-type-archive-blog .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-type-archive-blog .row .col {
  height: 100%;
}
.post-type-archive-blog #heading {
  background-image: url(../images/featured_blog_post_image_lines.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading {
    padding-bottom: 60px;
    background-size: 90% auto;
  }
}
.post-type-archive-blog #heading .btn {
  display: inline-block;
}
.post-type-archive-blog #heading #title-bar {
  padding: 20px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  background-color: #fff;
  z-index: 2;
}
.post-type-archive-blog #heading #title-bar .row .col h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .post-type-archive-blog #heading #title-bar .row .col .btn {
    padding: 10px 10px;
    margin-left: 40px;
  }
}
.post-type-archive-blog #heading .container {
  max-width: 1366px;
  padding: 0 45px;
}
.post-type-archive-blog #heading .container #featured-blog-post {
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading .container #featured-blog-post .row {
    flex-direction: column;
  }
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col {
  position: relative;
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col:first-child {
  width: 45%;
  padding: 60px 30px 30px 30px;
  margin-right: 60px;
  background-image: url(../images/featured_blog_post_image_bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading .container #featured-blog-post .row .col:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col:first-child::after {
  position: absolute;
  content: "";
  width: 38%;
  height: 100px;
  bottom: 0;
  right: -10px;
  background-color: #fff;
  border-top: 2px solid #1208BD;
  z-index: 2;
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col:last-child {
  width: 45%;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading .container #featured-blog-post .row .col:last-child {
    width: 100%;
  }
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col .image-holder {
  position: relative;
  z-index: 2;
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col .image-holder img {
  width: 100%;
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col h2 {
  color: #1C092C;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading .container #featured-blog-post .row .col h2 {
    font-size: 24px;
  }
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col p {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.33em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog #heading .container #featured-blog-post .row .col p {
    font-size: 18px;
  }
}
.post-type-archive-blog #heading .container #featured-blog-post .row .col p.year {
  font-size: 14px;
  font-family: utopia-std, serif;
  font-weight: 400;
  color: #766B80;
  margin-bottom: 10px;
  margin-top: 120px;
}
.post-type-archive-blog main {
  border-top: 2px solid #E8E8E8;
  padding-top: 20px;
}
.post-type-archive-blog main #blog-listing-filters {
  background-color: #fff;
  border-top: 2px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  background-color: #fff;
  padding: 20px 40px;
}
.post-type-archive-blog main #blog-listing-filters .row .col:last-child {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-filters .row .col:last-child {
    flex-direction: column-reverse;
  }
  .post-type-archive-blog main #blog-listing-filters .row .col:last-child a#view-results {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-filters .row {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .post-type-archive-blog main #blog-listing-filters .row .col:first-child {
    margin-bottom: 20px;
    text-align: center;
  }
}
.post-type-archive-blog main #blog-listing-filters a {
  display: inline-block;
  padding: 5px 20px;
}
.post-type-archive-blog main #blog-listing-filters a#reset-filters {
  width: 24px;
  height: 24px;
  background-image: url(../svg/refresh.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-filters a#reset-filters {
    margin-right: 0;
  }
}
.post-type-archive-blog main #blog-listing-filters a.btn {
  background-color: #1C092C;
  color: #fff;
  padding: 7px 25px;
}
.post-type-archive-blog main #blog-listing-filters a.btn:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}
.post-type-archive-blog main #blog-listing-filters a.filter {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
  color: #1C092C;
}
.post-type-archive-blog main #blog-listing-filters a.filter.active {
  border: 1px solid #1208BD;
  padding-left: 32px;
  padding-right: 10px;
}
.post-type-archive-blog main #blog-listing-filters a.filter.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  background-color: #1208BD;
  background-image: url(../svg/close.svg);
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-type-archive-blog main #blog-listing-container {
  padding-bottom: 120px;
  padding-top: 60px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
.post-type-archive-blog main #blog-listing-container .container {
  max-width: 1366px;
  padding: 0 45px;
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .container {
    padding: 0 20px;
  }
}
.post-type-archive-blog main #blog-listing-container .results {
  font-size: 14px;
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: italic;
  color: #766B80;
  padding-bottom: 20px;
}
.post-type-archive-blog main #blog-listing-container #blog-listing-pagination {
  text-align: center;
  padding: 120px 0 0 0;
}
.post-type-archive-blog main #blog-listing-container #blog-listing-pagination a.btn {
  background-color: #1C092C;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 30%;
}
.post-type-archive-blog main #blog-listing-container #blog-listing-pagination a.btn:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}
.post-type-archive-blog main #blog-listing-container .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .post-type-archive-blog main #blog-listing-container .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item a {
    display: flex;
    flex-direction: row-reverse;
  }
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item a .col:last-child {
    width: 67%;
    padding-right: 20px;
  }
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item a .col:first-child {
    width: 33%;
  }
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item .image-holder {
  position: relative;
  height: 16vw;
  min-height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item .image-holder {
    min-height: 0;
    height: 100%;
  }
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item .image-holder .tag {
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #fff;
  border-bottom: 2px solid #1208BD;
  padding: 0 20px 20px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item .image-holder .tag {
    font-size: 14px;
    padding: 10px 10px 10px 0;
    top: auto;
    right: calc(100% - 40px);
    bottom: 0;
    border-bottom: none;
    border-top: 2px solid #1208BD;
  }
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item .date {
  font-size: 14px;
  font-family: utopia-std, serif;
  font-style: italic;
  color: #766B80;
  padding-top: 10px;
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item a {
  color: #1C092C;
  text-decoration: none;
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item a h2 {
  font-size: 24px;
  color: #1C092C;
}
@media only screen and (max-width: 750px) {
  .post-type-archive-blog main #blog-listing-container .grid-container .grid-item a h2 {
    font-size: 16px;
  }
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item a:hover {
  text-decoration: underline;
}
.post-type-archive-blog main #blog-listing-container .grid-container .grid-item a:hover h2 {
  color: #1208BD;
  text-decoration: underline;
}
.post-type-archive-blog main #blog-listing-cta {
  border-top: 1px solid #E8E8E8;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-image: url(../images/blog-cta-bg-lines.png);
  background-size: 48vw auto;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta {
    padding-left: 0;
  }
}
.post-type-archive-blog main #blog-listing-cta .container {
  max-width: 1366px;
  padding: 0 45px;
}
.post-type-archive-blog main #blog-listing-cta .row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row {
    flex-direction: column;
  }
}
.post-type-archive-blog main #blog-listing-cta .row .col {
  position: relative;
}
.post-type-archive-blog main #blog-listing-cta .row .col:first-child {
  width: 45%;
  padding: 30px 30px 60px 30px;
  margin-left: 120px;
  background-image: url(../images/featured_blog_post_image_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row .col:first-child {
    width: 100%;
    margin-left: 0;
  }
}
.post-type-archive-blog main #blog-listing-cta .row .col:first-child::before {
  position: absolute;
  content: "";
  width: 38%;
  height: 100px;
  top: 0;
  left: -10px;
  background-color: #fff;
  background-image: url(../images/head-heart-mind-icon-blog-cta.png);
  background-size: 53% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #1208BD;
  z-index: 2;
}
.post-type-archive-blog main #blog-listing-cta .row .col:last-child {
  width: 55%;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row .col:last-child {
    width: 100%;
  }
}
.post-type-archive-blog main #blog-listing-cta .row .col .btn {
  display: block;
  margin-bottom: 20px;
  background-color: #1C092C;
  color: #fff;
  max-width: 260px;
  text-align: center;
}
.post-type-archive-blog main #blog-listing-cta .row .col .btn:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}
.post-type-archive-blog main #blog-listing-cta .row .col .btn.btn-alt-dark {
  background-color: #1208BD;
  color: #fff;
}
.post-type-archive-blog main #blog-listing-cta .row .col .btn.btn-alt-dark:hover {
  background-color: #3BD3F6;
  color: #1C092C;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row .col .btn {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .post-type-archive-blog main #blog-listing-cta .row .col .btn {
    display: block;
    text-align: center;
  }
}
.post-type-archive-blog main #blog-listing-cta .row .col .image-holder {
  position: relative;
  z-index: 1;
}
.post-type-archive-blog main #blog-listing-cta .row .col .image-holder img {
  width: 100%;
}
.post-type-archive-blog main #blog-listing-cta .row .col h2 {
  color: #1C092C;
  font-weight: 400;
  color: #1208BD;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row .col h2 {
    font-size: 24px;
  }
}
.post-type-archive-blog main #blog-listing-cta .row .col p {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.33em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .post-type-archive-blog main #blog-listing-cta .row .col p {
    font-size: 18px;
  }
}
.post-type-archive-blog main .container .wp-block-spacer {
  clear: none !important;
}

footer {
  position: relative;
  width: 100vw;
  background-color: #1C092C;
  overflow: hidden;
}
footer section {
  z-index: 1;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 241px;
  height: 341px;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/footer-left-lines.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 88px;
  left: 0;
  z-index: 0;
}
footer::after {
  content: "";
  display: block;
  width: 782px;
  height: 275px;
  background-image: url(/wp-content/themes/joinmdhealth/assets/images/footer-top-right-lines.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 0;
}
footer #signup-form {
  margin: 0 auto;
  padding: 120px 0px 114px 0px;
}
@media only screen and (min-width: 1366px) {
  footer #signup-form {
    padding: 120px 210px 114px 210px;
  }
}
@media only screen and (max-width: 1100px) {
  footer #signup-form {
    padding-top: 60px;
  }
}
footer #signup-form .container {
  max-width: 1366px;
  padding: 0 45px;
}
footer #signup-form .row {
  display: flex;
}
@media only screen and (max-width: 650px) {
  footer #signup-form .row {
    flex-direction: column;
  }
}
footer #signup-form .row:last-child {
  display: block;
}
footer #signup-form .row .col {
  width: 50%;
  padding-right: 10px;
}
footer #signup-form .row .col:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 650px) {
  footer #signup-form .row .col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
footer #signup-form h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  footer #signup-form h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
  }
}
footer #signup-form h3 {
  color: #3BD3F6;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
footer #signup-form button {
  margin-top: 20px;
  display: inline-block;
}
footer #signup-form input[type=text],
footer #signup-form input[type=email] {
  border: 1px solid #3BD3F6;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
footer #signup-form label {
  font-size: 16px;
  color: #3BD3F6;
  display: block;
}
footer #signup-form label.checkbox {
  display: grid;
  color: #fff;
}
footer #footer-main {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main {
    border-top: 1px solid #707070;
    padding-top: 60px;
  }
}
footer #footer-main .row {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 45px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer #footer-main .row .col {
  width: 100%;
  color: #fff;
}
footer #footer-main .row .col svg {
  fill: #fff;
}
footer #footer-main .row .col.mind-hand-heart.mobile-only {
  display: none;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row .col.mind-hand-heart {
    display: none;
  }
  footer #footer-main .row .col.mind-hand-heart.mobile-only {
    display: block;
    margin-bottom: 20px;
  }
}
footer #footer-main .row .col.mind-hand-heart svg path {
  fill: #3BD3F6;
}
footer #footer-main .row .col.mind-hand-heart svg path#heart {
  stroke: #3BD3F6;
}
footer #footer-main .row .col h2 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: right;
}
footer #footer-main .row .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row .col ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
}
footer #footer-main .row .col ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 40px;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row .col ul li {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
footer #footer-main .row .col ul li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
footer #footer-main .row .col ul li a:hover {
  text-decoration: underline;
}
footer #footer-main .row .col #footer-social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
footer #footer-main .row .col #footer-social .col:last-child {
  max-width: 255px;
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row .col #footer-social {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer #footer-main .row .col #footer-social .col:first-child h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1050px) {
  footer #footer-main .row .col #footer-social ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer #footer-main .row .col #footer-social ul li {
  margin-left: 30px;
}
footer #footer-main .row .col #footer-social ul li:first-child {
  margin-left: 0;
}
footer #footer-utility {
  display: block;
  width: 100%;
  height: 88px;
  background-color: #341150;
  border-top: 1px solid #766b80;
}
@media only screen and (max-width: 640px) {
  footer #footer-utility {
    height: auto;
    padding: 20px 45px;
  }
}
footer #footer-utility .container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 45px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  footer #footer-utility .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
footer #footer-utility .container .col {
  width: 100%;
  color: #fff;
  font-size: 14px;
}
footer #footer-utility .container .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #footer-utility .container .col ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #footer-utility .container .col ul li a {
  color: #fff;
  font-size: 14px;
}
footer #footer-utility .container .col:first-child a {
  display: inline-block;
}
footer #footer-utility .container .col:nth-child(2) {
  text-align: center;
}
footer #footer-utility .container .col:last-child {
  margin-right: auto;
  text-align: right;
}
@media only screen and (max-width: 1050px) {
  footer #footer-utility .container .col:last-child {
    text-align: center;
    margin-top: 10px;
  }
}

#career-opportunities-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 0vh;
  width: 100vw;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #1C092C;
  z-index: 100;
  translate: height 1s ease;
}
#career-opportunities-popup.open {
  display: block;
  opacity: 1;
  padding: 120px;
  height: 100vh;
}
#career-opportunities-popup h1 {
  color: #fff;
  margin-bottom: 60px;
}
#career-opportunities-popup h2 {
  position: relative;
  font-size: 30px;
  color: #fff;
  padding-left: 30px;
}
#career-opportunities-popup h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/popup-accordion-plus.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#career-opportunities-popup h2.open::before {
  background-image: url(../images/popup-accordion-minus.png);
}
#career-opportunities-popup h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#career-opportunities-popup p {
  font-family: utopia-std, serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
}
#career-opportunities-popup a {
  color: #3BD3F6;
}
#career-opportunities-popup a.close {
  position: absolute;
  top: 120px;
  right: 120px;
  width: 41px;
  height: 41px;
  background-image: url(../svg/close-x.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#career-opportunities-popup .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  padding-bottom: 60px;
}
#career-opportunities-popup .section .content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
  color: #757575;
}
#career-opportunities-popup .section .content.open {
  padding-top: 28px;
  opacity: 1;
}

#education-opportunities-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 0vh;
  width: 100vw;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #1C092C;
  z-index: 100;
  translate: height 1s ease;
}
#education-opportunities-popup.open {
  display: block;
  opacity: 1;
  padding: 120px;
  height: 100vh;
}
#education-opportunities-popup h1 {
  color: #fff;
  margin-bottom: 60px;
}
#education-opportunities-popup h2 {
  position: relative;
  font-size: 30px;
  color: #fff;
  padding-left: 30px;
}
#education-opportunities-popup h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/popup-accordion-plus.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#education-opportunities-popup h2.open::before {
  background-image: url(../images/popup-accordion-minus.png);
}
#education-opportunities-popup h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#education-opportunities-popup p {
  font-family: utopia-std, serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
}
#education-opportunities-popup a {
  color: #3BD3F6;
}
#education-opportunities-popup a.close {
  position: absolute;
  top: 120px;
  right: 120px;
  width: 41px;
  height: 41px;
  background-image: url(../svg/close-x.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#education-opportunities-popup .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  padding-bottom: 60px;
}
#education-opportunities-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#education-opportunities-popup ul li {
  list-style: none;
  font-family: utopia-std, serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding: 2px 2px 2px 0;
  margin-left: 15px;
  list-style: circle;
}
#education-opportunities-popup .section .content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  opacity: 0;
  color: #757575;
}
#education-opportunities-popup .section .content.open {
  padding-top: 28px;
  opacity: 1;
}
