/* Set and change variables throughout the site */
.breadcrumbs.companyp {
  margin-top: 130px;
}

.company_profile {
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .company_profile {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .profile-main {
    padding-right: 40px !important;
  }
}
.mobile-lower-enquiry {
  display: none;
}
.mobile-lower-enquiry .widget_enquiry_form__container {
  max-width: 420px;
}
@media only screen and (max-width: 991px) {
  .mobile-lower-enquiry .widget_enquiry_form__container {
    max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-lower-enquiry .widget_enquiry_form__container {
    max-width: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-lower-enquiry {
    display: block;
    position: relative;
    left: -30%;
    background: #F4F4F4;
    width: 160%;
    padding: 20px 0px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .mobile-lower-enquiry .widget_enquiry_form__container {
    max-width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .profile-sidebar {
    margin: 0px 10px;
  }
}
.company_profile__header {
  border-bottom: 1px solid #e3e3e3;
}
.company_profile__header.with_image {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .company_profile__header.with_image {
    padding-top: 0px;
    margin-bottom: 10px;
  }
}

.company_profile__header_inner {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .company_profile__header_inner .tab-bar {
    padding-top: 36px;
  }
}

.company_profile__main_image {
  height: 252px;
  position: absolute;
  width: 102%;
  left: -2%;
  top: -49%;
  background-position: 50% 40%;
}
.company_profile__main_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 39%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 39%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 39%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 991px) {
  .company_profile__main_image {
    display: none;
  }
}

.company_profile__logo {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  width: 171px;
  height: 171px;
  border-radius: 3px;
}
.company_profile__logo.with_image {
  background: white;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .company_profile__logo {
    border-bottom: 1px solid #e3e3e3;
    max-width: 171px !important;
    display: block;
    margin: auto;
  }
}

.company_profile__title_container.with_image div h1, .company_profile__title_container.with_image div h2, .company_profile__title_container.with_image div p {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .company_profile__title_container.with_image div h1, .company_profile__title_container.with_image div h2, .company_profile__title_container.with_image div p {
    color: #000000;
  }
}

input[type=text], input[type=email], input[type=tel] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.optional-info-trigger {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: underline;
}
.optional-info-trigger:hover {
  cursor: pointer;
  text-decoration: none;
}

.company_profile__tab {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .company_profile__tab {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 10px;
  }
}
.company_profile__tab a:hover {
  text-decoration: none;
}
.company_profile__tab a .nav-tab {
  font-family: "DM Sans", sans-serif;
  padding-bottom: 7px;
  color: #000000;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.company_profile__tab a .nav-tab:hover {
  color: #337CEB;
}
.company_profile__tab a .nav-tab.active_tab {
  border-bottom: 3px solid #337CEB;
}
.company_profile__tab.active_tab {
  border-bottom: 3px solid #337CEB;
}

.company_profile__footer {
  background: #F4F4F4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company_profile__footer .widget_enquiry_form__container {
  max-width: 690px;
}
.company_profile__footer .widget_enquiry_form__container.multiple {
  max-width: 840px;
}
@media only screen and (max-width: 991px) {
  .company_profile__footer .widget_enquiry_form__container {
    display: none;
  }
}

.company_profile__benefits .fas, .company_profile__benefits .far {
  font-size: 24px;
  font-weight: 700;
}
.company_profile__benefits .benefit_title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
}

.short_descript_color {
  color: #ffffff;
}

.short_descript {
  padding-right: 300px !important;
}

.company_profile__tab.tab_success {
  max-width: 160px !important;
}
@media only screen and (max-width: 575px) {
  .company_profile__tab.tab_success {
    max-width: unset !important;
  }
}

@media only screen and (min-width: 991px) {
  .short_descript {
    width: 700px !important;
  }
}
@media only screen and (max-width: 991px) {
  .company_profile__title_container div .desktop-only {
    display: none !important;
  }

  .widget_enquiry_form__container.side {
    display: none;
  }

  .short_descript_color {
    color: #000000;
  }

  .short_descript {
    padding-right: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .company_profile__title_container__title h1, .company_profile__title_container__title h2 {
    text-align: center;
    margin-top: 10px;
  }

  .company_profile__tab a .nav-tab {
    font-size: 15px;
  }

  .company_profile__title_container {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .company_profile__benefits .far, .company_profile__benefits .fas {
    font-size: 20px;
  }

  .benefit_text h4 {
    font-size: 14px !important;
  }

  .benefit_text, .benefit_title {
    padding: 0px !important;
  }

  .short_descript {
    text-align: center;
  }
}
.company_news_post {
  border-bottom: 1px solid #e3e3e3;
}

.company_profile__about_text h2, .company_profile__about_text h3, .company_profile__about_text h4 {
  margin-top: 30px;
}
.company_profile__about_text p {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .company_profile__about_text {
    padding: 0px 10px;
  }
}

.company_profile__benefits_summary {
  background: #F4F4F4;
  border-left: 3px solid #337CEB;
  padding: 25px 30px 30px 30px;
}
.company_profile__benefits_summary p {
  margin-top: 5px;
  margin-bottom: 0px;
}
.company_profile__benefits_summary h3 {
  margin-top: 0px;
}

@media only screen and (max-width: 575px) {
  .company_news_post .video-title {
    margin-top: 5px;
  }
}
.company_news_post .thumbnail {
  position: relative;
}
.company_news_post .thumbnail img {
  height: 100%;
  width: 100%;
}

.company_news_post .thumbnail .video-duration {
  position: absolute;
  right: 2%;
  bottom: 4%;
  font-size: 12px !important;
  color: #FFFFFF;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-family: "Merriweather", serif;
  line-height: 16px !important;
}

.play-small {
  width: 50px !important;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #111111;
  position: absolute !important;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.35);
}

.play-small p {
  text-align: center;
  font-size: 18px !important;
  padding: 13px 0px !important;
  padding-left: 2px !important;
  margin: 0px;
}

.widget_company__costings_container {
  max-width: 480px;
  width: 100%;
  margin: auto;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .widget_company__costings_container {
    max-width: unset;
  }
}
.widget_company__costings_container .heading {
  font-size: 12px;
}
.widget_company__costings_container .value {
  font-size: 18px;
  font-weight: 700;
}
.widget_company__costings_container .value .price {
  display: inline-block;
}
.widget_company__costings_container .value .vat {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.widget_company__costings_container table {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
  border-spacing: 0;
}
.widget_company__costings_container table th {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  padding: 10px;
  text-align: left;
}
.widget_company__costings_container table th:first-child {
  font-weight: 700;
}
.widget_company__costings_container table tr:nth-child(even) {
  background: #F4F4F4;
}
.widget_company__costings_container table tr td:first-child {
  font-weight: 400;
  font-size: 12px;
}
.widget_company__costings_container table tr td:last-child {
  color: #1bae94;
}
.widget_company__costings_container table td {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}

.widget_company_quote_box__container {
  max-width: 390px;
  width: 100%;
  margin: auto;
  padding: 25px;
  position: relative;
}
.widget_company_quote_box__container .quote {
  font-size: 24px;
  font-family: "Merriweather", serif;
  line-height: 34px;
  font-weight: 300;
  position: relative;
  padding-right: 30%;
}
.widget_company_quote_box__container .quote::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background: #F4F4F4;
  z-index: -1;
}
.widget_company_quote_box__container .back-image {
  max-height: 100%;
  max-width: 100%;
  height: 330px;
  width: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 5px;
}
.widget_company_quote_box__container .author {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.widget_company_quote_box__container .link {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #337CEB;
  line-height: 26px;
}
.widget_company_quote_box__container .link:hover {
  color: #236bd9;
  cursor: pointer;
}

.widget_company__gallery_container {
  max-width: 390px;
  margin: auto;
}
.widget_company__gallery_container ul li {
  display: inline-block;
  width: 114px;
  height: 114px;
}
.widget_company__gallery_container ul li img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .widget_company__gallery_container ul {
    text-align: center;
  }
}

#sidebar-deferred {
  width: 100%;
  transition: opacity 1s ease-in-out;
}
#sidebar-deferred h4 {
  margin-top: 30px;
  text-align: center;
}
#sidebar-deferred .directory-spinner {
  margin: 10px auto;
}
#sidebar-deferred .full-rule-soft {
  max-width: 390px;
  margin: auto;
}

