h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk", arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

h3,
h5 {
  color: #711984;
}

.btn-link,
a {
  color: #711984;
}

.btn-link:hover,
a:hover {
  color: rgba(112, 32, 130, 0.8);
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  font-size: 1.15rem;
  font-weight: bold;
}

.dropdown-toggle::after {
  display: none;
}

p {
  font-family: "Neue Haas Grotesk", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  /* margin-bottom: 30px; */
}

li,
ol {
  font-family: "Neue Haas Grotesk", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-top: 10px;
}

.li-17-5 li {
  font-size: 17.5px;
}

.card-li-pt-20px li {
  padding-top: 20px;
}

.card-li-pt-5px li {
  padding-top: 5px;
}

.banner > .jumbotron {
  background: url(../images/home/Homepage-banner-min.jpg) center 56px;
  background-size: cover;
  height: 624px; /* calc(680px - 56px); */
  color: #ffffff;
  display: flex;
  align-items: center;
}

.banner-bold {
  font-weight: 600;
}

.inside-banner {
  background: url(../images/banner_inside_pages_default.png);
  min-height: 190px !important;
  background-position-y: bottom;
  background-position: left;
  background-size: initial;
}

.bg-purple {
  background-color: rgba(112, 32, 130, 1);
}

.navbar-light .navbar-nav .nav-link {
  color: #e9c7f1;
}

.navbar-nav li {
  padding: 0 20px;
  font-size: 16px;
}

.navbar-light .navbar-nav .active > .nav-link {
  border-bottom: 2px solid;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}

ul {
  padding-inline-start: 20px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

/* p, .ul-content {
    font-size: 1.25rem;
    font-weight: 350;
} */

.announcement {
  background: #f8f9fa;
  border-radius: 6px;
}

.announcement2 {
  background: #f8f9fa;
  padding: 1.5rem;
  margin: 0;
}

.solid-bottom {
  border-bottom: 2px solid #ddd;
}

.dashed-bottom {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 2px;
}

.figure-img {
  width: 50%;
}

.hero-lead {
  width: 560px;
  font-size: 1.25rem;
  font-weight: 300;
}

.btn {
  font-family: "Neue Haas Grotesk", arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

.btn-purple {
  color: #711984;
  background-color: transparent;
  background-image: none;
  border-color: #711984;
  border-width: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 56px;
}

.btn-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
  border-width: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 56px;
}

.card.onboarding {
  min-height: 330px !important;
}

.card-icon {
  border: 0 none;
}

.card-icon img {
  width: 60%;
  margin: 0 auto;
}

.card-body {
  padding: 1.85rem;
}

.card-title {
  font-size: 1.5rem;
}

/*Header*/
.section-title {
  border-bottom: 8px solid #eee;
  border-bottom-style: solid;
  width: fit-content;
  margin: 0 auto;
  /* text-transform: uppercase; */
  display: table;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

.wtw-breadcrumb {
  border: 1px solid #d8dbd8;
  background-color: transparent;
  border-radius: 0;
}

.wtw-breadcrumb li {
  font-size: 16px;
  font-weight: bold;
}

.wtw-breadcrumb li a {
  color: #711984;
}

.btn-purple:hover {
  background-color: #711984;
  color: #fff;
}

.btn-white:hover {
  background-color: #ffffff;
  color: #711984;
}

/*Home Features*/
.home-features-mobile {
  display: none;
}

/*Pricing Table*/
.core-features {
  text-align: left !important;
}

.plan-table td {
  text-align: center;
}

td {
  padding: 5px 16px;
}

.table-bordered thead th {
  text-align: center;
}

/*Features*/
.features-img {
  width: 15%;
  float: left;
  position: relative;
  left: -20px;
}

.features-p {
  overflow: hidden;
}

.features-fig {
  margin-right: 28px;
  padding-bottom: 20px;
  margin-left: 1rem;
}

/*mobile */
@media screen and (max-width: 767px) {
  .banner > .jumbotron {
    /* height: 130px!important;*/
    background-size: auto !important;
    height: auto;
    background-position: 0 top;
  }
  .hero-lead {
    width: 100%;
  }

  .navbar-nav li {
    width: auto;
  }

  .navbar {
    position: relative;
  }

  .home-features-mobile {
    display: block;
  }

  .wwo-img {
    display: none;
  }
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 8rem 2rem 4rem;
  }
}

.table.feature-table {
  margin-bottom: unset;
}

.table.feature-table td:nth-child(2),
.table.feature-table td:nth-child(4) {
  text-align: center;
}

.table.plan-table a {
  text-decoration: underline;
  color: unset;
}

/*
.popover,
.popover::before {
    max-width: 395px !important;
}
*/

.popover-body,
.popover-body::before {
  max-width: 395px !important;
}

.popover-body .row {
  margin: unset;
}

#resources img,
.wwo-img {
  width: 100%;
  height: auto;
}

/* toggle */
.pricing-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.pricing-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 160, 210);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-switch input:checked + .pricing-slider {
  background-color: #00865c;
}

