@charset "UTF-8";
@import '../fonts/MyFontsWebfontsKit.css';
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import '../css/brandon-text.css';
/* Fonts Related CSS */
/* Display Related CSS */
/* Display FLex Related CSS */
/* Padding & Margin CSS */
/* Background CSS */
/* Border CSS */
/* Width CSS */
/* Height CSS */
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "BrandonTextWeb-Regular";
  scroll-behavior: smooth;
  background-color: #fff;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.home .site {
  position: relative;
}

p {
  position: relative;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a[href^="tel:"], a[href^="Tel:"] {
  pointer-events: initial;
}
a:hover {
  color: #112f54;
}

.define {
  border-width: 0;
  border-bottom-width: 2px;
  border-color: #112f54;
  border-style: dotted;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .define {
    position: initial !important;
  }
}
.define .def {
  display: none;
  width: 300px;
  margin: 0;
  border-radius: 10px;
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #333;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  white-space: normal;
  left: 0;
  top: 35px;
}
.define .def b {
  font-family: BrandonTextWeb-Bold;
}
@media only screen and (max-width: 991px) {
  .define .def {
    top: initial !important;
    left: 0 !important;
    width: 100% !important;
  }
}
.define .def .pad {
  padding: 15px;
  display: block;
}
.define:hover .def, .define:focus .def, .define:focus-visible .def, .define:active .def, .define.active_text .def {
  display: block;
}
@media (hover: hover) {
  .define:hover .def, .define:focus .def, .define:focus-visible .def, .define:active .def {
    display: block;
  }
}

strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
  font-style: normal;
}

.inner_page {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 0;
  border-top-width: 1px;
  border-color: #eee;
  border-style: solid;
}

