/*======================================
Theme Name: Divi Child
Author: WCR4
Author URI: https://www.simplea.com/
Author Email: cr@simplea.com
Template: Divi
Version: 1.0
======================================*/
/*add your custom CSS below this line*/
@charset "UTF-8";
@font-face {
  font-family: BentonSans-Regular;
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/themes/divi-child/fonts/BentonSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: BentonSans-Medium;
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/divi-child/fonts/BentonSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: BentonSans-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/divi-child/fonts/BentonSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/divi-child/fonts/BentonSansExtraCompressed-Bold.ttf) format("truetype");
}
@font-face {
  font-family: BentonSansCompressed-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/divi-child/fonts/BentonSansCompressed-Bold.ttf) format("truetype");
}
@font-face {
  font-family: BentonSansCompressed-Black;
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/divi-child/fonts/BentonSansCompressed-Black.ttf) format("truetype");
}
@font-face {
  font-family: "1883Sans-Regular";
  src: url(/wp-content/themes/divi-child/fonts/1883Sans-Regular.otf) format("opentype");
}
@font-face {
  font-family: "1883Sans-Bold";
  src: url(/wp-content/themes/divi-child/fonts/1883Sans-Bold.otf) format("opentype");
}
@font-face {
  font-family: "1883Sans-SemiBold";
  src: url(/wp-content/themes/divi-child/fonts/1883Sans-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "1883Sans-ExtraBold";
  src: url(/wp-content/themes/divi-child/fonts/1883Sans-ExtraBold.otf) format("opentype");
}
.font-benton_extra_compressed_bold {
  font-family: BentonSansExtraCompressed-Bold, sans-serif;
}

.font-sans_1883_semiBold {
  font-family: "1883Sans-SemiBold", sans-serif;
}

.font-sans_1883_extraBold {
  font-family: "1883Sans-ExtraBold", sans-serif;
}

.font-sans_1883_regular {
  font-family: "1883Sans-Regular", sans-serif;
}

/**
 * Basic typography style for copy text
 */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 84px;
  line-height: 72px;
  letter-spacing: -1px;
}

h2 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 68px;
  letter-spacing: -1px;
}

h3 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 48px;
  letter-spacing: -1px;
}

h4 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 28px;
  letter-spacing: -1px;
}

h5 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 24px;
  letter-spacing: -0.5px;
}

h6 {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.button_back {
  background-color: #aaa;
}

.button_spacer {
  margin-bottom: 30px;
}

.utm-btn--button,
.utm-btn {
  display: block;
  width: max-content;
  font-family: "1883Sans-Regular";
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-bottom: 25px;
}

.utm-btn.utm-btn--orange {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-btn.utm-btn--orange:hover {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}

.utm-btn.utm-btn--charcoal {
  background-color: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-btn.utm-btn--charcoal:hover {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}

.utm-btn.utm-btn--white {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-btn.utm-btn--white:hover {
  background-color: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}

.utm-btn--link {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.7;
  font-family: "1883Sans-SemiBold";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 2;
  padding: 8px 25px;
}

.utm-btn--link:hover {
  text-decoration: underline;
}

.utm-btn--link-arrow {
  padding: 0;
  text-align: left;
  line-height: 2;
}
.utm-btn--link-arrow:hover {
  text-decoration: none;
}

.utm-btn--link-arrow:hover .utm-btn--arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  pointer-events: none;
}

.utm-btn--link-arrow:hover .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -20px;
  pointer-events: none;
}

.utm-btn--link-arrow .utm-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
}

.utm-btn--link-arrow .utm-btn--arrow:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 1px;
  background-color: #bf5700;
  pointer-events: none;
}

.utm-btn--orange.utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #bf5700;
}

.utm-btn--charcoal.utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #333f48;
}

.utm-btn--white.utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #fff;
}

.utm-btn--link-arrow .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  pointer-events: none;
}

.utm-btn--orange.utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #bf5700;
}

.utm-btn--charcoal.utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #333f48;
}

.utm-btn--white.utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #fff;
}

.utm-btn--charcoal {
  color: #333f48;
  text-decoration: none;
}

.utm-btn--orange {
  color: #bf5700;
  text-decoration: none;
}

.utm-btn--white {
  color: #fff;
  text-decoration: none;
}

.utm-cta--orange .utm-btn--button {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-cta--orange .utm-btn--button:hover {
  background-color: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-cta--orange .utm-btn--link {
  background-color: none;
  color: #fff;
}
.utm-cta--orange .utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #fff;
}
.utm-cta--orange .utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #fff;
}

.utm-cta--white .utm-btn--button {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-cta--white .utm-btn--button:hover {
  background-color: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-cta--white .utm-btn--link {
  background-color: none;
  color: #bf5700;
}
.utm-cta--white .utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #bf5700;
}
.utm-cta--white .utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #bf5700;
}

.utm-cta--charcoal .utm-btn--button {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-cta--charcoal .utm-btn--button:hover {
  background-color: #fff;
  color: #333f48;
  border: 1px solid #fff;
}
.utm-cta--charcoal .utm-btn--link {
  background-color: none;
  color: #fff;
}
.utm-cta--charcoal .utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #fff;
}
.utm-cta--charcoal .utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #fff;
}