.pricing-switch input:focus + .pricing-slider {
  box-shadow: 0 0 1px #00865c;
}

.pricing-switch input:checked + .pricing-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.pricing-slider {
  border-radius: 34px;
}

.pricing-slider:before {
  border-radius: 50%;
}

#pricing-option-2 {
  display: none;
}

.plan-table p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.plan-table.table-bordered td,
.plan-table.table-bordered th {
  border: 1px solid #d8dbd8;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.plan-table.table thead th {
  border-bottom: 2px solid #555555;
  border-top: 2px solid #555555;
  width: 14.25%;
}

#pricing-option-1 .plan-table.table thead th,
#pricing-option-1 .plan-table.table thead th {
  background-color: rgba(0, 160, 210, 0.4);
}

#pricing-option-2 .plan-table.table thead th,
#pricing-option-2 .plan-table.table thead th {
  background-color: rgba(0, 195, 137, 0.4);
}

#pricing-option-1 .pricing-option {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  background-color: rgba(0, 160, 210, 0.2);
}

#pricing-option-2 .pricing-option {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  background-color: rgba(0, 195, 137, 0.2);
}

.navResources.dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: rgba(112, 32, 130, 0.2);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#empCount,
#outSMSCount,
#outMMSCount,
#inMMSCount {
  /* border-color: rgba(112, 32, 130, .4); */
  border-color: #eee;
}

.plan-table.table th {
  border-top: 2px solid #555555;
}

#feature-modal li,
#feature-modal .modal-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 16px;
  text-align: justify;
  letter-spacing: unset;
}

/** PRICING Start **/

.monthly-plans .cards {
  width: 25%;
}