.copy-link-url {
  position: relative;
  top: 1px;
}
.copy-link-url .link-icon {
  background-image: url("/wp-content/uploads/2023/08/link_vector1.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  cursor: pointer;
}
.copy-link-url .link-tip {
  display: none;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 11px;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.copy-link-url .link-tip:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #197cb9;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.copy-link-url .link-tip .link-text {
  font-family: BrandonTextWeb-Medium;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #197cb9;
  padding: 10px 5px 8px;
  border-radius: 8px;
  display: inline-block;
  max-width: 96px;
  width: 96px;
  text-align: center;
}
.copy-link-url .link-tip .link-text .done {
  display: none;
}
.copy-link-url .link-tip .link-text.active_text .copy {
  display: none;
}
.copy-link-url .link-tip .link-text.active_text .done {
  display: block;
}
.copy-link-url .link-tip .link-url {
  opacity: 0;
  display: none;
}
.copy-link-url:hover .link-tip {
  display: block;
}
.copy-link-url.white_box .link-icon {
  background-image: url("/wp-content/uploads/2023/11/link_vector_white.svg");
}
.copy-link-url.white_box .link-tip .link-text {
  background-color: #fff;
  color: #197cb9;
}
.copy-link-url.white_box .link-tip::before {
  border-bottom-color: #fff;
}

.should-animate {
  opacity: 0;
}

.no-break {
  white-space: nowrap;
}

.video-player .wistia_responsive_wrapper .wistia_embed:not(.play_video) .w-bottom-bar {
  display: none !important;
}

.no-link {
  pointer-events: none !important;
}

header {
  padding: 0px 20px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    overflow: initial;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px;
  }
  header .container {
    padding: 0;
  }
}
header .top_bar {
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  header .top_bar {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  header .top_bar {
    padding: 0 4px;
    margin-left: -20px;
    text-align: center;
    width: calc(100% + 40px);
    background-color: #197cb9;
  }
}
header .top_bar ul {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  header .top_bar ul {
    gap: 0;
  }
}
header .top_bar ul li.get_started_page {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .top_bar ul li {
    width: 50%;
    overflow: hidden;
  }
  header .top_bar ul li:first-of-type {
    border-width: 0;
    border-right-width: 1px;
    border-color: #fff;
    border-style: solid;
  }
  header .top_bar ul li:nth-of-type(2) {
    display: none;
  }
}
header .top_bar ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background-color: #197cb9;
  display: inline-block;
}
header .top_bar ul li a:hover {
  background-color: #126191;
}
@media only screen and (max-width: 767px) {
  header .top_bar ul li a {
    width: 100%;
    padding: 12px 15px;
  }
}
header .top_bar ul li.phone_icon a:before {
  content: "";
  width: 11px;
  height: 10px;
  background-image: url("/wp-content/themes/your-catalyst-pathways/assets/images/svg/phone_icon.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  display: inline-block;
  margin-right: 6px;
}
header .site-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
header .site-header__inner .header_logo {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  header .site-header__inner .header_logo {
    max-width: 160px;
  }
}
header .site-header__inner .header_logo .custom-logo-wrapper a .screen-reader-text {
  display: none;
}
header .site-header__inner .header_logo .custom-logo-wrapper a .em-image {
  width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  header .site-header__inner .header_logo .custom-logo-wrapper a .em-image {
    max-width: 160px;
  }
}
header .site-header__inner .header_logo .custom-logo-wrapper a .em-image .em-image__ratio {
  padding-top: 0 !important;
}
header .site-header__inner .header_logo .custom-logo-wrapper a .em-image .em-image__ratio svg {
  width: 100%;
  height: auto;
}
header .site-header__inner .header_nav {
  width: 100%;
  max-width: calc(100% - 230px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 991px) {
  header .site-header__inner .header_nav {
    max-width: calc(100% - 190px);
  }
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav {
    top: 0;
    position: initial;
  }
}
header .site-header__inner .header_nav .navicon {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav .navicon {
    display: block;
    background-color: transparent;
    padding: 0;
    border-width: 0;
  }
  header .site-header__inner .header_nav .navicon .header_haburger_close_icon,
  header .site-header__inner .header_nav .navicon ul.menu,
  header .site-header__inner .header_nav .navicon ul.menu li .down_icon {
    display: none;
  }
  header .site-header__inner .header_nav .navicon span img {
    width: 40px;
  }
  header .site-header__inner .header_nav .navicon.active_menu .header_haburger_icon {
    display: none;
  }
  header .site-header__inner .header_nav .navicon.active_menu .header_haburger_close_icon {
    display: block;
  }
}
header .site-header__inner .header_nav ul.menu,
header .site-header__inner .header_nav ul.menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  header .site-header__inner .header_nav ul.menu {
    display: flex !important;
  }
}
@media only screen and (max-width: 1199px) {
  header .site-header__inner .header_nav ul.menu {
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  header .site-header__inner .header_nav ul.menu {
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu {
    display: none;
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
    background-color: #fff;
    width: calc(100% + 40px);
    border-top: 1px solid #e7e7e7;
    position: absolute;
    left: -20px;
    right: 0;
    z-index: 2;
    top: 54px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
  header .site-header__inner .header_nav ul.menu.active_menu {
    display: block;
  }
}
header .site-header__inner .header_nav ul.menu li {
  position: relative;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: transparent;
  border-style: solid;
}
header .site-header__inner .header_nav ul.menu li.mobile--menu {
  display: none;
}
header .site-header__inner .header_nav ul.menu li:hover {
  border-color: #197cb9;
}
@media only screen and (max-width: 1024px) {
  header .site-header__inner .header_nav ul.menu li span,
  header .site-header__inner .header_nav ul.menu li span svg {
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu li {
    background-color: #f7f7f7;
  }
  header .site-header__inner .header_nav ul.menu li.mobile--menu {
    display: block;
  }
}
header .site-header__inner .header_nav ul.menu li > a {
  font-family: BrandonTextWeb-Bold;
  font-size: 1.143em;
  font-weight: 400;
  color: #197cb9;
  text-decoration: none;
  margin-right: 0px;
}
@media only screen and (max-width: 1024px) {
  header .site-header__inner .header_nav ul.menu li > a {
    font-size: 0.9em;
  }
}
header .site-header__inner .header_nav ul.menu li span.down_icon {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu li span.down_icon {
    display: none;
  }
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu {
  flex-direction: column;
  gap: 0;
  padding-top: 9px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu li > ul.sub-menu {
    display: flex;
    padding-top: 0;
    position: relative;
  }
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu li {
  border-width: 0;
  border-width: 0;
  border-top-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu li:hover {
  background-color: #eee;
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu li:first-of-type {
  border-width: 0;
  border-top-width: none;
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu li.current_page_item {
  border-color: #e7e7e7;
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu li > ul.sub-menu li {
    border-width: 1px 0 0 0;
    border-color: #e7e7e7 !important;
    border-style: solid;
    background-color: #eee;
  }
}
header .site-header__inner .header_nav ul.menu li > ul.sub-menu li a {
  font-size: 0.92em;
  line-height: 21px;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  border-width: 0;
}
header .site-header__inner .header_nav ul.menu li:hover > ul.sub-menu {
  display: flex;
}
header .site-header__inner .header_nav ul.menu li.current_page_item, header .site-header__inner .header_nav ul.menu li.current-page-ancestor {
  border-color: #197cb9;
}
@media only screen and (max-width: 767px) {
  header .site-header__inner .header_nav ul.menu li {
    border-width: 0;
    border-top-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
  }
  header .site-header__inner .header_nav ul.menu li:first-of-type {
    border-width: 0;
    border-top-width: 0;
  }
  header .site-header__inner .header_nav ul.menu li a {
    font-size: 0.92em;
    line-height: 21px;
    text-align: center;
    padding: 15px 20px;
    display: inline-block;
  }
}
header .site-header__inner .header_nav ul.menu .sub-menu {
  display: none;
}

.new-umbrella header,
.page-id-1113 header,
.error404 header {
  padding-bottom: 26px;
}
.new-umbrella header .site-header__inner .header_logo,
.page-id-1113 header .site-header__inner .header_logo,
.error404 header .site-header__inner .header_logo {
  max-width: 245px;
}
.new-umbrella header .site-header__inner .header_logo .custom-logo-wrapper a .em-image,
.page-id-1113 header .site-header__inner .header_logo .custom-logo-wrapper a .em-image,
.error404 header .site-header__inner .header_logo .custom-logo-wrapper a .em-image {
  width: 245px;
}
.new-umbrella header .site-header__inner .header_nav,
.page-id-1113 header .site-header__inner .header_nav,
.error404 header .site-header__inner .header_nav {
  display: none;
}

.dmdycp_body header .site-header__inner .header_nav ul.menu li > ul.sub-menu li a {
  padding: 15px 8px;
}

.page-id-688 header .top_bar ul li.all_page,
.new-umbrella header .top_bar ul li.all_page {
  display: none;
}
.page-id-688 header .top_bar ul li.get_started_page,
.new-umbrella header .top_bar ul li.get_started_page {
  display: flex;
}

footer {
  background-color: #112f54;
  color: #fff;
  padding: 40px 20px 68px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .container {
  max-width: 1200px;
}
footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .footer_top {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 40px;
  }
}
footer .footer_top .footer_logos a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer_top .footer_logos a .img_box {
  width: 40px;
  height: 40px;
}
footer .footer_top .footer_logos a .img_box img {
  width: 100%;
  height: 100%;
}
footer .footer_top .footer_logos a .text_box {
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer_top .footer_logos a:hover .img_box img {
  -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(21%) saturate(691%) hue-rotate(180deg) brightness(89%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(76%) sepia(21%) saturate(691%) hue-rotate(180deg) brightness(89%) contrast(93%);
}
footer .footer_top .footer_logos a:hover .text_box {
  color: #92b4dd;
}
@media only screen and (max-width: 767px) {
  footer .footer_top .footer_logos {
    order: 2;
  }
}
footer .footer_top .site_logo a {
  display: flex;
  width: 266px;
}
footer .footer_top .site_logo a img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .footer_top .site_logo {
    order: 1;
  }
}
footer .footer_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
footer .footer_bottom p {
  margin: 0;
}
footer .footer_bottom p:first-of-type {
  padding-bottom: 10px;
}
footer .footer_bottom a {
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  line-height: 1.42857;
  color: #fff;
  text-decoration: none;
}
footer .footer_bottom a:hover {
  color: #92b4dd;
}
footer .footer_bottom .footer_links {
  padding-bottom: 10px;
}

.inner_footer {
  padding: 200px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.inner_footer .container {
  text-align: center;
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .inner_footer .container {
    max-width: 100%;
  }
}
.inner_footer .container .row {
  padding: 100px 0 0;
}
.inner_footer h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #112f54;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .inner_footer h3 {
    font-size: 30px;
    line-height: 37px;
    margin: 0 auto 10px;
    max-width: 690px;
  }
}
.inner_footer .body_icon_box {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.inner_footer .body_icon_box .icon_box {
  width: 100%;
  max-width: 130px;
}
.inner_footer .body_icon_box .icon_box img {
  width: 100%;
}
.inner_footer .body_icon_box .text_box {
  width: calc(100% - 170px);
  max-width: 340px;
  text-align: left;
}
.inner_footer .body_icon_box .text_box .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin: 5px 0 10px;
}
.inner_footer .body_icon_box .text_box p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  margin: 10px 0 0;
}
.inner_footer .body_icon_box .text_box a {
  cursor: pointer;
}
.inner_footer .body_icon_box .text_box a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 4px 40px 4px;
  margin: 30px 0 0;
}
.inner_footer .body_icon_box .text_box a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 2px;
}
.inner_footer .body_icon_box .text_box a.button:hover {
  background-color: #126191;
}
@media only screen and (max-width: 767px) {
  .inner_footer .body_icon_box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .inner_footer .body_icon_box .text_box {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .inner_footer .body_icon_box .text_box p {
    font-size: 18px;
    line-height: 25px;
  }
}

.patient_services_footer .body_icon_box .text_box {
  max-width: 360px;
}

.faq_footer_inner .patient_exeperience_icon_box .inner_footer {
  padding: 75px 0 130px;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .container {
  max-width: 768px;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box {
  justify-content: flex-start;
  gap: 10px 57px;
  margin: 0 0 0 12px;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .icon_box {
  margin-top: -5px;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .text_box {
  width: calc(100% - 167px);
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .text_box {
    width: 100%;
    max-width: 100%;
  }
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .text_box p strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .text_box p a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq_footer_inner .patient_exeperience_icon_box .inner_footer .body_icon_box .text_box p a:hover {
  color: #aedbf7;
}

.footer_outreach_section .inner_footer .row {
  padding-top: 120px;
}
.footer_outreach_section .inner_footer .row h3 {
  margin-bottom: -12px;
}

.dmd_patient_service_footer .inner_footer .body_icon_box .text_box p:first-of-type {
  margin-top: -10px;
}
.dmd_patient_service_footer .inner_footer .body_icon_box .text_box p:last-of-type a {
  margin-top: 3px;
  padding: 7px 30px 9px;
}
@media only screen and (max-width: 767px) {
  .dmd_patient_service_footer .inner_footer .body_icon_box .text_box p:last-of-type a {
    margin-top: 12px;
  }
}
.dmd_patient_service_footer .inner_footer .body_icon_box .text_box p:last-of-type a::after {
  margin-left: 8px;
}

.dmd_financial_assistance_inner_footer .inner_footer .body_icon_box .text_box {
  max-width: 380px;
}
.dmd_financial_assistance_inner_footer .inner_footer .body_icon_box .text_box p:last-of-type a {
  margin-top: 3px;
  padding: 7px 30px 9px;
}
@media only screen and (max-width: 767px) {
  .dmd_financial_assistance_inner_footer .inner_footer .body_icon_box .text_box p:last-of-type a {
    margin-top: 12px;
  }
}
.dmd_financial_assistance_inner_footer .inner_footer .body_icon_box .text_box p:last-of-type a::after {
  margin-left: 8px;
}

.active_popup {
  overflow: hidden !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 100vh;
  width: 100%;
  padding: 0 20px;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal {
    height: initial;
  }
}
.modal .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.modal.active {
  display: block;
  opacity: 1;
}
.modal .modal_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-height: calc(100% - 20px);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal .modal_box {
    max-height: initial;
    height: auto;
    padding-bottom: 0;
  }
}
.modal .modal_box .close {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
  background: url("/wp-content/themes/your-catalyst-pathways/assets/images/svg/close_modal_icon.svg") center center/contain no-repeat;
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  overflow: hidden;
}
.modal .modal_box .close:hover {
  opacity: 0.5;
}
.modal .modal_box .modal_box_content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.modal .modal_box .modal_box_content .modal_header {
  padding: 35px;
  background-color: #197cb9;
  position: relative;
  border-bottom: none;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.modal .modal_box .modal_box_content .modal_body {
  padding: 30px 60px;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal .modal_box .modal_box_content .modal_body {
    font-size: 18px;
    line-height: 25px;
    padding: 40px 30px;
  }
}
.modal .modal_box .modal_box_content .modal_body .body_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box {
  width: 50%;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box:first-child {
  border-bottom: 0;
  border-right: 1px solid #dadada;
  padding: 0;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box .box_img img {
  margin-bottom: 20px;
  width: 160px;
  height: auto;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box .box_details p {
  margin: 0;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box .box_details span {
  display: inline-block;
  width: 100%;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box .box_details a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal .modal_box .modal_box_content .modal_body .body_content .content_box .box_details a:hover {
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .modal .modal_box .modal_box_content .modal_body .body_content .content_box {
    width: 100%;
  }
  .modal .modal_box .modal_box_content .modal_body .body_content .content_box:first-child {
    border-bottom: 0;
    border-right: none;
    padding: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.modal .modal_box .modal_box_content .modal_body .body_notes {
  margin-top: 30px;
}
.modal .modal_box .modal_box_content .modal_body .body_notes p {
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  text-align: left;
  margin: 0 0 10px;
}
.modal .modal_box .modal_box_content .modal_body .body_notes p:last-of-type {
  margin: 0;
}
.modal .modal_box .modal_box_content .modal_body .body_notes p a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal .modal_box .modal_box_content .modal_body .body_notes p a:hover {
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .modal#download_get_started {
    padding: 0;
  }
  .modal#download_get_started .modal_box .modal_box_content {
    border: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .modal.white_modal .modal_box {
    max-height: calc(100% - 20px);
    width: 100%;
    height: 100%;
  }
}
.modal.white_modal .modal_box .close {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal.white_modal .modal_box .close:hover {
  opacity: 0.5;
}
.modal.white_modal .modal_box .close span {
  height: initial;
  display: inline-block;
  width: auto;
  position: relative;
  top: -10px;
}
.modal.white_modal .modal_box .modal_box_content {
  max-width: 728px;
  margin: 0 auto;
  border-radius: 6px;
}
.modal.white_modal .modal_box .modal_box_content .modal_header {
  background-color: transparent;
  padding: 15px 20px;
}
.modal.white_modal .modal_box .modal_box_content .modal_header .about-enroll {
  font-size: 20px;
  line-height: 30px;
  color: #197cb9;
}
.modal.white_modal .modal_box .modal_box_content .modal_body {
  padding: 10px 20px 40px;
}
.modal.white_modal .modal_box .modal_box_content .modal_body .body_notes {
  margin: 0;
}
.modal.white_modal .modal_box .modal_box_content .modal_body .body_notes p {
  font-size: 18px;
  line-height: 25px;
  color: #666;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.modal.white_modal .modal_box .modal_box_content .modal_body .body_notes a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 9px 10px 7px 10px;
  margin-top: 30px;
  background-color: #197cb9;
}
.modal.facebook_modal .modal_box .modal_box_content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal.facebook_modal .modal_box .modal_box_content .modal_header {
  padding: 15px 20px 25px;
}
.modal.facebook_modal .modal_box .modal_box_content .modal_body .body_notes a {
  padding: 10px 28px 8px;
}
.modal.facebook_modal .modal_box .modal_box_content .modal_body .body_notes a.white_button {
  background-color: #ececec;
  color: #333;
}
.modal.leaving_popup .modal_overlay {
  background-color: rgba(0, 0, 0, 0.95);
}
.modal.leaving_popup .modal_box .close {
  opacity: 0.5;
}
.modal.leaving_popup .modal_box .close:hover {
  opacity: 1;
}
.modal.leaving_popup .modal_box .modal_box_content {
  max-width: 840px;
  border-radius: 28px;
}
.modal.leaving_popup .modal_box .modal_box_content .modal_body {
  text-align: left;
  padding: 92px 58px;
}
@media only screen and (max-width: 767px) {
  .modal.leaving_popup .modal_box .modal_box_content .modal_body {
    padding: 80px 20px;
  }
}
.modal.leaving_popup .modal_box .modal_box_content .modal_body h3 {
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #112F54;
  text-align: left;
  margin: 0 0 32px;
  max-width: 630px;
}
@media only screen and (max-width: 767px) {
  .modal.leaving_popup .modal_box .modal_box_content .modal_body h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.modal.leaving_popup .modal_box .modal_box_content .modal_body p {
  margin-top: -10px;
  margin-bottom: 23px;
  font-family: "Brandon Text";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
  text-align: left;
}
.modal.leaving_popup .modal_box .modal_box_content .modal_body a {
  font-family: "Brandon Text";
  font-size: 16px;
  line-height: 24px;
  color: #112F54;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  background-color: #D3AD3A;
  border-radius: 100px;
  width: auto;
  max-width: 250px;
  justify-content: center;
  padding: 13px 20px;
}
.modal.leaving_popup .modal_box .modal_box_content .modal_body a .svg_icon,
.modal.leaving_popup .modal_box .modal_box_content .modal_body a .svg_icon svg {
  width: 18px;
  height: 18px;
}
.modal#site_leaving.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #122F54;
  opacity: 0.4;
}
.modal#site_leaving .modal_overlay {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 1;
}
.modal#site_leaving .modal_box .modal_close {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/your-catalyst-pathways/assets/images/svg/close_icon.svg");
}
.modal#site_leaving .modal_box .modal_close * {
  display: none;
}
.modal#site_leaving .modal_box .modal_box_content {
  border-radius: 0;
  box-shadow: none;
  border: none;
  max-width: 1028px;
}
.modal#site_leaving .modal_box .modal_box_content .modal_header {
  padding: 55px 20px 0;
}
.modal#site_leaving .modal_box .modal_box_content .modal_header .about-enroll {
  font-size: 25px;
  font-family: "BrandonTextWeb-medium";
  line-height: 30px;
}
.modal#site_leaving .modal_box .modal_box_content .modal_body {
  padding: 0 20px 80px;
}
.modal#site_leaving .modal_box .modal_box_content .modal_body .body_notes p {
  font-size: 25px;
  font-family: "BrandonTextWeb-medium";
  line-height: 30px;
  padding-bottom: 30px;
  color: #197cb9;
}
.modal#site_leaving .modal_box .modal_box_content .modal_body .body_notes a {
  margin-top: 0;
  font-size: 20px;
  line-height: 35px;
  font-family: "BrandonTextWeb-Bold";
  padding: 5px 20px;
  max-width: 238px;
  width: 100%;
}

.dmdycp_body .modal#download_get_started .modal_box .modal_box_content {
  padding: 30px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .dmdycp_body .modal#download_get_started .modal_box .modal_box_content {
    padding: 30px 53px;
  }
}
.dmdycp_body .modal#download_get_started .modal_box .modal_box_content .modal_header .about-enroll {
  max-width: 650px;
  margin: 0 auto;
  font-family: BrandonTextWeb-medium;
}
.dmdycp_body .modal#site_leaving.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #122F54;
  opacity: 0.4;
}
.dmdycp_body .modal#site_leaving .modal_overlay {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 1;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_close {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/your-catalyst-pathways/assets/images/svg/close_icon.svg");
}
.dmdycp_body .modal#site_leaving .modal_box .modal_close * {
  display: none;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content {
  border-radius: 0;
  box-shadow: none;
  border: none;
  max-width: 1028px;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content .modal_header {
  padding: 55px 20px 0;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content .modal_header .about-enroll {
  font-size: 25px;
  font-family: "BrandonTextWeb-medium";
  line-height: 30px;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content .modal_body {
  padding: 0 20px 80px;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content .modal_body .body_notes p {
  font-size: 25px;
  font-family: "BrandonTextWeb-medium";
  line-height: 30px;
  padding-bottom: 30px;
  color: #197cb9;
}
.dmdycp_body .modal#site_leaving .modal_box .modal_box_content .modal_body .body_notes a {
  margin-top: 0;
  font-size: 20px;
  line-height: 35px;
  font-family: "BrandonTextWeb-Bold";
  padding: 5px 20px;
  max-width: 238px;
  width: 100%;
}

.banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 918px;
    align-items: flex-start;
    padding: 0px 0;
  }
}
.banner .background,
.banner video {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner .background,
  .banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner .background video,
  .banner video video {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .banner .background,
  .banner video {
    top: -30vh;
    right: 0;
  }
}
@media only screen and (min-device-width: 736px) and (max-device-width: 767px) {
  .banner .background,
  .banner video {
    bottom: 31vh !important;
    top: initial;
  }
}
@media only screen and (min-device-width: 381px) and (max-device-width: 418px) {
  .banner .background,
  .banner video {
    top: -14.5vh;
    height: auto;
  }
}
@media only screen and (min-device-width: 419px) and (max-device-width: 481px) {
  .banner .background,
  .banner video {
    top: -12.5vh;
    right: 0;
    height: auto;
  }
}
@media only screen and (max-width: 380px) {
  .banner .background,
  .banner video {
    height: auto;
    top: -13vh;
  }
}
.banner .background img,
.banner video img {
  display: none;
}
@media only screen and (max-width: 991px) {
  .banner .background img,
  .banner video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
  .banner .background img.desktop,
  .banner video img.desktop {
    display: block;
  }
  .banner .background img.mobile,
  .banner video img.mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner .background img.desktop,
  .banner video img.desktop {
    display: none;
  }
  .banner .background img.mobile,
  .banner video img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 560px) {
  .banner .background img.mobile,
  .banner video img.mobile {
    -o-object-position: center 50%;
    object-position: center 50%;
  }
}
.banner .text_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner .text_box {
    position: relative;
    top: initial;
    transform: initial;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box {
    padding: 30px 0;
  }
  .banner .text_box .row {
    min-height: 918px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
}
@media only screen and (max-width: 560px) {
  .banner .text_box {
    padding-bottom: 0;
  }
}
.banner .text_box .container {
  margin-left: 9.2vw !important;
}
@media only screen and (max-width: 1199px) {
  .banner .text_box .container {
    margin-left: 9.7vw !important;
    max-width: 94vw;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .text_box .container {
    margin-left: auto !important;
    max-width: 100%;
    padding: 0 20px;
  }
}
.banner .text_box h1 {
  margin: 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  color: #112f54;
}
@media only screen and (max-width: 1024px) {
  .banner .text_box h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .text_box h1 {
    font-size: 46px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box h1 {
    font-size: 30px;
    line-height: 24px;
    color: #197cb9;
  }
}
.banner .text_box h1 sup {
  font-size: 45%;
  vertical-align: middle;
  top: -15px;
  position: relative;
}
.banner .text_box h3 {
  margin: 10px 0;
  font-family: BrandonTextWeb-bold;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #112f54;
  max-width: 580px;
}
@media only screen and (max-width: 1024px) {
  .banner .text_box h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .text_box h3 {
    font-size: 22px;
    line-height: 30px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box h3 {
    font-family: BrandonTextWeb-BoldItalic;
    font-size: 17px;
    line-height: 20px;
  }
}
.banner .text_box .text_box_column {
  max-width: 1050px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner .text_box .text_box_column {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
  }
}
.banner .text_box .text_box_column .content_details {
  max-width: 585px;
}
@media only screen and (max-width: 1199px) {
  .banner .text_box .text_box_column .content_details {
    max-width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .text_box .text_box_column .content_details {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box .text_box_column .content_details {
    background-color: #197cb9;
    background-image: url("/wp-content/themes/your-catalyst-pathways/assets/images/blue_title_pattern.png");
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: initial;
    padding: 52px 34px;
    order: 2;
  }
  .banner .text_box .text_box_column .content_details .define {
    border-color: #fff;
  }
}
.banner .text_box .text_box_column .content_details p {
  margin: 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
}
@media only screen and (max-width: 1024px) {
  .banner .text_box .text_box_column .content_details p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .text_box .text_box_column .content_details p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box .text_box_column .content_details p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
  }
}
.banner .text_box .text_box_column .content_box {
  position: absolute;
  top: 26.3vh;
  right: 60px;
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  .banner .text_box .text_box_column .content_box {
    right: 0;
    bottom: 0px;
    top: initial;
  }
}
@media only screen and (max-width: 991px) {
  .banner .text_box .text_box_column .content_box {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text_box .text_box_column .content_box {
    position: initial;
    transform: initial;
    top: initial;
    margin: 0 0 5px auto;
    width: 85%;
    order: 1;
  }
}
@media only screen and (max-width: 560px) {
  .banner .text_box .text_box_column .content_box {
    margin: 0 auto 5px;
  }
}
.banner .text_box .text_box_column .content_box h5 {
  margin: 0;
  font-family: BrandonTextWeb-Bold;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  color: #112f54;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .banner .text_box .text_box_column .content_box h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .banner .text_box .text_box_column .content_box h5 {
    font-size: 18px;
    text-align: center;
  }
}

.dmdycp_body .em-home-banner .banner {
  border-bottom: 29px solid #122F54;
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner {
    min-height: 1225px;
    border-bottom: 25px solid #122F54;
  }
}
.dmdycp_body .em-home-banner .banner .text_box .container {
  margin-left: auto !important;
}
.dmdycp_body .em-home-banner .banner video {
  display: none !important;
}
.dmdycp_body .em-home-banner .banner img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.dmdycp_body .em-home-banner .banner img.desktop {
  display: block;
  min-height: 512px;
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner img.desktop {
    display: none;
  }
  .dmdycp_body .em-home-banner .banner img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 560px) {
  .dmdycp_body .em-home-banner .banner img.mobile {
    -o-object-position: center 50%;
    object-position: center 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box .row {
    min-height: 1225px;
  }
}
.dmdycp_body .em-home-banner .banner .text_box h1 {
  font-size: 54px;
  line-height: 58px;
  margin: 0;
  color: #122F54;
}
.dmdycp_body .em-home-banner .banner .text_box h1 sup {
  font-size: 35px;
  vertical-align: middle;
  top: -15px;
  position: relative;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .dmdycp_body .em-home-banner .banner .text_box h1 sup {
    font-size: 22px;
  }
}
.dmdycp_body .em-home-banner .banner .text_box strong {
  font-family: "Brandon Text";
  font-weight: 900;
}
.dmdycp_body .em-home-banner .banner .text_box em {
  font-family: "Brandon Text";
  font-style: italic;
}
.dmdycp_body .em-home-banner .banner .text_box h3 {
  font-size: 25px;
  line-height: 32px;
  max-width: 540px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column {
  max-width: 1155px;
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_box {
  right: -15px;
  top: initial;
  bottom: -30px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_box {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_box {
    width: 100%;
  }
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_box h5 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4823529412);
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_box h5 {
    text-align: center;
  }
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_details {
  max-width: 545px;
}
@media only screen and (max-width: 767px) {
  .dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_details {
    max-width: initial;
  }
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_details p {
  margin-bottom: 15px;
}
.dmdycp_body .em-home-banner .banner .text_box .text_box_column .content_details p:last-of-type {
  margin-bottom: 0;
}

.lems-mentor {
  background-color: #112f54;
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  .lems-mentor {
    padding: 46px 0;
  }
}
.lems-mentor .row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px 90px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .lems-mentor .row {
    justify-content: center;
    flex-direction: column;
    gap: 25px;
  }
}
.lems-mentor .lems_mentor_img {
  max-width: 213px;
}
.lems-mentor .lems_mentor_img img {
  width: 100%;
  max-width: 100%;
}
.lems-mentor .lems_mentor_content {
  width: calc(100% - 293px);
  max-width: 807px;
  margin-right: -20px;
}
@media only screen and (max-width: 1199px) {
  .lems-mentor .lems_mentor_content {
    width: calc(100% - 313px);
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .lems-mentor .lems_mentor_content {
    width: 93%;
    max-width: 100%;
    text-align: center;
  }
}
.lems-mentor .lems_mentor_content h3 {
  margin: 0 0 20px;
  font-family: BrandonTextWeb-Bold;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lems-mentor .lems_mentor_content h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.lems-mentor .lems_mentor_content p {
  margin: 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lems-mentor .lems_mentor_content p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }
}
.lems-mentor .lems_mentor_content p a {
  text-decoration: underline;
  cursor: pointer;
}
.lems-mentor .lems_mentor_content p a:hover {
  color: #aedbf7;
}

.sticky-actions .action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action {
    padding: 75px 20px;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}
.sticky-actions .action .img_box {
  width: 100%;
  max-width: 50%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action .img_box {
    max-width: 100%;
    position: relative;
    height: auto;
  }
}
.sticky-actions .action .img_box img {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action .img_box img {
    height: auto;
  }
}
.sticky-actions .action .content_box {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action .content_box {
    max-width: 100%;
  }
}
.sticky-actions .action .content_box .text_box {
  width: 100%;
  max-width: 60.1%;
  -webkit-transform: translate(25%, 0%);
  transform: translate(25%, 0%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action .content_box .text_box {
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}
.sticky-actions .action .content_box .text_box .divider {
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  display: inline-block;
}
.sticky-actions .action .content_box .text_box h4 {
  margin: 10px 0;
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
}
.sticky-actions .action .content_box .text_box h4.sub_head {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.sticky-actions .action .content_box .text_box p {
  margin: 0 0 10px;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
}
.sticky-actions .action .content_box .text_box p a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sticky-actions .action .content_box .text_box p a:hover {
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .action .content_box .text_box p {
    font-size: 18px;
    line-height: 25px;
    max-width: 710px;
  }
}
.sticky-actions .action .content_box .text_box a {
  cursor: pointer;
}
.sticky-actions .action .content_box .text_box a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 4px 15px;
  margin: 30px 0 0;
  max-width: 180px;
}
.sticky-actions .action .content_box .text_box a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 2px;
}
.sticky-actions .action .content_box .text_box a.button:hover {
  background-color: #126191;
}
.sticky-actions .dots_nav {
  position: absolute;
  top: 37.3%;
  right: 6.5vw;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
.sticky-actions .dots_nav a {
  width: 12px;
  height: 12px;
  background-color: #e7e7e7;
  border-radius: 100%;
  display: inline-block;
}
.sticky-actions .dots_nav a.active {
  background-color: #5a5a5a;
}
@media only screen and (max-width: 767px) {
  .sticky-actions .dots_nav {
    display: none;
  }
}
.sticky-actions.scrolling_add .action {
  justify-content: flex-end;
}
.sticky-actions.scrolling_add .action .img_box {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sticky-actions.scrolling_add .action .img_box {
    position: relative;
    opacity: 1;
    height: auto;
  }
}
.sticky-actions.scrolling_add .action.scrolling {
  z-index: 3;
}
.sticky-actions.scrolling_add .action.scrolling .img_box {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.sticky-actions.scrolling_add .action.animating .img_box {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .sticky-actions.scrolling_add .action.animating .img_box {
    opacity: 1;
  }
}
.sticky-actions.scrolling_add .dots_nav {
  position: fixed;
  top: 50%;
}
.sticky-actions.bottom_section .dots_nav {
  position: absolute;
  top: initial;
  bottom: 18%;
}

.dmdycp_body .sticky-actions .action .content_box .text_box a.button {
  max-width: 220px;
  width: 100%;
}
.dmdycp_body .sticky-actions .action .content_box .text_box a.button::after {
  margin-left: 10px;
}
.dmdycp_body .sticky-actions .dots_nav a {
  background-color: #fff;
  border: 2px solid #C7C7C7;
}
.dmdycp_body .sticky-actions .dots_nav a.active {
  background-color: #C7C7C7;
}

.masthead {
  display: none;
}

.page-title {
  position: relative;
  min-height: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .page-title {
    min-height: 250px;
  }
}
.page-title img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 50%;
}
.page-title img.desktop {
  display: block;
  height: 436px;
}
@media only screen and (max-width: 991px) {
  .page-title img.desktop {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-title img.tablet {
    display: block;
    object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .page-title img.tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-title img.mobile {
    display: block;
    object-position: center center;
  }
}
.page-title h1 {
  font-family: BrandonTextWeb-Regular;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
  color: #197cb9;
  padding: 0 5px;
  margin: 20px 0 10px;
  position: relative;
  z-index: 2;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .page-title h1 {
    font-size: 45px;
    line-height: 51px;
    padding: 0 5px;
    margin: 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 34px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
  }
}
.page-title .subtext {
  font-family: BrandonTextWeb-Bold;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin: 0 0 8px;
  position: absolute;
  right: 12.7%;
  bottom: 0;
  text-shadow: 1px 1px 1px #000;
}
.page-title.custom_banner .container {
  position: relative;
  z-index: 2;
}
.page-title.custom_banner .row {
  text-align: center;
}
.page-title.custom_banner img {
  -o-object-position: center top;
  object-position: center top;
}
.page-title.custom_banner img.desktop {
  height: calc(100% + 86px);
}
.page-title.custom_banner img.tablet {
  height: calc(100% + 76px);
}
.page-title.custom_banner h1 {
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title.custom_banner h1 {
    font-size: 45px;
    line-height: 51px;
    text-align: center;
  }
}
.page-title.custom_banner h2 {
  margin: 0 auto 10px;
  font-family: BrandonTextWeb-BoldItalic;
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  color: #197cb9;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title.custom_banner h2 {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }
}
.page-title.custom_banner .team-photos {
  max-width: 930px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}
.page-title.custom_banner .team-photos img {
  width: 100%;
  display: block;
  position: relative;
}
.page-title.custom_banner a {
  cursor: pointer;
}
.page-title.custom_banner a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 6px 40px 3px;
  margin: 6% 0;
}
.page-title.custom_banner a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 2px;
}
.page-title.custom_banner a.button:hover {
  background-color: #126191;
}

.patient_experience_banner {
  overflow: hidden;
}
.patient_experience_banner .page-title img.desktop {
  height: 100%;
  object-position: center 5%;
}
@media only screen and (min-width: 1440px) {
  .patient_experience_banner .page-title img.desktop {
    object-position: center 10%;
  }
}

@media only screen and (max-width: 767px) {
  .patient-support-organizations .page-title {
    min-height: 200px;
  }
}
.patient-support-organizations .page-title img.desktop, .patient-support-organizations .page-title img.tablet {
  object-position: center 20%;
}
.patient-support-organizations .page-title img.tablet {
  height: 326px;
}
.patient-support-organizations .page-title img.mobile {
  object-position: center top;
}

.faq_banner .page-title img.desktop {
  width: 150%;
  right: 0;
  left: initial;
  -o-object-position: right 25%;
  object-position: right 25%;
}
.faq_banner .page-title h1 {
  max-width: 470px;
}

.dmd_personalizec_support .page-title h1 {
  max-width: 510px;
}
@media only screen and (max-width: 575px) {
  .dmd_personalizec_support .page-title .subtext {
    display: none;
  }
}

.dmd_faq_page_title .page-title {
  min-height: 283px;
}
.dmd_faq_page_title .page-title img.desktop {
  height: 394px;
}
.dmd_faq_page_title .page-title h1 {
  max-width: 470px;
}

.error404 .page-title img.desktop {
  height: 468 px;
}

.personalized_types {
  padding: 100px 0;
}
.personalized_types .container {
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .personalized_types .container {
    padding: 0px 30px;
  }
}
.personalized_types .row {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  row-gap: 100px;
}
@media only screen and (max-width: 767px) {
  .personalized_types .row {
    gap: 60px;
    row-gap: 40px;
  }
}
.personalized_types .types_box {
  width: 35%;
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 35%;
  flex: 0 35%;
  margin: 0 auto;
  background-color: #e6f1f7;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .personalized_types .types_box {
    -ms-flex: 0 45%;
    flex: 0 45%;
  }
}
@media only screen and (max-width: 767px) {
  .personalized_types .types_box {
    flex: inherit;
    width: 100%;
    max-width: 992px;
  }
}
.personalized_types .types_box .box_img {
  position: relative;
  display: flex;
  padding-top: 50% !important;
}
.personalized_types .types_box .box_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.personalized_types .types_box .box_img span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(25, 124, 185, 0.7);
  padding: 9px 0 8px;
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.personalized_types .types_box .box_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.personalized_types .types_box .box_content h4 {
  margin: 30px 0 10px;
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
  text-align: center;
}
.personalized_types .types_box .box_content p {
  padding: 0 10px;
  margin: 0px;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #666;
  text-align: center;
}
.personalized_types .types_box .box_content a {
  cursor: pointer;
}
.personalized_types .types_box .box_content a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 6px 12px 3px;
  margin: 20px 0;
}
.personalized_types .types_box .box_content a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 2px;
}
.personalized_types .types_box .box_content a.button:hover {
  background-color: #126191;
}

.resources_grid_box .personalized_types {
  padding: 100px 0 200px;
}
@media only screen and (max-width: 767px) {
  .resources_grid_box .personalized_types {
    padding: 80px 0;
  }
}
.resources_grid_box .personalized_types .types_box {
  padding-bottom: 30px;
}
.resources_grid_box .personalized_types .types_box .box_img span {
  background-color: rgba(18, 47, 84, 0.768627451);
  font-family: BrandonTextWeb-Bold;
}
@media only screen and (max-width: 767px) {
  .resources_grid_box .personalized_types .types_box .box_content {
    height: auto;
    justify-content: center;
  }
}
.resources_grid_box .personalized_types .types_box .box_content h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 10px;
}
.resources_grid_box .personalized_types .types_box .box_content p {
  font-size: 18px;
  line-height: 25px;
}
.resources_grid_box .personalized_types .types_box .box_content p sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
}
.resources_grid_box .personalized_types .types_box .box_content a {
  padding: 5px 10px 3px 10px;
}
.resources_grid_box .personalized_types .types_box .box_content a:after {
  margin-left: 5px;
}
.resources_grid_box .personalized_types .types_box:nth-child(2) .box_img img {
  top: -16px;
  height: calc(100% + 16px);
}
.resources_grid_box .personalized_types .types_box:nth-child(3) .box_content {
  height: 49%;
  justify-content: flex-start;
}

.dmd_personalized_grid_box .personalized_types .types_box .box_content a.button {
  padding: 6px 33px 10px;
}
.dmd_personalized_grid_box .personalized_types .types_box .box_content a.button::after {
  margin-left: 8px;
}
@media only screen and (max-width: 575px) {
  .dmd_personalized_grid_box .personalized_types .types_box .box_content a.button {
    padding: 6px 15px 10px;
  }
}

.video_section {
  padding: 40px 0 100px;
}
.video_section .container {
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .video_section .container {
    padding: 0px 30px;
  }
}
.video_section .row {
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .video_section .row {
    gap: 42px;
  }
}
.video_section .video_box {
  width: 100%;
  max-width: 51.72%;
}
@media only screen and (max-width: 767px) {
  .video_section .video_box {
    max-width: 100%;
  }
}
.video_section .video_box .w-big-play-button {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-image: url("/wp-content/uploads/2023/08/video_play_button.svg") !important;
}
.video_section .video_box .w-big-play-button * {
  display: none !important;
}
.video_section .video_content {
  width: 100%;
  max-width: calc(56% - 180px);
}
@media only screen and (max-width: 767px) {
  .video_section .video_content {
    max-width: 100%;
  }
}
.video_section .video_content p {
  width: 84%;
  margin: 0 0 0px;
  font-family: BrandonTextWeb-Regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.768627451);
}
.video_section .video_content h4 {
  margin: 0 0 10px;
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
}
.video_section .video_content h4 P {
  margin: 0;
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
}

.popup_video_section .video_section .video_box .video-player {
  position: relative;
}
.popup_video_section .video_section .video_box .video-player::after {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-image: url("/wp-content/uploads/2023/08/video_play_button.svg") !important;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.popup_video_section .video_section .video_box .video-player span.wistia_embed {
  width: 100% !important;
  height: auto !important;
  top: initial !important;
  position: relative !important;
}
.popup_video_section .video_section .video_box .video-player span.wistia_embed * {
  width: 100% !important;
  height: auto !important;
}
.popup_video_section .video_section .video_box .video-player span.wistia_embed img {
  top: initial !important;
  position: relative !important;
}

.financial_video .video_section {
  padding: 100px 0;
}
.financial_video .video_section .video_box {
  max-width: 53.12%;
}
@media only screen and (max-width: 767px) {
  .financial_video .video_section .video_box {
    max-width: 100%;
  }
}
.financial_video .video_section .video_content {
  max-width: calc(46.88% - 80px);
}
@media only screen and (max-width: 767px) {
  .financial_video .video_section .video_content {
    max-width: 100%;
  }
}
.financial_video .video_section .video_content h4 p {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
}
.financial_video .video_section .video_content p {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
}

.patient_services_video .video_section,
.normal_video_block .video_section,
.service_outreach_section .video_section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .patient_services_video .video_section,
  .normal_video_block .video_section,
  .service_outreach_section .video_section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .patient_services_video .video_section .container,
  .normal_video_block .video_section .container,
  .service_outreach_section .video_section .container {
    padding: 0 10px;
  }
}
.patient_services_video .video_section .row,
.normal_video_block .video_section .row,
.service_outreach_section .video_section .row {
  align-items: flex-start;
  gap: 15px;
}
.patient_services_video .video_section .video_content,
.normal_video_block .video_section .video_content,
.service_outreach_section .video_section .video_content {
  max-width: calc(50% - 35px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
.patient_services_video .video_section .video_content .quote-box,
.normal_video_block .video_section .video_content .quote-box,
.service_outreach_section .video_section .video_content .quote-box {
  position: relative;
  padding: 5px 22px 0;
  margin: 30px 0 20px;
}
.patient_services_video .video_section .video_content .quote-box:after, .patient_services_video .video_section .video_content .quote-box:before,
.normal_video_block .video_section .video_content .quote-box:after,
.normal_video_block .video_section .video_content .quote-box:before,
.service_outreach_section .video_section .video_content .quote-box:after,
.service_outreach_section .video_section .video_content .quote-box:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url("/wp-content/uploads/2023/08/quote_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.patient_services_video .video_section .video_content .quote-box:after,
.normal_video_block .video_section .video_content .quote-box:after,
.service_outreach_section .video_section .video_content .quote-box:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.patient_services_video .video_section .video_content .quote-box:before,
.normal_video_block .video_section .video_content .quote-box:before,
.service_outreach_section .video_section .video_content .quote-box:before {
  left: 0;
  top: 0;
}
.patient_services_video .video_section .video_content .quote-box blockquote,
.normal_video_block .video_section .video_content .quote-box blockquote,
.service_outreach_section .video_section .video_content .quote-box blockquote {
  margin: 0;
}
.patient_services_video .video_section .video_content .quote-box blockquote p,
.normal_video_block .video_section .video_content .quote-box blockquote p,
.service_outreach_section .video_section .video_content .quote-box blockquote p {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: #112f54;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  width: 100%;
}
.patient_services_video .video_section .video_content p,
.normal_video_block .video_section .video_content p,
.service_outreach_section .video_section .video_content p {
  width: auto;
}
.patient_services_video .video_section .video_content cite,
.normal_video_block .video_section .video_content cite,
.service_outreach_section .video_section .video_content cite {
  position: relative;
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  color: #112f54;
}
.patient_services_video .video_section .video_content cite strong,
.normal_video_block .video_section .video_content cite strong,
.service_outreach_section .video_section .video_content cite strong {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  color: #112f54;
}
.patient_services_video .video_section .video_content cite:before,
.normal_video_block .video_section .video_content cite:before,
.service_outreach_section .video_section .video_content cite:before {
  content: "— ";
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .patient_services_video .video_section .video_content,
  .normal_video_block .video_section .video_content,
  .service_outreach_section .video_section .video_content {
    max-width: 100%;
    padding: 0 0;
    text-align: right;
  }
  .patient_services_video .video_section .video_content .quote-box,
  .normal_video_block .video_section .video_content .quote-box,
  .service_outreach_section .video_section .video_content .quote-box {
    margin: 5px 0 20px;
  }
  .patient_services_video .video_section .video_content .quote-box blockquote,
  .normal_video_block .video_section .video_content .quote-box blockquote,
  .service_outreach_section .video_section .video_content .quote-box blockquote {
    font-family: BrandonTextWeb-Bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0 0;
    margin: 0;
  }
}

.normal_video_block .video_section {
  max-width: 100%;
  padding-bottom: 25px;
  padding-top: 100px;
}
.normal_video_block .video_section .video_content {
  max-width: 675px;
  width: 100%;
  gap: 5px;
  margin-left: 25px;
  margin-top: 12px;
  padding-right: 22px;
}
.normal_video_block .video_section .video_content .quote-box {
  margin: 0;
}
.normal_video_block .video_section .video_content h4 .quote-box blockquote p {
  max-width: 100%;
  font-family: BrandonTextWeb-Bold;
  padding: 7px 10px 0;
}
.normal_video_block .video_section .video_content p cite {
  max-width: 267px;
  margin-right: 4.5vw;
  display: inline-block;
}
.normal_video_block .video_section .video_content p cite:before {
  margin-left: -12px;
}
.normal_video_block .video_section .video_content p cite strong {
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-style: italic;
  color: #112f54;
  letter-spacing: 0.1599999964px;
  text-transform: none;
}

.dmd_patient_services_video .video_section .video_content {
  justify-content: flex-start;
}
.dmd_patient_services_video .video_section .video_content h4 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .dmd_patient_services_video .video_section .video_content h4 .quote-box blockquote p {
    text-align: center;
  }
}
.dmd_patient_services_video .video_section .video_content > p {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0px 40px 0;
}
@media only screen and (max-width: 767px) {
  .dmd_patient_services_video .video_section .video_content > p {
    text-align: center;
  }
}

.dmd_expert_video_section .video_section {
  padding-top: 100px;
}
.dmd_expert_video_section .video_section .video_content {
  max-width: calc(56% - 179px);
}
@media only screen and (max-width: 767px) {
  .dmd_expert_video_section .video_section .video_content {
    max-width: 100%;
  }
}
.dmd_expert_video_section .video_section .video_content h4 p {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dmd_expert_video_section .video_section .video_content h4 p {
    text-align: center;
  }
}

.dmd_financial_assistance_video .video_section {
  padding-top: 137px;
}
@media only screen and (max-width: 767px) {
  .dmd_financial_assistance_video .video_section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dmd_financial_assistance_video .video_section .video_content h4,
  .dmd_financial_assistance_video .video_section .video_content h4 p,
  .dmd_financial_assistance_video .video_section .video_content p {
    text-align: center;
    width: 100%;
  }
}

.support-team {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  text-align: center;
  padding: 128px 0 118px;
}
.support-team h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  margin: 0 0 10px;
}
.support-team p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin: 0 auto 0;
  max-width: 800px;
}
.support-team p sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
}
.support-team p a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.support-team p a:hover {
  color: #aedbf7;
}

.patient_services_support_team .support-team {
  padding: 110px 0 100px;
}
.patient_services_support_team .support-team h3 {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  line-height: 32px;
}

.dmd_financial_assistance .support-team p {
  max-width: 810px;
}

.financial {
  padding: 100px 0 0;
}
.financial .container {
  max-width: 768px;
}
.financial .container .row {
  text-align: center;
}
.financial .container.two_container {
  max-width: 1060px;
}
.financial .section_header {
  max-width: 725px;
  padding: 20px;
  margin: 0 auto;
}
.financial .section_header .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin-bottom: 10px;
}
.financial .section_header h4 {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.financial .section_header p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  margin: 0;
}
.financial .section_body {
  padding: 20px 5px;
}
.financial .section_body .body_icon_box {
  margin: 20px 0 110px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
.financial .section_body .body_icon_box:first-of-type {
  z-index: 3;
}
.financial .section_body .body_icon_box:nth-of-type(2) {
  z-index: 2;
}
.financial .section_body .body_icon_box:last-of-type {
  z-index: 1;
}
.financial .section_body .body_icon_box .icon_box {
  width: 100%;
  max-width: 100px;
}
.financial .section_body .body_icon_box .icon_box img {
  width: 100%;
}
.financial .section_body .body_icon_box .text_box {
  width: 100%;
  max-width: calc(100% - 130px);
  text-align: left;
}
.financial .section_body .body_icon_box .text_box .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin: 5px 0 10px;
}
.financial .section_body .body_icon_box .text_box h3 {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
  margin: 0;
}
.financial .section_body .body_icon_box .text_box p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  margin: 10px 0 0;
}
.financial .section_body .body_icon_box .text_box p a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
}
.financial .section_body .body_icon_box .text_box p a:hover {
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .financial .section_body .body_icon_box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .financial .section_body .body_icon_box .text_box {
    text-align: center;
    max-width: 100%;
  }
  .financial .section_body .body_icon_box .text_box p {
    font-size: 18px;
    line-height: 25px;
  }
}
.financial .body_note p {
  font-family: BrandonTextWeb-Light;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  text-align: left;
  margin: 10px 0 0;
  padding-left: 12px;
  position: relative;
}
.financial .body_note p:after {
  content: "*";
  font-family: BrandonTextWeb-Light;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  text-align: left;
  position: absolute;
  left: 0;
  top: 2px;
}
.financial .body_note p:empty {
  display: none;
}

.your_team_icon_box {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .your_team_icon_box {
    padding-bottom: 0;
  }
}
.your_team_icon_box .financial .container {
  max-width: 808px;
}
@media only screen and (max-width: 767px) {
  .your_team_icon_box .financial .container {
    padding: 0 25px;
  }
}
.your_team_icon_box .financial .section_body {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .your_team_icon_box .financial .section_body .body_icon_box .text_box {
    text-align: left;
  }
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box .heading_line {
  margin-bottom: 0;
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .your_team_icon_box .financial .section_body .body_icon_box .text_box p {
    font-size: 18px;
    line-height: 25px;
  }
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box p sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px 0 0;
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box .icon {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin: 0 5px 0 0;
  background-image: url("/wp-content/uploads/2023/08/phone_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box p {
  margin: 0;
  max-width: calc(100% - 30px);
}
.your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box p strong {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box p strong {
    font-size: 18px;
    line-height: 25px;
  }
}

.dmd_your_team_icon_box .financial .container {
  max-width: 753px;
}
.dmd_your_team_icon_box .financial .section_body .body_icon_box .text_box .phone-box {
  align-items: center;
}
.dmd_your_team_icon_box .financial .section_body .body_icon_box:nth-of-type(3) .text_box p {
  max-width: 579px;
}
.dmd_your_team_icon_box .financial .section_body .body_icon_box:last-of-type .text_box p {
  max-width: 570px;
}

.services_section {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  padding: 0 0 80px;
  position: relative;
}
.services_section:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: 1;
}
.services_section .container {
  position: relative;
  z-index: 2;
  max-width: 970px;
  padding: 0 30px;
}
.services_section .services_box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8f1f6;
}
.services_section .services_box .box_img {
  width: 41.66667%;
  display: flex;
}
.services_section .services_box .box_img img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .services_section .services_box .box_img {
    width: 100%;
  }
}
.services_section .services_box .box_content {
  width: 58.33333%;
  padding: 20px 20px 20px 30px;
}
@media only screen and (max-width: 767px) {
  .services_section .services_box .box_content {
    width: 100%;
    padding: 10px 20px 20px;
  }
}
.services_section .services_box .box_content p {
  font-family: BrandonTextWeb-Regular;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin: 10px 0;
}
.services_section .services_box .box_content h4 {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
  margin: 10px 0;
}
.services_section .services_box .box_content h4 p {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #112f54;
  margin: 0;
}
.services_section .services_box .box_content .phone-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.services_section .services_box .box_content .phone-box .icon {
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/uploads/2023/08/phone_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.services_section .services_box .box_content .phone-box p {
  font-family: BrandonTextWeb-Regular;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #112f54;
  margin-top: 0.2em;
  margin-bottom: 0;
  max-width: calc(100% - 30px);
}
.services_section .services_box .box_content .phone-box p a {
  color: #112f54;
  cursor: pointer;
}
.services_section .services_box .box_content .phone-box p strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
}

.service_section_bg .services_section .container {
  max-width: 1000px;
}
.service_section_bg .services_section .services_box .box_img img {
  height: 391px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .service_section_bg .services_section .services_box .box_img img {
    height: auto;
  }
}

.big_font .services_section {
  padding: 0 0 100px;
}
.big_font .services_section .container {
  max-width: 1000px;
}
.big_font .services_section .services_box .box_img img {
  height: 391px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .big_font .services_section .services_box .box_img img {
    height: auto;
  }
}
.big_font .services_section .services_box .box_content p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
}
.big_font .services_section .services_box .box_content h4 p {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.dmd_service_section_bridge .services_section .services_box .box_img img {
  height: 360px;
}
.dmd_service_section_bridge .services_section .services_box .box_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dmd_service_section_bridge .services_section .services_box .box_content h4 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .dmd_service_section_bridge .services_section .services_box .box_content h4 {
    margin-top: 10px;
  }
}
.dmd_service_section_bridge .services_section .services_box .box_content .phone-box {
  align-items: center;
}

.icon_section {
  padding: 80px 0 100px;
}
.icon_section .container {
  position: relative;
  z-index: 2;
  max-width: 1110px;
  padding: 0 30px;
}
.icon_section .row {
  text-align: center;
}
.icon_section .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin: 0 auto;
}
.icon_section h4 {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #000 !important;
  margin: 10px 0;
}
.icon_section p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin: 0 auto;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .icon_section p {
    font-size: 18px;
    line-height: 25px;
  }
}
.icon_section .icon_box_row {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 992px;
}
@media only screen and (max-width: 767px) {
  .icon_section .icon_box_row {
    gap: 60px;
  }
}
.icon_section .icon_box_row .icon_box {
  width: calc(33.33% - 14px);
}
@media only screen and (max-width: 767px) {
  .icon_section .icon_box_row .icon_box {
    width: 100%;
  }
}
.icon_section .icon_box_row .icon_box .box_img {
  margin-bottom: 20px;
}
.icon_section .icon_box_row .icon_box .box_img img {
  width: 100%;
  max-width: 130px;
}
.icon_section .icon_box_row .icon_box p {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .icon_section .icon_box_row .icon_box p {
    max-width: 390px;
  }
}

.dmd_icon_box_section .icon_section .icon_box_row {
  margin-bottom: 0;
}
.dmd_icon_box_section .icon_section .icon_box_row .box_content p {
  font-family: BrandonTextWeb-Black;
  color: #444444;
}

.video_slider_section {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
.video_slider_section .container {
  padding: 0;
}
.video_slider_section h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.video_slider_section .video_slider {
  position: relative;
  overflow: hidden;
  max-width: 1022px;
  width: 100%;
  height: 425px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .video_slider_section .video_slider {
    height: 363px;
  }
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider {
    height: auto;
  }
}
.video_slider_section .video_slider .slider_item {
  width: 100%;
  position: absolute;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider .slider_item {
    position: relative;
    transform: none !important;
  }
}
.video_slider_section .video_slider .prev-btn,
.video_slider_section .video_slider .next-btn {
  width: 40px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  cursor: pointer;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/wp-content/uploads/2023/08/next_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider .prev-btn,
  .video_slider_section .video_slider .next-btn {
    display: none !important;
  }
}
.video_slider_section .video_slider .next-btn {
  right: 0;
  left: initial;
}
.video_slider_section .video_slider .prev-btn {
  background-image: url("/wp-content/uploads/2023/08/prev_arrow.svg");
}
.video_slider_section .video_slider .video_section {
  padding: 30px 20px 80px;
  margin: 0 auto;
  max-width: 952px;
}
@media only screen and (max-width: 992px) {
  .video_slider_section .video_slider .video_section {
    max-width: 912px;
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider .video_section {
    padding: 30px 0 50px;
    margin: 0 auto;
  }
}
.video_slider_section .video_slider .video_section .video_content p,
.video_slider_section .video_slider .video_section .video_content cite,
.video_slider_section .video_slider .video_section .video_content strong {
  color: #fff !important;
}
.video_slider_section .video_slider .video_section .video_content cite:before {
  color: #fff !important;
}
.video_slider_section .video_slider .video_section .video_content .quote-box:after, .video_slider_section .video_slider .video_section .video_content .quote-box:before {
  background-image: url("/wp-content/uploads/2023/08/quote_icon_white.svg");
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider .video_section .video_content .quote-box {
    margin-bottom: -15px;
  }
}
.video_slider_section .video_slider .video_section .video_content .quote-box blockquote p {
  font-family: BrandonTextWeb-Regular;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .video_slider_section .video_slider .video_section .video_content .quote-box blockquote p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .video_slider_section .video_slider .video_section .video_content .quote-box blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_slider .video_section .video_content .quote-box blockquote p {
    font-family: BrandonTextWeb-Bold;
    font-size: 20px;
    line-height: 30px;
  }
}
.video_slider_section .video_slider .video_section .video_content cite {
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  letter-spacing: 0.15px;
  text-transform: normal;
}
.video_slider_section .video_slider .video_section .video_content cite strong {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  text-transform: uppercase;
}
.video_slider_section .video_thumb {
  gap: 20px;
  max-width: 992px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section .video_thumb {
    display: none !important;
  }
}
.video_slider_section .video_thumb .thumb {
  max-width: 145px;
  width: calc(16.66% - 17px);
  cursor: pointer;
}
.video_slider_section .video_thumb .thumb .img {
  display: flex;
  position: relative;
  background-color: #000;
}
.video_slider_section .video_thumb .thumb .img img {
  width: 100%;
}
.video_slider_section .video_thumb .thumb .img:after {
  content: "";
  background-image: url("/wp-content/uploads/2023/08/video_play_button.svg");
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video_slider_section .video_thumb .thumb.PAT_thumb .img::after {
  display: none;
}
.video_slider_section .video_thumb .thumb .name {
  margin: 10px 0 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.video_slider_section .video_thumb .thumb:hover .img img, .video_slider_section .video_thumb .thumb.active_thumb .img img {
  opacity: 0.5;
}
.video_slider_section .video_thumb .thumb:hover .img:after, .video_slider_section .video_thumb .thumb.active_thumb .img:after {
  opacity: 0.5;
}
.video_slider_section.black_color {
  padding-top: 0;
  padding-bottom: 0;
}
.video_slider_section.black_color .video_slider {
  height: 338px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section.black_color .video_slider {
    height: auto;
  }
}
.video_slider_section.black_color .video_slider .video_section {
  max-width: 942px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section.black_color .video_slider .video_section {
    width: calc(100% - 38px);
  }
}
.video_slider_section.black_color .video_slider .video_section .row {
  max-width: 885px;
  justify-content: center;
  margin: 0 0 0 2px;
}
.video_slider_section.black_color .video_slider .video_section .video_box {
  width: 50%;
  max-width: 436px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section.black_color .video_slider .video_section .video_box {
    width: 100%;
    max-width: 100%;
  }
}
.video_slider_section.black_color .video_slider .video_section .video_content h4 {
  width: 100%;
}
.video_slider_section.black_color .video_slider .video_section .video_content p,
.video_slider_section.black_color .video_slider .video_section .video_content cite,
.video_slider_section.black_color .video_slider .video_section .video_content strong {
  color: #112f54 !important;
}
.video_slider_section.black_color .video_slider .video_section .video_content cite {
  text-align: left;
  display: inline-block;
}
.video_slider_section.black_color .video_slider .video_section .video_content cite:before {
  color: #112f54 !important;
  margin-left: -18px;
}
@media only screen and (max-width: 767px) {
  .video_slider_section.black_color .video_slider .video_section .video_content cite {
    text-align: right;
  }
}
.video_slider_section.black_color .video_slider .video_section .video_content .quote-box {
  margin: 0;
}
.video_slider_section.black_color .video_slider .video_section .video_content .quote-box:after, .video_slider_section.black_color .video_slider .video_section .video_content .quote-box:before {
  background-image: url("/wp-content/uploads/2023/08/quote_icon.svg");
}
.video_slider_section.black_color .video_slider .video_section .video_content .quote-box blockquote p {
  padding: 8px 12px 0px 10px;
  max-width: 370px;
}
.video_slider_section.black_color .video_slider .prev-btn,
.video_slider_section.black_color .video_slider .next-btn {
  top: 50%;
  background-image: url("/wp-content/uploads/2023/09/Right_Blue_Arrow.svg");
}
.video_slider_section.black_color .video_slider .prev-btn {
  background-image: url("/wp-content/uploads/2023/09/Left_Blue_Arrow.svg");
}
.video_slider_section.black_color .video_thumb {
  margin-top: 55px;
  gap: 30px;
  max-width: 1022px;
}
.video_slider_section.black_color .video_thumb .thumb {
  max-width: 180px;
  width: calc(21% - 17px);
}
.video_slider_section.black_color .video_thumb .thumb .img {
  background-color: #112f54;
}
.video_slider_section.black_color .video_thumb .thumb .name {
  color: #666;
}

.dmd_your_team_video_slider .video_slider_section .video_slider {
  max-width: 1040px;
}
.dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_box {
  max-width: 48.22%;
}
@media only screen and (max-width: 767px) {
  .dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_box {
    max-width: 100%;
  }
}
.dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content {
  justify-content: flex-start;
  max-width: calc(53.6% - 35px);
}
@media only screen and (max-width: 767px) {
  .dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content {
    max-width: 100%;
    padding: 0;
  }
}
.dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content .quote-box {
  padding: 5px 25px 0;
}
@media only screen and (max-width: 767px) {
  .dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content .quote-box {
    padding: 5px 15px 0;
  }
}
.dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content .quote-box blockquote p {
  font-family: BrandonTextWeb-Bold;
}
.dmd_your_team_video_slider .video_slider_section .video_slider .slider_item .video_section .video_content > p {
  padding: 0px 20px 0 50px;
}
.dmd_your_team_video_slider .video_slider_section .video_thumb {
  max-width: 1081px;
}
.dmd_your_team_video_slider .video_slider_section .video_thumb .thumb {
  max-width: 158px;
}

.testimonial {
  margin: 110px 0 115px;
}
.testimonial .container {
  max-width: 1022px;
  margin: 0 auto;
  text-align: center;
}
.testimonial .testimonial_header h3 {
  margin: 10px 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial_header h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.testimonial .testimonial_header p {
  margin: 0 auto;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial_header p {
    font-size: 18px;
    line-height: 25px;
  }
}
.testimonial .testimonial_header p sup {
  position: relative;
  line-height: 0;
  top: 4px !important;
}
.testimonial .testimonial_header p .copy-link-url .link-icon {
  margin-left: 0;
}

.patient_exeperience_icon_box .inner_footer {
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  background-attachment: fixed;
  padding: 60px 0 70px;
}
.patient_exeperience_icon_box .inner_footer .row {
  padding-top: 0;
}
.patient_exeperience_icon_box .inner_footer h3 {
  color: #fff;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box {
  gap: 30px;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .icon_box {
  max-width: 100px;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .text_box {
  width: calc(100% - 130px);
  max-width: 390px;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .text_box .heading_line {
  margin-top: 25px;
  margin-bottom: 0;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .text_box p {
  color: #fff;
  margin-top: 5px;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .text_box a.button {
  background-color: #112f54;
  margin-top: 25px;
}
.patient_exeperience_icon_box .inner_footer .body_icon_box .text_box a.button:after {
  margin-left: 4px;
}

.patient_exeperience_service .services_section .container {
  max-width: 900px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .patient_exeperience_service .services_section .services_box {
    justify-content: center;
  }
}
.patient_exeperience_service .services_section .services_box .box_img {
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
.patient_exeperience_service .services_section .services_box .box_img img {
  max-width: 185px;
  margin-left: 30px;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .patient_exeperience_service .services_section .services_box .box_img img {
    margin-top: 30px;
    margin-left: 0;
  }
}
.patient_exeperience_service .services_section .services_box .box_content {
  max-width: calc(100% - 240px);
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .patient_exeperience_service .services_section .services_box .box_content {
    max-width: 100%;
  }
}
.patient_exeperience_service .services_section .services_box .box_content h4 {
  margin: 0;
}
.patient_exeperience_service .services_section .services_box .box_content h4 p {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .patient_exeperience_service .services_section .services_box .box_content h4 p {
    font-size: 18px;
    line-height: 25px;
  }
}
.patient_exeperience_service .services_section .services_box .box_content p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #112f54;
  margin: 0;
}
.patient_exeperience_service .services_section .services_box .box_content a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 5px 40px 3px;
  margin: 15px 0 0;
}
.patient_exeperience_service .services_section .services_box .box_content a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}
.patient_exeperience_service .services_section .services_box .box_content a.button:hover {
  background-color: #126191;
}

@media only screen and (max-width: 767px) {
  .patient_experiences_enrollmnts .patient_exeperience_icon_box .inner_footer .text_box {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.patient_experiences_enrollmnts .patient_exeperience_icon_box .inner_footer .text_box h3 {
  display: none;
}
.patient_experiences_enrollmnts .patient_exeperience_icon_box .inner_footer .text_box p:last-of-type {
  text-align: center;
}

.enrollment_video {
  padding: 100px 0 60px;
}
@media only screen and (max-width: 767px) {
  .enrollment_video {
    padding: 60px 0 60px;
  }
}
.enrollment_video .container {
  max-width: 610px;
  padding: 0 30px;
}
.enrollment_video h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #112f54;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .enrollment_video h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.enrollment_video .video_box {
  margin: 20px 0 0;
}
.enrollment_video .video_box .video_text p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .enrollment_video .video_box .video_text p {
    font-size: 18px;
    line-height: 25px;
  }
}
.enrollment_video .video_box .video_text p sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
}

.get_started_service .patient_exeperience_service .container {
  max-width: 640px;
}
@media only screen and (max-width: 767px) {
  .get_started_service .patient_exeperience_service .container {
    padding: 0 15px;
  }
}
.get_started_service .services_section {
  padding-bottom: 140px;
}
.get_started_service .services_section .services_box {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .get_started_service .services_section .services_box {
    gap: 30px;
  }
}
.get_started_service .services_section .services_box .box_img {
  max-width: 170px;
}
.get_started_service .services_section .services_box .box_img img {
  margin-top: 0;
  margin-left: 0;
  max-width: 140px;
}
.get_started_service .services_section .services_box .box_content {
  padding: 0 0 0 40px;
  max-width: calc(100% - 170px);
}
@media only screen and (max-width: 767px) {
  .get_started_service .services_section .services_box .box_content {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.get_started_service .services_section .services_box .box_content p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .get_started_service .services_section .services_box .box_content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.get_started_service .services_section .services_box .box_content a.button {
  background-color: #197cb9;
}

.text_column {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  padding: 100px 0 0;
}
.text_column .container {
  max-width: 976px;
}
.text_column h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .text_column h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.text_column .list {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .text_column .list {
    padding-bottom: 0;
  }
}
.text_column .list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .text_column .list ul {
    width: 100%;
  }
}
.text_column .list ul li {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .text_column .list ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
.text_column .wave {
  background-image: url("/wp-content/uploads/2023/09/Transparent_White_Wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 20px 40px;
}
.text_column .wave .row {
  text-align: center;
}
.text_column .wave p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .text_column .wave p {
    font-size: 18px;
    line-height: 25px;
  }
}
.text_column .wave a {
  cursor: pointer;
}
.text_column .wave a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #112f54;
  padding: 5px 40px 3px;
  margin: 20px 0;
}
.text_column .wave a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}
.text_column .wave a.button:hover {
  background-color: #126191;
}

.dmd_get_started_service .patient_exeperience_service .services_section .container {
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .dmd_get_started_service .patient_exeperience_service .services_section .container {
    max-width: 660px;
  }
}
.dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_img {
  max-width: 120px;
}
.dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_content {
  padding: 0 0 0 32px;
  max-width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_content {
    max-width: 100%;
    padding: 0;
  }
  .dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_content p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_content a {
    max-width: 100%;
    width: 100%;
  }
}
.dmd_get_started_service .patient_exeperience_service .services_section .services_box .box_content a::after {
  margin-left: 8px;
}

.dmd_important_terms .text_column .container {
  max-width: 1106px;
}
.dmd_important_terms .text_column .list {
  gap: 0 52px;
}
.dmd_important_terms .text_column .list ul {
  gap: 12px;
  width: calc(50% - 26px);
}
@media only screen and (max-width: 767px) {
  .dmd_important_terms .text_column .list ul {
    width: 100%;
  }
}
.dmd_important_terms .text_column .list ul li {
  font-family: "BrandonTextWeb-Regular";
  font-weight: normal;
}
.dmd_important_terms .wave p {
  font-family: "BrandonTextWeb-Bold";
  font-weight: normal;
}

.video_enollment_video_get_started_page .enrollment_video .video_box .video_embbeded {
  position: relative;
}
.video_enollment_video_get_started_page .enrollment_video .video_box .video_embbeded .w-big-play-button {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-image: url("/wp-content/uploads/2023/08/video_play_button.svg") !important;
}
.video_enollment_video_get_started_page .enrollment_video .video_box .video_embbeded .w-big-play-button * {
  display: none !important;
}

.catalyst-opportunities {
  padding: 100px 0;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
}
.catalyst-opportunities .container {
  max-width: 1060px;
  padding: 0 30px;
}
.catalyst-opportunities h3 {
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #112f54;
  text-align: center;
  padding: 50px 0 0;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .catalyst-opportunities h3 {
    font-size: 30px;
    line-height: 37px;
    padding: 10px 0 0;
    margin: 10px 0;
  }
}
.catalyst-opportunities p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin: 10px auto;
  max-width: 880px;
}
@media only screen and (max-width: 767px) {
  .catalyst-opportunities p {
    font-size: 18px;
    line-height: 25px;
  }
}
.catalyst-opportunities .opportunity-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .catalyst-opportunities .opportunity-container {
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }
}
.catalyst-opportunities .opportunity-container .opportunity_box {
  width: 42%;
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
  .catalyst-opportunities .opportunity-container .opportunity_box {
    width: 100%;
  }
}
.catalyst-opportunities .opportunity-container .opportunity_box .img_box img {
  width: 100%;
  border-radius: 10px;
  max-height: 210px;
  object-fit: cover;
  background-color: #fff !important;
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin-bottom: 0px;
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  text-align: left;
  margin: 10px 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p {
    font-size: 18px;
    line-height: 25px;
  }
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p a:hover {
  color: #112f54;
}
.catalyst-opportunities.not_found_page h3 {
  padding: 0;
  margin: 0;
}
.catalyst-opportunities.not_found_page p {
  margin-bottom: 0;
}

.catalyst-opportunities-with-bg .catalyst-opportunities {
  padding-bottom: 160px;
}
.catalyst-opportunities-with-bg .catalyst-opportunities h3,
.catalyst-opportunities-with-bg .catalyst-opportunities p {
  color: #fff;
}
.catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container {
    gap: 60px 30px;
  }
}
.catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container .opportunity_box .img_box img {
  padding: 10%;
  max-height: 215px;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #5a5a5a;
}
@media only screen and (min-width: 768px) {
  .catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container .opportunity_box .img_box img {
    height: 215px;
  }
}
.catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p,
.catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details p a {
  color: #fff;
}
.catalyst-opportunities-with-bg .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details a:hover {
  color: #aedbf7;
}

.service_outreach_section .services_section {
  padding-bottom: 100px;
}
.service_outreach_section .services_section .container {
  max-width: 1060px;
}
.service_outreach_section .services_section .container .row {
  max-width: 940px;
}
.service_outreach_section .services_section .services_box .box_content {
  padding: 20px 67px 30px 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content {
    padding: 20px 33px 30px;
  }
}
.service_outreach_section .services_section .services_box .box_content .quote {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box {
  position: relative;
  padding: 5px 20px 0;
  margin: 20px 0 15px;
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box:after, .service_outreach_section .services_section .services_box .box_content .quote .quote-box:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url("/wp-content/uploads/2023/08/quote_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box:before {
  left: 0;
  top: 0;
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box blockquote {
  margin: 0;
}
.service_outreach_section .services_section .services_box .box_content .quote .quote-box blockquote p {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: #112f54;
  text-align: left;
  padding: 0 10px;
  margin: 5px 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content .quote .quote-box blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
.service_outreach_section .services_section .services_box .box_content .quote p {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content .quote p {
    text-align: right;
  }
}
.service_outreach_section .services_section .services_box .box_content .quote cite {
  position: relative;
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content .quote cite {
    text-align: right;
  }
}
.service_outreach_section .services_section .services_box .box_content .quote cite strong {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  color: #112f54;
}
.service_outreach_section .services_section .services_box .box_content .quote cite:before {
  content: "— ";
  font-family: BrandonTextWeb-Regular;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  color: #112f54;
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content .quote .quote-box {
    margin: 5px 0 20px;
  }
  .service_outreach_section .services_section .services_box .box_content .quote .quote-box blockquote {
    font-family: BrandonTextWeb-Bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0 0;
    margin: 0;
  }
}
.service_outreach_section .services_section .services_box .box_content .heading_line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  margin-top: 25px;
  margin-bottom: 0px;
}
.service_outreach_section .services_section .services_box .box_content .box_details {
  display: flex;
  flex-direction: column;
}
.service_outreach_section .services_section .services_box .box_content .box_details p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #112f54;
  text-align: left;
  margin: 10px 0 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .service_outreach_section .services_section .services_box .box_content .box_details p {
    font-size: 18px;
    line-height: 25px;
  }
}
.service_outreach_section .services_section .services_box .box_content .box_details p strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
  color: #112f54;
}
.service_outreach_section .services_section .services_box .box_content .box_details p a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service_outreach_section .services_section .services_box .box_content .box_details p a:hover {
  color: #112f54;
}

.video_outreach_section .video_section {
  padding-top: 120px;
}
.video_outreach_section .video_section .container {
  max-width: 970px;
}
.video_outreach_section .video_section .container .row {
  justify-content: flex-start;
  gap: 40px;
  margin-top: 5%;
}
.video_outreach_section .video_section .video_box {
  max-width: 49.62%;
}
@media only screen and (max-width: 767px) {
  .video_outreach_section .video_section .video_box {
    max-width: 100%;
  }
}
.video_outreach_section .video_section .video_box .w-big-play-button {
  height: 72px !important;
}
.video_outreach_section .video_section .video_content {
  max-width: calc(56% - 113px);
}
@media only screen and (max-width: 767px) {
  .video_outreach_section .video_section .video_content {
    max-width: 100%;
  }
}
.video_outreach_section .video_section .video_content h4 {
  margin-bottom: 20px;
}
.video_outreach_section .video_section .video_content p {
  width: 100%;
  margin: 10px 0 20px;
}
.video_outreach_section .video_section .video_content p:last-of-type {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .video_outreach_section .video_section .video_content p:last-of-type {
    font-size: 18px;
    line-height: 25px;
  }
}
.video_outreach_section .video_section .video_content p sup {
  position: relative;
  padding-top: 0 !important;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .video_outreach_section.video_outreach_section_two .video_section .video_box {
    width: 58.33333%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .video_outreach_section.video_outreach_section_two .video_section .video_content {
    width: calc(41.4% - 38px);
    max-width: 100%;
  }
}
.video_outreach_section.dmd_video_additinal_support .video_section .container {
  max-width: 1106px;
}
.video_outreach_section.dmd_video_additinal_support .video_section .container .row {
  gap: 58px;
}
@media only screen and (min-width: 768px) {
  .video_outreach_section.dmd_video_additinal_support .video_section .video_box {
    width: 57.73333%;
  }
}
@media only screen and (min-width: 768px) {
  .video_outreach_section.dmd_video_additinal_support .video_section .video_content {
    width: calc(40.4% - 38px);
  }
}
.video_outreach_section.dmd_video_additinal_support .video_section .video_content h4 {
  margin-bottom: 8px;
}
.video_outreach_section.dmd_video_additinal_support .video_section .video_content h4 p {
  font-size: 25px;
  margin: 0;
  color: #122F54;
}
@media only screen and (max-width: 767px) {
  .video_outreach_section.dmd_video_additinal_support .video_section .video_content h4 p {
    font-size: 18px;
  }
}
.video_outreach_section.dmd_video_additinal_support .video_section .video_content p {
  color: #444444;
}

.footer_outreach_section .inner_footer {
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer_outreach_section .inner_footer .container {
  max-width: 840px;
}
.footer_outreach_section .inner_footer .row {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .footer_outreach_section .inner_footer .row {
    padding-top: 120px;
  }
}
.footer_outreach_section .inner_footer h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer_outreach_section .inner_footer h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.footer_outreach_section .inner_footer .body_icon_box {
  margin-top: 0px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .footer_outreach_section .inner_footer .body_icon_box {
    padding-left: 200px;
  }
}
.footer_outreach_section .inner_footer .body_icon_box .icon_box {
  width: 100px;
  margin-top: 25px;
}
.footer_outreach_section .inner_footer .body_icon_box .text_box {
  width: calc(100% - 140px);
  max-width: 440px;
}
.footer_outreach_section .inner_footer .body_icon_box .text_box .heading_line {
  margin: 0;
}
.footer_outreach_section .inner_footer .body_icon_box .text_box p {
  color: #112f54;
}
.footer_outreach_section .inner_footer .body_icon_box .text_box p sup {
  position: relative;
  padding-top: 0 !important;
  line-height: 0;
}
.footer_outreach_section .inner_footer .body_icon_box .text_box p a.button {
  margin-top: 20px;
}

.dmd_outreach_opportunities .catalyst-opportunities .opportunity-container .opportunity_box .img_box img {
  max-height: initial;
}
.dmd_outreach_opportunities .catalyst-opportunities .opportunity-container .opportunity_box .content_box {
  margin-top: 40px;
}
.dmd_outreach_opportunities .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details a {
  font-family: "BrandonTextWeb-Bold";
  color: #444444;
}
.dmd_outreach_opportunities .catalyst-opportunities .opportunity-container .opportunity_box .content_box .box_details a:hover {
  color: #112f54;
}

.dmd_community_update_heading .catalyst-opportunities h3:first-of-type {
  margin: 0 0 33px;
  font-size: 54px;
  line-height: initial;
}
.dmd_community_update_heading .catalyst-opportunities p {
  max-width: 800px;
}
.dmd_community_update_heading .catalyst-opportunities .facebook_feed {
  margin-top: 80px;
  margin-bottom: 50px;
}
.dmd_community_update_heading .catalyst-opportunities p a {
  cursor: pointer;
}
.dmd_community_update_heading .catalyst-opportunities p a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  line-height: 30px;
  color: #197cb9;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  padding: 8px 28px;
  margin: 40px 0 0;
}
.dmd_community_update_heading .catalyst-opportunities p a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}
.dmd_community_update_heading .catalyst-opportunities p a.button:hover {
  background-color: #fff;
  color: #126191;
}

.community_update_heading .catalyst-opportunities h3 {
  padding-top: 0;
}
.community_update_heading .catalyst-opportunities p {
  max-width: 700px;
}

.community-updates-view-facebook .catalyst-opportunities {
  padding-bottom: 0;
}
.community-updates-view-facebook .catalyst-opportunities h3 {
  display: none;
}
.community-updates-view-facebook .catalyst-opportunities p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 700px;
}
.community-updates-view-facebook .catalyst-opportunities a {
  cursor: pointer;
}
.community-updates-view-facebook .catalyst-opportunities a.button {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 5px 40px 3px;
  margin: 40px 0 0;
}
.community-updates-view-facebook .catalyst-opportunities a.button:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}
.community-updates-view-facebook .catalyst-opportunities a.button:hover {
  background-color: #126191;
}

.community_updates_footer .container {
  max-width: 630px;
}
.community_updates_footer .container .row {
  padding: 0;
}
.community_updates_footer .inner_footer {
  padding-top: 345px;
  padding-bottom: 120px;
  margin-top: -75px;
}
.community_updates_footer .inner_footer h3 {
  margin-bottom: 40px;
}
.community_updates_footer .inner_footer .body_icon_box {
  margin-left: -50px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .community_updates_footer .inner_footer .body_icon_box {
    margin-left: 0;
  }
}
.community_updates_footer .inner_footer .body_icon_box .icon_box {
  max-width: 100px;
}
.community_updates_footer .inner_footer .body_icon_box .text_box .heading_line {
  margin: 25px 0 0;
}
.community_updates_footer .inner_footer .body_icon_box .text_box p {
  margin-top: 5px;
}
.community_updates_footer .inner_footer .body_icon_box .text_box p a {
  margin-top: 25px;
}

.facebook_feed {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.facebook_feed p {
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .facebook_feed p {
    font-size: 18px;
    line-height: 25px;
  }
}
.facebook_feed .j-stacker li {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .facebook_feed .j-stacker {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .facebook_feed .j-stacker .galcolumn {
    width: 100% !important;
  }
}

.dmd_community_updates_footer .inner_footer {
  background-image: none !important;
  padding: 110px 0 0;
  margin: 0;
}
.dmd_community_updates_footer .inner_footer .body_icon_box .text_box .heading_line {
  margin: 0;
}
.dmd_community_updates_footer .inner_footer .body_icon_box .text_box a.button {
  font-family: BrandonTextWeb-Bold;
  padding: 8px 28px;
}

.dmd_community_updates_inner__footer .inner_footer .body_icon_box {
  margin-left: 0;
}
.dmd_community_updates_inner__footer .inner_footer .body_icon_box .text_box {
  max-width: 435px;
}
.dmd_community_updates_inner__footer .inner_footer .body_icon_box .text_box .heading_line {
  margin: 0;
}
.dmd_community_updates_inner__footer .inner_footer .body_icon_box .text_box a.button {
  font-family: BrandonTextWeb-Bold;
  padding: 8px 60.4px;
}
@media only screen and (max-width: 767px) {
  .dmd_community_updates_inner__footer .inner_footer .body_icon_box .text_box a.button {
    padding: 8px 28px;
  }
}

.faq_section {
  padding: 98px 0 100px;
}
.faq_section .q-a {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.faq_section .q-a .item {
  margin: 20px 0;
  border-bottom: 2px solid #dadada;
  padding: 0 0 20px;
}
.faq_section .q-a .item .q {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.faq_section .q-a .item .q strong {
  font-family: BrandonTextWeb-Bold;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #112f54;
}
.faq_section .q-a .item .q strong p {
  margin: 0;
}
.faq_section .q-a .item .q strong sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
  font-size: 13px;
}
.faq_section .q-a .item .q::after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 7px;
  transform: none;
  background-image: url("/wp-content/uploads/2023/09/Dark_Blue_DropDown_Arrow_Up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.faq_section .q-a .item .a {
  max-height: 100vh;
  color: #5a5a5a;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.faq_section .q-a .item .a p,
.faq_section .q-a .item .a div {
  margin: 10px 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #5a5a5a;
}
.faq_section .q-a .item .a p p,
.faq_section .q-a .item .a div p {
  margin: 0 0 15px;
}
.faq_section .q-a .item .a p p:last-of-type,
.faq_section .q-a .item .a div p:last-of-type {
  margin: 0;
}
.faq_section .q-a .item .a p sup,
.faq_section .q-a .item .a div sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .faq_section .q-a .item .a p,
  .faq_section .q-a .item .a div {
    font-size: 18px;
    line-height: 25px;
  }
}
.faq_section .q-a .item .a a {
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq_section .q-a .item .a a:hover {
  color: #112f54;
}
.faq_section .q-a .item.closed .q::after {
  transform: rotate(180deg);
}
.faq_section .q-a .item.closed .a {
  max-height: 0;
  overflow: hidden;
}

.site_map_banner .page-title img.desktop {
  height: 100%;
  object-position: center;
}

.sitemap_html {
  padding: 87px 0 125px;
}
.sitemap_html .container {
  max-width: 886px;
}
.sitemap_html .row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sitemap_html .row {
    justify-content: flex-start;
  }
}
.sitemap_html .facebook-feeds ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sitemap_html .facebook-feeds ul.full_width {
  width: 100%;
}
.sitemap_html .facebook-feeds ul.half_width {
  width: calc(50% - 15px);
  max-width: 376px;
}
.sitemap_html .facebook-feeds ul.half_width:last-of-type {
  max-width: 343px;
}
@media only screen and (max-width: 767px) {
  .sitemap_html .facebook-feeds ul.half_width {
    width: 100%;
  }
  .sitemap_html .facebook-feeds ul.half_width:last-of-type {
    margin-top: 50px;
  }
}
.sitemap_html .facebook-feeds ul li {
  position: relative;
}
.sitemap_html .facebook-feeds ul li a {
  font-family: BrandonTextWeb-Bold;
  font-size: 25px;
  font-weight: 400;
  color: #197cb9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .sitemap_html .facebook-feeds ul li a {
    font-size: 18px;
  }
}
.sitemap_html .facebook-feeds ul li a:hover {
  color: #112f54;
}
.sitemap_html .facebook-feeds ul li.sub {
  padding-left: 20px;
  margin-top: 5px;
}
.sitemap_html .facebook-feeds ul li.sub::before {
  content: "•";
  font-size: 2.23em;
  line-height: 0;
  color: #d6b52e;
  margin-right: 5px;
}

.page-id-1113 header,
.mainycp_body header {
  padding-top: 35px;
}
.page-id-1113 header .top_bar,
.mainycp_body header .top_bar {
  display: none;
}

.sign_up_banner .page-title img.desktop, .sign_up_banner .page-title img.tablet, .sign_up_banner .page-title img.mobile {
  -o-object-position: center 30%;
  object-position: center 30%;
}

.sign_up_form_section .facebook-feeds {
  padding: 100px 0;
}
.sign_up_form_section .facebook-feeds .container {
  max-width: 730px;
  color: #112f54;
}
.sign_up_form_section .facebook-feeds p {
  margin: 0;
}
.sign_up_form_section .facebook-feeds form {
  width: 100% !important;
  margin: 62px 0 60px;
  color: #112f54 !important;
}
.sign_up_form_section .facebook-feeds form .mktoHtmlText div span:first-child {
  font-family: BrandonTextWeb-Regular !important;
  font-size: 40px !important;
  line-height: 45px !important;
}
.sign_up_form_section .facebook-feeds form .mktoHtmlText div span:last-child {
  font-family: BrandonTextWeb-Regular !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
.sign_up_form_section .facebook-feeds form .mktoLabel {
  font-family: BrandonTextWeb-Regular !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  width: 100% !important;
}
.sign_up_form_section .facebook-feeds form .mktoLabel[for=iwouldliketoreceiveupdates] {
  font-size: 16px !important;
  line-height: 20px !important;
  width: calc(100% - 35px) !important;
  float: right;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow .mktoFormCol {
  width: 100%;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow .mktoFormCol .mktoFieldWrap {
  width: 100% !important;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow .mktoFormCol select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(2) .mktoFormCol,
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(2) .mktoHtmlText {
  width: 100% !important;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(2) .mktoFormCol, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(3) .mktoFormCol, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(4) .mktoFormCol {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(2) .mktoFormCol, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(3) .mktoFormCol, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(4) .mktoFormCol {
    width: 100% !important;
  }
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(3) .mktoFormCol:nth-child(2), .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(2) {
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(3) .mktoFormCol:nth-child(2), .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(2) {
    margin-left: 0% !important;
  }
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(1) .mktoFieldWrap, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(6) .mktoFormCol:nth-child(1) .mktoFieldWrap {
  background-color: #fff;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(1) .mktoFieldWrap::after, .sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(6) .mktoFormCol:nth-child(1) .mktoFieldWrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  bottom: 0;
  padding: 10px 15px;
  border-left: 1px solid #112f54;
  z-index: 0;
  width: 13px;
  height: 20px;
  background-image: url("/wp-content/uploads/2023/09/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
.sign_up_form_section .facebook-feeds form .mktoFormRow:nth-child(4) .mktoFormCol:nth-child(2) .mktoFieldWrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  bottom: 0;
  padding: 10px 15px;
  border-left: 1px solid #112f54;
  z-index: 0;
  width: 13px;
  height: 20px;
  background-image: url("/wp-content/uploads/2023/09/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
.sign_up_form_section .facebook-feeds form .mktoButtonRow {
  margin-top: 20px;
  width: 100%;
}
.sign_up_form_section .facebook-feeds form .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sign_up_form_section .facebook-feeds form .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: inline-block;
  font-family: BrandonTextWeb-Regular !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  text-align: center !important;
  background-color: #197cb9 !important;
  background-image: url(none);
  padding: 5px 10px 3px !important;
  margin: 0px auto !important;
  width: 200px !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  cursor: pointer;
}
.sign_up_form_section .facebook-feeds form .mktoButtonRow .mktoButtonWrap .mktoButton:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}
.sign_up_form_section .facebook-feeds form .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #126191 !important;
}
.sign_up_form_section .facebook-feeds form input[type=text],
.sign_up_form_section .facebook-feeds form input[type=email],
.sign_up_form_section .facebook-feeds form select {
  font-family: BrandonTextWeb-Regular !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #112f54;
  width: 100% !important;
  height: 40px;
  margin: 10px 0 0;
  padding-left: 15px !important;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  border-radius: 0 !important;
  outline: none;
}
.sign_up_form_section .facebook-feeds form select {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.sign_up_form_section .facebook-feeds form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
}
.sign_up_form_section .facebook-feeds form .mktoCheckboxList {
  max-width: 35px;
  float: left !important;
}

.thank_you_page_content .facebook-feeds {
  padding: 100px 0;
}
.thank_you_page_content .facebook-feeds .container {
  max-width: 1140px;
}
.thank_you_page_content .facebook-feeds h3 {
  margin: 10px 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #112f54;
}
@media only screen and (max-width: 767px) {
  .thank_you_page_content .facebook-feeds h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.thank_you_page_content .facebook-feeds p {
  margin: 10px 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .thank_you_page_content .facebook-feeds p {
    font-size: 20px;
    line-height: 30px;
  }
}
.thank_you_page_content .facebook-feeds p sup {
  position: relative;
  line-height: 0;
  top: 0 !important;
}

.dmdycp_body .thank_you_page_content .facebook-feeds h3,
.dmdycp_body .thank_you_page_content .facebook-feeds p {
  text-align: center;
}

.banner_section {
  padding: 35px 0 52px;
}
@media only screen and (max-width: 767px) {
  .banner_section {
    padding: 22px 0 52px;
  }
}
.banner_section img.desktop {
  height: 100%;
  object-position: center;
}
.banner_section .container {
  position: relative;
  z-index: 2;
  max-width: 974px;
}
.banner_section h1 {
  width: 100%;
  font-size: 54px;
  line-height: 58px;
  color: #122F54;
  margin: 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .banner_section h1 {
    font-size: 34px;
    line-height: 40px;
    color: #122F54;
    letter-spacing: -0.12px;
    margin-bottom: 5px;
  }
}
.banner_section h4 {
  font-family: BrandonTextWeb-bold;
  font-size: 25px;
  font-weight: normal;
  line-height: 32px;
  color: #122F54;
  letter-spacing: 0.2px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .banner_section h4 {
    font-size: 18px;
    line-height: 25px;
    color: #122F54;
    margin-bottom: 5px;
  }
}
.banner_section p,
.banner_section ul li {
  margin: 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #122F54;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .banner_section p,
  .banner_section ul li {
    font-size: 18px;
    line-height: 27px;
    color: #122F54;
    margin-bottom: 5px;
  }
}
.banner_section p b,
.banner_section ul li b {
  font-family: "Brandon Text";
  font-weight: 900;
}
.banner_section ul {
  margin: 10px 0;
  padding: 0 0 0 50px;
}

.text_box_section {
  background-color: #122F54;
  padding: 25px 0;
}
.text_box_section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 575px) {
  .text_box_section .row {
    flex-direction: column;
    gap: 30px;
  }
}
.text_box_section .text_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  border-right: 1px solid #FFFFFF;
  padding-right: 15px;
}
@media only screen and (max-width: 575px) {
  .text_box_section .text_box {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    padding-bottom: 30px;
    max-width: 232px;
  }
}
.text_box_section .text_box:last-of-type {
  border-right: 0;
  padding-left: 15px;
  padding-right: 0;
}
@media only screen and (max-width: 575px) {
  .text_box_section .text_box:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.text_box_section .text_box h2 {
  width: 100%;
  max-width: 412px;
  font-family: "BrandonTextWeb-Black";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .text_box_section .text_box h2 {
    font-size: 18px;
    line-height: 27px;
  }
}
.text_box_section .text_box a {
  display: inline-block;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 5px 15px;
  margin: 0 0;
  width: 166px;
}
.text_box_section .text_box a:after {
  content: "»";
  display: inline-block;
  margin-left: 8px;
}
.text_box_section .text_box a:hover {
  background-color: #126191;
}

.content_text_box_section {
  padding: 110px 0 101px;
}
@media only screen and (max-width: 991px) {
  .content_text_box_section {
    padding: 55px 0 65px;
  }
}
.content_text_box_section .container {
  max-width: 974px;
}
.content_text_box_section .text_box {
  max-width: 890px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .content_text_box_section .text_box {
    margin-bottom: 52px;
  }
}
.content_text_box_section .text_box:last-of-type {
  margin-bottom: 0;
}
.content_text_box_section .text_box .divider {
  width: 60px;
  height: 4px;
  background-color: #d6b52e;
  display: inline-block;
}
.content_text_box_section .text_box h2 {
  font-family: "BrandonTextWeb-Bold";
  font-size: 25px;
  font-weight: normal;
  line-height: 32px;
  color: #122F54;
  margin: 0;
  margin-bottom: 13px;
}
.content_text_box_section .text_box p,
.content_text_box_section .text_box ul li {
  margin: 0;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #444444;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .content_text_box_section .text_box p,
  .content_text_box_section .text_box ul li {
    font-size: 18px;
    line-height: 27px;
    color: #444444;
    margin-bottom: 5px;
  }
}
.content_text_box_section .text_box p em,
.content_text_box_section .text_box ul li em {
  font-family: "Brandon Text";
  font-weight: normal;
  font-style: italic;
}
.content_text_box_section .text_box p b,
.content_text_box_section .text_box ul li b {
  font-family: "Brandon Text";
  font-weight: 900;
}
.content_text_box_section .text_box p {
  margin-bottom: 15px;
}
.content_text_box_section .text_box p:last-of-type {
  margin-bottom: 0;
}
.content_text_box_section .text_box ul {
  margin: 10px 0;
  padding: 0 0 0 50px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content_text_box_section .text_box ul li {
  position: relative;
  padding-left: 15px;
}
.content_text_box_section .text_box ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}

.bg_text_box_section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bg_text_box_section {
    margin-bottom: 65px;
  }
}
.bg_text_box_section .container {
  max-width: 993px;
}
.bg_text_box_section .row {
  background-color: #E6F1F7;
  border-radius: 19px;
  padding: 35px 54px;
}
@media only screen and (max-width: 767px) {
  .bg_text_box_section .row {
    padding: 25px 18px;
  }
}
.bg_text_box_section h3 {
  font-family: "BrandonTextWeb-Bold";
  font-size: 25px;
  font-weight: normal;
  line-height: 32px;
  color: #122F54;
  margin: 0;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .bg_text_box_section h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.bg_text_box_section p {
  margin: 0 0 15px;
  font-family: BrandonTextWeb-Regular;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #444444;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .bg_text_box_section p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
.bg_text_box_section p:last-of-type {
  margin-bottom: 0;
}
.bg_text_box_section .button_box {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 80px;
  justify-content: center;
  margin-top: 30px;
}
.bg_text_box_section .button_box a {
  display: inline-block;
  font-family: "BrandonTextWeb-Bold";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #197cb9;
  padding: 5px 15px;
  margin: 0 0;
  width: 265px;
  max-width: 100%;
}
.bg_text_box_section .button_box a:after {
  content: "»";
  display: inline-block;
  margin-left: 8px;
  top: -2px;
  position: relative;
}
.bg_text_box_section .button_box a:hover {
  background-color: #126191;
}

/*# sourceMappingURL=main.css.map */