/* Media Query for Tablets */
@media (max-width: 767px) {
  .utm-btn--button {
    font-size: 16px;
    letter-spacing: -0.15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .utm-btn--link {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* Media Query for Desktops */
@media (min-width: 768px) {
  .utm-btn--button {
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 30px;
  }
  .utm-btn--link {
    font-size: 18px;
    line-height: 1.7;
  }
}
.utm-split_hero__links .utm-btn--link {
  font-family: "1883Sans-SemiBold";
  background-color: none;
  color: #bf5700;
  z-index: 3;
  font-weight: 500;
}
.utm-split_hero__links .utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #bf5700;
}
.utm-split_hero__links .utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #bf5700;
}

/* Media Query for Tablets */
@media (max-width: 980px) {
  .utm-alert__wrapper {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
  }
  .utm-alert__message {
    color: #00a9b7;
    font-family: "1883Sans-SemiBold";
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
  .utm-alert__link__link {
    color: #00a9b7;
    font-family: "1883Sans-Regular";
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 981px) {
  .utm-alert__wrapper {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
  .utm-alert__message {
    color: #00a9b7;
    font-weight: bold;
    font-family: "1883Sans-SemiBold";
    font-size: 16px;
  }
  .utm-alert__link__link {
    color: #00a9b7;
    font-weight: normal;
    font-family: "1883Sans-Regular";
    font-size: 16px;
    text-decoration: none;
  }
}
.utm-alert__wrapper.utm-alert--emergency {
  background-color: #f3c03a;
}

.utm-alert--emergency .utm-alert__message {
  color: #333f48;
}

.utm-alert--emergency .utm-alert__link__link {
  color: #333f48;
}

.utm-cta {
  /*image/icon*/
  /* Media Query for Tablets */
  /* Media Query for Desktops */
}
.utm-cta__eighteen__wrapper {
  margin: auto;
  max-width: 100%;
}
.utm-cta__wrapper {
  margin: auto;
  max-width: 980px;
}
.utm-cta__wrapper .et_pb_module {
  margin-bottom: 0 !important;
}
.utm-cta__headline {
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
.utm-cta__body {
  font-family: "1883Sans-Regular";
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.utm-cta__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.utm-cta__link__container {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  flex-wrap: wrap;
}
.utm-cta__link {
  font-family: "1883Sans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  letter-spacing: -0.25px;
}
.utm-cta--benton .utm-cta__headline {
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
.utm-cta--eighteen .utm-cta__headline {
  font-family: "1883Sans-ExtraBold";
  font-size: 36px;
  text-transform: none;
  line-height: 40px;
  text-align: center;
}
.utm-cta--orange {
  background: #bf5700;
  color: #fff;
}
.utm-cta--orange .utm-btn {
  background-color: #fff;
  color: #bf5700 !important;
  border: 1px solid #fff;
}
.utm-cta--orange .utm-btn:hover {
  background: #333f48;
  color: #fff !important;
  border: 1px solid #333f48;
}
.utm-cta--charcoal {
  background: #333f48;
  color: #fff;
}
.utm-cta--charcoal .utm-btn {
  background-color: #bf5700;
  color: #fff !important;
  border: 1px solid #bf5700;
}
.utm-cta--charcoal .utm-btn:hover {
  background: #fff;
  color: #bf5700 !important;
  border: 1px solid #fff;
}
.utm-cta--charcoal .utm-btn--button {
  background-color: #bf5700;
  color: #fff !important;
  border: 1px solid #bf5700;
}
.utm-cta--charcoal .utm-btn--button:hover {
  background: #fff;
  color: #bf5700 !important;
  border: 1px solid #fff;
}
.utm-cta--blue {
  background: #005f86;
  color: #fff;
}
.utm-cta--blue .utm-cta__headline {
  color: #f5f4f0;
}
.utm-cta--blue .utm-cta__body {
  color: #f5f4f0;
}
.utm-cta--blue .utm-btn--button {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-cta--blue .utm-btn--button:hover {
  background: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-cta--white {
  background: #fff;
}
.utm-cta--white .utm-cta__headline {
  color: #bf5700;
}
.utm-cta--white .utm-cta__body {
  color: #333f48;
}
.utm-cta--white .utm-btn {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-cta--white .utm-btn:hover {
  background: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-cta__btn {
  font-family: "1883Sans-Regular";
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  width: max-content;
}
@media (max-width: 980px) {
  .utm-cta__outer {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .utm-cta__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .utm-cta__headline {
    font-size: 74px;
    line-height: 60px;
    margin-bottom: 36px;
    max-width: 980px;
  }
  .utm-cta__body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.15px;
    margin-bottom: 25px;
    max-width: 980px;
  }
  .utm-cta__btn {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.15px;
  }
}
@media (min-width: 981px) {
  .utm-cta__outer {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .utm-cta__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .utm-cta__headline {
    font-size: 98px;
    line-height: 84px;
    margin-bottom: 36px;
    max-width: 980px;
  }
  .utm-cta__body {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 25px;
    max-width: 980px;
  }
  .utm-cta__btn {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.25px;
  }
}
.utm-cta__btn.utm-cta__btn--link-arrow {
  line-height: 2;
}
.utm-cta__btn.utm-cta__btn--link-arrow:hover .utm-btn--arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  pointer-events: none;
}
.utm-cta__btn.utm-cta__btn--link-arrow:hover .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -20px;
  pointer-events: none;
}
.utm-cta__btn.utm-cta__btn--link-arrow .utm-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
}
.utm-cta__btn.utm-cta__btn--link-arrow .utm-btn--arrow:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 1px;
  background-color: #bf5700;
  pointer-events: none;
}
.utm-cta__btn.utm-cta__btn--link-arrow .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #bf5700;
  pointer-events: none;
}

.utm-card__outer {
  padding: 24px;
  border-radius: 10px;
  height: 100%;
  margin: 0 auto;
}

.utm-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.utm-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utm-card__headline, .utm-card__headline__mobile {
  font-family: "1883Sans-ExtraBold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 500;
}

.utm-card__body {
  font-family: "1883Sans-Regular";
  margin-bottom: 15px;
}

.utm-card__link_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utm-card__link {
  font-family: "1883Sans-ExtraBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  letter-spacing: -0.25px;
}

.utm-card .utm-btn {
  text-align: left;
  position: relative;
}

.utm-card .utm-btn--link {
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.utm-card .utm-btn--link.utm-btn--link-arrow {
  line-height: 2;
}

.utm-card .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  pointer-events: none;
}

.utm-card .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -20px;
  pointer-events: none;
}

.utm-card .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
}

.utm-card .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 1px;
  background-color: #bf5700;
  pointer-events: none;
}

.utm-card .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #bf5700;
  pointer-events: none;
}

.utm-card--orange {
  background-color: #bf5700;
  color: #fff !important;
}

.utm-card--orange .utm-card__image {
  margin-right: 20px;
}

.utm-card--orange .utm-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-width: none;
}

.utm-card--orange .utm-card__headline, .utm-card--orange .utm-card__headline__mobile {
  letter-spacing: 0.2px;
}

.utm-card--orange .utm-btn--link {
  color: #fff !important;
  text-decoration: none;
}

.utm-card--orange .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:before {
  background-color: #fff;
}

.utm-card--orange .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:after {
  border-color: transparent transparent transparent #fff;
}

.utm-card--white {
  background-color: #fff;
  color: #333f48;
}

.utm-card--white .utm-card__image {
  display: none;
}

.utm-card--white .utm-card__headline, .utm-card--white .utm-card__headline__mobile {
  letter-spacing: -1px;
}

.utm-card--white .utm-btn--link {
  color: #bf5700;
  text-decoration: none;
}

.utm-card--image_top {
  background-color: #fff;
  color: #333f48;
}

.utm-card--image_top .utm-card__wrapper {
  border-top: 10px solid #bf5700;
  display: flex;
  height: 100%;
  /*border: 1px solid green;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utm-card--image_top .utm-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.utm-card--image_top .utm-btn {
  color: #bf5700;
  text-decoration: none;
}

.utm-card--image_top .utm-card__headline, .utm-card--image_top .utm-card__headline__mobile {
  letter-spacing: -1px;
}

@media (min-width: 981px) {
  .utm-card__wrapper {
    flex-direction: row;
  }
  .utm-card__group {
    display: flex;
  }
  .utm-card__headline__mobile {
    display: none;
  }
  .utm-card__body {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .utm-card--orange .utm-card__image {
    margin-right: 20px;
  }
  .utm-card--orange .utm-card__image img {
    height: 240px;
    width: 200px;
  }
  .utm-card--white .utm-card__content {
    padding-top: 20px;
  }
  .utm-card--image_top .utm-card__group {
    display: block;
  }
  .utm-card--image_top .utm-card__headline, .utm-card--image_top .utm-card__headline__mobile {
    margin-top: 10px;
    padding-top: 0;
  }
  .utm-card--image_top .utm-card__body {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .utm-card--zoom {
    color: #fff;
  }
  .utm-card--zoom .utm-card__group {
    display: block;
    position: relative;
    background: #bf5700;
    border-radius: 10px;
    overflow: hidden;
  }
  .utm-card--zoom .utm-card__image img {
    border-radius: 10px;
    height: 280px;
    width: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .utm-card--zoom .utm-card__image img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (max-width: 980px) {
  .utm-card__wrapper {
    flex-direction: column;
  }
  .utm-card__group {
    display: flex;
  }
  .utm-card__headline {
    display: none;
  }
  .utm-card__body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.15px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .utm-card--orange .utm-card__image {
    margin-right: 20px;
  }
  .utm-card--orange .utm-card__image img {
    height: 120px;
    width: 120px;
  }
  .utm-card--white .utm-card__content {
    padding-top: 20px;
  }
  .utm-card--image_top__headline, .utm-card--image_top__headline__mobile {
    padding-top: 0;
  }
  .utm-card--image_top .utm-card__group {
    display: block;
  }
  .utm-card--image_top .utm-card__headline__mobile {
    display: none;
  }
  .utm-card--image_top .utm-card__headline {
    display: inline;
    padding-top: 0;
  }
  .utm-card--zoom .utm-card__group {
    display: block;
  }
}
.utm-card--white {
  background-color: #fff;
}

.utm-card--image_top {
  background-color: #fff;
}

/*# sourceMappingURL=card.css.map */
.utm-faculty__profile--icons--container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.utm-faculty__profile--links--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.utm-faculty__profile__icons {
  padding: 10px;
  background-color: #bf5700;
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
}

.utm-faculty__profile__icons:hover {
  color: #333f48;
  cursor: pointer;
}

.utm-faculty__profile__links {
  padding: 10px;
  background-color: #fff;
  color: #333f48;
  border: 1px solid #bf5700;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 40px;
}

.utm-faculty__profile__links:hover {
  background-color: #bf5700;
  color: #fff;
  cursor: pointer;
}

/* Style buttons */
.utm-faculty__btn {
  background-color: #bf5700;
  border: none;
  color: #fff;
  padding: 12px 14px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 20px;
}

/* Darker background on mouse-over */
.utm-faculty__btn:hover {
  background-color: #333f48;
}

.utm-faculty__btn a {
  color: #fff;
}

.utm-faculty-card {
  display: block;
  padding: 1.5rem;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  background-color: #f5f4f0;
}

.utm-faculty-card__name {
  font-family: "1883Sans-ExtraBold";
  font-size: 24px;
  padding-top: 20px;
}

.utm-faculty-card__title, .utm-faculty-card__department {
  font-family: "1883Sans-SemiBold";
  font-size: 16px;
}

a .utm-faculty-card {
  color: #222;
}

a .utm-faculty-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.utm-faculty-card__image_container::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #bf5700;
}

.utm-faculty__bio {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.25px;
}

.uwm-faculty-directory ul.page-numbers li a, .uwm-faculty-directory ul.page-numbers li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
  font-size: 1.5em;
  color: #333F48;
}

.uwm-faculty-directory ul.next.page-numbers li a, .uwm-faculty-directory ul.next.page-numbers li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
  font-size: 1.5em;
  color: #333F48;
  border: 0px;
}