.monthly-plans {
  overflow-x: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.monthly-plans .card-title {
  background-color: rgba(0, 195, 137, 0.9);
  margin-bottom: 0.75rem;
  margin: 0;
  padding: 1.25rem;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  color: white;
  line-height: 32px;
}

.monthly-plans > div.card-deck > div.card:nth-child(2) .card-title {
  background-color: rgba(0, 160, 210, 0.9);
}

.monthly-plans > div.card-deck > div.card:nth-child(3) .card-title {
  background-color: rgba(255, 184, 28, 0.9);
}

.monthly-plans > div.card-deck > div.card:nth-child(4) .card-title {
  background-color: rgba(193, 16, 160, 0.9);
}

.monthly-plans > div.card-deck > div.card:nth-child(6) .card-title {
  background-color: rgba(0, 160, 210, 0.9);
}

.monthly-plans > div.card-deck > div.card:nth-child(7) .card-title {
  background-color: rgba(255, 184, 28, 0.9);
}

.monthly-plans .card-title small {
  font-size: 1rem;
  line-height: 3rem;
}

.monthly-plans .card-body {
  padding: 1.5rem 2rem;
}

.monthly-plans .card-footer {
  padding: 0;
  padding-bottom: 1.75rem;
  text-align: center;
  background-color: white;
  border-top: white;
  margin-right: 0.5px;
}

.monthly-plans .card-footer button {
  padding: 0.75rem;
  width: 85%;
  background: #d8dbd8;
  border-style: none;
  color: #555555;
  font-size: 16px;
  cursor: pointer;
}

a.monthly-plans-arrow-next img {
  height: auto;
  position: absolute;
  /* width: 80px;
    right: -60px;
    top: 52.5%; */
  right: -40px;
  top: calc(50% - 50px);
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

a.monthly-plans-arrow-back img {
  height: auto;
  position: absolute;
  /* width: 80px;
    left: -67px;
    top: 52.5%; */
  left: -40px;
  top: calc(50% - 50px);
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

a.monthly-plans-arrow-back {
  display: none;
}

a.monthly-plans-arrow-next img:hover,
a.monthly-plans-arrow-back img:hover {
  opacity: 0.9;
}

a.monthly-plans-arrow-next img:active,
a.monthly-plans-arrow-back img:active {
  opacity: 1;
}

#plan-comparison-modal li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 16px;
  letter-spacing: unset;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}

.modal-content {
  border: none;
}

td.core-features {
  font-weight: bold;
}

.monthly-plans > div.card-deck .card {
  min-width: 244px;
  max-width: 244px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .monthly-plans {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.calculator {
  overflow-x: auto;
}
.calculator tr td:nth-child(2),
.calculator tr:nth-child(5) td:nth-child(4),
.calculator tr:nth-child(6) td:nth-child(4) {
  border-left: none;
}

.calculator tr:nth-child(5) td:nth-child(1),
.calculator tr:nth-child(6) td:nth-child(1),
.calculator tr:nth-child(5) td:nth-child(3),
.calculator tr:nth-child(6) td:nth-child(3) {
  border-right: none;
}

.calculator tr:nth-child(5) td {
  border-bottom: none;
}
.calculator tr:nth-child(6) td {
  border-top: none;
}

.calculator tr:nth-child(6) td:nth-child(1) span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  height: 1rem;
}

.calculator tr:nth-child(6) td:nth-child(4) span {
  display: block;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
}

.calculator tr:nth-child(6) td:nth-child(1) span.discount-title {
  font-size: 1rem;
  font-weight: bolder;
  height: 1rem;
  margin-bottom: 0.75rem;
}

.calculator tr:nth-child(6) td:nth-child(4) span.discounted-value {
  font-size: 1.25rem;
  font-weight: bolder;
  height: 1rem;
  margin-bottom: 0.75rem;
}

.calculator tr:nth-child(4) td {
  border-bottom-width: 2px;
}

.calculator tr:nth-child(1) td {
  border-bottom-width: 1.75px;
}

.calculator tr:nth-child(1) td:nth-child(1),
.calculator tr:nth-child(2) td:nth-child(1),
.calculator tr:nth-child(3) td:nth-child(1),
.calculator tr:nth-child(4) td:nth-child(1) {
  border-right: none;
  border-bottom: none;
}

.calculator tr:nth-child(1) td:nth-child(2),
.calculator tr:nth-child(2) td:nth-child(2),
.calculator tr:nth-child(3) td:nth-child(2),
.calculator tr:nth-child(4) td:nth-child(2) {
  border-left: none;
  border-bottom: none;
}

.calculator tr:nth-child(2) td:nth-child(1),
.calculator tr:nth-child(2) td:nth-child(2) {
  border-top: none;
}

.calculator tr:nth-child(2) td,
.calculator tr:nth-child(3) td {
  border-bottom: none;
}

.calculator tr:nth-child(3) td,
.calculator tr:nth-child(4) td {
  border-top: none;
}

.calculator tr:nth-child(5) td {
  padding-bottom: inherit;
}

#totalDiscountedCostLabelFiller {
  display: block;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: -0.25rem;
}

.wtw-table {
  width: 670px;
  margin: 0 auto;
  background-color: #E7E9E7;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #eee;
}
/* .calculator tr:nth-child(6) td:nth-child(3),
.calculator tr:nth-child(6) td:nth-child(4) {
    padding-top: .25rem;
} */

/*

.calculator tr:nth-child(7) td:nth-child(1) span,
.calculator tr:nth-child(7) td:nth-child(3) span {
    display: block;
    font-size: 80%;
    font-weight: 400;
    height: 1rem;
}

.calculator tr:nth-child(7) td:nth-child(1) span.discount-title {
    font-size: 1rem;
    font-weight: bolder;
    height: 1rem;
    margin-bottom: .75rem;
    margin-top: -.25rem;
}

.calculator tr:nth-child(7) td:nth-child(3) span.discounted-value {
    font-size: 1rem;
    font-weight: bolder;
    height: 1rem;
    margin-bottom: .75rem;
}

.calculator tr:nth-child(5) td {
    border-bottom-width: 2px;
}

.calculator tr:nth-child(6) td,
.calculator tr:nth-child(2) td,
.calculator tr:nth-child(3) td,
.calculator tr:nth-child(4) td {
    border-bottom: none;
}

.calculator tr:nth-child(7) td,
.calculator tr:nth-child(3) td,
.calculator tr:nth-child(4) td,
.calculator tr:nth-child(5) td {
    border-top: none;
}


.calculator tr:nth-child(3) td:nth-child(1),
.calculator tr:nth-child(4) td:nth-child(1),
.calculator tr:nth-child(5) td:nth-child(1) {
    border-right: none;
}

.calculator tr:nth-child(3) td:nth-child(2),
.calculator tr:nth-child(4) td:nth-child(2),
.calculator tr:nth-child(5) td:nth-child(2)  {
    border-left: none;
}
*/

/** PRICING END **/

#faqs .btn-link {
  color: black !important;
}

#faqs .nav-link {
  position: relative;
}