.sidebar-fade-out {
  opacity: 0;
}

.widget_company_quote_box__container {
  border-top: 3px solid #337CEB;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 5px 0px #00000038;
}

.shortform {
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "Merriweather", serif;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
.shortform--no-border {
  border: unset;
}
.shortform__info {
  background: #337CEB;
  padding: 20px 0px 50px 0px;
  border-radius: 5px 5px 0px 0px;
}
.shortform__info svg {
  width: 40px;
  height: 40px;
}
.shortform__info__text--capital {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #2B2E82;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.shortform__info__text--stattitle {
  color: #fff;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  max-width: 450px;
  margin: auto;
  padding: 0px 10px;
}
.shortform__main {
  background: #FFFFFF;
  padding: 0px 32px 23px 32px;
}
@media only screen and (max-width: 576px) {
  .shortform__main {
    padding: 0px 16px 23px 16px;
  }
}
.shortform__main__imgwrapper {
  background: #fff;
  position: relative;
  top: -30px;
  width: 110px;
  height: 110px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.35));
  border-radius: 5px;
  margin: 0px auto;
}
.shortform__main__imgwrapper img {
  overflow: hidden;
  border-radius: 5px;
}
.shortform__main__text--heading {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: -15px auto 10px auto;
  max-width: 450px;
}
@media only screen and (max-width: 576px) {
  .shortform__main__text--heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.shortform__main__text--subtext {
  font-size: 16px;
  line-height: 22px;
}
.shortform form {
  max-width: 450px;
  margin: auto;
}
.shortform__subtext {
  max-width: 450px;
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 12px;
}

.promo-carousel {
  background: #EEF5FF;
  padding: 25px 50px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .promo-carousel {
    padding: 25px 20px;
    padding-right: 0px;
  }
}
.promo-carousel__upper__title {
  font-family: "Merriweather", serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  font-weight: 900;
}
.promo-carousel__upper__title.title--desktop {
  font-size: 22px;
  line-height: 120%;
}
@media only screen and (max-width: 576px) {
  .promo-carousel__upper__title.title--desktop {
    display: none;
  }
}
.promo-carousel__upper__title.title--mobile {
  font-size: 18px;
  line-height: 21.6px;
  display: none;
}
@media only screen and (max-width: 576px) {
  .promo-carousel__upper__title.title--mobile {
    display: block;
  }
}
.promo-carousel__lower.owl-carousel {
  position: static;
}
.promo-carousel__lower .owl-nav {
  position: absolute;
  top: 0%;
  right: 0%;
  padding-top: 15px;
  padding-right: 50px;
}
.promo-carousel__lower .owl-nav .owl-stage-outer {
  position: static;
}
.promo-carousel__lower .owl-nav .owl-prev, .promo-carousel__lower .owl-nav .owl-next {
  display: inline-block;
}
.promo-carousel__lower .owl-nav .fa-chevron-left {
  margin-right: 10px;
  padding-left: 13px !important;
  padding-right: 14px !important;
}
.promo-carousel__lower .owl-nav .fa-chevron-right, .promo-carousel__lower .owl-nav .fa-chevron-left {
  padding: 10px 13px;
  background: white;
  border-radius: 50px;
  padding-left: 14px;
  color: #777A80;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
  transition: 0.1s linear;
}
.promo-carousel__lower .owl-nav .fa-chevron-right:hover, .promo-carousel__lower .owl-nav .fa-chevron-left:hover {
  background: #54E1DA;
  color: black;
}
.promo-carousel__lower .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.promo-carousel__lower .owl-dot {
  background: linear-gradient(0deg, #D7D7D7, #D7D7D7), #F7FAFF;
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
}
.promo-carousel__lower .owl-dot.active {
  background: linear-gradient(0deg, #2F3444, #2F3444), #F7FAFF;
}
.promo-carousel__card {
  display: block;
  border-radius: 3px;
}
.promo-carousel__card:hover {
  text-decoration: none;
}
.promo-carousel__card__upper {
  padding: 13px;
  background: #FFFFFF;
  border-radius: 3px;
  min-height: 110px;
}
.promo-carousel__card__upper__image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.promo-carousel__card__upper__image img {
  width: unset !important;
}
.promo-carousel__card__upper__info {
  color: black;
  text-decoration: none;
}
.promo-carousel__card__upper__info--title {
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  max-width: 131px;
  overflow: hidden;
  white-space: nowrap;
}
.promo-carousel__card__upper__info--stat {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.promo-carousel__card__upper__info--value {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
}
.promo-carousel__card__lower {
  background: #0081EC;
  border-radius: 0px 0px 5px 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F8FCFF;
  padding: 15px 30px;
}

.owl-item.active .promo-carousel__card {
  box-shadow: 0px 0px 10px rgba(47, 52, 68, 0.1);
}

.widget_top_franchises_promo {
  max-width: 390px;
  margin: auto;
}
.widget_top_franchises_promo ul {
  margin-top: 15px;
}
.widget_top_franchises_promo li {
  margin-bottom: 10px;
}
.widget_top_franchises_promo li .logo-container {
  display: inline-flex;
  margin-right: 20px;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.widget_top_franchises_promo li span:first-of-type {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  display: block;
  margin-bottom: 4px;
}
.widget_top_franchises_promo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.widget_top_franchises_promo a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 345px) {
  .widget_top_franchises_promo .left-align {
    width: 200px;
  }
}

.company_profile__not_franchising {
  background: #EF9E24;
  max-width: 900px;
  margin: auto;
  border-radius: 5px;
  padding: 30px 20px 20px 20px;
}
.company_profile__not_franchising h3, .company_profile__not_franchising p {
  color: #ffffff;
  text-align: center;
}
.company_profile__not_franchising p {
  font-size: 17px;
}
.company_profile__not_franchising a {
  color: #ffffff;
}
.company_profile__not_franchising a:hover {
  color: #236bd9;
}
.company_profile__not_franchising a.request-free {
  max-width: 420px;
  display: block;
  margin: auto;
}

.single_premium_left_outer .company_profile__not_franchising {
  margin-top: -40px;
}
@media only screen and (max-width: 1060px) {
  .single_premium_left_outer .company_profile__not_franchising {
    margin-top: -27px;
  }
}
@media only screen and (max-width: 767px) {
  .single_premium_left_outer .company_profile__not_franchising {
    margin-top: 0px;
  }
}

#companyPremiumLower .company_profile__not_franchising {
  margin: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 910px) {
  #companyPremiumLower .company_profile__not_franchising {
    margin: 5px;
  }
}

#enquirySidebar .not_franchising_suggestions {
  text-align: left;
  padding: 40px 50px;
}
#enquirySidebar .not_franchising_suggestions a {
  text-decoration: none;
}