.uwm-faculty-directory ul.page-numbers li {
  background-color: #fff !important;
  margin-right: 20px;
  border: 0;
}

.uwm-faculty-directory ul.page-numbers li {
  background-color: #fff !important;
  margin-right: 20px;
  border: 0;
}

.uwm-faculty-directory ul.next.page-numbers li span.current {
  background-color: #fff !important;
  color: #333F48;
  border: 2px solid #bf5700 !important;
  border-radius: 30px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 15px;
}

et_pb_de_mach_archive_loop_0 .divi-filter-pagination ul.page-numbers li span.current {
  background-color: #fff !important;
  color: #333F48;
  border: 2px solid #bf5700 !important;
  border-radius: 30px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 15px;
}

.utm-faculty-directory a {
  color: #bf5700 !important;
}

.utm-faculty__filter .reset-filters.et_pb_button {
  padding: 0.2em 1.2em !important;
  font-family: "1883Sans-SemiBold";
}

.utm-faculty__filter p.et_pb_contact_field input {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-width: 1px;
  border-color: #BF5700;
  font-family: "1883Sans-Regular";
}

.utm-faculty__filter .et_pb_contact_select {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  font-family: "1883Sans-Regular";
  border: 1px solid #BF5700;
}

.entry-content ol {
  list-style: none !important;
}

.dm-profile-preamble {
  background-color: #fff;
  color: #333f48;
  box-sizing: border-box;
}

.dm-profile-preamble .dm-profile-activities {
  background-color: #fff;
  color: #333f48;
}

.dm-profile-tabs__item {
  background-color: #333f48;
  border: 0;
  border-radius: 5px;
}

.dm-profile-tabs__item--active {
  background-color: #bf5700;
}

.dm-profile-tabs__link {
  font-family: "1883Sans-Regular";
  text-decoration: none;
  text-transform: none;
}

.courseCatalog--section {
  margin: auto;
  text-align: left;
}

.entry-content .courseCatalog tr td {
  border-top: 1px solid #333f48;
  padding: 6px 18px;
}

.entry-content .courseCatalog thead th, .entry-content .courseCatalog tr th {
  color: #333f48;
  padding: 9px 18px;
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 18px;
}

.entry-content .courseCatalog table:not(.variations) {
  border: 0px solid #fff;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}

.courseCatalog table {
  border-collapse: collapse;
}

.courseCatalog {
  border-left: 1px solid #005f86;
  border-right: 1px solid #005f86;
  border-top: 10px solid #005f86;
  border-bottom: 1px solid #005f86;
  padding: 0 20px;
  margin: 30px 0;
}

th.courseCatalog--class,
th.courseCatalog--concentration,
th.courseCatalog--date,
th.courseCatalog--location,
th.courseCatalog--instructors {
  font-family: "1883Sans-ExtraBold";
  font-size: 24px;
  line-height: 54px;
  letter-spacing: -0.5;
  color: #333f48;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

thead.courseCatalog__heading {
  border-bottom: 1px solid #333f48;
}

.courseCatalog tbody tr,
.courseCatalog thead tr {
  border-bottom: 1px solid #333f48;
}

.courseCatalog tbody tr:last-child {
  border-bottom: 0;
}

.courseCatalog--description {
  font-family: "1883Sans-Regular";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}

.courseCatalog--concentration {
  padding-left: 20px;
  min-width: 153px;
}

.courseCatalog--date {
  padding-left: 20px;
  min-width: 132px;
}

.courseCatalog--location {
  padding-left: 20px;
  min-width: 132px;
}

.courseCatalog--instructors {
  padding-left: 18px;
  min-width: 132px;
}

.courseCatalog--enroll {
  padding-left: 0;
}

td.courseCatalog--class a {
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.25;
  color: #bf5700;
  line-height: 20px;
}

td.courseCatalog--concentration,
td.courseCatalog--date,
td.courseCatalog--location,
td.courseCatalog--instructors {
  font-family: "1883Sans-Regular";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.25;
  color: #333f48;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}

.courseCatalog__button {
  font-family: "1883Sans-Regular";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.25px;
  padding: 8px 20px;
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
  border-radius: 5px;
  margin: auto;
  display: block;
  cursor: pointer;
}

.courseCatalog__button:hover {
  background-color: #333f48;
  border: 1px solid #333f48;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#snipcart {
  --color-accent: #bf5700;
  --color-accent-secondary: #feead2;
  --color-buttonPrimary: #fff;
  --bgColor-buttonPrimary: var(--color-accent);
  --bgColor-buttonPrimary-hover: var(--color-accent);
  --bgColor-buttonPrimary-active: var(--color-accent);
  --bgColor-buttonPrimary-focus: var(--color-accent);
  --bgColor-buttonPrimary-disabled: var(--color-accent);
  --bgColor-buttonPrimary-success: var(--color-accent);
  --bgColor-buttonPrimary-error: var(--color-accent);
  --color-buttonSecondary: var(--color-accent);
  --bgColor-buttonSecondary: var(--color-accent-secondary);
  --color-buttonSecondary-hover: var(--color-accent);
  --bgColor-buttonSecondary-hover: var(--color-accent-secondary);
  --color-buttonSecondary-active: var(--color-accent);
  --bgColor-buttonSecondary-active: var(--color-accent-secondary);
  --color-buttonSecondary-focus: var(--color-accent);
  --bgColor-buttonSecondary-focus: var(--color-accent-secondary);
  --borderColor-input-focus: #e85a4a;
  --borderColor-input-hover: #e85a4a;
  --bgColor-badge-active: var(--color-accent-secondary);
  --color-icon: var(--color-accent);
  --color-success: var(--color-accent);
  --bgColor-error: #f5f4f0;
  --bgColor-info: #f5f4f0;
}

.snipcart-cart__secondary-header, #snipcart .snipcart-modal {
  background-color: #f5f4f0;
  border-left: #f5f4f0 1px solid;
}

.snipcart__font--bold, #snipcart .snipcart__font--slim {
  font-family: "1883Sans-SemiBold";
  color: #333f48;
}

.snipcart__font--regular, #snipcart .snipcart__font--std, .snipcart__loading__screen__content__message {
  font-family: "1883Sans-Regular";
  color: #333f48;
}

.snipcart__font--secondary {
  font-family: "1883Sans-SemiBold";
  color: #333f48;
}

.snipcart-form__label {
  font-size: 14px;
  font-family: "1883Sans-Regular";
  color: #333f48;
}

.snipcart-item-quantity__label, .snipcart-item-quantity__quantity {
  display: none;
}

.snipcart-button-link {
  font-family: "1883Sans-Regular";
  color: #333f48;
  border-bottom: none;
}

.snipcart-button-link:hover {
  text-decoration: underline;
  color: #bf5700;
}

.snipcart-base-button__label {
  font-family: "1883Sans-SemiBold";
}