#fht_left_nav > li > .nav-link.collapsed::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: calc(50% - 8px);
}

#fht_left_nav > li > .nav-link::after {
  display: inline-block;
  content: "";
  border: solid #555555;
  border-width: 0 2px 2px 0;
  padding: 3.5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: calc(50% - 4px);
  right: 0;
  position: absolute;
}

#faqs .nav-link.active {
  text-decoration: underline;
  color: rgba(112, 32, 130, 1);
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}

#faqs .card-header {
  padding-left: 0.5rem;
  border-bottom: none;
}

#faqs .card {
  border-radius: 0;
}

#faqs .card.faq-first-card {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#faqs .card {
  border-bottom: none;
}
#faqs .card.faq-last-card {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

ol.faq-steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 2rem;
}
ol.faq-steps li {
  counter-increment: my-awesome-counter;
  margin-bottom: 1rem;
}
ol.faq-steps li::before {
  content: counter(my-awesome-counter);
  color: white;
  background-color: rgba(0, 195, 137, 0.8);
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  padding-top: 0.1rem;
  margin-right: 0.5rem;
  padding-bottom: 0.1rem;
  border-radius: 50%;
  margin-left: -1.75rem;
  font-size: 80%;
}

#faqs p {
  margin-bottom: 1rem;
}

#faqs .card button.btn-link {
  white-space: normal !important;
}

#faqs .accordion .card-header > h2 > button {
  position: relative;
  text-decoration: none;
  padding-right: 30px;
}

#faqs .accordion .card-header > h2 > button.collapsed::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: calc(50% - 8px);
}

#faqs .accordion .card-header > h2 > button::after {
  display: inline-block;
  content: "";
  border: solid #711984;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: calc(50% - 4px);
  right: 0;
  position: absolute;
}

ol.faq-steps.lower-alpha {
  list-style-type: lower-alpha;
}

ol.faq-steps.disc {
  list-style-type: disc;
}

ol.faq-steps.lower-roman {
  list-style-type: lower-roman;
}

ol.faq-steps.lower-alpha li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
}

