.container.clearfix {
  max-width: 100%;
  width: 100%;
}

body {
  font-weight: 400;
  font-size: 16px !important;
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 1px;
}

.font-weight-400 {
  font-weight: 400;
}

.et_pb_row {
  max-width: 1455px;
}
@media (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }
}

.match-header-container {
  max-width: 1728px;
  width: calc(85% - 4em);
}

.et_pb_button {
  color: #01437c;
  border: 1px solid #01437c;
  background-color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.5em 2.5em;
  font-weight: 600;
  font-size: 0.875em;
}
.et_pb_button::after {
  display: none;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
  color: #fff;
  border: 1px solid #01437c;
  background-color: #01437c;
  padding: 0.5em 2.5em;
}
.et_pb_button.reversed {
  color: #fff;
  border-color: #fff;
  background-color: #01437c;
}
.et_pb_button.reversed:hover {
  color: #01437c;
  border-color: #fff;
  background-color: #fff;
}
.et_pb_button.dark {
  color: #fff;
  border-color: #01437c;
  background-color: #01437c;
}
.et_pb_button.dark:hover {
  background-color: #474b53;
  cursor: pointer;
}

.et_pb_button {
  font-family: Magistral, Helvetica, Arial, Lucida, sans-serif;
  background-color: #01437c;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 40px;
  border: none !important;
  padding: 0.5em 3em 0.5em 1.5em;
}
.et_pb_button::after {
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome" !important;
  content: "\f061";
  font-size: 1em;
  color: #01437c;
  font-weight: 600;
  height: 2em;
  width: 2em;
}
.et_pb_button:hover::after {
  opacity: 0;
}
.et_pb_button.reverse {
  background-color: #fff;
  color: #01437c;
}
.et_pb_button.reverse:hover {
  background-color: #fff;
  color: #01437c;
}
.et_pb_button.reverse::after {
  background-color: #01437c;
  color: #fff;
}

.mobile-menu {
  display: none;
}

#top-menu .menu-item-has-children > a:first-child::after {
  content: "";
  background-image: url("../assets/svg/header-dropdown-icon.svg");
  background-repeat: no-repeat;
  height: 0.5em;
  width: 0.5em;
  top: 0.25em;
  right: 0.5em;
}
#top-menu li li a {
  color: #01437c;
}
#top-menu li a {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #474b53;
  font-weight: 400;
}
#top-menu li ul {
  border-top: 0.375em solid #01437c;
}

#et_search_icon {
  position: relative;
  bottom: 0.3em;
}
#et_search_icon::before {
  background: #01437c;
  color: #fff;
  transform: rotate(270deg);
  padding: 0.4em;
  border-radius: 50%;
  font-size: 0.875em;
}

#page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#page-container #top-header {
  background: #f2f2f2;
  top: 0;
  height: 2.75em;
  padding: 0 9em;
}
#page-container #top-header #et-info {
  padding: 0;
  color: #01437c;
  width: 100%;
  font-weight: 400;
}
#page-container #top-header #et-info a {
  color: #01437c;
  font-size: 0.75em;
}
#page-container #top-header #et-info .client-login {
  margin-right: 1em;
}
#page-container #top-header #et-info .client-login::before {
  content: "";
  background-image: url("../assets/svg/client-login-icon.svg");
  height: 0.75em;
  width: 0.75em;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 0.3em;
}
#page-container #top-header #et-info .phone::before {
  content: "";
  background-image: url("../assets/svg/phone-icon.svg");
  height: 0.75em;
  width: 0.75em;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 0.3em;
}
#page-container #top-header #et-info #et-info-phone {
  color: #01437c;
  font-weight: 400;
  font-size: 0.75em;
}
#page-container #top-header #et-secondary-menu {
  width: 100%;
  display: flex;
  justify-content: end;
}
#page-container #top-header #et-secondary-menu #et-secondary-nav {
  display: flex;
  align-items: center;
  height: 2.813em;
}
#page-container #top-header #et-secondary-menu #et-secondary-nav li {
  background: #01437c;
  display: flex;
  align-items: center;
  height: 1.563em;
  border-radius: 3.646em;
}
#page-container #top-header #et-secondary-menu #et-secondary-nav li a {
  color: #fff;
  text-transform: uppercase;
  padding: 4px 17px;
  font-size: 0.75em;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
}
#page-container #top-header #et-secondary-menu #et-secondary-nav li a:hover {
  background: #373a40;
  border-radius: 3.646em;
  color: #fff !important;
}
#page-container #top-header .container {
  padding: 0;
  display: flex;
  align-items: center;
}
#page-container #main-header {
  top: 2.3em !important;
}
#page-container #main-header .logo_container {
  position: absolute;
  height: 100%;
  width: 23em;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  background: #01437c;
}
#page-container #main-header .logo_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  background: #01437c;
  transform: skew(30deg);
  transform-origin: top;
}
#page-container #main-header .logo_container #logo {
  width: 11em;
  position: relative;
  left: 2em;
}
#page-container #et-top-navigation {
  padding-right: 8em;
}

.et_search_outer {
  display: flex;
  justify-content: end;
  right: 7.5em;
}
.et_search_outer .container {
  margin: inherit;
}
.et_search_outer .container .et-search-form input {
  border-bottom: 0.043em solid #b2b4b5;
  height: 2.2em;
  width: calc(35% - 2em);
}
.et_search_outer .container .et-search-form input::placeholder {
  color: #474b53;
  text-transform: uppercase;
}