.snipcart-button-primary {
  color: #fff;
  color: var(--color-buttonPrimary, #fff);
  border-color: transparent;
  border-color: var(--borderColor-buttonPrimary, transparent);
  background-color: #1a4db3;
  background-color: var(--bgColor-buttonPrimary, #1a4db3);
}

.snipcart-payment-card-form legend,
.test-card-hint,
.snipcart-payment-form__input {
  font-family: "1883Sans-Regular";
  color: #333f48;
}

.mb-20 {
  margin-bottom: 20px;
}

/* Marketo Form Final */
.embedded-marketo-form {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.embedded-marketo-form {
  position: relative !important;
  background-color: #fff !important;
  z-index: 1;
  margin: 50px auto !important;
  border-radius: 25px 25px 0 25px;
}

.embedded-marketo-form .embedded-marketo-form__wrapper {
  padding: 25px 20px;
  border-radius: 25px 25px 0 25px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
}

@media (min-width: 868px) {
  .embedded-marketo-form .embedded-marketo-form__wrapper {
    padding: 50px 90px;
    overflow: visible !important;
  }
}
/*.embedded-marketo-form::after {*/
/*  display: block !important;*/
/*  position: absolute !important;*/
/*  content: "" !important;*/
/*  height: 60px !important;*/
/*  width: 60px !important;*/
/*  bottom: -10px !important;*/
/*  right: -10px !important;*/
/*  background-color: #bf5700 !important;*/
/*  z-index: 0 !important;*/
/*  */
/*}*/
.embedded-marketo-form a {
  color: #bf5700;
  text-decoration: underline;
}

#mktoStyleLoaded {
  color: #123456;
}

.mktoForm {
  color: #333f48 !important;
}

.mktoForm * {
  min-height: unset !important;
  font-family: "1883Sans-SemiBold" !important;
}

.mktoForm .mktoHasWidth {
  width: 100% !important;
}

.mktoForm > .mktoButtonRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mktoForm > .mktoFormRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 868px) {
  .mktoForm > .mktoFormRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mktoForm > .mktoFormRow .mktoFormCol {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1em;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px !important;
  color: #333f48;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  font-size: 12px;
  line-height: 24px;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 255px !important;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
  margin: 0;
  margin-right: 10px;
  font-family: "1883Sans-Regular" !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 868px) {
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label[for=mktoCheckbox_16505_0] {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 calc(100% - 40px) !important;
  flex: 0 0 calc(100% - 40px) !important;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

@media (min-width: 868px) {
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.mktoForm .mktoButton {
  height: 50px;
  width: 175px;
  color: #fff;
  background-color: #bf5700;
  border-radius: 5px;
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
  margin-top: 50px !important;
}

.mktoForm .mktoButton:focus,
.mktoForm .mktoButton:hover {
  background-color: #333f48;
}

.mktoForm label {
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
}

.mktoForm label[for=anticipatedStartDate],
.mktoForm label[for=Email],
.mktoForm label[for=FirstName],
.mktoForm label[for=intendedProgramStudyMBADFW],
.mktoForm label[for=LastName] {
  font-size: 18px;
  /* text-transform: uppercase; */
  font-family: "1883Sans-SemiBold";
  font-style: normal;
  letter-spacing: -0.25px;
  font-weight: 100 !important;
  width: 100% !important;
}

.mktoForm label[for=anticipatedStartDate],
.mktoForm label[for=intendedProgramStudyMBADFW] {
  margin-top: 24px !important;
}

.mktoForm input[name=Email],
.mktoForm input[name=FirstName],
.mktoForm input[name=LastName] {
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
  margin-bottom: 24px !important;
  height: 60px;
  background: #f5f4f0;
  color: #333f48;
}

.mktoForm input,
.mktoForm select {
  width: 100% !important;
}

.mktoForm select {
  height: 60px;
  font-size: 18px;
  background: #f5f4f0;
  line-height: 30px;
  color: #333f48;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  background-color: #f5f4f0;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23bf5700' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.25rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

@media (min-width: 868px) {
  .mktoForm select {
    background-position-y: 1rem;
  }
}
.mktoForm input[type=checkbox] {
  margin-right: 10px !important;
  height: 20px !important;
  width: 20px !important;
  color: #333f48;
  min-width: 20px !important;
}

.mktoForm .mktoHtmlText {
  color: #333f48;
  margin-left: 30px !important;
  font-size: 12px;
}

.mktoForm .mktoHtmlText a {
  padding: 0;
  color: #803900;
}

.mktoForm .mktoFieldWrap {
  width: 100% !important;
  height: 100% !important;
}

.mktoForm .mktoForm fieldset,
.mktoForm .mktoForm fieldset legend,
.mktoForm .mktoForm input[type=date],
.mktoForm .mktoForm input[type=email],
.mktoForm .mktoForm input[type=number],
.mktoForm .mktoForm input[type=tel],
.mktoForm .mktoForm input[type=text],
.mktoForm .mktoForm input[type=url] {
  color: #333f48;
}

.mktoForm .mktoForm input[type=date],
.mktoForm .mktoForm input[type=email],
.mktoForm .mktoForm input[type=number],
.mktoForm .mktoForm input[type=tel],
.mktoForm .mktoForm input[type=text],
.mktoForm .mktoForm input[type=url],
.mktoForm .mktoForm select.mktoField,
.mktoForm .mktoForm textarea.mktoField {
  padding: 2px 3px;
  color: #333f48;
}

.mktoForm .mktoClear,
.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoFormCol {
  height: 100%;
  width: 100%;
}

.mktoForm .mktoForm input[type=checkbox] + label:before,
.mktoForm .mktoForm input[type=radio] + label:before {
  background-color: #e23b3b !important;
}

.mktoForm .mktoAsterix {
  margin: 0 10px !important;
  color: orange !important;
}

.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoError {
  bottom: -15px !important;
}

.mktoForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #bf5700;
  vertical-align: -2px;
  color: #fff;
}

.mktoForm input[type=checkbox]:checked {
  background-color: #bf5700;
  overflow: hidden;
}

.mktoForm input[type=checkbox]:before {
  content: "x";
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: -2px;
  width: 100%;
  display: block;
  text-align: center;
  visibility: hidden;
}

.mktoForm input[type=checkbox]:checked:before {
  visibility: visible;
}

.mktoForm input[type=checkbox]:disabled {
  border-color: #000;
  background: #ddd;
  color: grey;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-color: #333f48;
}

.embedded-marketo-form {
  position: relative;
  background-color: #fff;
  z-index: 1;
  margin: 50px auto;
  border-radius: 25px 25px 0 25px;
}

@media (min-width: 868px) {
  .embedded-marketo-form {
    border-radius: 25px 25px 0 25px;
  }
}
.embedded-marketo-form .embedded-marketo-form__wrapper {
  padding: 25px 20px;
  border-radius: 25px 25px 0 25px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
}

@media (min-width: 868px) {
  .embedded-marketo-form .embedded-marketo-form__wrapper {
    padding: 50px 90px;
  }
}
.embedded-marketo-form .embedded-marketo-form__decoration {
  display: block;
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  bottom: -10px;
  right: -10px;
  background-color: #005f86;
  z-index: 0;
}

.embedded-marketo-form a {
  color: #bf5700;
  text-decoration: underline;
}

#mktoStyleLoaded {
  color: #123456;
}

.mktoForm {
  color: #333f48 !important;
}

.mktoForm * {
  min-height: unset !important;
  font-family: "1883Sans-Bold" !important;
}

.mktoForm .mktoHasWidth {
  width: 100% !important;
}

.mktoForm > .mktoButtonRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mktoForm > .mktoFormRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 868px) {
  .mktoForm > .mktoFormRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mktoForm > .mktoFormRow .mktoFormCol {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1em;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px !important;
  color: #333f48;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  font-size: 12px;
  line-height: 24px;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100% !important;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
  margin: 0;
  margin-right: 10px;
  font-family: "1883Sans-Regular" !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label[for=mktoCheckbox_16505_0] {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 calc(100% - 40px) !important;
  flex: 0 0 calc(100% - 40px) !important;
}

.mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

@media (min-width: 868px) {
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .mktoForm > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.mktoForm .mktoButton {
  height: 46px;
  width: 102px;
  color: #fff;
  border-color: #bf5700 !important;
  background-color: #bf5700 !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  font-family: "1883Sans-SemiBold" !important;
  margin-top: 50px !important;
}

.mktoForm .mktoButton:focus,
.mktoForm .mktoButton:hover {
  background-color: #333f48;
}

.mktoForm label {
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
}

.mktoForm label[for=anticipatedStartDate],
.mktoForm label[for=Company],
.mktoForm label[for=Email],
.mktoForm label[for=FirstName],
.mktoForm label[for=Help],
.mktoForm label[for=intendedProgramStudyMBADFW],
.mktoForm label[for=LastName] {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "1883Sans-SemiBold";
  font-style: normal;
  letter-spacing: -0.25px;
  font-weight: 100 !important;
  width: 100% !important;
}

.mktoForm label[for=anticipatedStartDate],
.mktoForm label[for=intendedProgramStudyMBADFW] {
  margin-top: 24px !important;
}

.mktoForm input[name=Company],
.mktoForm select[name=Country],
.mktoForm input[name=DateofBirth],
.mktoForm input[name=Phone],
.mktoForm input[name=City],
.mktoForm textarea[name=Address],
.mktoForm input[name=PostalCode],
.mktoForm input[name=Email],
.mktoForm input[name=mkto_Business_Org__c],
.mktoForm input[name=FirstName],
.mktoForm input[name=LastName],
.mktoForm textarea[name=Help] {
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
  margin-bottom: 24px !important;
  padding-left: 5px !important;
  height: 60px;
  background-color: #f5f4f0 !important;
  color: #333f48 !important;
  width: 100% !important;
  border: none !important;
}

.mktoForm textarea[name=commentsTEE] {
  font-size: 18px;
  font-family: "1883Sans-SemiBold";
  margin-bottom: 24px !important;
  padding-left: 5px !important;
  height: 60px;
  background-color: #f5f4f0 !important;
  color: #333f48 !important;
  width: 100% !important;
  border: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mktoForm select[name=subscriptionInterestArea] {
  height: 280px;
}

.mktoForm select[name=subscriptionInterestArea] option {
  margin-bottom: 5px;
}

.mktoForm textarea[name=Help] {
  height: 140px;
}

.mktoForm input,
.mktoForm select {
  width: 100% !important;
}

.mktoForm select {
  height: 60px;
  font-size: 18px;
  background: #f5f4f0;
  line-height: 30px;
  color: #333f48;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  background-color: #f5f4f0;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23bf5700' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.25rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  margin-bottom: 20px !important;
}

@media (min-width: 868px) {
  .mktoForm select {
    background-position-y: 1rem;
  }
}
.mktoForm input[type=checkbox] {
  margin-right: 10px !important;
  height: 20px !important;
  width: 20px !important;
  color: #333f48;
  min-width: 20px !important;
}

.mktoForm .mktoHtmlText {
  color: #333f48;
  margin-left: 30px !important;
  font-size: 12px;
}

.mktoForm .mktoHtmlText a {
  padding: 0;
  color: #803900;
}

.mktoForm .mktoFieldWrap {
  width: 100% !important;
  height: 100% !important;
}

.mktoForm .mktoForm fieldset,
.mktoForm .mktoForm fieldset legend,
.mktoForm .mktoForm input[type=date],
.mktoForm .mktoForm input[type=email],
.mktoForm .mktoForm input[type=number],
.mktoForm .mktoForm input[type=tel],
.mktoForm .mktoForm input[type=text],
.mktoForm .mktoForm input[type=url] {
  color: #333f48;
}

.mktoForm .mktoForm input[type=date],
.mktoForm .mktoForm input[type=email],
.mktoForm .mktoForm input[type=number],
.mktoForm .mktoForm input[type=tel],
.mktoForm .mktoForm input[type=text],
.mktoForm .mktoForm input[type=url],
.mktoForm .mktoForm select.mktoField,
.mktoForm .mktoForm textarea.mktoField {
  padding: 2px 3px;
  color: #333f48;
}

.mktoForm .mktoClear,
.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoFormCol {
  height: 100%;
  width: 100%;
}

.mktoForm .mktoForm input[type=checkbox] + label:before,
.mktoForm .mktoForm input[type=radio] + label:before {
  background-color: #e23b3b !important;
}

.mktoForm .mktoAsterix {
  margin-left: 10px !important;
  color: #bf5700 !important;
  font-family: "1883Sans-SemiBold" !important;
  position: absolute;
  right: 0;
  display: none;
}

.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoError {
  bottom: -15px !important;
}

.mktoForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #bf5700;
  vertical-align: -2px;
  color: #fff;
}

.mktoForm input[type=checkbox]:checked {
  background-color: #bf5700;
  overflow: hidden;
}

.mktoForm input[type=checkbox]:before {
  content: "x";
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: -2px;
  width: 100%;
  display: block;
  text-align: center;
  visibility: hidden;
}

.mktoForm input[type=checkbox]:checked:before {
  visibility: visible;
}

.mktoForm input[type=checkbox]:disabled {
  border-color: #000;
  background: #ddd;
  color: grey;
}

.mktoForm .asterisk {
  color: #bf5700 !important;
  margin-left: 10px;
}

.mktoForm .mktoLabel {
  text-transform: capitalize !important;
  font-size: 18px !important;
}

.mktoForm > .mktoButtonRow mktoForm .mktoButtonWrap {
  background: transparent !important;
  border: none !important;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 0.125em;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

span.mktoButtonWrap {
  background: transparent !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
  color: #fff;
  border: none !important;
  padding: 0.4em 1em !important;
  font-size: 18px !important;
  background-color: #bf5700 !important;
  background-image: -webkit-none !important;
  background-image: -moz-none !important;
  background-image: none !important;
  display: block;
  width: max-content;
  font-family: "1883Sans-Regular" !important;
  padding: 8px 25px !important;
  text-decoration: none;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-bottom: 25px;
}

.mktoForm .mktoButtonWrap .mktoButton:focus,
.mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #333f48 !important;
  cursor: pointer;
}

.mktoForm .mktoRadioList > label {
  line-height: 28px;
  display: block;
  margin: 0 0 0 10px !important;
  color: #333f48 !important;
  font-size: 18px !important;
  font-family: "1883Sans-Regular" !important;
  width: 100% !important;
}

.mktoForm.mktoLayoutAbove .mktoRadioList {
  float: none;
  clear: left;
  padding: 0;
  display: grid;
  grid-template-columns: 20px 100%;
  grid-row-gap: 15px;
  padding: 10px 0;
}

.mktoForm .mktoRadioList > label {
  line-height: 14px;
  font-size: 14px;
  padding-top: 2px;
}

.mktoForm.mktoLayoutAbove .mktoRadioList {
  grid-template-columns: 15px 100%;
  margin-bottom: 10px;
}

.utm-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.utm-hero__container {
  display: flex;
}
.utm-hero__container .utm-btn {
  font-size: 18px;
  line-height: 30px;
}
.utm-hero__container.utm-hero__container--charcoal {
  background-color: #333f48;
  color: #f5f4f0;
}
.utm-hero__container.utm-hero__container--orange {
  background-color: #bf5700;
  color: #f5f4f0;
}
.utm-hero__container.utm-hero__container--white {
  background-color: #fff;
  color: #333f48;
}
.utm-hero__container.utm-hero__container--blue {
  background-color: #005f86;
  color: #f5f4f0;
}
.utm-hero__container.utm-hero__container--shade {
  background-color: #bf5700;
  color: #f5f4f0;
}

@media (min-width: 981px) {
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--left .utm-hero__kicker__container {
    order: 1;
  }
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--left .utm-hero__content-half {
    order: 2;
  }
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--left .utm-hero__image-half {
    order: 3;
  }
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--right .utm-hero__kicker__container {
    z-index: 1;
    order: 1;
  }
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--right .utm-hero__content-half {
    order: 3;
    position: relative;
    left: -80px;
  }
  .utm-hero__kicker__orientation--left.utm-hero__wrapper--right .utm-hero__image-half {
    order: 2;
    position: relative;
    left: -80px;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--left .utm-hero__kicker__container {
    order: 4;
    z-index: 1;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--left .utm-hero__content-half {
    order: 2;
    position: relative;
    right: -80px;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--left .utm-hero__image-half {
    order: 3;
    position: relative;
    right: -80px;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--right .utm-hero__kicker__container {
    order: 4;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--right .utm-hero__content-half {
    order: 3;
  }
  .utm-hero__kicker__orientation--right.utm-hero__wrapper--right .utm-hero__image-half {
    order: 2;
  }
}
@media (min-width: 1600px) {
  .utm-hero__container {
    max-height: 540px;
  }
}
/* ** Responsive Styles Standard Desktop Only ** */
@media (min-width: 981px) {
  .utm-hero__container {
    /*max-height: 100vh;*/
  }
  .utm-hero__wrapper--left {
    /*border: 1px solid green;*/
  }
  .utm-hero__content {
    padding-top: 50px;
    /*padding-left: 90px;*/
    /*padding-right: 80px;*/
    /*border: 1px solid green;*/
    align-items: center;
  }
  .utm-hero__kicker__container {
    /*order: 1;*/
    /*border-right: 1px solid $utm-color-white;*/
  }
  .utm-hero__kicker__container--left {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border-right: 1px solid #fff;
  }
  .utm-hero__kicker__container--right {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border-left: 1px solid #fff;
  }
  .utm-hero__kicker__icon {
    height: 25px;
    width: 25px;
    margin-bottom: 15px;
  }
  .utm-hero__kicker__wrapper {
    /*width: 30px;*/
    padding: 20px 25px 20px 30px;
  }
  .utm-hero__kicker__text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-family: "1883Sans-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: #fff;
  }
  .utm-hero__kicker .utm-hero__kicker__text--left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .utm-hero__kicker .utm-hero__kicker__text--right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .utm-hero__headline {
    font-size: 98px;
    line-height: 84px;
    margin-bottom: 24px;
  }
  .utm-hero__body {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.25px;
    font-weight: 500;
  }
}
/* ** Responsive Styles Tablet Only ** */
@media (max-width: 980px) {
  .utm-hero__wrapper--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .utm-hero__wrapper--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .utm-hero__content {
    margin-top: 30px;
    padding-top: 30px;
    /*border: 1px solid yellow;*/
  }
  .utm-hero__headline {
    font-size: 64px;
    line-height: 54px;
    margin-bottom: 24px;
  }
  .utm-hero__body {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .utm-hero__container .utm-btn {
    font-size: 18px;
    line-height: 30px;
  }
  .utm-hero__kicker__container {
    /*this is what controls horizontal kicker location over image*/
    padding-bottom: 25px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    /*top: 0;*/
    /*order: 2;*/
  }
  .utm-hero__kicker__container--left {
    /*this is what controls horizontal kicker location over image*/
    /*position: absolute;*/
    left: 0;
    /*top: 0;*/
    display: flex;
    align-items: flex-end;
    justify-content: left;
  }
  .utm-hero__kicker__container--right {
    /*this is what controls horizontal kicker location over image*/
    right: 0;
    display: flex;
    /*align-items: flex-end;*/
    align-items: flex-start;
    /*justify-content: right;*/
    justify-content: left;
  }
  .utm-hero__kicker__icon {
    margin-left: 10px;
    height: 25px;
    width: 25px;
  }
  .utm-hero__kicker__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .utm-hero__kicker__text {
    font-family: "1883Sans-SemiBold";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
  }
  .utm-hero__kicker .utm-hero__kicker__text--left {
    /*// -webkit-transform: rotate(180deg);*/
    /*// transform: rotate(180deg)*/
  }
  .utm-hero__kicker .utm-hero__kicker__text--right {
    /*// -webkit-transform: rotate(0deg);*/
    /*// transform: rotate(0deg);*/
  }
}
/* ** Responsive Styles Phone ** */
@media (max-width: 768px) {
  .utm-hero__wrapper--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
  }
  .utm-hero__wrapper--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
  }
  .utm-hero__content {
    padding-top: 20px;
  }
  .utm-hero__headline {
    font-size: 64px;
    line-height: 54px;
    margin-bottom: 24px;
  }
  .utm-hero__body {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .utm-hero__container .utm-btn {
    font-size: 16px;
    line-height: 30px;
  }
  .utm-hero__kicker__container {
    /*this is what controls horizontal kicker location over image*/
    padding: 15px;
    position: absolute;
    top: 0;
    /*order: 2;*/
  }
  .utm-hero__kicker__container--left {
    /*this is what controls horizontal kicker location over image*/
    /*position: absolute;*/
    left: 0;
    /*top: 0;*/
    display: flex;
    align-items: flex-end;
    justify-content: left;
  }
  .utm-hero__kicker__container--right {
    /*this is what controls horizontal kicker location over image*/
    right: 0;
    display: flex;
    /*align-items: flex-end;*/
    align-items: flex-start;
    /*justify-content: right;*/
    justify-content: left;
  }
  .utm-hero__kicker__icon {
    margin-left: 10px;
    height: 25px;
    width: 25px;
  }
  .utm-hero__kicker__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .utm-hero__kicker__text {
    /*// -webkit-writing-mode: vertical-lr;*/
    /*// -ms-writing-mode: tb-lr;*/
    /*// writing-mode: vertical-lr;*/
    font-family: "1883Sans-SemiBold";
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
  }
  .utm-hero__kicker .utm-hero__kicker__text--left {
    /*// -webkit-transform: rotate(180deg);*/
    /*// transform: rotate(180deg)*/
  }
  .utm-hero__kicker .utm-hero__kicker__text--right {
    /*// -webkit-transform: rotate(0deg);*/
    /*// transform: rotate(0deg);*/
  }
}
.utm-hero__image-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  flex-basis: 50%;
}

.utm-hero__image-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.utm-hero__content-half {
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.utm-hero__headline {
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  text-transform: uppercase;
}

.utm-hero__body {
  font-family: "1883Sans-Regular";
}

.utm-hero__container .utm-btn {
  text-decoration: none;
  font-family: "1883Sans-Regular";
  padding: 8px 20px;
  letter-spacing: -0.25px;
  border-radius: 5px;
}
.utm-hero__container--orange .utm-btn {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-hero__container--orange .utm-btn:hover {
  background: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-hero__container--shade .utm-btn {
  background-color: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-hero__container--shade .utm-btn:hover {
  background: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}
.utm-hero__container--charcoal .utm-btn {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-hero__container--charcoal .utm-btn:hover {
  background: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-hero__container--blue .utm-btn {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-hero__container--blue .utm-btn:hover {
  background: #fff;
  color: #bf5700;
  border: 1px solid #fff;
}
.utm-hero__container--white .utm-btn {
  background-color: #bf5700;
  color: #fff;
  border: 1px solid #bf5700;
}
.utm-hero__container--white .utm-btn:hover {
  background: #333f48;
  color: #fff;
  border: 1px solid #333f48;
}

/*------------ Hero Section-------------- */
.utm-homehero-section {
  background-color: #f5f4f0;
  background-image: url(/wp-content/themes/divi-child/assets/images/bg-vertical-plaid.png);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utm-homehero-section__container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 75px 0;
}

.utm-homehero-section__container__heroImg {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 640px;
}

.utm-homehero-section__container__heroContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.utm-homehero-section__container__heroContent__heroHeading {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 200px;
  line-height: 180px;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
  color: #f5f4f0;
  width: 1200px;
  width: 80%;
  margin: 0 auto;
}

.utm-homehero-section__container__heroContent__heroHeading span {
  display: inline-block;
  margin: 0;
  position: relative;
}

.utm-homehero-section__container__heroContent__heroHeading span::after {
  content: "";
  position: absolute;
  background-color: #bf5700;
  left: 0;
  right: 0;
  bottom: -35px;
  height: 35px;
}

@media (max-width: 1024px) {
  .utm-homehero-section__container {
    width: 85%;
    padding: 60px 0;
  }
  .utm-homehero-section__container__heroImg {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .utm-homehero-section {
    background-image: none;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .utm-homehero-section__container {
    width: 100%;
    padding: 0;
  }
  .utm-homehero-section__container__heroImg {
    height: 340px;
  }
  .utm-homehero-section__container__heroContent__heroHeading {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: normal;
  }
  .utm-homehero-section__container__heroContent__heroHeading span::after {
    bottom: -25px;
    height: 20px;
  }
}
.utm-jumpmenu__wrapper {
  border-top: 1px solid #bf5700;
  border-bottom: 1px solid #bf5700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.utm-jumpmenu__link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.utm-jumpmenu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.utm-jumpmenu__kicker {
  display: grid;
  place-items: center;
  text-transform: uppercase;
  text-align: left;
  padding: 20px;
  font-family: "1883Sans-SemiBold";
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  width: 164px;
  min-width: 124px;
  border-right: 1px solid #bf5700;
}

.utm-jumpmenu__link:hover {
  color: #bf5700;
  font-family: "1883Sans-SemiBold";
  text-decoration: underline;
}

@media (min-width: 981px) {
  .utm-jumpmenu__link {
    color: #bf5700;
    font-family: "1883Sans-SemiBold";
    text-decoration: none;
    font-size: 18px;
  }
  .utm-jumpmenu__buttons {
    padding: 0 15px;
    margin: 8px 15px;
  }
}
@media (max-width: 980px) {
  .utm-jumpmenu__link {
    color: #bf5700;
    font-family: "1883Sans-SemiBold";
    text-decoration: none;
    font-size: 16px;
  }
  .utm-jumpmenu__buttons {
    padding: 0 10px;
    margin: 5px 10px;
  }
}
.utm-jumpmenu__wrapper .et_pb_module {
  margin-bottom: 0 !important;
}

/*---------------- Link Box Section-------------------- */
.utm-linkbox__container {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  background-color: white;
}

.utm-linkbox {
  border: 30px solid #bf5700;
  outline: 2px solid rgba(34, 65, 143, 0.5);
  outline-width: 1.5px;
  padding: 40px 30px 20px 30px;
  outline-offset: -17px;
  border-radius: 25px;
  position: relative;
}

.utm-linkbox__heading-box {
  background-color: white;
  position: absolute;
  top: -68px;
  left: 50px;
  z-index: 5;
  padding: 5px 30px 5px 25px;
}

.utm-linkbox__border-line {
  position: absolute;
  left: 0;
  width: 105%;
  height: 1.2px;
  background-color: rgba(34, 65, 143, 0.7);
  bottom: 35px;
  z-index: 1;
}

.utm-linkbox__heading-box__heading {
  font-size: 84px;
  line-height: 80px;
  color: #333f48;
  font-family: BentonSansExtraCompressed-Bold;
  padding: 0 12px;
  position: relative;
  z-index: 5;
  background-color: white;
  letter-spacing: 1.1px;
}

.utm-linkbox__box {
  position: absolute;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: white;
  bottom: 22px;
  z-index: -1;
  transform: rotateZ(45deg);
}

.utm-linkbox__flex {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: space-between;
}

.utm-linkbox__flex__link {
  background-color: #bf5700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "1883Sans-Regular";
  font-size: 18px;
  padding: 8px 20px;
  line-height: 26px;
  letter-spacing: -0.15px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

.utm-linkbox__flex__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 15px;
}

.utm-linkbox__flex__link__icon {
  padding-left: 10px;
}

.utm-linkbox__flex__link:hover {
  background-color: #333f48;
}

@media (max-width: 1024px) {
  .utm-linkbox__heading-box {
    top: -65px;
  }
  .utm-linkbox__heading-box__heading {
    font-size: 50px;
    line-height: 80px;
  }
  .utm-linkbox__border-line {
    bottom: 38px;
  }
  .utm-linkbox__box {
    bottom: 25px;
  }
  .utm-linkbox__flex__link {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.25px;
  }
}
@media (max-width: 768px) {
  .utm-linkbox__heading-box {
    top: -40px;
    padding: 5px 18px 5px 13px;
  }
  .utm-linkbox__flex {
    grid-row-gap: 0;
  }
  .utm-linkbox__heading-box__heading {
    font-size: 30px;
    line-height: 40px;
    padding: 0 8px;
  }
  .utm-linkbox__border-line {
    bottom: 22.8px;
    width: 107%;
  }
  .utm-linkbox__box {
    bottom: 10px;
    display: none;
  }
  .utm-linkbox__flex {
    grid-template-columns: 100%;
  }
}
@media (max-width: 576px) {
  .utm-linkbox {
    border: 16px solid #bf5700;
    padding: 35px 20px;
    outline-offset: -8px;
  }
  .utm-linkbox__flex {
    grid-row-gap: 0;
  }
  .utm-linkbox__heading-box {
    top: -30px;
    left: 20px;
  }
  .utm-linkbox__heading-box__heading {
    font-size: 24px;
    line-height: 28px;
  }
  .utm-linkbox__border-line {
    bottom: 16.25px;
    width: 109%;
  }
  .utm-linkbox__box {
    bottom: 1.8px;
  }
  .utm-linkbox__flex__link {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .utm-linkbox__border-line {
    display: none;
  }
  .utm-linkbox__box {
    display: none;
  }
  .utm-linkbox__heading-box {
    padding: 2px 2px;
  }
  .utm-linkbox__heading-box__heading {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 981px) {
  .utm-quote__container--left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
  .utm-quote__container--right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
  }
  .utm-quote__content {
    width: 50%;
  }
  .utm-quote__container--right .utm-quote__image__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .utm-quote__container--left .utm-quote__image__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  .utm-quote__quote {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .utm-quote__kicker {
    max-width: 350px;
  }
}
@media (max-width: 980px) {
  .utm-quote__container--left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .utm-quote__container--right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .utm-quote__quote {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .utm-quote__image img {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .utm-quote__container--left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .utm-quote__container--right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .utm-quote__kicker {
    font-family: "1883Sans-SemiBold";
    font-size: 18px;
    line-height: 2;
    color: #fff;
    background-color: #bf5700;
    padding: 6px 20px;
    margin: 0 0 30px;
    width: calc(100% - 18px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .utm-quote__quote {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.utm-quote__container {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.utm-quote__kicker {
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 2;
  color: #fff;
  background-color: #bf5700;
  padding: 6px 20px;
  margin: 0 0 30px;
  width: calc(100% - 18px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.utm-quote__kicker:after {
  content: "";
  display: block;
  background-color: #333f48;
  width: 36px;
  height: 1px;
  margin-right: -38px;
}

.utm-quote__quote {
  color: #bf5700;
  font-family: "1883Sans-Bold";
  position: relative;
}

.utm-quote__quote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -0.5em;
}

.utm-quote__quote:after {
  content: "”";
}

.utm-quote__author {
  font-family: "1883Sans-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #333f48;
  margin-bottom: 20px;
}

.utm-quote__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.utm-quote__image img {
  max-width: 400px;
}

.utm-quote__quote {
  color: #bf5700;
  font-family: "1883Sans-Bold";
  margin-bottom: 20px;
  position: relative;
}

.utm-quote .utm-btn {
  text-align: left;
  position: relative;
  color: #bf5700;
}

.utm-quote .utm-btn--link {
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow {
  line-height: 2;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  pointer-events: none;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -20px;
  pointer-events: none;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 1px;
  background-color: #bf5700;
  pointer-events: none;
}

.utm-quote .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #bf5700;
  pointer-events: none;
}

.utm-section_heading__content {
  border-bottom: 1px solid #bf5700;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.utm-section_heading__headline {
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  color: #333f48;
}

.utm-section_heading .utm-btn {
  text-align: left;
  position: relative;
}

.utm-section_heading .utm-btn--link {
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow {
  line-height: 2;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  pointer-events: none;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow:hover .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -20px;
  pointer-events: none;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  width: 40px;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 1px;
  background-color: #bf5700;
  pointer-events: none;
}

.utm-section_heading .utm-btn--link.utm-btn--link-arrow .utm-btn--arrow:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #bf5700;
  pointer-events: none;
}

.utm-section_heading .utm-btn--link {
  color: #bf5700;
  text-decoration: none;
}

.utm-section_heading .utm-btn--charcoal {
  color: #333f48;
  text-decoration: none;
}

.utm-section_heading .utm-btn--orange {
  color: #bf5700;
  text-decoration: none;
}

.utm-section_heading .utm-btn--white {
  color: #fff;
}

@media (max-width: 980px) {
  .utm-section_heading__headline {
    font-size: 64px;
    line-height: 52px;
  }
  .utm-section_heading__link {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 981px) {
  .utm-section_heading__headline {
    font-size: 84px;
    line-height: 72px;
  }
  .utm-section_heading__link {
    font-size: 18px;
    line-height: 36px;
  }
}
/*----------------- Section Header Box------------------ */
.utm-section_heading_box {
  border: 1.3px solid #bf5700;
  border-left: none;
  border-right: none;
  margin: 100px auto;
}

.utm-section_heading_box__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.utm-section_heading_box__container__heading {
  position: absolute;
  left: 0;
  right: 0;
}

.utm-section_heading_box__container__heading h4 {
  text-transform: capitalize;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  font-family: "1883Sans-ExtraBold";
  color: #bf5700;
  padding-right: 70px;
}

.star--svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 10px;
}

.utm-section_heading_box__container__starDiv {
  border-left: 1.3px solid #bf5700;
  padding: 35px 60px;
  position: relative;
}

.utm-section_heading_box__container__starDiv::before {
  content: "";
  width: 240px;
  height: 145px;
  background-color: #f5f4f0;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 980px) {
  .utm-section_heading_box__container__starDiv {
    padding: 17px 17px;
  }
  .utm-section_heading_box__container__starDiv::before {
    width: 110px;
    height: 100px;
  }
  .utm-section_heading_box__container__heading h4 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .utm-section_heading_box__container__heading h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}
/* -------------Split Hero-------------------- */
.utm-split_hero__container {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.utm-split_hero__outer--left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px auto;
  gap: 20px;
}

.utm-split_hero__outer--right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px auto;
  gap: 20px;
}

.utm-split_hero__image--left {
  position: relative;
  margin-bottom: 30px;
}

.utm-split_hero__image--right::before {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -20px;
  z-index: -1;
  background-image: url(/wp-content/themes/divi-child/assets/images/contextImage-background-small.png);
  width: 290px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.utm-split_hero__image--left__img {
  object-fit: cover;
  object-position: center;
  height: 450px;
  width: 450px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 3;
  max-width: none;
}

.utm-split_hero__content {
  width: 550px;
}

.utm-split_hero__heading {
  color: #333f48;
  font-family: BentonSansExtraCompressed-Bold;
  text-transform: uppercase;
  font-size: 84px;
  line-height: 72px;
  margin-bottom: 5px;
}

.utm-split_hero__body {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.25px;
  color: #333f48;
  font-family: "1883Sans-Regular";
  margin: 25px 0 30px 0;
  font-weight: 500;
}

.utm-split_hero__kicker__text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "1883Sans-SemiBold";
  font-size: 18px;
}

.utm-split_hero__image--right {
  position: relative;
  margin-bottom: 30px;
}

.utm-split_hero__image--left::before {
  content: "";
  position: absolute;
  left: -26px;
  bottom: -20px;
  z-index: 1;
  background-image: url(/wp-content/themes/divi-child/assets/images/contextImage-background-small.png);
  width: 290px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.utm-split_hero__image--right__img {
  object-fit: cover;
  object-position: center;
  width: 450px;
  height: 450px;
  position: relative;
  z-index: 3;
}

/* desktop */
@media (min-width: 1025px) {
  .utm-split_hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* kicker */
  .utm-split_hero__kicker__container--left {
    display: flex;
    flex-direction: column;
  }
  .utm-split_hero__kicker__container--right {
    display: flex;
    flex-direction: column;
  }
  .utm-split_hero__kicker__text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333f48;
  }
  .utm-split_hero__kicker__text--left {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .utm-split_hero__kicker__text--right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .utm-split_hero__kicker__icon {
    height: 25px;
    width: 25px;
    margin-bottom: 10px;
  }
}
/* tablet */
@media (max-width: 1024px) {
  .utm-split_hero__outer--left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .utm-split_hero__outer--right {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .utm-split_hero__heading {
    font-size: 64px;
    line-height: 52px;
  }
  .utm-split_hero__body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.15;
    font-weight: 500;
  }
  .utm-split_hero__content {
    width: 350px;
  }
  .utm-split_hero__image--right::before {
    right: -17px;
    bottom: -11px;
    width: 240px;
    height: 300px;
  }
  .utm-split_hero__image--left__img,
.utm-split_hero__image--right__img {
    height: 350px;
    width: 350px;
  }
  .utm-split_hero__image--left::before {
    left: -17px;
    bottom: -11px;
    width: 270px;
    height: 300px;
  }
  /* kicker */
  .utm-split_hero__kicker__container--left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .utm-split_hero__kicker__container--right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .utm-split_hero__kicker__icon {
    height: 25px;
    width: 25px;
    margin-left: 12px;
  }
}
@media (max-width: 576px) {
  .utm-split_hero__heading {
    font-size: 64px;
    line-height: 52px;
  }
  .utm-split_hero__body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.15;
    font-weight: 500;
  }
  .utm-split_hero__content {
    width: 350px;
  }
  .utm-split_hero__image--right::before {
    right: -17px;
    bottom: -11px;
    width: 240px;
    height: 300px;
  }
  .utm-split_hero__image--left__img,
.utm-split_hero__image--right__img {
    height: 350px;
    width: 350px;
  }
  .utm-split_hero__image--left::before {
    left: -17px;
    bottom: -11px;
    width: 270px;
    height: 300px;
  }
}
@media (max-width: 380px) {
  .utm-split_hero__content {
    width: 100%;
  }
  .utm-split_hero__image--right::before {
    right: -14px;
    bottom: -10px;
    width: 180px;
    height: 200px;
  }
  .utm-split_hero__image--left__img,
.utm-split_hero__image--right__img {
    height: 250px;
    width: 250px;
  }
  .utm-split_hero__image--left::before {
    left: -14px;
    bottom: -10px;
    width: 180px;
    height: 200px;
  }
}
.utm-statistic__outer {
  /* padding: 15px 0 0 0; */
  margin: auto;
  max-width: 240px;
  text-align: center;
}
.utm-statistic__wrapper:before {
  content: "";
  display: block;
  width: 180px;
  background-color: #bf5700;
}
.utm-statistic__wrapper:after {
  content: "";
  display: block;
  width: 180px;
  background-color: #bf5700;
}
.utm-statistic__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.utm-statistic__figure {
  color: #bf5700;
  text-align: center;
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.utm-statistic__heading {
  color: #333f48;
  text-align: center;
  font-family: BentonSansExtraCompressed-Bold;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  word-wrap: break-word;
}
.utm-statistic__content {
  color: #333f48;
  text-align: center;
  font-family: BentonSans-Medium;
  font-style: normal;
  font-weight: 400;
}
.utm-statistic__source {
  color: #333f48;
  text-align: center;
  font-family: "1883Sans-SemiBold";
  font-weight: 400;
}
@media (max-width: 980px) {
  .utm-statistic__wrapper:before {
    content: "";
    height: 8px;
    background-color: #bf5700;
    margin: 0 auto 25px;
  }
  .utm-statistic__wrapper:after {
    content: "";
    height: 8px;
    background-color: #bf5700;
    margin: 15px auto 20px;
  }
  .utm-statistic__figure {
    font-size: 86px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0 0 10px 0;
  }
  .utm-statistic__heading {
    font-size: 34px;
    line-height: 0.9;
    margin: 0 auto 15px;
    width: 180px;
    word-wrap: break-word;
  }
  .utm-statistic__content {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 15px;
    width: 180px;
  }
  .utm-statistic__source {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto 15px;
    width: 180px;
  }
}
@media (min-width: 981px) {
  .utm-statistic__wrapper:before {
    content: "";
    display: block;
    width: 180px;
    height: 12px;
    background-color: #bf5700;
    margin: 0 auto 25px;
  }
  .utm-statistic__wrapper:after {
    content: "";
    display: block;
    width: 180px;
    height: 12px;
    background-color: #bf5700;
    margin: 15px auto 20px;
  }
  .utm-statistic__figure {
    font-size: 100px;
    line-height: 0.8;
    margin: 10px 0 10px 0;
  }
  .utm-statistic__heading {
    font-size: 34px;
    font-weight: 400;
    line-height: 0.9;
    margin: 0 auto 15px;
    width: 180px;
  }
  .utm-statistic__content {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 15px;
    width: 180px;
  }
  .utm-statistic__source {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto 15px;
    width: 180px;
  }
}

.utm-video__heading {
  font-family: BentonSansExtraCompressed-Bold;
  font-size: 98px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 84px;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: -2px;
  color: #333f48;
}

.utm-video__caption {
  font-family: "1883Sans-Regular", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 30px;
  color: #333f48;
  margin-top: 20px;
}



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