ol.faq-steps.disc li::before,
ol.faq-steps.lower-roman li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
}

#faqs p,
#faqs li,
#faqs ol {
  font-size: 1rem;
}

#faqs .nav-link:hover {
  text-decoration: underline;
}

#faqs .nav-item {
  font-size: 18px !important;
}

.login-btn {
  background: white !important;
  border-radius: 0.1rem;
  color: #702082 !important;
  padding: 0.25rem 1.25rem !important;
}

/*Footer*/
#footer {
  margin-top: 5em;
}

.navbar-brand {
  padding-top: 0;
}

.navbar-light .navbar-toggler {
  border-color: #e9c7f1;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

a.support-email {
  word-break: break-all;
}

#contactus-iframe {
  height: 685px;
  border: none !important;
}

@media (max-width: 425px) {
  #contactus-iframe {
    height: 770px;
  }
}

@media (max-width: 425px) {
  .btn-purple {
    height: auto !important;

    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
}

.text-purple {
  color: #711984;
}


.jumbotron.jumbotron-custom {
  padding: 0;
  position: relative;
  color: white;
  overflow: hidden;
}

.jumbotron.jumbotron-custom img {
  width: 100%;
  height: auto;
  min-height: 213px;
  padding-top: 50px;
}

.jumbotron.jumbotron-custom .absolute-wrapper {
  position: absolute;
  width:100%;
  top: calc(50% - 56px);
}

.jumbotron.jumbotron-custom .container {
  padding-right: 25%;
}

@media screen and (max-width: 767px) {
  .jumbotron.jumbotron-custom img {
    min-width: 825px;
    padding-top: 0;
    float: right;
  }
  .jumbotron.jumbotron-custom .absolute-wrapper {
    top: 15%;
  }
}

@media screen and (max-width: 667px) {
  .jumbotron.jumbotron-custom img {
    padding-top: 0;
    float: right;
    margin-right: -15%;
  }
  .jumbotron.jumbotron-custom .absolute-wrapper {
    top: 15%;
  }
}

@media screen and (max-width: 540px) {
  .jumbotron.jumbotron-custom img {
    margin-right: -65%;
  }
  .jumbotron.jumbotron-custom .container {
    padding-right: 10%;
  }
}

@media screen and (max-width: 385px) {
  .jumbotron.jumbotron-custom img {
    margin-right: -75%;
  }
  .jumbotron.jumbotron-custom .container {
    padding-right: 5%;
  }
}


@media screen and (max-width: 360px) {
  /* .jumbotron.jumbotron-custom .absolute-wrapper {
    top: 0;
  } */
  .jumbotron.jumbotron-custom h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .jumbotron.jumbotron-custom img {
    margin-right: -80%;
  }
  .jumbotron.jumbotron-custom .container {
    padding-right: 5%;
  }
}


@media screen and (max-width: 1144px) {
  .navbar-nav li {
    padding: 0 7px;
  }
  .navbar-brand {
    margin-right: 0;
  }
}

.wtw-breadcrumb ol,
.wtw-breadcrumb li {
  padding-top: 0;
}


.cc-window * {
  font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
.cc-theme-classic .cc-btn {
  border-radius: .1rem;
}



#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  border: none !important;
  padding: 0 !important;
  font-size: normal !important;
  font-size: inherit !important;
  background: none !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  color: #711984 !important;
  font-size: 1.5rem !important;
  font-family: "Neue Haas Grotesk", arial, sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: .75rem !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  margin-bottom: 2rem !important;
}

#cookie-notive-v2 #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title,
#cookie-notive-v2 #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  display: none !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  font-family: "Neue Haas Grotesk", arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  color: #212529 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  font-family: "Neue Haas Grotesk", arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  color: #212529 !important;
  margin-bottom: .75rem !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  border-radius: .25rem !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
  font-family: "Neue Haas Grotesk", arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  color: #212529 !important;
  background: #d8dbd8 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
  text-decoration: none !important;
  color: #711984 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  text-decoration: underline !important;
}