.et_pb_section.custom-page-header {
  padding: 0;
  position: fixed;
  width: 100%;
}
.et_pb_section.custom-page-header .custom-top-header {
  background: #f2f2f2;
  height: 2.813em;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 11em;
}
.et_pb_section.custom-page-header .custom-top-header .client-portal-button {
  background: #01437c;
  padding: 0 0.5em;
  color: #fff !important;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}
.et_pb_section.custom-page-header .custom-top-header .client-portal-button:hover {
  background: #474b53;
}
.et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  color: #01437c;
}
.et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner a {
  color: #01437c;
  display: inline-block;
  text-transform: uppercase;
}
.et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .client-login {
  text-transform: uppercase;
  margin-right: 1em;
}
.et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .client-login::before {
  content: "";
  background-image: url("../assets/svg/client-login-icon.svg");
  background-repeat: no-repeat;
  width: 1em;
  height: 0.7em;
  display: inline-block;
  background-size: contain;
}
.et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .phone::before {
  content: "";
  background-image: url("../assets/svg/phone-icon.svg");
  background-repeat: no-repeat;
  width: 1em;
  height: 0.7em;
  display: inline-block;
  background-size: contain;
}
.et_pb_section.custom-page-header .careers-contact .et_pb_text_inner {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 1rem;
}
.et_pb_section.custom-page-header .careers-contact .et_pb_text_inner a {
  color: #fff;
  background: #01437c;
  width: 8.313em;
  height: 1.863em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 3.646em;
  padding: 0.25em 1.063em;
  transition: 0.3s all ease-in-out;
}
.et_pb_section.custom-page-header .careers-contact .et_pb_text_inner a:first-child {
  margin-right: 1em;
}
.et_pb_section.custom-page-header .careers-contact .et_pb_text_inner a:hover {
  background: #474b53;
}
.et_pb_section .custom-main-header {
  max-width: 100%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.et_pb_section .custom-main-header .search-icon-img {
  display: none;
}
.et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix {
  height: 4.5em;
}
.et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
  background: #01437c;
  padding-left: 4em;
  width: 22em !important;
}
.et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17em;
  width: 5em;
  background: #01437c;
  transform: skew(30deg);
  transform-origin: top;
}
.et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap .et_pb_menu__logo {
  position: relative;
  left: 5em;
}
.et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap .et_pb_menu__logo img {
  width: 11.5em;
  height: 2.188em;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
  position: relative;
  bottom: 0.3em;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap .et-menu li {
  font-size: 1rem;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap .et-menu li a {
  text-transform: uppercase;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap .et-menu li .sub-menu {
  border-top: 0.375em solid #01437c;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap .et-menu li .sub-menu li {
  line-height: 1.5em;
}
.et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap .et-menu li .sub-menu li a {
  color: #01437c;
  text-transform: capitalize !important;
}
.et_pb_section .search-icon {
  border: none;
  margin-right: 11em;
  margin-bottom: 0 !important;
}
.et_pb_section .search-icon .et_pb_searchform {
  font-size: 1rem;
}
.et_pb_section .search-icon .et_pb_searchform input {
  padding-left: 0 !important;
  border-bottom: 0.043em solid #b2b4b5;
}
.et_pb_section .search-icon .et_pb_searchform input.et_pb_searchsubmit {
  color: transparent;
  padding: 0;
  background: #01437c;
  border-radius: 3.038em;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.6em;
  border-bottom: none;
}
.et_pb_section .search-icon .et_pb_searchform input::placeholder {
  color: #474b53;
}
.et_pb_section .search-icon .et_pb_searchform::before {
  content: "U";
  font-family: ETModules;
  font-size: 0.625em;
  color: #fff;
  position: absolute;
  top: 48%;
  right: 0.6em;
  transform: translateY(-50%) scaleX(-1);
  pointer-events: none;
  z-index: 10;
  font-weight: 800;
}

search-icon-img {
  display: none;
}

.stack {
  width: calc(85% - 2em);
  line-height: 1.2;
}

@media (min-width: 1728px) {
  #top-menu li a {
    font-size: 0.875em;
  }
  #top-header .container.clearfix #et-secondary-menu li a {
    font-size: 0.875em;
  }
  #page-container #top-header .container.clearfix #et-info a {
    font-size: 0.875em;
  }
  #page-container #top-header #et-secondary-menu #et-secondary-nav li a {
    font-size: 0.875em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
    padding-left: 6em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
    left: 18em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap .et_pb_menu__logo img {
    width: 9.5em;
    height: 2.625em;
  }
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner {
    width: 100%;
  }
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .client-login a,
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .client-login span {
    font-size: 0.875em !important;
  }
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner .phone {
    font-size: 0.875em !important;
  }
  .et_pb_section.custom-page-header .careers-contact .et_pb_text_inner a {
    font-size: 0.875em !important;
  }
  .et_pb_section.custom-page-header .et-menu li {
    padding-left: 1em;
    padding-right: 1em;
  }
  .et_pb_section.custom-page-header .et-menu li a {
    font-size: 0.938em;
  }
}
@media (max-width: 1728px) {
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner a,
  .et_pb_section.custom-page-header .custom-top-header .et_pb_code_inner span {
    font-size: 0.75em;
  }
  .et_pb_section.custom-page-header .custom-top-header .careers-contact .et_pb_text_inner a {
    font-size: 0.75em !important;
  }
  .et_pb_section .et-menu li {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .et_pb_section .et-menu li a {
    font-size: 0.75em;
  }
}
@media (max-width: 1440px) {
  #top-menu li {
    padding-right: 0;
  }
  .et_pb_section .custom-top-header {
    padding: 0 2em !important;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
    padding-left: 0 !important;
    width: 12em !important;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
    left: 8.5em;
    width: 4.5em;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap .et_pb_menu__logo {
    left: 1em;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap .et_pb_menu__logo img {
    width: 10em;
  }
  .et_pb_section .search-icon {
    margin-right: 2em;
  }
}
@media (max-width: 1300px) {
  .et_pb_section .custom-main-header .et-menu li {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .et_pb_section .custom-main-header .et-menu li a {
    font-size: 10px;
  }
  .et_pb_section .custom-main-header .et-menu .menu-item-has-children > a:first-child::after {
    right: 0.25em;
  }
}
@media (max-width: 1024px) {
  .et_pb_section .custom-main-header .et_pb_menu .et_pb_menu__wrap {
    position: relative;
    left: 2em;
  }
}
@media (max-width: 980px) {
  body,
  html {
    overflow-x: hidden;
  }
  .search-icon {
    opacity: 0;
  }
  .search-icon-img {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0.6em;
    right: 4.4em;
    z-index: 10;
  }
  .search-icon-img:hover {
    cursor: pointer;
  }
  .show-search {
    opacity: 1 !important;
    transition: 0.3s all;
  }
  .hide-search-icon-img {
    display: none !important;
  }
  .close .bar1 {
    transform: rotate(42deg) translate(6px, 7px);
  }
  .close .bar2 {
    opacity: 0;
  }
  .close .bar3 {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .open {
    right: 0 !important;
  }
  .open-sub-menu {
    max-height: 20em !important;
    margin-bottom: 1em;
  }
  .active-arrow::after {
    transform: rotate(180deg);
    transition: 0.2s all;
  }
  .menu-mobile-menu-container {
    top: 7.3em;
    position: fixed;
    display: block;
    z-index: 2;
    background: linear-gradient(0deg, #fafafa, #fafafa), #fff;
    height: 100vh;
    width: calc(85% - 3em);
    right: -100%;
    border-top: 0.031em solid #d9d9d9;
    box-shadow: 0 0.625em 0.939em rgba(0, 0, 0, 0.35);
    transition: 0.3s all;
    padding-bottom: 13em;
    overflow-y: scroll;
  }
  .menu-mobile-menu-container .mobile-menu {
    display: block;
    margin-top: 0.5em;
  }
  .menu-mobile-menu-container .mobile-menu li a {
    color: #01437c;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    font-family: Magistral;
    border-bottom: 0.031em solid #d9d9d9;
    display: block;
    padding: 0.8em 0 0.5em 1.5em;
  }
  .menu-mobile-menu-container .mobile-menu li a::after {
    content: "";
    background-image: url("../assets/svg/submenu-arrow.svg");
    background-repeat: no-repeat;
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-color: #b2b4b5;
    position: relative;
    top: 0.3em;
    right: 1.5em;
    float: right;
    background-position: center;
    border-radius: 1em;
  }
  .menu-mobile-menu-container .mobile-menu li .sub-menu {
    max-height: 0;
    margin-left: 1.3em;
    overflow: hidden;
    transition: 0.3s all;
  }
  .menu-mobile-menu-container .mobile-menu li .sub-menu li {
    margin: 0.5em 0;
  }
  .menu-mobile-menu-container .mobile-menu li .sub-menu li::before {
    content: "-";
    margin-right: 0.5em;
  }
  .menu-mobile-menu-container .mobile-menu li .sub-menu li a {
    font-weight: 400;
    font-family: proxima-nova;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  .menu-mobile-menu-container .mobile-menu li .sub-menu li a::after {
    content: none;
  }
  .menu-mobile-menu-container .mobile-menu .mobile-cta {
    margin-top: 3em;
  }
  .menu-mobile-menu-container .mobile-menu .mobile-cta:last-child {
    margin-top: 1em;
  }
  .menu-mobile-menu-container .mobile-menu .mobile-cta a {
    color: #fff;
    background: #01437c;
    border-bottom: none;
    width: 18.188em;
    margin: 0 auto;
    border-radius: 1.75em;
    transition: 0.3s all;
  }
  .menu-mobile-menu-container .mobile-menu .mobile-cta a:hover {
    background: #b2b4b5;
    color: #01437c;
  }
  .menu-mobile-menu-container .mobile-menu .mobile-cta a::after {
    content: "" !important;
    background-image: url("../assets/svg/mobile-cta-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff;
    height: 2.5em;
    width: 2.5em;
    top: -0.45em;
    right: 0.5em;
    border-radius: 1.75em;
  }
  .mobile-menu-toggle {
    display: block;
    position: fixed;
    right: 1.5em;
    top: 4em;
    z-index: 2;
  }
  .mobile-menu-toggle:hover {
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #01437c;
    margin: 6px 0;
    transition: 0.4s;
  }
  .et_pb_section .search-icon {
    margin-right: 0;
    width: calc(80% - 3em);
    margin-left: 3.5em;
  }
  .et_pb_section .search-icon .et_pb_searchform::before {
    content: "";
    background-image: url("../assets/svg/mobile-search-icon.svg");
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    top: 0.4em !important;
    right: 0 !important;
    transform: rotate(0deg);
  }
  .et_pb_section.custom-page-header .custom-top-header .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_section.custom-page-header .custom-top-header .et_pb_column:last-child {
    display: none;
  }
  .et_pb_section.custom-page-header .custom-top-header .careers-contact {
    display: none;
  }
  .et_pb_section.custom-page-header .custom-main-header .search-icon-img {
    display: block;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu .et_pb_menu__wrap {
    display: none;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_searchform::before {
    color: #01437c;
    font-size: 1.5em;
    top: 50%;
    right: 0.3em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_searchform .et_pb_searchsubmit {
    background: none;
    width: 2em;
    height: 2em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
    padding: 1.1em 1em 1.2em;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
    width: 3.5em;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
    width: 10em !important;
  }
  .et_pb_section .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
    left: 6.5em;
  }
}
@media (max-width: 576px) {
  .search-icon-img {
    right: 4em;
  }
  .et_pb_section .search-icon {
    margin-left: 1.5em;
  }
  .et_pb_section.custom-page-header .custom-top-header {
    padding: 0 1em !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .careers-contact {
    float: right;
  }
  .et_pb_section.footer .et_pb_row .contact-copyright {
    display: flex;
    flex-direction: column;
  }
  .et_pb_section.footer .et_pb_row .contact-copyright .location-contact-info .et_pb_text_inner {
    float: right;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner {
    position: absolute;
    bottom: 0;
    height: 20vh !important;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    width: 5.5em !important;
    margin-right: 0 !important;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .sub-header {
    font-family: "proxima-nova", helvetica, arial, lucida, sans-serif !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1200px) {
  .image-image-block .dsm_icon_list .et_pb_module_inner {
    position: absolute;
    bottom: 0;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 3em !important;
    width: 4em !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 980px) {
  .et_pb_section.footer .et_pb_row .contact-copyright .location-contact-info .et_pb_text_inner {
    float: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 576px) and (max-width: 980px) {
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 9em !important;
  }
}
@media (max-width: 576px) {
  .phone-position {
    margin-top: -1.3em;
  }
}
@media (max-width: 375px) {
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap {
    width: 8.5em !important;
  }
  .et_pb_section.custom-page-header .custom-main-header .et_pb_menu_inner_container.clearfix .et_pb_menu__logo-wrap::before {
    left: 5.5em;
  }
  .et_pb_section.custom-page-header .custom-main-header .search-icon {
    margin-left: 1.7em;
  }
  .et_pb_section.custom-page-header .custom-main-header .search-icon .et_pb_searchform input {
    position: relative;
    left: 0.5em;
  }
}
@-moz-document url-prefix() {
  @media (max-width: 576px) {
    .et_pb_section .search-icon {
      margin-left: 1.3em;
    }
    .et_pb_section .search-icon .et_pb_searchform input {
      position: relative;
      left: 1.5em !important;
    }
    .et_pb_section .search-icon-img {
      right: 5em;
    }
  }
}
#main-footer {
  display: none;
}

.et_pb_section.footer {
  background: #373a40;
  padding-bottom: 1em;
}
.et_pb_section.footer .footer-divider img {
  width: 100%;
}
.et_pb_section.footer .linkedin-tracking {
  display: none;
}
.et_pb_section.footer .footer-subscribe-form .et_pb_code_inner {
  width: 110%;
  background: #fff;
}
.et_pb_section.footer .footer-subscribe-form .et_pb_code_inner iframe {
  height: 9em;
  padding-right: 1.5em;
}
.et_pb_section.footer .et_pb_row .footer-menu-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1em;
  font-size: 1rem;
}
.et_pb_section.footer .footer-menu-links {
  font-size: 1rem;
}
.et_pb_section.footer .footer-menu-links ul {
  padding: 0;
}
.et_pb_section.footer .footer-menu-links ul li {
  list-style-type: none;
  line-height: 0;
  margin: 1em 0;
}
.et_pb_section.footer .footer-menu-links ul li a {
  color: #fff;
  font-weight: 300;
  line-height: 1em;
}
.et_pb_section.footer .et_pb_code_inner {
  width: 12em;
  display: flex;
  justify-content: space-between;
}
.et_pb_section.footer .et_pb_code_inner .fa-brands {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
.et_pb_section.footer .et_pb_code_inner .fa-brands::before {
  font-size: 0.8em;
}
.et_pb_section.footer .et_pb_code_inner .fa-brands:hover {
  background: #fff;
  color: #01437c;
}
.et_pb_section.footer .social-contact {
  display: flex;
  align-items: center;
}
.et_pb_section.footer .social-contact .location-contact-info {
  margin-bottom: 0;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner {
  display: flex;
  justify-content: end;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info {
  display: flex;
  color: #fff;
  justify-content: space-between;
  width: 35em;
  font-size: 1rem;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .phone {
  font-size: 0.75em;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .phone::before {
  content: "P";
  font-weight: 800;
  margin-right: 0.5em;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .email {
  font-size: 12px;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .email::before {
  content: "E";
  font-weight: 800;
  margin-right: 0.5em;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .email a {
  color: #fff;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .address {
  font-size: 12px;
}
.et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info .address::before {
  content: "A";
  font-weight: 800;
  margin-right: 0.5em;
}
.et_pb_section.footer .social-contact .copyright {
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
.et_pb_section.footer .social-contact .copyright a {
  color: #fff;
}
.et_pb_section.footer .mobile-divider-contact-info,
.et_pb_section.footer .mobile-divider {
  display: none;
}
.et_pb_section .footer-subscribe-form .et_pb_column:first-child {
  margin-right: -1px;
}
.et_pb_section .footer-subscribe-form .et_pb_column:first-child .subscribe-form-content {
  background: #01437c;
  height: 9em;
  display: flex;
  align-items: center;
  padding: 2em;
}
.et_pb_section .footer-subscribe-form .et_pb_column:first-child .subscribe-form-content::before {
  content: "";
  background-color: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(100% -100%, 100% 100%, 100% 100%, 0 0%);
}
.et_pb_section .footer-subscribe-form .et_pb_column:first-child .subscribe-form-content h4 {
  color: #fff;
  padding: 2em 3em 2em 0;
  text-transform: uppercase;
}

.contact-us-form iframe {
  margin-bottom: 2em;
  height: 80vh;
}

@media (max-width: 1439.98px) {
  .footer .copyright .et_pb_text_inner {
    font-size: 12px;
  }
  .footer .footer-menu-title .et_pb_text_inner {
    font-size: 0.875em;
  }
  .footer .footer-menu-links ul li a {
    font-size: 0.875em;
  }
}
@media (max-width: 1200px) {
  .et_pb_section.footer .social-contact .copyright .et_pb_text_inner {
    text-align: left;
  }
  .et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner {
    justify-content: start;
  }
}
@media (min-width: 1439.98px) {
  .et_pb_section.footer .et_pb_row .footer-menu-title .et_pb_text_inner {
    font-size: 1em;
  }
  .et_pb_section.footer .et_pb_row .et_pb_column .location-contact-info .et_pb_text_inner .contact-info {
    width: 40em;
  }
  .et_pb_section.footer .et_pb_row .et_pb_column .location-contact-info .et_pb_text_inner .contact-info .contact {
    font-size: 0.875em;
  }
  .et_pb_section.footer .et_pb_row .footer-menu-links .et_pb_text_inner ul li a {
    font-size: 0.938em;
  }
  .et_pb_section.footer .copyright .et_pb_text_inner {
    font-size: 0.875em;
  }
}
@media (max-width: 980px) {
  .et_pb_section.contact-us iframe {
    margin-bottom: 0;
    height: 60vh;
  }
  .et_pb_section .contact-us-form iframe {
    margin-bottom: 0;
    height: 65vh;
  }
  .et_pb_section.footer .footer-menu-title .et_pb_text_inner {
    font-size: 1em;
  }
  .et_pb_section.footer .footer-subscribe-form .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_section.footer .footer-subscribe-form .et_pb_column:first-child .subscribe-form-content::before {
    content: "";
    background-color: #373a40;
  }
  .et_pb_section.footer .footer-subscribe-form .et_pb_code_inner {
    width: 100%;
    background: #fff;
  }
  .et_pb_section.footer .footer-subscribe-form .et_pb_code_inner iframe {
    height: auto !important;
    padding: 0 1.5em;
  }
  .et_pb_section.footer .footer-menu-links ul li a {
    font-size: 0.875em;
  }
  .et_pb_section.footer .social-contact {
    flex-direction: column;
  }
  .et_pb_section.footer .social-contact .location-contact-info .et_pb_text_inner .contact-info {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .et_pb_section.footer .mobile-divider-contact-info {
    display: block;
  }
}
@media (max-width: 576px) {
  .et_pb_section.contact-us iframe {
    margin-bottom: 0;
    height: 70vh;
  }
  .et_pb_section.footer .mobile-divider-contact-info,
  .et_pb_section.footer .footer-desktop-divider {
    display: none;
  }
  .et_pb_section.footer .et_pb_row.mobile-divider {
    display: block;
    padding: 0;
  }
  .et_pb_section.footer .social-contact .contact-copyright .location-contact-info .et_pb_text_inner {
    font-size: 1rem;
  }
  .et_pb_section.footer .social-contact .contact-copyright .location-contact-info .et_pb_text_inner .contact-info {
    font-size: 0.875em;
  }
}
@media (max-width: 586px) {
  .et_pb_section.footer .et_pb_code_inner {
    height: 26em;
  }
  .et_pb_section.footer .social-contact .et_pb_code_inner {
    height: auto;
  }
}
/***  Safari Styles  ***/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .content {
      display: none;
    }
  }
}
/****  Firefox Styles  ****/
@-moz-document url-prefix("") {
  .content {
    display: none;
  }
}
.mission-card-carousel {
  margin-top: 2em;
  overflow: hidden;
}
.mission-card-carousel .mission-card-carousel_controls {
  display: block !important;
}
.mission-card-carousel .mission-control-mobile {
  display: none;
}
.mission-card-carousel .mission-control-mobile .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .mission-card-carousel .mission-control-mobile {
    display: block;
  }
}
.mission-card-carousel_header {
  padding: 4em 0 2em !important;
}
@media (max-width: 980px) {
  .mission-card-carousel_header {
    padding-top: 3em !important;
    padding-bottom: 0 !important;
  }
  .mission-card-carousel_header .et_pb_column {
    margin-bottom: 0;
  }
}
.mission-card-carousel_header::before {
  height: 6px;
  --border-width: 8px;
  --stripe-distance: 2px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #d9d9d9, transparent 1px, transparent var(--stripe-distance), #d9d9d9 calc(var(--stripe-distance) + 1px));
}
.mission-card-carousel_header h2 {
  color: #01437c;
  font-size: 2.5em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .mission-card-carousel_header h2 {
    text-align: center;
    font-size: 1.875em;
  }
}
.mission-card-carousel_header .mission-card-carousel_controls {
  display: none;
}
.mission-card-carousel_header .mission-card-carousel_controls .et_pb_code_inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
.mission-card-carousel_header .mission-card-carousel_controls .slider-fraction {
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
  color: #474b53;
  font-size: 1.25em;
  margin-right: 1em;
  display: none;
}
.mission-card-carousel .dsm_card_carousel_wrapper {
  overflow: visible;
}
.mission-card-carousel .dsm_card_carousel > .et_pb_module_inner {
  width: 70% !important;
}
@media (max-width: 980px) {
  .mission-card-carousel .dsm_card_carousel > .et_pb_module_inner {
    width: 90% !important;
  }
}
.mission-card-carousel .mission-card-carousel_custom-arrows button {
  border: 3px solid #b2b4b5;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  background: white;
  font-family: "FontAwesome" !important;
}
@media (max-width: 980px) {
  .mission-card-carousel .mission-card-carousel_custom-arrows button:first-of-type {
    margin-right: 1em;
  }
}
.mission-card-carousel .mission-card-carousel_custom-arrows button:hover {
  cursor: pointer;
}
.mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-prev i, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-next i, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-prev-mobile i, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-next-mobile i {
  font-size: 1.5em;
  color: #01437c;
  font-weight: 600;
}
.mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-prev:hover, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-next:hover, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-prev-mobile:hover, .mission-card-carousel .mission-card-carousel_custom-arrows button#mission-card-carousel_custom-arrows-next-mobile:hover {
  background-color: #b2b4b5;
}
.mission-card-carousel_slider {
  padding: 0;
}
@media (max-width: 980px) {
  .mission-card-carousel_slider .swiper-container {
    margin-bottom: 0 !important;
  }
}
.mission-card-carousel_slider .swiper-button-next,
.mission-card-carousel_slider .swiper-button-prev {
  display: none !important;
}
.mission-card-carousel_slider .dsm_card_carousel_child {
  height: 22em !important;
  margin-right: 30px !important;
  width: calc(50% - 2.7em) !important;
}
@media (max-width: 980px) {
  .mission-card-carousel_slider .dsm_card_carousel_child {
    height: 18em !important;
  }
}
.mission-card-carousel_slider .dsm_card_carousel_child .et_pb_module_inner,
.mission-card-carousel_slider .dsm_card_carousel_child figure {
  height: 100%;
}
.mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 67, 124, 0.9);
  color: #fff;
  padding: 1.25em 0 1.25em 1em;
  height: 9em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_carousel_child_description {
  width: calc(85% - 3em);
  line-height: 1.3;
  font-size: 1.125em;
}
@media (max-width: 980px) {
  .mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_carousel_child_description {
    display: none;
  }
}
.mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper:hover::after {
  background-color: #fafafa;
  color: #01437c;
}
@media (min-width: 979.98px) {
  .mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper::before {
    content: "";
    background-color: #fafafa;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(100% -100%, 100% 100%, 100% 100%, 0% 100%);
  }
  .mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper::after {
    position: absolute;
    right: 5%;
    top: 50%;
    bottom: 0;
    background-color: #01437c;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "FontAwesome" !important;
    content: "\f061";
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    width: 2.6rem;
    height: 1.7em;
    padding-top: 0;
    border: 3px solid #01437c;
  }
}
.mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_title {
  color: #fff;
  font-size: 1.125em;
}
@media (max-width: 980px) {
  .mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_title {
    font-size: 1.25em;
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .mission-card-carousel {
    margin-top: 0;
  }
  .mission-card-carousel .mission-card-carousel_controls {
    display: none !important;
  }
  .mission-card-carousel .mission-control-mobile {
    padding: 0;
    margin-top: 0;
    display: block;
  }
  .mission-card-carousel_slider {
    display: flex;
    justify-content: center;
  }
  .mission-card-carousel_slider .dsm_card_carousel_child {
    height: 20em !important;
    width: 100% !important;
    margin: 4em auto;
  }
  .mission-card-carousel_slider .dsm_card_carousel_child .dsm_card_wrapper {
    height: 5em;
  }
}
.cta-module {
  padding: 0 !important;
}
.cta-module .et_pb_row {
  padding: 4em 2em 6em;
}
@media (max-width: 980px) {
  .cta-module .et_pb_row {
    padding: 6em 2em;
  }
}
.cta-module .et_pb_row::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-module .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.cta-module .et_pb_column h1,
.cta-module .et_pb_column h2,
.cta-module .et_pb_column h3,
.cta-module .et_pb_column h4 {
  font-size: 2.188em;
  color: #fff;
  text-transform: uppercase;
}
.cta-module .et_pb_column p {
  font-size: 1.125em;
}
.cta-module .et_pb_column .et_pb_text {
  text-align: center;
}
@media (max-width: 980px) {
  .cta-module .et_pb_column {
    width: 100% !important;
  }
  .cta-module .et_pb_column h1,
  .cta-module .et_pb_column h2,
  .cta-module .et_pb_column h3,
  .cta-module .et_pb_column h4 {
    font-size: 1.25em;
  }
  .cta-module .et_pb_column p {
    font-size: 1em;
  }
  .cta-module .et_pb_column .et_pb_button {
    font-size: 0.875em;
  }
}
.cta-module.cta-module-one-column {
  background-color: #01437c;
}
.cta-module.cta-module-one-column .et_pb_row {
  display: flex;
  justify-content: center;
  align-self: center;
}
.cta-module.cta-module-one-column .et_pb_column {
  max-width: 1455px;
  margin: 0 auto !important;
}
@media (max-width: 980px) {
  .cta-module.cta-module-one-column .et_pb_column {
    width: 90%;
  }
}
.cta-module.cta-module-two-column {
  display: flex;
  justify-content: stretch;
}
@media (max-width: 980px) {
  .cta-module.cta-module-two-column {
    display: block;
  }
}
.cta-module.cta-module-two-column .et_pb_row {
  display: inline-flex;
  justify-content: center;
  width: 50%;
  min-height: 100%;
  align-items: stretch;
  align-self: stretch;
  margin: 0;
  background-color: #01437c;
}
@media (max-width: 980px) {
  .cta-module.cta-module-two-column .et_pb_row {
    min-width: 100%;
    display: block;
    width: 100%;
  }
}
.cta-module.cta-module-two-column .et_pb_row:first-of-type {
  justify-content: flex-end;
}
.cta-module.cta-module-two-column .et_pb_row:last-of-type {
  justify-content: flex-start;
}
.cta-module.cta-module-two-column .et_pb_row .et_pb_column {
  width: 727.5px;
  text-align: center;
}

.text-image-cta .et_pb_row {
  display: flex;
  align-items: center;
}
.text-image-cta .et_pb_row .text-image-cta-title {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.text-image-cta .et_pb_row .text-image-cta-title h3 {
  font-size: 2.188em;
  text-transform: uppercase;
  color: #01437c;
}
.text-image-cta .et_pb_row .text-image-cta-description {
  font-size: 1rem;
}
.text-image-cta .et_pb_row .text-image-cta-description .et_pb_text_inner {
  font-size: 1em;
  line-height: 1.563em;
}
.text-image-cta .et_pb_row .et_pb_image {
  background-size: auto;
  height: 28em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-image-cta .et_pb_row .et_pb_image img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  width: 17em;
}

@media (min-width: 1728px) {
  .text-image-cta .et_pb_row .text-image-cta-title {
    font-size: 1rem;
  }
  .text-image-cta .et_pb_row .text-image-cta-title h3 {
    font-size: 2.5em;
  }
  .text-image-cta .et_pb_row .text-image-cta-description {
    font-size: 1rem;
  }
  .text-image-cta .et_pb_row .text-image-cta-description .et_pb_text_inner {
    font-size: 1.125em;
    line-height: 1.875em;
  }
  .cta-module .et_pb_text_inner h3 {
    font-size: 2.5em;
    background: none !important;
  }
  .cta-module .et_pb_text_inner p {
    background: none !important;
  }
}
@media (max-width: 980px) {
  .text-image-cta .et_pb_row {
    flex-direction: column-reverse;
  }
  .text-image-cta .et_pb_row .text-image-cta-title {
    margin-top: 3em;
  }
  .text-image-cta .et_pb_row .text-image-cta-title h3 {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.87em;
  }
  .text-image-cta .et_pb_row .text-image-cta-description .et_pb_text_inner {
    font-size: 1em;
    text-align: center;
    line-height: 1.563em;
  }
  .text-image-cta .et_pb_row .et_pb_button_module_wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .text-image-cta .et_pb_row .text-image-cta-title {
    margin-top: 1em;
  }
  .text-image-cta .et_pb_row .et_pb_image {
    background-size: contain;
  }
  .text-image-cta .et_pb_row .et_pb_image img {
    width: 15em;
  }
}
@media (min-width: 979.98px) {
  .content-blocks .et_pb_row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.content-blocks .et_pb_row h2 {
  color: #01437c;
  font-size: 2.5em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.content-blocks .et_pb_row p {
  font-size: 1.125em;
  color: #474b53;
}
.content-blocks .et_pb_row .et_pb_image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-blocks .et_pb_row .et_pb_image::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/img/body-img-frame.png");
}
.content-blocks .et_pb_row .et_pb_image .et_pb_image_wrap {
  height: 37em;
  width: 37em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-blocks .et_pb_row .et_pb_image .et_pb_image_wrap img {
  border-radius: 100%;
  width: 69%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.et_pb_section .promise-video {
  display: flex;
  align-items: center;
  background: #01437c;
}

sup {
  bottom: 0.3em;
  font-size: 16px;
}

.testimonial-slider {
  background-color: #01437c;
}
.testimonial-slider .et_pb_row .dsm_card_carousel > .dsm_card_wrapper {
  padding: 0 1.5em;
}
.testimonial-slider .et_pb_row .dsm_card_carousel > .et_pb_module_inner {
  width: 70% !important;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .testimonial-slider .et_pb_row .dsm_card_carousel > .et_pb_module_inner {
    width: 100% !important;
  }
}
.testimonial-slider .et_pb_row .dsm_card_carousel .swiper-container {
  margin-bottom: 0 !important;
}
.testimonial-slider .dsm_card_carousel_child .dsm_card_wrapper {
  padding: 0 1.5em;
}
@media (max-width: 980px) {
  .testimonial-slider .dsm_card_carousel_child .dsm_card_wrapper {
    padding: 0;
  }
}
.testimonial-slider_container article {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 979.98px) {
  .testimonial-slider_container article {
    padding-left: 5em;
  }
}
.testimonial-slider_container article .glyph-quote {
  font-size: 4em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -9px;
  left: 0;
}
@media (max-width: 980px) {
  .testimonial-slider_container article .glyph-quote {
    position: static;
    margin-bottom: 0.25em;
  }
}
.testimonial-slider_container article .mdg-testimonial-card_text {
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  font-size: 1.5625em;
}
@media (max-width: 980px) {
  .testimonial-slider_container article .mdg-testimonial-card_text {
    font-size: 1.25em;
    line-height: 2;
  }
}
.testimonial-slider_container article .mdg-testimonial-card_person {
  font-size: 1em;
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
  margin-top: 3em;
}
@media (max-width: 980px) {
  .testimonial-slider_container article .mdg-testimonial-card_person {
    font-size: 1em;
  }
}
.testimonial-slider_container article .mdg-testimonial-card_person .mdg-testimonial-card_person-name {
  font-weight: 700;
  display: block;
}
.testimonial-slider_container .swiper-button-next,
.testimonial-slider_container .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: unset;
  border-radius: 100%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
}
@media (max-width: 980px) {
  .testimonial-slider_container .swiper-button-next,
  .testimonial-slider_container .swiper-button-prev {
    position: static;
    margin-top: 5em;
  }
}
.testimonial-slider_container .swiper-button-next::before,
.testimonial-slider_container .swiper-button-prev::before {
  color: #fff !important;
  font-size: 1.5625em;
}
.testimonial-slider_container .swiper-button-next {
  right: 0;
  left: unset;
  color: white;
}
.testimonial-slider_container .swiper-button-prev {
  right: 3.25em;
  left: unset;
  color: white;
}
@media (max-width: 980px) {
  .testimonial-slider_container .swiper-button-prev {
    margin-right: 1em;
  }
}

.image-video-block {
  background: #373a40;
}
.image-video-block .et_pb_column:last-child {
  display: flex;
  align-items: center;
}
.image-video-block .image-video-content {
  font-size: 1rem;
}
.image-video-block .image-video-content .et_pb_text_inner {
  font-size: 0.938em;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em;
}
.image-video-block .image-video-content .et_pb_text_inner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.875em;
  text-transform: uppercase;
  line-height: 1.338em;
}

.image-image-block {
  background: #373a40;
}
.image-image-block .image-image-content {
  font-size: 1rem !important;
}
.image-image-block .image-image-content .et_pb_text_inner {
  font-size: 1rem;
}
.image-image-block .image-image-content .et_pb_text_inner h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.875em;
  line-height: 1.338em;
}
.image-image-block .image-image-content-description {
  font-size: 1rem;
}
.image-image-block .image-image-content-description .et_pb_text_inner {
  font-size: 0.875em;
}
.image-image-block .et_pb_text_inner {
  color: #fff;
}
.image-image-block .dsm_icon_list {
  height: 50vh;
  display: flex;
  align-items: end;
}
.image-image-block .dsm_icon_list .dsm_icon_list_image {
  background: #01437c;
  border-radius: 20px;
  height: 2.563em;
  width: 2.563em;
  display: flex;
  justify-content: center;
}
.image-image-block .dsm_icon_list .et_pb_module_inner {
  background: rgba(1, 67, 124, 0.9);
  height: 14vh !important;
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
}
.image-image-block .dsm_icon_list .et_pb_module_inner::before {
  content: "";
  background-color: #fff;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(100% -100%, 100% 100%, 100% 100%, 0% 100%);
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items {
  height: 5.375em;
  display: flex;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
  height: 12.1vh;
  display: flex;
  align-items: center;
  width: 8.5em;
  margin-left: 4em;
  margin-right: 3em;
  justify-content: end;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper::after {
  position: absolute;
  right: 5%;
  top: 50%;
  bottom: 0;
  background-color: #01437c;
  transform: translateY(-50%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome" !important;
  content: "\f061";
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  width: 3.6rem;
  height: 3.1rem;
  padding-top: 0.1em;
  border: 3px solid #01437c;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper .dsm_icon_list_icon {
  font-size: 2.2em !important;
  color: #fff !important;
  background: #01437c;
  border-radius: 1em;
  padding: 0.12em;
  display: none;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text {
  height: 12.1vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  padding-right: 1.5em;
  font-size: 1rem;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .header {
  display: block;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.8em;
}
.image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .sub-header {
  color: #fff;
  font-weight: 600;
  padding-bottom: 0;
  font-family: "Proxima Nova";
  font-size: 0.875em;
}

.divioverlay.divioverlay-open {
  display: flex;
  align-items: center;
}
.divioverlay.divioverlay-open .et_pb_row {
  width: calc(60% - 3em);
  max-width: 55em;
}
.divioverlay .et_pb_code_inner {
  display: flex;
  justify-content: end;
}
.divioverlay .et_pb_code_inner .fa-xmark {
  background: #fff;
  border-radius: 1.25em;
  height: 1.4em;
  width: 1.4em;
  position: relative;
  top: 1em;
  left: 1.5em;
}
.divioverlay .et_pb_code_inner .fa-xmark::before {
  position: relative;
  top: 0.23em;
  left: 0.34em;
  font-weight: 600;
}
.divioverlay .et_pb_code_inner .fa-xmark:hover {
  cursor: pointer;
}

.factoids .et_pb_row {
  width: 1350px;
  max-width: 80%;
}
.factoids .et_pb_row .et_pb_module {
  text-align: left;
}
.factoids .et_pb_row .et_pb_module.et_pb_divider {
  width: 90% !important;
  margin: 0 auto 3em;
}
.factoids .et_pb_row .et_pb_module .dsm-dual-heading-main.et_pb_module_header {
  font-size: 1.25em;
}
.factoids .et_pb_row .et_pb_module .dsm-dual-heading-main.et_pb_module_header .dsm-dual-heading-middle {
  color: #01437c !important;
}
.factoids .et_pb_row .and {
  color: #000;
}

.certifications {
  background: #fff;
}
.certifications .certifications-intro h3,
.certifications .certifications-intro p {
  text-align: center;
  color: #000;
}
.certifications p {
  color: #000;
}
.certifications a {
  color: #01437c;
}
.certifications img {
  width: 10em;
  max-width: 100%;
}

.about-us-concepts {
  display: flex;
  align-items: center;
}
.about-us-concepts .et_pb_image_wrap,
.about-us-concepts img {
  width: 30em !important;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1728px) {
  .image-video-block .image-video-content h3 {
    font-size: 2.5em !important;
  }
  .image-video-block .image-video-content .et_pb_text_inner {
    font-size: 1em !important;
  }
  .image-image-block .image-image-content .et_pb_text_inner h3 {
    font-size: 2.5em;
  }
  .image-image-block .image-image-content-description .et_pb_text_inner {
    font-size: 1em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .header {
    font-size: 1.25em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .sub-header {
    font-size: 1em;
  }
}
@media (min-width: 980px) {
  .divioverlay .overlay-close {
    font-size: 70px !important;
    right: 50px !important;
    top: 50px !important;
  }
}
@media (max-width: 1200px) {
  .image-image-block .dsm_icon_list .et_pb_module_inner {
    height: 20vh !important;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 0;
    margin-right: 1em;
  }
}
@media (max-width: 980px) {
  .image-video-block .et_pb_row:first-child .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .image-video-block .et_pb_row:last-child .et_pb_column:last-child {
    height: 20em;
  }
  .image-video-block .row-image-video .video-col .play-video {
    height: 40vh;
    display: flex;
    align-items: center;
  }
  .image-video-block .row-image-video .et_pb_column .image-video-content {
    font-size: 1rem;
  }
  .image-video-block .row-image-video .et_pb_column .image-video-content .et_pb_text_inner {
    font-size: 1em;
  }
  .image-video-block .row-image-video .et_pb_column .image-video-content .et_pb_text_inner h3 {
    font-size: 1.875em;
    padding-bottom: 0;
  }
  .divioverlay.divioverlay-open .et_pb_row {
    width: calc(90% - 2em);
    max-width: 55em;
  }
  .divioverlay .overlay-close {
    font-size: 70px !important;
    right: 25px !important;
    top: 150px !important;
  }
  .image-image-block .et_pb_row:first-child .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .image-image-block .image-image-content {
    font-size: 1rem;
  }
  .image-image-block .image-image-content .et_pb_text_inner {
    font-size: 1em;
  }
  .image-image-block .image-image-content .et_pb_text_inner h3 {
    font-size: 1.875em;
    padding-bottom: 0;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner {
    height: 6em !important;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 4em;
    margin-right: 4em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text {
    margin-right: 20em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .header {
    padding-bottom: 0;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .sub-header {
    display: none;
  }
  .about-us-concepts {
    display: flex;
    flex-direction: column;
  }
  .about-us-concepts img {
    margin-bottom: 2em;
  }
  .image-text {
    flex-direction: column-reverse;
  }
  .factoids .et_pb_row {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 7.5em;
    margin-right: 4em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text {
    margin-right: 8em;
  }
}
@media (max-width: 667px) {
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    margin-left: 7.5em;
    margin-right: 3em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text {
    margin-right: 3em !important;
  }
}
@media (max-width: 576px) {
  .divioverlay .overlay-close {
    top: 100px !important;
  }
  .about-us-concepts img {
    margin-bottom: 3em;
  }
  .certifications img {
    width: 12em !important;
  }
  .image-video-block .row-image-video .video-col .play-video {
    height: 16em;
  }
  .image-video-block .row-image-video .et_pb_column:last-child {
    height: 20em !important;
  }
  .image-video-block .et_pb_row:last-child .et_pb_column:last-child {
    height: 27em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner {
    height: 4.688em !important;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper {
    width: auto;
    position: relative;
    left: -0.5em;
    margin-left: 2.5em;
    margin-right: 3em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_wrapper::after {
    width: 2.6rem;
    height: 2.3rem;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text {
    padding-left: 1em;
  }
  .image-image-block .dsm_icon_list .et_pb_module_inner .dsm_icon_list_items .dsm_icon_list_child a .dsm_icon_list_text .header {
    font-size: 1em;
    padding-bottom: 0;
  }
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1rem;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
  background: #474b53;
  width: calc(100% - 1em);
  color: #fff;
  border: 0.0435em solid #000;
  height: 7.466em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab.dsm-active {
  background: #01437c !important;
  transition: 0.3s all;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab.dsm-active::before {
  content: "";
  position: absolute;
  top: 7.5em;
  transform: translateY(50%);
  transition-property: right;
  transition-duration: 0.4s;
  width: 0.938em;
  height: 2.188em;
  background: inherit;
  clip-path: polygon(0 0, 0 100%, 100% 45%);
  transform: rotate(90deg) translateX(-12px) translateY(8px);
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image {
  width: 4em !important;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image img {
  height: 3em;
  width: 3em;
  margin-bottom: 0.5em;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-title {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-top: 0.5em;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active {
  background: #f2f2f2;
}

.et_pb_section .tabbed-content-information {
  padding: 0;
  background: none;
  font-size: 1rem;
}
.et_pb_section .tabbed-content-information .tabbed-content-image {
  background-size: auto;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.et_pb_section .tabbed-content-information .et_pb_row {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.et_pb_section .tabbed-content-information .et_pb_row .et_pb_column:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.et_pb_section .tabbed-content-information .et_pb_row .et_pb_column .tabbed-content-title {
  margin-bottom: 0.5em;
}
.et_pb_section .tabbed-content-information .et_pb_row .et_pb_column .tabbed-content-title .et_pb_text_inner h4 {
  color: #01437c;
  font-size: 1.563em;
  text-transform: uppercase;
}
.et_pb_section .tabbed-content-information .et_pb_row .et_pb_column .tabbed-content-description {
  text-align: center;
  font-size: 0.875em;
  color: #474b53;
}

.capabilities-toggles {
  display: none;
}

.capabilities-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f2f2f2;
  padding: 3em 0;
}
.capabilities-section .background-image {
  background-image: url("../assets/svg/MDG_Watermark.svg");
  content: "";
  background-repeat: no-repeat;
  width: 27em;
  height: 27em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.capabilities-section .background-image .capabilities-image {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.capabilities-section .background-image .capabilities-image img {
  width: 18.5em;
  max-width: 100%;
  border-radius: 50%;
}
.capabilities-section .background-image .capabilities-image .play-video-btn {
  position: absolute;
  height: 9em;
  width: 9em;
  background-image: url("../assets/svg/Play_Video_Btn.svg");
  background-repeat: no-repeat;
  background-size: 8.5em;
  background-position: center;
  border-radius: 50%;
}
.capabilities-section .capabilities-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1rem;
  width: calc(50% - 0em);
}
.capabilities-section .capabilities-info .title {
  font-size: 1.5625em;
  font-weight: 700;
  color: #01437c;
  text-transform: uppercase;
  padding-bottom: 0;
  text-align: center;
}
.capabilities-section .capabilities-info .description {
  font-size: 0.938em;
  line-height: 1.4em;
  text-align: center;
  color: #474b53;
  padding: 0 3em;
  margin: 2em 0;
  max-width: 40em;
}
.capabilities-section .capabilities-info .button {
  font-size: 1rem;
}
.capabilities-section .capabilities-info .button a {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: 700;
  background: #01437c;
  border-radius: 1.438em;
  color: #fff;
  height: 3em;
  padding: 1.5em 2.5em;
  transition: 0.3s all;
  text-transform: uppercase;
}
.capabilities-section .capabilities-info .button a::after {
  content: "";
  background-image: url("../assets/svg/button-arrow.svg");
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 1.5em;
  display: inline-block;
  background-color: #fff;
  border-radius: 1em;
}
.capabilities-section .capabilities-info .button a:hover {
  background: #b2b4b5;
  color: #01437c;
}

.capabilities .capabilities-header .et_pb_text_inner {
  font-size: 1rem;
}
.capabilities .capabilities-header .et_pb_text_inner h3 {
  color: #01437c;
  text-transform: uppercase;
  font-size: 1.875em;
}
.capabilities .capabilities-description {
  font-size: 1rem;
}
.capabilities .capabilities-description .et_pb_text_inner {
  font-size: 1em;
}

.custom-video .et_pb_video_box {
  max-width: 980px !important;
  margin: auto;
}

@media (min-width: 1728px) {
  .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-title {
    font-size: 0.875em !important;
  }
  .et_pb_section .tabbed-content-information .tabbed-content-title h4 {
    font-size: 1.875em !important;
  }
  .et_pb_section .tabbed-content-information .tabbed-content-description {
    font-size: 1em !important;
  }
  .capabilities-section .capabilities-info {
    font-size: 1rem;
  }
  .capabilities-section .capabilities-info .title {
    font-size: 1.875em;
  }
  .capabilities-section .capabilities-info .description {
    font-size: 1.125em;
  }
  .capabilities-section .capabilities-info .button a {
    font-size: 1em;
  }
  .capabilities .capabilities-header .et_pb_text_inner {
    font-size: 1rem;
  }
  .capabilities .capabilities-header .et_pb_text_inner h3 {
    font-size: 2.5em;
  }
  .capabilities .capabilities-description {
    font-size: 1rem;
  }
  .capabilities .capabilities-description .et_pb_text_inner {
    font-size: 1em;
  }
}
@media (max-width: 1440px) {
  .et_pb_section.tabbed-content-information .tabbed-content-image {
    background-size: 100%;
  }
  .et_pb_section.tabbed-content-information .et_pb_row .et_pb_column .tabbed-content-title .et_pb_text_inner h4 {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .capabilities {
    padding-bottom: 0;
  }
  .capabilities .et_pb_row {
    flex-direction: column;
  }
  .capabilities .et_pb_row .capabilities-header .et_pb_text_inner {
    font-size: 1rem;
  }
  .capabilities .et_pb_row .capabilities-header .et_pb_text_inner h3 {
    font-size: 1.875em;
  }
  .capabilities .et_pb_row .capabilities-description {
    font-size: 1rem;
  }
  .capabilities .et_pb_row .capabilities-description .et_pb_text_inner {
    font-size: 1em;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper {
    flex-direction: column;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper .dsm-tab {
    display: flex;
    align-items: center;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper .dsm-tab::before {
    display: none;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper .dsm-tab::after {
    content: "";
    background-image: url("../assets/svg/capabilities-arrow.svg");
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: block;
    background-color: #fff;
    /* float: right; */
    position: absolute;
    right: 2em;
    background-position: center;
    border-radius: 0.5em;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image {
    margin: 0 !important;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-advanced-tabs-wrapper .dsm-tab .dsm-title {
    font-size: 1em;
    margin-left: 1em;
    text-align: left;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-content-wrapper {
    padding: 0 0 3em !important;
    width: calc(97.5% - 0em) !important;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-content-wrapper .tabbed-content-image {
    background-size: auto;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-content-wrapper .tabbed-content-title {
    font-size: 1rem;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-content-wrapper .tabbed-content-title .et_pb_text_inner {
    font-size: 1rem;
  }
  .capabilities .et_pb_row .et_pb_column .dsm-content-wrapper .tabbed-content-title .et_pb_text_inner h4 {
    font-size: 1.25em !important;
  }
  .capabilities .et_pb_row .et_pb_column .tabbed-content-description {
    font-size: 1rem !important;
  }
  .capabilities .et_pb_row .et_pb_column .tabbed-content-description .et_pb_text_inner {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .capabilities-toggles {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .capabilities-toggles .facility::before {
    background-image: url("../assets/svg/facility_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.8em;
    left: 1.3em;
    background-size: 3em;
  }
  .capabilities-toggles .biosolutions::before {
    background-image: url("../assets/svg/biosolutions_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 1.7em;
    background-size: 2em;
  }
  .capabilities-toggles .research-development::before {
    background-image: url("../assets/svg/research__development_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 1.7em;
    background-size: 2em;
  }
  .capabilities-toggles .manufacturing::before {
    background-image: url("../assets/svg/mdg-manufacturing_white.svg");
    content: "";
    height: 5em;
    width: 5em;
    background-repeat: no-repeat;
    position: absolute;
    top: 1em;
    left: 1em;
    background-size: 3.5em;
  }
  .capabilities-toggles .support::before {
    background-image: url("../assets/svg/support_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.7em;
    left: 1em;
  }
  .capabilities-toggles .approach::before {
    background-image: url("../assets/svg/approach_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.8em;
    left: 1em;
  }
  .capabilities-toggles .people::before {
    background-image: url("../assets/img/Our-people-icon-3.webp");
    content: "";
    height: 4em;
    width: 4em;
    background-size: 3.5em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.8em;
    left: 1em;
  }
  .capabilities-toggles .approach-specific::before {
    background-image: url("../assets/svg/approach_specific_icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.7em;
    left: 1em;
  }
  .capabilities-toggles .product::before {
    background-image: url("../assets/svg/Products_Icon.svg");
    content: "";
    height: 4em;
    width: 4em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.6em;
    left: 1em;
  }
  .capabilities-toggles .custom-fermentation::before {
    background-image: url("../assets/svg/Custom-Fermentation-reversed-FINAL-1.svg");
    content: "";
    height: 5em;
    width: 5em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.6em;
    left: 1em;
    background-size: 4em;
  }
  .capabilities-toggles .et_pb_toggle {
    background: #474b53;
    padding: 2em 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: 3.5em;
    background-position: left;
    background-position-x: 1em;
  }
  .capabilities-toggles .et_pb_toggle.et_pb_toggle_open {
    background: #01437c;
    padding-bottom: 0;
  }
  .capabilities-toggles .et_pb_toggle .et_pb_toggle_title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0.3em;
    margin-left: 6.5em;
    font-size: 1em;
  }
  .capabilities-toggles .et_pb_toggle .et_pb_toggle_title::before {
    background: #fff;
    color: #474b53 !important;
    border-radius: 1em;
    right: 1em;
  }
  .capabilities-toggles .et_pb_toggle .et_pb_toggle_content {
    margin-top: 2em;
    padding-top: 0;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section {
    flex-direction: column;
    padding: 3em 0 0;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .toggle-image {
    position: absolute;
    top: -4.7em;
    left: 1em;
    width: 3.6em;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .toggle-image img {
    height: 4em;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .capabilities-info {
    width: 100%;
    font-size: 1rem;
    margin: 2em 0;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .capabilities-info .title {
    font-size: 1.25em;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .capabilities-info .description {
    width: calc(90% - 3em);
    margin: 2em 0;
    font-size: 1em;
  }
  .capabilities-toggles .et_pb_toggle .capabilities-section .capabilities-info .button a {
    font-size: 0.875em;
  }
  .capabilities-tabs {
    display: none;
  }
}
@media (max-width: 576px) {
  .capabilities .et_pb_row .et_pb_column {
    margin-bottom: 0;
  }
  .capabilities .et_pb_row .et_pb_column .dsm_advanced_tabs .dsm-title {
    line-height: 1em;
  }
  .capabilities .et_pb_row .et_pb_column .dsm_advanced_tabs .tabbed-content-image {
    background-size: contain !important;
  }
  .capabilities .et_pb_row .et_pb_column .dsm_advanced_tabs .dsm-content-wrapper {
    width: calc(95.5% - 0em) !important;
  }
  .capabilities .et_pb_row .et_pb_column .tabbed-content-title {
    margin-top: -1.5em;
  }
  .capabilities-toggles .et_pb_row .capabilities-section {
    padding: 3em 0 1em;
  }
  .capabilities-toggles .et_pb_row .capabilities-section .background-image {
    width: 18em;
    height: 18em;
  }
  .capabilities-toggles .et_pb_row .capabilities-section .background-image .capabilities-image {
    width: 12.3em;
  }
  .capabilities-toggles .et_pb_row .capabilities-section .capabilities-info .description {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .capabilities-toggles .et_pb_toggle .capabilities-section .capabilities-info .title {
    padding: 0 1em;
  }
}
.mdg-header {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-direction: column;
  padding-bottom: 0 !important;
  padding-top: 7em !important;
  background-position: bottom;
  box-shadow: inset 0 0 0 100vh rgba(0, 0, 0, 0.3);
  background-color: #01437c;
}
.mdg-header .mobile-hero-image {
  display: none !important;
}
.mdg-header h1 {
  font-size: 2.8123em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .mdg-header h1 {
    font-size: 1.875em;
    position: relative;
    padding: 3em 0;
  }
  .mdg-header h1::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/img/MDG_Watermark.png");
    height: 200px;
    transform: translateY(-50%);
  }
}
@media (max-width: 980px) {
  .mdg-header h1 {
    color: #01437c;
    text-align: center;
  }
  .mdg-header p {
    color: #373a40;
    text-align: center;
  }
  .mdg-header .reverse {
    background-color: #01437c !important;
    color: #fff !important;
  }
  .mdg-header .reverse:hover {
    background-color: #01437c !important;
    color: #fff !important;
  }
  .mdg-header .reverse::after {
    background-color: #fff !important;
    color: #01437c !important;
  }
}
@keyframes fullspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mdg-header .et_pb_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .mdg-header .et_pb_row {
    padding: 0;
    width: 100%;
  }
}
.mdg-header .et_pb_row.logo-row .et_pb_column {
  max-width: 55%;
  margin: 0 auto !important;
}
.mdg-header .et_pb_row.logo-row .et_pb_column .header-icon {
  height: 13em;
  width: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4em;
}
.mdg-header .et_pb_row.logo-row .et_pb_column .header-icon::after {
  content: "";
  animation: fullspin 30s linear infinite;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/svg/icon-border.svg");
  display: none;
}
.mdg-header .et_pb_row.logo-row .et_pb_column .header-icon img {
  width: 13em;
}
.mdg-header .et_pb_row.logo-row .et_pb_column .et_pb_text {
  text-align: center;
}
@media (min-width: 979.98px) {
  .mdg-header .et_pb_row.logo-row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mdg-header .et_pb_row.header-content {
  text-align: center;
}
.mdg-header .et_pb_row.header-content h1,
.mdg-header .et_pb_row.header-content h2,
.mdg-header .et_pb_row.header-content h3,
.mdg-header .et_pb_row.header-content p {
  text-align: center !important;
  font-size: 1.5625em;
  width: calc(60% - 0em);
  margin: 0 auto;
}
.mdg-header .et_pb_row.header-content .real-trusted-proven {
  font-family: "Magistral Light", helvetica, arial, lucida, sans-serif;
}
.mdg-header .et_pb_row.header-content h1 {
  font-size: 2.188em;
}
@media (max-width: 980px) {
  .mdg-header .et_pb_row.header-content {
    background-color: #fff;
    width: 100%;
    padding-top: 1em;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.mdg-header .et_pb_button_module_wrapper {
  display: inline-flex;
  margin-top: 1.5em;
}
.mdg-header .et_pb_button_module_wrapper:not(:last-of-type) {
  margin-right: 1em;
}
@media (max-width: 980px) {
  .mdg-header .et_pb_button_module_wrapper {
    margin: 0 auto 1em !important;
    display: block;
  }
}
.mdg-header_log-line {
  background-color: rgba(1, 67, 124, 0.9);
  color: #fff;
  width: 100%;
  max-width: unset;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  padding: 0.75em 0 !important;
  text-align: center;
}
.mdg-header_log-line p {
  text-align: center;
}
@media (max-width: 980px) {
  .mdg-header_log-line {
    background-color: #01437c !important;
    padding: 2em 0 !important;
  }
  .mdg-header_log-line p {
    color: #fff !important;
    padding: 0 1em;
  }
}
.mdg-header_link-list {
  width: 100%;
  padding: 0 !important;
  align-items: stretch !important;
  margin: 0;
}
@media (max-width: 980px) {
  .mdg-header_link-list {
    background-color: #01437c !important;
    display: inline-flex !important;
    justify-content: flex-start !important;
    padding: 0 1em 3em !important;
  }
}
.mdg-header_link-list .et_pb_column {
  background-color: rgba(1, 67, 124, 0.9);
  color: #fff;
  width: 100%;
  max-width: unset;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media (max-width: 980px) {
  .mdg-header_link-list .et_pb_column {
    width: 50% !important;
    margin: 0 !important;
  }
}
.mdg-header_link-list .et_pb_column .et_pb_blurb {
  width: 100%;
}
.mdg-header_link-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 100%;
  margin: 0 auto 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdg-header_link-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span img {
  width: 7.5em;
  height: 7.5em;
}
.mdg-header_link-list .et_pb_column:hover {
  background-color: rgba(1, 54, 99, 0.9);
}
.mdg-header_link-list .et_pb_column .et_pb_blurb_container a,
.mdg-header_link-list .et_pb_column .et_pb_blurb_container h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  text-align: center;
}
.mdg-header:not(.mdg-header.markets-icons) .mdg-header_link-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.5em;
}
.mdg-header:not(.mdg-header.markets-icons) .mdg-header_link-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span img {
  width: 6.25em;
  height: 6.25em;
  opacity: 1;
}
.mdg-header:not(.mdg-header.markets-icons) .mdg-header_link-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span::after {
  display: none;
  content: "";
  animation: fullspin 30s linear infinite;
  animation-play-state: paused;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/svg/icon-border.svg");
}
.mdg-header:not(.mdg-header.markets-icons) .mdg-header_link-list .et_pb_column:hover .et_pb_blurb_content .et_pb_main_blurb_image span::after {
  animation-play-state: running;
}

.et_pb_section.text-header {
  padding-top: 13em;
  padding-bottom: 6em;
  background-size: cover;
  box-shadow: inset 0 0 0 50vh rgba(0, 0, 0, 0.3);
  background-color: #01437c;
}
.et_pb_section.text-header .number-counters {
  padding-bottom: 0;
}
.et_pb_section.text-header .number-counters .number-counter .percent-value {
  color: #f2f2f2;
  font-weight: bold;
}
.et_pb_section.text-header .number-counters .number-counter .title {
  color: #f2f2f2;
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
  font-size: 1em;
}
.et_pb_section.text-header .sub-header .et_pb_text_inner {
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
}
.et_pb_section.text-header .main-header h1 {
  font-size: 2.188em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.et_pb_section.text-header .header-description {
  width: calc(50% - 2em);
}
.et_pb_section.text-header .header-description .et_pb_text_inner {
  line-height: 1.563em;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.et_pb_section .row-hero-markets-grid {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
}
.et_pb_section .row-hero-markets-grid .et_pb_code_inner {
  display: flex;
}
.et_pb_section .row-hero-markets-grid .et_pb_code_inner a {
  width: 100%;
  align-items: stretch;
  display: flex;
}
.et_pb_section .row-hero-markets-grid .et_pb_text_inner {
  display: flex;
}
.et_pb_section .row-hero-markets-grid .et_pb_text_inner a {
  width: 100% !important;
  display: inline-flex;
  max-width: 50%;
  margin: 0 !important;
}
.et_pb_section .row-hero-markets-grid .et_pb_text_inner a .et_pb_module_header {
  font-size: 0.938em;
}

@media (min-width: 1728px) {
  .et_pb_section.text-header .sub-header .et_pb_text_inner {
    font-size: 1.25em;
  }
  .et_pb_section.text-header .main-header h1 {
    font-size: 2.8123em;
  }
  .et_pb_section.text-header .header-description {
    width: calc(50% - 2em);
  }
  .et_pb_section.text-header .header-description .et_pb_text_inner {
    font-size: 1.125em;
    line-height: 1.875em;
  }
  .et_pb_section .row-hero-markets-grid {
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_text_inner {
    display: flex;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_text_inner .et_pb_module_header {
    font-size: 1em;
  }
  .mdg-header .et_pb_row.header-content h1 {
    font-size: 2.8123em;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .mdg-header_link-list .et_pb_column .et_pb_blurb_container .et_pb_module_header {
    font-size: 1vw;
  }
}
@media (max-width: 980px) {
  .et_pb_section .mobile-hero-image {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    margin-top: -2em;
  }
  .et_pb_section.text-header {
    padding-top: 15em;
    padding-bottom: 2em;
  }
  .et_pb_section.text-header .header-description {
    width: 100%;
  }
  .et_pb_section.text-header.news-hero {
    padding: 11em 0 4em;
  }
  .et_pb_section .row-hero-markets-grid {
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_code_inner {
    flex-wrap: wrap;
    background: #01437c;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_code_inner a {
    width: 50%;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_code_inner a .mdg-header_link-list {
    padding: 0 !important;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_code_inner a .mdg-header_link-list .et_pb_column {
    width: 100% !important;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_text_inner {
    display: flex;
    background: #01437c;
    padding: 2em 1em;
    flex-flow: row wrap;
    width: 100%;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_text_inner .et_pb_row.mdg-header_link-list {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_text_inner .et_pb_row.mdg-header_link-list .et_pb_column {
    width: 100% !important;
  }
  .et_pb_section .number-counter {
    display: flex;
    align-items: center;
  }
  .et_pb_section .number-counter .percent-value {
    margin-right: 0.25em;
  }
  .mdg-header_link-list .et_pb_column .et_pb_blurb_container h4 {
    font-size: 0.875em;
  }
  .mdg-header .header-content h1 {
    width: 100% !important;
  }
  .mdg-header .header-content p {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .et_pb_section.text-header .main-header h1 {
    font-size: 1.25em;
  }
  .et_pb_section.text-header.contact-hero-mobile {
    padding-top: 10em;
  }
  .et_pb_section .row-hero-markets-grid .et_pb_code_inner a {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .row-hero-markets-grid .et_pb_text_inner a .et_pb_module_header {
    font-size: 0.75em !important;
  }
  .mdg-header .et_pb_row.header-content h1 {
    font-size: 1.875em;
  }
}
.capabilities-icon-grid {
  padding: 5em 0 3em !important;
}
.capabilities-icon-grid_intro {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .capabilities-icon-grid_intro {
    width: 90%;
  }
}
.capabilities-icon-grid_intro h1,
.capabilities-icon-grid_intro h2,
.capabilities-icon-grid_intro h3 {
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  color: #01437c;
  text-transform: uppercase;
  font-size: 2.5em;
  text-align: center;
}
@media (max-width: 980px) {
  .capabilities-icon-grid_intro h1,
  .capabilities-icon-grid_intro h2,
  .capabilities-icon-grid_intro h3 {
    font-size: 1.25em;
  }
}
.capabilities-icon-grid_intro p {
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
  color: #474b53;
  font-size: 1.125em;
  text-align: center;
}
@media (min-width: 979.98px) {
  .capabilities-icon-grid_icons ~ .capabilities-icon-grid_icons::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d9d9d9;
  }
}
.capabilities-icon-grid_icons {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .capabilities-icon-grid_icons {
    width: 85%;
  }
}
@media (max-width: 980px) {
  .capabilities-icon-grid_icons {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.capabilities-icon-grid_icons .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 1em 2em;
}
@media (max-width: 980px) {
  .capabilities-icon-grid_icons .et_pb_column {
    position: relative;
    padding: 2em 1em 1em;
  }
  .capabilities-icon-grid_icons .et_pb_column h3,
  .capabilities-icon-grid_icons .et_pb_column h4 {
    font-size: 1em !important;
  }
  .capabilities-icon-grid_icons .et_pb_column::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b2b4b5;
    opacity: 1;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 1px;
  }
}
@media (min-width: 979.98px) {
  .capabilities-icon-grid_icons .et_pb_column:not(:first-of-type)::before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    background-color: #d9d9d9;
    transform: translateY(-50%);
  }
}
.capabilities-icon-grid_icons .et_pb_column .et_pb_image {
  margin: 0 auto 3em;
}
@media (max-width: 980px) {
  .capabilities-icon-grid_icons .et_pb_column .et_pb_image {
    margin-bottom: 1em;
  }
  .capabilities-icon-grid_icons .et_pb_column .et_pb_image img {
    width: 8em;
  }
}
.capabilities-icon-grid_icons .et_pb_column h2,
.capabilities-icon-grid_icons .et_pb_column h3,
.capabilities-icon-grid_icons .et_pb_column h4,
.capabilities-icon-grid_icons .et_pb_column p {
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  color: #01437c;
  text-transform: uppercase;
  font-size: 1.25em;
}
.capabilities-icon-grid img {
  width: 8em !important;
}
.capabilities-icon-grid .et_pb_text_inner {
  text-align: center;
}

@media (max-width: 980px) {
  .et_pb_section.markets .et_pb_row:first-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.et_pb_section.markets {
  background: #fafafa;
  padding: 5em 0;
}
.et_pb_section.markets .et_pb_row:first-child {
  border-bottom: 0.052em solid #d9d9d9;
}
.et_pb_section.markets .et_pb_row .market-blurb {
  font-size: 1rem;
}
.et_pb_section.markets .et_pb_row .market-blurb.ready-to-get-started img {
  width: 74%;
}
.et_pb_section.markets .et_pb_row .market-blurb.ready-to-get-started .et_pb_blurb_content {
  background: #01437c;
}
.et_pb_section.markets .et_pb_row .market-blurb.ready-to-get-started .et_pb_blurb_content:hover {
  color: #fff;
}
.et_pb_section.markets .et_pb_row .market-blurb.ready-to-get-started .et_pb_blurb_content .et_pb_module_header {
  color: #fff;
}
.et_pb_section.markets .et_pb_row .market-blurb.wastewater:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.wastewater:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/wastewater.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  border-radius: 0.313em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.wastewater:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.fermentation:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.fermentation:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/fermentation.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.fermentation:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.industrial:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.industrial:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/industrial.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.industrial:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.bioremediation:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.bioremediation:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/bioremediation.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.bioremediation:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.landfill:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.landfill:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/landfill.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.landfill:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.plant-health:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.plant-health:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/plant-health.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.plant-health:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.aquaculture:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.aquaculture:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/aquaculture.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.aquaculture:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb.human-health:hover {
  background: #01437c;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb.human-health:hover .et_pb_blurb_content {
  background-image: url("../assets/svg/Human-Health-logo-White-no-background.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 1em;
  transition: none;
}
.et_pb_section.markets .et_pb_row .market-blurb.human-health:hover .et_pb_blurb_content .et_pb_main_blurb_image {
  z-index: -1;
  position: relative;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content {
  background: #fff;
  padding: 1em 0;
  border: 0.052em solid #d9d9d9;
  border-radius: 0.313em;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content::after {
  content: "";
  border: 0.052em solid #d9d9d9;
  position: absolute;
  right: -13%;
  height: calc(100% - 2em);
  top: 1em;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content:hover {
  background: #01437c;
  cursor: pointer;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content:hover .et_pb_module_header {
  color: #fff;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 10em;
  max-width: 100%;
  margin-bottom: 0;
}
.et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content .et_pb_module_header {
  text-align: center;
  text-transform: uppercase;
  color: #01437c;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0 auto;
  line-height: 1.144em;
  padding-bottom: 0;
}
.et_pb_section.markets .et_pb_row .et_pb_column:last-child .et_pb_blurb_content:last-child::after {
  display: none;
}

@media (min-width: 1728px) {
  .et_pb_section.markets .et_pb_row .market-blurb .et_pb_blurb_content .et_pb_module_header {
    font-size: 1em;
  }
}
@media (max-width: 980px) {
  .et_pb_section.markets {
    padding: 1em 0;
  }
}
.et_pb_section.feed-clean-save {
  padding: 5em 0;
}
.et_pb_section.feed-clean-save .et_pb_module {
  display: flex;
  justify-content: center;
}
.et_pb_section.feed-clean-save .et_pb_module .et_pb_image_wrap {
  text-align: center;
}
.et_pb_section.feed-clean-save .et_pb_module .et_pb_text_inner {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.125em;
  width: 56.25em;
}
.et_pb_section.feed-clean-save .et_pb_button_module_wrapper {
  display: flex;
  justify-content: center;
}
.et_pb_section.feed-clean-save .et_pb_button_module_wrapper .et_pb_button {
  background: #fff;
  color: #01437c;
}
.et_pb_section.feed-clean-save .et_pb_button_module_wrapper .et_pb_button::after {
  background: #01437c;
  color: #fff;
}

@media (min-width: 1728px) {
  .feed-clean-save .et_pb_module .et_pb_text_inner {
    font-size: 1.25em;
  }
}
@media (max-width: 980px) {
  .feed-clean-save .et_pb_row .et_pb_image img {
    width: calc(90% - 3em);
  }
  .feed-clean-save .et_pb_row .et_pb_button_module_wrapper .et_pb_button {
    font-size: 0.875em;
  }
}
@media (max-width: 576px) {
  .real-science-video {
    padding: 0;
    margin-bottom: -5em;
    position: relative;
    top: -3em;
  }
}
.et_pb_section.faq {
  font-size: 1rem;
}
.et_pb_section.faq .faq-header h3 {
  font-size: 1.875em;
  text-transform: uppercase;
  color: #01437c;
  text-align: center;
}
.et_pb_section.faq .et_pb_toggle {
  background: #fafafa;
  border: 0.104em solid #d9d9d9;
  padding: 3em 2em;
  margin-bottom: 1em;
}
.et_pb_section.faq .et_pb_toggle .et_pb_toggle_title {
  color: #01437c;
  font-weight: 700;
  font-size: 1.5625em;
  text-transform: uppercase;
}
.et_pb_section.faq .et_pb_toggle .et_pb_toggle_title::before {
  background: #01437c;
  border-radius: 13em;
  padding-left: 0.05em;
  height: 1.25em;
  width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800 !important;
  color: #fff;
}
.et_pb_section.faq .accordion-content {
  display: flex;
  font-size: 1rem;
  margin: 3em 0;
}
.et_pb_section.faq .accordion-content:last-child p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.et_pb_section.faq .accordion-content:nth-child(1) {
  margin-top: 2em !important;
}
.et_pb_section.faq .accordion-content .key-point {
  width: calc(40% - 5em);
  font-size: 1em;
  font-weight: 600;
  color: #01437c;
}
.et_pb_section.faq .accordion-content .key-point-description {
  font-size: 0.875em;
  font-weight: 400;
  color: #474b53;
  width: calc(80% - 15em);
  border-bottom: 0.092em solid #d9d9d9;
  padding-bottom: 4em;
}

@media (min-width: 1728px) {
  .et_pb_section.faq .faq-header h3 {
    font-size: 2.5em;
  }
  .et_pb_section.faq .et_pb_toggle_title {
    font-size: 1.875em !important;
  }
  .et_pb_section.faq .accordion-content .key-point {
    font-size: 1.25em;
  }
  .et_pb_section.faq .accordion-content .key-point-description {
    font-size: 1em;
  }
}
@media (max-width: 980px) {
  .et_pb_section.faq .faq-header h3 {
    font-size: 1.25em;
  }
  .et_pb_section.faq .et_pb_toggle {
    padding: 1.5em 0.5em;
  }
  .et_pb_section.faq .et_pb_toggle .et_pb_toggle_title {
    font-size: 1em;
  }
  .et_pb_section.faq .et_pb_toggle .accordion-content {
    flex-direction: column;
    margin: 0 0 2em !important;
  }
  .et_pb_section.faq .et_pb_toggle .accordion-content:last-child {
    margin: 0 !important;
  }
  .et_pb_section.faq .et_pb_toggle .accordion-content .key-point {
    width: 100%;
  }
  .et_pb_section.faq .et_pb_toggle .accordion-content .key-point-description {
    font-size: 1em;
    padding-bottom: 2em;
    width: 100%;
  }
}
.blog-slider {
  overflow: hidden;
}
.blog-slider .mdg-news-divider img {
  width: 100% !important;
}
.blog-slider .mdg-news-divider-mobile {
  display: none;
}
.blog-slider .swiper-container-horizontal {
  margin-top: 2em;
  margin-bottom: 30px !important;
  padding-bottom: 1em;
}
.blog-slider .swiper-pagination {
  margin-top: 2em;
}
.blog-slider .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  border: 1px solid #01437c;
  background-color: #f2f2f2;
  opacity: 1;
  transform: scale(1);
}
.blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #474b53;
  opacity: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
}
.blog-slider_header {
  padding: 4em 0 0 !important;
}
.blog-slider_header .et_pb_button_module_wrapper {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 980px) {
  .blog-slider_header .et_pb_button_module_wrapper {
    justify-content: center;
  }
}
.blog-slider_header::before {
  display: none;
  height: 6px;
  --border-width: 8px;
  --stripe-distance: 2px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #d9d9d9, transparent 1px, transparent var(--stripe-distance), #d9d9d9 calc(var(--stripe-distance) + 1px));
}
.blog-slider_header h1,
.blog-slider_header h2,
.blog-slider_header h3,
.blog-slider_header h4 {
  color: #01437c;
  font-size: 1.875em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .blog-slider_header h1,
  .blog-slider_header h2,
  .blog-slider_header h3,
  .blog-slider_header h4 {
    font-size: 1.875em;
    text-align: center;
  }
}
@media (max-width: 980px) {
  .blog-slider_header .et_pb_button {
    font-size: 0.875em;
  }
}
.blog-slider .dsm_card_carousel_wrapper {
  overflow: visible;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item,
.blog-slider .blog-carousel .dsm-post-carousel-item {
  background-color: #fafafa;
  color: #474b53;
  overflow: hidden;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper {
  display: grid;
  grid-template-rows: min-content min-content min-content 1fr;
  grid-template-columns: 1fr;
  padding: 0 0 4.5em;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-header,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-header {
  padding: 1.5em 1.5em 0;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-header h2,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-header h2 {
  font-size: 0.875em;
  color: #01437c;
  grid-row: 2;
  text-transform: uppercase;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-meta {
  padding: 1.5em 1.5em 0;
  margin: 0;
  grid-row: 1;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-meta-seperator,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-meta-seperator {
  display: none;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category {
  background-color: #474b53;
  font-size: 0.75em;
  padding: 0.5em 2em;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 980px) {
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category,
  .blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category {
    padding: 0.25em 1em;
  }
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category a,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category a {
  color: #fff;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-content,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-content {
  grid-row: 3;
  padding: 0 1.5em 1.5em;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-content p,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper .dsm-entry-content p {
  /* autoprefixer: ignore next */
  display: -webkit-box;
  font-size: 0.875em;
  color: #474b53;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-thumbnail,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-thumbnail {
  overflow: hidden;
  position: relative;
  margin: 0;
  background-color: #fafafa;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-thumbnail img,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-entry-thumbnail img {
  position: relative;
  top: 0;
  left: 0;
  height: 18em;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a {
  background-color: #01437c;
  padding: 1.5em 4em 1.5em 1.5em;
  color: #fff;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  width: 100%;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a::after,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a::after {
  position: absolute;
  right: 1.5em;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome" !important;
  content: "\f061";
  font-size: 1em;
  color: #01437c;
  font-weight: 600;
  height: 2em;
  width: 2em;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a,
  .blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a {
    font-size: 0.625em;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a::after,
  .blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a::after {
    height: 2.5em;
    width: 2.5em;
  }
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a:hover,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a:hover {
  background-color: #013563;
}
.blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-readmore-wrap a:hover::after,
.blog-slider .blog-carousel .dsm-post-carousel-item .dsm-readmore-wrap a:hover::after {
  background-color: #013563;
  color: #fff;
  border: 1px solid #fff;
}

.row-news .et_pb_blurb {
  margin-bottom: 0 !important;
}
.row-news .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.row-news .et_pb_blurb .et_pb_module_header,
.row-news .et_pb_blurb .et_pb_blurb_description {
  margin-left: 1em;
}
.row-news .et_pb_blurb .et_pb_blurb_container {
  background: #f2f2f2;
  margin-top: -0.5em;
  padding-top: 1.5em;
}
.row-news .et_pb_blurb .et_pb_blurb_container .et_pb_module_header {
  background-color: #474b53;
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
  font-size: 0.75em;
  padding: 0.5em 2em;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin-bottom: 2.5em;
}
.row-news .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description {
  height: 13em;
  font-size: 0.875em;
  color: #474b53;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-right: 1em;
}
.row-news .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description h2 {
  font-size: 1.05em;
  color: #01437c;
  text-transform: uppercase;
  line-height: 1.3;
}

.read-more-btn {
  background: #01437c;
}
.read-more-btn a {
  color: #fff;
  height: 4em;
  display: flex;
  align-items: center;
  padding-left: 1em;
  font-weight: 500;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  text-transform: uppercase;
}
.read-more-btn a::after {
  position: absolute;
  right: 1.5em;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome !important;
  content: "\f061";
  font-size: 1em;
  color: #01437c;
  font-weight: 600;
  height: 2em;
  width: 2em;
  transform: translateY(-50%);
}
.read-more-btn:hover a::after {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 979.98px) and (max-width: 1439.98px) {
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-header {
    padding: 1em 1em 0;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta {
    padding: 1em 1em 0;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-category {
    font-size: 0.625em;
    padding: 0.5em 1em;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-content {
    padding: 0 1em 1em;
  }
}
@media (min-width: 768px) {
  .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper,
  .blog-carousel .dsm-post-carousel-item .dsm-entry-wrapper {
    height: 20em;
  }
}
@media (max-width: 980px) {
  .blog-slider .mdg-news-divider {
    display: none;
  }
  .blog-slider .mdg-news-divider-mobile {
    display: block;
  }
  .blog-slider img {
    width: 100% !important;
  }
  .blog-slider .row-news .et_pb_blurb_content {
    max-width: 100%;
  }
  .blog-slider .row-news .read-more-btn a {
    color: #fff;
    font-size: 0.625em;
    height: 5em;
    display: flex;
    align-items: center;
    padding-left: 1.5em;
    font-weight: 500;
    font-family: "Magistral", helvetica, arial, lucida, sans-serif;
    text-transform: uppercase;
  }
  .blog-slider .row-news .read-more-btn a::after {
    right: 1.5em;
    bottom: 0.5em;
    font-size: 1em;
  }
  .blog-slider .row-news .read-more-btn:hover a::after {
    font-size: 0.9em;
    right: 1.7em;
  }
}
@media (max-width: 980px) and (min-width: 1728px) {
  .blog-slider_header .et_pb_text_inner h2 {
    font-size: 2.5em;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-header h2 {
    font-size: 1em;
  }
  .blog-slider .blog-carousel .dsm-blog-carousel-item .dsm-entry-wrapper .dsm-entry-content p {
    font-size: 1em;
  }
}
.blog-index-filter-section,
.blog-index-grid {
  padding: 0 !important;
}

.mdg-blog-index_filter-section {
  background: #fafafa;
  padding: 2em;
}
.mdg-blog-index_filter-section_wrapper {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fafafa;
}
.mdg-blog-index_filter-section_wrapper label {
  display: none;
}
@media (max-width: 1024px) {
  .mdg-blog-index_filter-section_wrapper {
    flex-wrap: wrap;
  }
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter {
  margin-right: 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter {
    margin-right: 0;
  }
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text {
  width: 60%;
}
@media (max-width: 1024px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text {
    width: 100%;
    margin-bottom: 2em;
  }
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text_input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fafafa;
  color: #373a40;
  position: relative;
  padding: 0 6em 0 0;
  border-bottom: 1px solid #474b53;
  font-size: 1em;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text_input::placeholder {
  color: #373a40;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text button {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  bottom: 0;
  border-radius: 100%;
  height: 2.5em;
  width: 2.5em;
  border: 0;
  color: #373a40;
  background-color: transparent;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text button i {
  font-size: "proxima-nova", helvetica, arial, lucida, sans-serif;
  color: #373a40;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--text button:hover {
  cursor: pointer;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select {
  width: 25%;
  color: #373a40;
}
@media (max-width: 1024px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select {
    width: 100%;
    margin-bottom: 2em;
  }
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select_input {
  font-size: 1em;
  width: 100%;
  height: 100%;
  border: solid #474b53;
  background: #fafafa;
  color: #373a40;
  border-width: 0 0 1px;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select_input:hover {
  cursor: pointer;
}
.mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--submit {
  width: 25%;
}
@media (max-width: 1024px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--submit {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--submit {
    width: 100%;
  }
}
.mdg-blog-index_submit {
  width: 25%;
  cursor: pointer;
}
.mdg-blog-index .pagination .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}
.mdg-blog-index .pagination .wrapper .page-numbers {
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  font-size: 1em;
  color: #01437c;
  background-color: #f2f2f2;
  border: 1px solid #373a40;
  border-radius: 100%;
  width: 2.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
}
.mdg-blog-index .pagination .wrapper .page-numbers.current {
  background-color: #01437c;
  color: #fff;
  border-color: #01437c;
}
.mdg-blog-index .pagination .wrapper .page-numbers:not(:first-child) {
  margin-left: 0.5em;
}
.mdg-blog-index .pagination .wrapper .page-numbers.next, .mdg-blog-index .pagination .wrapper .page-numbers.prev {
  display: none;
}
.mdg-blog-index_results-section_results-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25em;
  row-gap: 1.75em;
}
@media (max-width: 1024px) {
  .mdg-blog-index_results-section_results-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mdg-blog-index_results-section_results-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item {
  background-color: #fff;
  color: #474b53;
  overflow: hidden;
  position: relative;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item:hover {
  cursor: pointer;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item:hover .mdg-blog-item_readmore-wrapper_button {
  background-color: #013563;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item:hover .mdg-blog-item_readmore-wrapper_button::after {
  background-color: #013563;
  color: #fff;
  border: 1px solid #fff;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item .mdg-blog-item_wrapper {
  height: 100%;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item:not(:first-of-type) .mdg-blog-item_wrapper {
  display: grid;
  grid-template-rows: 16em min-content min-content min-content 1fr;
  grid-template-columns: 1fr;
  padding: 0 0 4.5em;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:not(:first-of-type) .mdg-blog-item_wrapper {
    grid-template-rows: 12em min-content min-content min-content 1fr;
  }
}
@media (max-width: 1024px) {
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper {
    display: grid;
    grid-template-rows: 16em min-content min-content min-content 1fr;
    grid-template-columns: 1fr;
    padding: 0 0 4.5em;
    background-color: #fafafa;
  }
}
@media (max-width: 768px) {
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper {
    grid-template-rows: 12em min-content min-content min-content 1fr;
  }
}
@media (min-width: 1023.98px) {
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type {
    grid-column: 1/span 3;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: min-content min-content min-content 1fr min-content;
    display: grid;
    column-gap: 1.25em;
    row-gap: 0;
    position: relative;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_image-link {
    grid-column: 1/span 2;
    grid-row: 1/span 5;
    height: 28em;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_image-link img {
    height: 100%;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_category,
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_title,
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_excerpt,
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_readmore-wrapper {
    background-color: #fafafa;
    grid-column: 3;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_category {
    grid-row: 1;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_title {
    grid-row: 2;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_excerpt {
    grid-row: 3/span 4;
  }
  .mdg-blog-index_results-section_results-wrapper .mdg-blog-item:first-of-type .mdg-blog-item_wrapper .mdg-blog-item_readmore-wrapper {
    grid-row: 5;
    z-index: 2;
  }
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_image-link {
  overflow: hidden;
  position: relative;
  margin: 0;
  background-color: #fafafa;
  z-index: 1;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_image-link img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 16em;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_title {
  font-size: 1.02em;
  color: #01437c;
  padding: 1.5em 1.5em 0.5em;
  grid-row: 3;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_title a {
  font-weight: 600;
  letter-spacing: 1px;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_category {
  padding: 1.5em 1.5em 0;
  margin: 0;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_category a {
  background-color: #474b53;
  font-size: 0.75em;
  padding: 0.5em 2em;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_excerpt {
  padding: 0 1.375rem 1.5rem;
  z-index: 2;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_excerpt p {
  /* autoprefixer: ignore next */
  display: -webkit-box;
  font-size: 1em;
  color: #474b53;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_excerpt .mdg-blog-item_excerpt-audio-player {
  text-align: center;
  margin-top: 2em;
  width: 100%;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_excerpt .mdg-blog-item_excerpt-audio-player audio {
  width: 100%;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_excerpt .mdg-blog-item_excerpt-audio-player audio::-webkit-media-controls-panel {
  background-color: white;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_readmore-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_readmore-wrapper_button {
  background-color: #01437c;
  padding: 1.5em 4em 1.5em 1.5em;
  color: #fff;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  width: 100%;
  display: flex;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_readmore-wrapper_button::after {
  position: absolute;
  right: 1.5em;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome" !important;
  content: "\f061";
  font-size: 1em;
  color: #01437c;
  font-weight: 600;
  height: 2em;
  width: 2em;
  transform: translateY(-50%);
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_readmore-wrapper_button:hover {
  background-color: #013563;
}
.mdg-blog-index_results-section_results-wrapper .mdg-blog-item_readmore-wrapper_button:hover::after {
  background-color: #013563;
  color: #fff;
  border: 1px solid #fff;
}

.pagination a {
  color: #01437c;
  font-weight: 600;
}

.dsm-posted-on {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select_input {
    -webkit-appearance: none;
    border-radius: 0;
  }
  .mdg-blog-index_filter-section_wrapper .mdg-blog-index_filter--select::after {
    border-style: solid !important;
    border-width: 0.1em 0.1em 0 0 !important;
    content: "";
    display: block;
    height: 0.45em !important;
    position: relative !important;
    vertical-align: top !important;
    width: 0.45em !important;
    transform: rotate(135deg) !important;
    float: right;
    bottom: 1.9em;
  }
}
#blog-post-hero-wrapper {
  padding: 0;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body {
  padding: 0;
  max-width: 100%;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime {
  position: relative;
  z-index: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content {
  max-width: 1455px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  padding: 20em 0 5em;
  z-index: 2;
  position: relative;
}
@media (max-width: 980px) {
  #blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content {
    width: 90%;
  }
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content a {
  padding-bottom: 3em;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content a:hover {
  text-decoration: underline;
}
#blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8123em;
  line-height: 1;
  font-weight: 800;
  display: inline-block;
  width: 100%;
}
@media (max-width: 980px) {
  #blog-post-hero-wrapper .et_pb_row_0_tb_body .blog-post-hero-prime .blog-post-hero-prime-content h1 {
    font-size: 1.875em;
  }
}

.et-db #et-boc .et-l .et_pb_section.search-results-hero {
  padding-bottom: 4em;
  background-color: #01437c;
}
.et-db #et-boc .et-l .et_pb_section.search-results-hero .results-title {
  padding-top: 10em;
}
.et-db #et-boc .et-l .et_pb_section.search-results-hero .results-title .et_pb_text_inner {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
}
.et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title {
  padding: 0;
}
.et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title .search-hero {
  color: #fff;
  font-size: 3.125em;
  text-transform: uppercase;
  line-height: 1;
}
.et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title .search-hero .et_pb_text_inner {
  font-family: "Magistral Light";
}
.et-db #et-boc .et-l .et_pb_section.search-content {
  padding-top: 0;
}
.et-db #et-boc .et-l .et_pb_section.search-content .et_pb_posts {
  margin-top: 3.5em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .et_pb_posts p:last-child::after {
  content: "";
  border: 0.5px solid #000;
  transform: rotate(180deg);
  display: block;
  position: relative;
  top: 1.5em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options {
  background: #fafafa;
  padding-top: 4em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_module {
  padding: 0 2em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .search-insights,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-title,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights-title {
  margin-bottom: 1.5em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .search-insights .et_pb_text_inner,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-title .et_pb_text_inner,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights-title .et_pb_text_inner {
  font-size: 1.875em;
  color: #01437c;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search {
  height: 10em;
  border: none;
  border-bottom: 0.125em solid #d9d9d9;
  padding-bottom: 11em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search .et_pb_s {
  border: 0.063em solid #01437c;
  border-radius: 0;
  padding-left: 3em !important;
  height: 3em !important;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search .et_pb_s::placeholder {
  font-size: 1.125em;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search .et_pb_searchform::before {
  content: "U";
  font-family: ETModules;
  font-size: 1.125em;
  color: #01437c;
  position: absolute;
  top: 48%;
  left: 0.8em;
  transform: translateY(-50%) scaleX(-1);
  pointer-events: none;
  z-index: 10;
  font-weight: 800;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search .et_pb_searchform input.et_pb_searchsubmit {
  position: absolute;
  top: 4.5em;
  width: 100%;
  background: #01437c;
  border: 0.125em solid #01437c;
  color: #fff;
  font-size: 1.125em;
  transition: 0.3s all;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .et_pb_search .et_pb_searchform input.et_pb_searchsubmit:hover {
  background: none;
  color: #01437c;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-results,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights {
  border-bottom: 0.125em solid #d9d9d9;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-results h2,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights h2 {
  font-size: 1rem;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-results h2 a,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights h2 a {
  font-weight: 300;
  color: #01437c;
  font-family: "proxima-nova", helvetica, arial, lucida, sans-serif;
}
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-results article,
.et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights article {
  margin-bottom: 1em;
}

@media (max-width: 576px) {
  .et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title .search-hero {
    font-size: 1.875em;
  }
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title .search-hero {
    font-size: 1rem;
  }
  .et-db #et-boc .et-l .et_pb_section.search-results-hero .showing-results-title .search-hero .et_pb_text_inner {
    font-size: 1.875em;
  }
  .et-db #et-boc .et-l .et_pb_section.search-content .search-options .search-insights .et_pb_text_inner,
  .et-db #et-boc .et-l .et_pb_section.search-content .search-options .trending-insights-title .et_pb_text_inner,
  .et-db #et-boc .et-l .et_pb_section.search-content .search-options .recent-insights-title .et_pb_text_inner {
    font-size: 1.25em;
  }
}
.et_pb_section.map {
  padding: 0;
}
.et_pb_section.map .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media (max-width: 980px) {
  .et_pb_section.map .et_pb_row iframe {
    height: 19.43em;
  }
}
.et_pb_section.fixed-contact-btn {
  padding: 0;
  position: fixed;
  bottom: -3em;
  width: 11em;
  right: 2em;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0.7em;
  border-top-right-radius: 0.7em;
  transition: 0.3s all;
}
.et_pb_section.fixed-contact-btn .et_pb_row {
  padding: 0;
}
.et_pb_section.fixed-contact-btn .et_pb_row .contact-us-btn .et_pb_text_inner {
  font-weight: 800;
  color: #01437c;
  text-transform: uppercase;
  font-size: 1em;
}
.et_pb_section.fixed-contact-btn .et_pb_row .contact-us-btn .et_pb_text_inner::after {
  content: "";
  background-image: url("../assets/svg/fixed-contact-arrow.svg");
  background-repeat: no-repeat;
  background-color: #01437c;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-size: 0.8em;
  background-position: center;
  position: relative;
  top: 0.3em;
  left: 1em;
}
.et_pb_section.fixed-contact-btn:hover {
  background: #d9d9d9;
  cursor: pointer;
}

.show-contact-btn {
  bottom: 0 !important;
  transition: 0.3s all;
}

@media (max-width: 980px) {
  .et_pb_section.fixed-contact-btn {
    bottom: 0;
  }
  .et_pb_section.fixed-contact-btn .et_pb_row {
    width: calc(100% - 2.1em);
  }
}
@media (max-width: 576px) {
  .et_pb_section.fixed-contact-btn {
    right: 1em;
  }
}
.contact-us {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact-us iframe {
  margin-bottom: 4em;
  height: 102vh;
}
.contact-us_row {
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact-us_row .et_pb_column:first-child {
  width: 55% !important;
  padding: 5em 3% 0 10%;
}
.contact-us_row .et_pb_column:last-child {
  width: calc(39.5% - 0em);
  padding: 5em 7%;
  background-image: url("../assets/img/blue-graphic-bg.png");
  background-color: #01437c;
}
.contact-us_row .contact-form-title h4 {
  font-size: 1.875em;
  color: #01437c;
  text-transform: uppercase;
}
.contact-us_row_info-column_title {
  font-weight: 600;
  font-size: 1.25em;
  color: #fff;
  font-family: "Magistral", helvetica, arial, lucida, sans-serif;
  text-transform: uppercase;
}
.contact-us_row_info-column_content {
  font-size: 1.125em;
  color: #fff;
}
.contact-us_row_info-column_contact-title {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1em !important;
}
.contact-us_row_info-column_contact-copy {
  color: #fff;
}
.contact-us_row_info-column_contact-copy .et_pb_text_inner {
  display: flex;
  flex-direction: column;
}
.contact-us_row_info-column_contact-copy .et_pb_text_inner p {
  padding-bottom: 0;
  display: inline-flex;
}
.contact-us_row_info-column_contact-copy .et_pb_text_inner p strong {
  margin-right: 0.75em;
}

#thiel-form-section iframe {
  height: 35em;
}

@media (min-width: 1728px) {
  .contact-us .contact-us_row .contact-form-title h4 {
    font-size: 2.5em;
  }
  .contact-us .contact-us_row .contact-form-text .et_pb_text_inner {
    font-size: 1em;
  }
  .contact-us .contact-us_row_info-column_title .et_pb_text_inner {
    font-size: 1.25em;
  }
  .contact-us .contact-us_row_info-column_content .et_pb_text_inner {
    font-size: 1.125em;
    font-weight: 400;
  }
  .contact-us .contact-us_row_info-column_contact-copy .et_pb_text_inner {
    font-size: 1em;
  }
}
@media (max-width: 980px) {
  .contact-us {
    background-image: none;
  }
  .contact-us .contact-us_row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .contact-us .contact-us_row iframe {
    height: 100vh;
  }
  .contact-us .contact-us_row .et_pb_column:first-child {
    width: 100% !important;
    text-align: center;
  }
  .contact-us .contact-us_row .et_pb_column:first-child .contact-form-title {
    padding: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contact-us .contact-us_row .et_pb_column:first-child .contact-form-title h4 {
    font-size: 1.563em;
    line-height: 1.5em;
  }
  .contact-us .contact-us_row .et_pb_column:first-child .contact-form-text {
    padding: 1em;
    font-size: 1em;
  }
  .contact-us .contact-us_row .et_pb_column:last-child {
    width: 100%;
    padding: 4em 1em;
  }
  .contact-us .contact-us_row_info-column_title .et_pb_text_inner {
    font-size: 1.25em;
  }
  .contact-us .contact-us_row_info-column_content .et_pb_text_inner {
    font-size: 1.125em;
    font-weight: 400;
  }
  .contact-us .contact-us_row_info-column_contact-copy .et_pb_text_inner {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .contact-us_row .et_pb_column:first-child {
    padding: 2em 3% 0;
  }
}
.et_pb_section.hero-404 {
  padding: 15em 0 6em;
}
.et_pb_section.hero-404 .et_pb_row {
  padding: 1em 0;
}
.et_pb_section.hero-404 .et_pb_row .error-404 .et_pb_text_inner {
  color: #fff;
  text-transform: uppercase;
}
.et_pb_section.hero-404 .et_pb_row .page-not-found .et_pb_text_inner {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.875em;
  font-weight: 800;
}
.et_pb_section.search-content {
  padding-top: 0;
}
.et_pb_section.search-content .et_pb_row {
  padding-top: 0;
}
.et_pb_section.search-content .et_pb_row .no-results-found-title {
  color: #01437c;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-top: 3.5em;
}

.podcast-container {
  background-color: #fafafa;
}
.podcast-container .mejs-container {
  margin: 5em auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .podcast-container img {
    width: 70%;
    margin: 0 15% 2em;
  }
  .podcast-container .mejs-container {
    margin: 2em auto 0;
    position: relative;
  }
}

.podcast-post-hero {
  display: flex;
  padding: 0 0 5em;
}
@media (max-width: 768px) {
  .podcast-post-hero {
    padding: 0;
  }
}
.podcast-post-hero .podcast-post-hero-content {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.podcast-post-hero .podcast-post-hero-content #audio-player-wrapper {
  text-align: center;
  margin-top: 2em;
  padding: 20px;
  width: 80%;
}
.podcast-post-hero .podcast-post-hero-content #audio-player-wrapper audio {
  width: 100%;
}
.podcast-post-hero .podcast-post-hero-content #audio-player-wrapper audio::-webkit-media-controls-panel {
  background-color: white;
}

.podcast-post-body-content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .podcast-post-body-content {
    width: 100%;
  }
}
.podcast-post-body-content::after {
  content: "";
  height: 6px;
  width: 100%;
  display: block;
  margin-top: 5em;
  --border-width: 8px;
  --stripe-distance: 2px;
  background: repeating-linear-gradient(-45deg, #d9d9d9, transparent 1px, transparent var(--stripe-distance), #d9d9d9 calc(var(--stripe-distance) + 1px));
}

.career-index-results {
  display: block;
  position: relative;
}
.career-index-results .career-index-result {
  display: block;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 3em;
  border-bottom: 1px solid #d9d9d9;
}
.career-index-results .career-index-result .career-title {
  color: #01437c;
  margin-bottom: 0.5em;
}
.career-index-results .career-index-result .career-summary {
  margin-bottom: 1.5em;
}
.career-index-results .career-index-result .career-link {
  display: inline-block;
}

.careers iframe {
  height: 70vh;
}
.careers .et_pb_row {
  width: 100%;
  max-width: 100%;
}
.careers .et_pb_row .career-openings p {
  padding: 1em 5%;
  margin: 1em 0;
}
.careers .et_pb_row .career-openings p:nth-child(even) {
  background: #cecece;
}
.careers .et_pb_row .career-openings p .s1 {
  font-size: 18px;
}
.careers .et_pb_row .career-openings p .s3 {
  color: #01437c;
}
.careers .et_pb_row .career-openings p .apply-now-btn {
  float: right;
  position: relative;
  bottom: 2em;
  background: #01437c;
  color: #fff;
  border: 1px solid #01437c;
  font-size: 20px;
  border-radius: 10px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .careers .et_pb_row .career-openings p .apply-now-btn {
    bottom: 1em;
    font-size: 16px;
  }
}
.careers .et_pb_row .career-openings p .apply-now-btn:hover {
  background: #fff;
  color: #01437c;
}

.overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: 1;
}

.news-section .et_pb_code_inner {
  display: flex;
  gap: 2em;
}
.news-section .et_pb_code_inner .recent-posts-category {
  width: 80%;
  position: relative;
}
.news-section .et_pb_code_inner .recent-posts-category img {
  height: 250px;
}
.news-section .et_pb_code_inner .recent-posts-category .post-featured-image {
  background-size: cover;
  background-position: center;
  height: 15em;
  background-repeat: no-repeat;
}
.news-section .et_pb_code_inner .recent-posts-category .post-information {
  padding: 1.5em;
  background: #f2f2f2;
  margin-top: -0.5em;
  height: 20em;
}
.news-section .et_pb_code_inner .recent-posts-category .post-information .post-category {
  background: #474b53;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  padding: 0 2em 0.1em;
  width: max-content;
  margin-bottom: 1.5em;
  font-size: 0.75em;
}
.news-section .et_pb_code_inner .recent-posts-category .post-information .post-title {
  font-size: 1.05em;
  color: #01437c;
  text-transform: uppercase;
  line-height: 1.3;
}
.news-section .et_pb_code_inner .recent-posts-category .post-information .post-excerpt {
  font-size: 0.875em;
  color: #474b53;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  .news-section .et_pb_code_inner .recent-posts-category .post-information {
    height: 28em;
  }
}
@media (max-width: 980px) {
  .news-section .et_pb_code_inner {
    display: block;
  }
  .news-section .et_pb_code_inner .recent-posts-category {
    width: 100%;
    margin: 2em 0;
  }
  .news-section .et_pb_code_inner .recent-posts-category .post-information {
    height: auto;
  }
  .news-section .et_pb_code_inner .recent-posts-category .post-title {
    font-size: 1.05em;
  }
}
.et_pb_section.thiel-landing-page-hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.et_pb_section.client-portal-section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.et_pb_section.client-portal-section-hero sup {
  position: relative;
  bottom: 2.2em;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px;
  font-size: 10px;
}
.et_pb_section.portal-sections {
  padding-bottom: 0;
}
.et_pb_section.portal-sections .et_pb_row {
  padding-bottom: 0;
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb {
  height: 40vh;
  display: flex;
  align-items: center;
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  transition: 0.3s all;
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb:hover::before {
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 1300px) {
  .et_pb_section.portal-sections .et_pb_row .et_pb_blurb {
    height: 30vh;
  }
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb .et_pb_module_header,
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb .et_pb_blurb_description {
  color: #fff;
  text-align: center;
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb .et_pb_module_header {
  text-transform: uppercase;
  font-size: 40px;
  width: calc(90% - 1em);
  margin: 0 auto;
  padding-bottom: 0;
}
.et_pb_section.portal-sections .et_pb_row .et_pb_blurb .et_pb_module_header sup {
  bottom: 2em;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
}

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