.suggested_company__title, .suggested_company__description {
  color: #000000;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.not_franchising_suggestions div p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.suggested_company__description {
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  font-family: "Merriweather", serif;
}

.suggested_company_logo_container {
  height: 65px;
  width: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company__downloads {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 5px;
}

.company_profile .company__download:nth-child(even) {
  background: #F4F4F4;
}

.company_profile .company__download {
  display: grid;
  grid-template-columns: 35px 220px 100px;
  grid-template-rows: 1fr;
  align-items: flex-start;
}
.company_profile .company__download svg {
  margin-top: 3px;
}
.company_profile .company__download__title {
  color: #337CEB;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.company_profile .company__download__details {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #999999;
}
/* Set and change variables throughout the site */
.wf-footer {
  background: #081e47;
  text-align: center;
  padding: 50px 100px;
}
.wf-footer h2.wf-footer__intro {
  color: #ffffff;
}
.wf-footer p.wf-footer__sub_intro {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 17px;
  line-height: 24px;
}
.wf-footer p.wf-footer__sub_intro a {
  color: #ffffff;
}
.wf-footer ul.wf-footer__cta {
  display: inline-flex;
}
.wf-footer ul.wf-footer__cta h3 {
  margin-top: 20px;
  font-weight: 700;
}
.wf-footer ul.wf-footer__cta .fa-coins, .wf-footer ul.wf-footer__cta .fa-wallet, .wf-footer ul.wf-footer__cta .fa-credit-card, .wf-footer ul.wf-footer__cta .fa-map-marker-alt {
  font-size: 36px;
}
.wf-footer ul.wf-footer__cta li {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  width: 20%;
  margin: 2%;
  padding: 10px;
  flex: auto;
}
.wf-footer ul.wf-footer__cta li p {
  font-family: "DM Sans", sans-serif;
}
.wf-footer ul.wf-footer__cta a {
  background: #ff9b04;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0px 10px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}
.wf-footer ul.wf-footer__cta a:hover {
  background: #ef9e24;
}

@media only screen and (max-width: 1300px) {
  .wf-footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 980px) {
  .wf-footer ul.wf-footer__cta {
    column-count: 2;
    display: inline-block;
  }
  .wf-footer ul.wf-footer__cta li {
    width: unset;
    margin: unset;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .wf-footer ul.wf-footer__cta {
    column-count: 1;
    display: inline-block;
  }
  .wf-footer ul.wf-footer__cta li {
    width: unset;
    margin-bottom: 20px;
  }
}
.footer {
  background: #190D61;
  padding: 50px 0px;
}
.footer .footer-card {
  display: block;
  box-shadow: 0px 0px 10px rgba(47, 52, 68, 0.1);
  border-radius: 3px;
  padding: 17px 25px 17px 25px;
  min-height: 75px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.footer .footer-card .arrow {
  margin-left: 0px;
  transition: margin 0.3s ease-out;
}
.footer .footer-card:hover .arrow {
  margin-left: 5px;
}
.footer .footer-card.cyan {
  background: #54E1DA;
}
.footer .footer-card.yellow {
  background: #FFFA98;
}
.footer .footer-card.orange {
  background: #FBAA7F;
}
@media only screen and (max-width: 767px) {
  .footer .footer-card {
    margin-bottom: 10px;
  }
}
.footer .accordian-wrapper {
  transition: max-height 0.2s ease-in-out;
  will-change: max-height;
  overflow: hidden;
  max-height: 360px;
}
@media only screen and (max-width: 767px) {
  .footer .accordian-wrapper {
    border-bottom: 1px solid #5c5680;
    margin-bottom: 20px;
  }
  .footer .accordian-wrapper.closed {
    max-height: 40px;
  }
}
.footer li {
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.footer li:first-of-type:hover {
  cursor: pointer;
}
.footer li .accordian-arrow {
  transition: transform 0.2s ease-in-out;
  will-change: rotate;
  transform: rotate(0deg);
  pointer-events: none;
}
.footer li .accordian-arrow.rotate {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .footer li .accordian-arrow {
    display: none;
  }
}
.footer li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
}
.footer li a:hover {
  text-decoration: none;
}
.footer .footer-social {
  max-width: 100px;
}
.footer .copyright-block p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.footer .copyright-block p span {
  font-weight: bold;
  display: block;
}
.footer .copyright-block.skinny {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .footer .copyright-block.wide {
    display: none !important;
  }
  .footer .copyright-block.skinny {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer .terms {
    text-align: center;
  }
}
.footer .terms li {
  display: inline-block;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.footer .terms li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.footer .small-print {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #B0B9D8;
  padding: 0px;
}
.footer .highlight-wl:after {
  background: #ffffff;
}
.footer .highlight-wl:hover:before {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .footer .affiliations svg {
    width: 44px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/build/bundles/7f01b07148f205f6e825.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

