/* Column Splitter Section */
.heading {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-family: "roobert_medium", sans-serif;
  margin-bottom: 3rem;
}

.left-right-content-splitter {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: "roobert_regular", sans-serif;
}

.left-right-content-splitter .column-splitter {
  margin-left: -15px;
  margin-right: -15px;
}

.left-right-content-splitter .left-content-splitter .medium-font-content {
  font-size: 2.6rem;
  line-height: 1.5;
  font-family: "roobert_medium", sans-serif;
}

.left-right-content-splitter .left-content-splitter p {
  font-size: 2.1rem;
  line-height: 1.5;
  font-family: "roobert_regular";
  margin-bottom: 6rem;
  color: #243508;
}

.left-right-content-splitter .left-content-splitter ul,
.left-right-content-splitter .left-content-splitter ol {
  padding-left: 1.6rem;
  list-style: disc;
}

.left-right-content-splitter .left-content-splitter ul:last-of-type,
.left-right-content-splitter .left-content-splitter ol:last-of-type {
  margin-bottom: 0;
}

.left-right-content-splitter .left-content-splitter ol {
  list-style-type: decimal;
}

.left-right-content-splitter .left-content-splitter li {
  font-size: 2.1rem;
  line-height: 3rem;
  font-family: "roobert_regular";
  padding-left: 8px;
  color: #243508;
}

.left-right-content-splitter .left-content-splitter ul li::marker {
  font-size: 1.5rem;
  color: #333333;
}

.left-right-content-splitter .right-quote-splitter .row {
  display: block;
}

.left-right-content-splitter .right-quote-splitter p {
  font-size: 4.4rem;
  line-height: 5.3rem;
  color: rgba(75, 41, 66, 0.8);
  font-family: "roobert_medium", sans-serif;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.left-right-content-splitter .right-quote-splitter .quote-icon::before,
.left-right-content-splitter .right-quote-splitter .quote-icon::after {
  content: "";
  background: url(../images/Common/left-quote.png) no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  position: absolute;
  left: -5rem;
  top: -1rem;
}

.left-right-content-splitter .right-quote-splitter .quote-icon::after {
  left: initial;
  top: initial;
  bottom: -3.2rem;
  right: 0px;
  transform: rotate(180deg);
}

/* Form Section Component */
.form-section {
  padding: 7.5rem 0 6.5rem;
  width: 100%;
  font-family: "roobert_regular", sans-serif;
  z-index: 9;
  position: relative;
}

.form-section h2 {
  font-size: 3.4rem;
  line-height: 4.1rem;
  margin-bottom: 3rem;
  font-family: "roobert_medium", sans-serif;
  color: #243508;
}

.form-section p {
  font-size: 2.6rem;
  line-height: 3.1rem;
  max-width: 789px;
}

.form-section form {
  padding-top: 4rem;
}

.form-section form .form-wrapper {
  display: flex;
}

.form-section form .form-group {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.form-section select,
.form-section .name-group,
.form-section input[type=text] {
  background-color: #bff355;
  font-size: 2.1rem;
  width: 100%;
  color: #243508;
  border-radius: 0;
  padding: 0 1.5rem;
  border: none;
  height: 100%;
}

.form-section select option {
  background-color: #333333;
  color: #fff;
}

.form-section .name-group {
  display: flex;
  align-items: center;
  padding: 1rem 2.2rem;
  height: 5rem;
}

.form-section .name-group label {
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: "roobert_medium", sans-serif;
}

.form-section .name-group input[type=text] {
  border: none;
  border-bottom: 2px solid #243508;
  margin-bottom: 1rem;
  padding: 5px;
  line-height: normal;
}

.form-section .name-group input[type=text]:focus {
  outline: none;
}

.form-section .submit-btn {
  position: relative;
}

.form-section .btn-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #bff355;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .form-section .btn-wrap {
    height: 100%;
  }
}

.form-section .btn-wrap::after {
  content: "";
  background: #bff355;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -100%;
  z-index: -1;
  display: block;
  transition: all 0.5s;
}

.form-section .btn-wrap:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}

.form-section input[type=submit] {
  font-family: "roobert_regular", sans-serif;
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent url("../images/Common/right-blk-arrow.svg") no-repeat center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-width: auto;
  margin-left: 0;
  overflow: hidden;
  text-indent: 200%;
}

/* Case Study Promo */
.article-promo-component {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  font-family: "roobert_regular", sans-serif;
}

.article-promo-component .field-promoicon {
  position: relative;
  height: 570px;
}
.article-promo-component .field-promoicon a {
  display: block;
}

.article-promo-component .row {
  display: block;
}

.article-promo-component h2 {
  font-size: 3.4rem;
  line-height: 4.1rem;
  font-family: "roobert_medium", sans-serif;
  margin-bottom: 6rem;
  color: #243508;
}

.article-promo-component .component-content {
  position: relative;
}

.article-promo-component .field-promoicon img {
  width: 100%;
  object-fit: fill;
  height: 570px;
}

@media only screen and (min-width: 768px) {
  .article-promo-component .field-promoicon .sxa-promo-desk-image {
    display: block;
  }
  .article-promo-component .field-promoicon .sxa-promo-mob-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-promo-component .field-promoicon .sxa-promo-mob-image {
    display: block;
    height: 370px;
  }
  .article-promo-component .field-promoicon .sxa-promo-desk-image {
    display: none;
  }
  .article-promo-component .field-promoicon img {
    width: 100%;
    object-fit: fill;
    height: 370px;
  }
  .article-promo-component .field-promoicon {
    height: 370px;
  }
}
.article-promo-component .field-promotext {
  position: absolute;
  left: 5.5rem;
  top: 5.3rem;
  color: #ffffff;
  max-width: 439px;
  font-family: "roobert_medium", sans-serif;
  margin-bottom: 2rem;
}

.article-promo-component .field-promolink {
  position: absolute;
  left: 5.5rem;
  bottom: 3.7rem;
}

.article-promo-component .promo-text p,
.article-promo-component .promo-text li {
  font-size: 4.2rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
}

.article-promo-component .promo-text span {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.article-promo-component .promo-text .field-promolink a {
  min-width: initial !important;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.article-promo-component .promo-text .field-promolink a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.article-promo-component .promo-text .field-promolink a:hover::before, .article-promo-component .promo-text .field-promolink a:active::before {
  width: 100%;
}
.article-promo-component .promo-text .field-promolink a:hover {
  min-width: initial !important;
}

.article-promo-component .promo-text .field-promolink a span {
  font-family: "roobert_light", sans-serif;
  color: #243508;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0.8rem 6.5rem 0.8rem 2.5rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background-size: 200% 100%;
  background-color: #bff355;
  transition: all 0.4s ease;
}

.article-promo-component .promo-text .field-promolink a:hover span {
  background-position-x: left;
  color: #243508;
}

.article-promo-component .promo.dark-theme .field-promotext,
.article-promo-component .promo.dark-theme .promo-text .field-promolink a span {
  color: #ffffff;
}

.article-promo-component .promo.light-theme .field-promotext,
.article-promo-component .promo.light-theme .promo-text .field-promolink a span {
  color: #243508;
}

.article-promo-component .promo.light-theme .promo-text .field-promolink a::after {
  filter: invert(1);
}

.article-promo-component .promo-text .field-promolink a::after {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  transition: transform 0.4s ease;
  width: 32px;
  height: 32px;
  background: url("../images/Common/cta-transform-arrow.svg") no-repeat;
  background-size: contain;
  filter: invert(0) !important;
}

.article-promo-component .promo-text .field-promolink a:hover::after {
  transform: rotate(45deg);
}

/* Multiple Articles In Row CSS */
.multiple-articles-inline-container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  font-family: "roobert_regular", sans-serif;
}

.multiple-articles-inline-container .component-content .row {
  margin-left: -5px;
  margin-right: -5px;
}

.multiple-articles-inline-container .component-content .row > div {
  padding-left: 5px;
  padding-right: 5px;
  color: #243508;
}

.multiple-articles-inline-container .component-content a {
  text-decoration: none;
  color: #243508;
}

.multiple-articles-inline-container .promo .img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.4rem;
  height: 244px;
}

.multiple-articles-inline-container .img-wrap .blog-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "roobert_medium", sans-serif;
  padding: 1.4rem 1.9rem;
  background-color: #bff355;
  overflow: auto;
}

.multiple-articles-inline-container .img-wrap img {
  transition: transform 0.6s ease;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multiple-articles-inline-container .promo .article-promo-wrapper:hover .img-wrap img {
  transform: scale(1.2);
}

.multiple-articles-inline-container .promo ul,
.multiple-articles-inline-container .promo ol {
  padding-left: 2rem;
}

.multiple-articles-inline-container .promo p,
.multiple-articles-inline-container .promo li {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1.7rem;
  font-family: "roobert_medium", sans-serif;
}

.multiple-articles-inline-container .promo .blog-date {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "roobert_regular", sans-serif;
}

/* Client Issues Links */
.page-redirection-links {
  padding-top: 7.5rem;
  padding-bottom: 12rem;
}

.page-redirection-links .link-list {
  flex: 0 0 100%;
}

.page-redirection-links h3 {
  font-size: 3.4rem;
  line-height: 4.1rem;
  margin-bottom: 6rem;
  font-family: "roobert_medium", sans-serif;
}

.page-redirection-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}

.page-redirection-links ul li {
  flex-basis: 33.33%;
  padding: 0 5px;
  margin-bottom: 3rem;
}

.page-redirection-links .field-link,
.on-page-editor .page-redirection-links ul li .scLooseFrameZone {
  height: 100%;
}

.page-redirection-links ul li a {
  color: #243508;
  font-size: 3.4rem;
  line-height: 2.4rem;
  font-family: "roobert_medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
  text-decoration: none;
  padding: 4rem 5.1rem 4rem 5.8rem;
  position: relative;
  border: 2px solid #bff355;
  background: #bff355;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-redirection-links ul li a {
    padding: 3rem;
    font-size: 3rem;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-redirection-links ul li {
      flex-basis: 33.2%;
    }
    .page-redirection-links ul {
      width: calc(100% + 20px);
    }
  }
}
.page-redirection-links ul li a::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  transition: all 0.5s;
}

.page-redirection-links ul li a:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}

.page-redirection-links ul li a::before {
  content: "";
  background: url("../images/Common/right-black-arrow.svg") no-repeat;
  background-size: contain;
  width: 4.9rem;
  height: 3.5rem;
  display: block;
}

.on-page-editor .multiple-articles-inline-container .promo a:hover .img-wrap img {
  transform: scale(1);
}

/* Dropkick.js CSS */
.dk-option {
  color: #ffffff;
  background-color: #243508;
  padding: 10px 15px 10px 49px;
  position: relative;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.dk-option::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #bff355;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.dk-option:hover {
  color: #243508;
  background-color: #bff355;
}

.dk-option:hover::before {
  background-color: #E2D6CF;
}

.dk-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #bff355;
  border: 2px solid #bff355;
  padding: 10px 45px 12px 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #243508;
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-family: "roobert_medium", sans-serif;
}

.dk-selected:before {
  content: "";
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  z-index: 1;
  background: url("../images/Common/arrow-bottom.svg") no-repeat center;
  background-size: cover;
}

.dk-selected-disabled {
  background-color: #ccc;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  background-color: #333333;
  padding: 1rem 0;
}

.dk-select-open-up .dk-select-options {
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0;
  width: auto;
  z-index: 2;
  max-height: 289px;
}

.dk-option-selected {
  background-color: #bff355;
  color: #ffffff;
}

.dk-option-selected {
  background-color: #bff355;
  color: #243508;
}

.dk-option-selected::before {
  background-color: #333333;
}

.dk-select-options .dd-default-option {
  background-color: #ccc;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-select-open-up .dk-selected {
  border-color: #bff355;
  background-color: transparent;
}

.dk-select-open-down .dk-selected {
  background-color: transparent;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  z-index: 1;
  background: url("../images/Common/arrow-bottom.svg") no-repeat center;
  background-size: cover;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  transform: translateY(-50%) rotate(180deg);
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #bff355;
}

select[data-dkcacheid] {
  display: none;
}

/* Media Queries */
@media screen and (min-width: 992px) {
  .form-section form .form-group.industry-dropbox,
  .form-section form .form-group.location-dropbox {
    width: 17%;
  }
  .form-section form .form-group.practice-dropbox {
    width: 27%;
  }
  .form-section form .form-group.name-field {
    width: 39%;
  }
  .form-section form .form-group.submit-btn {
    width: 8.2%;
  }
  .dk-select-open-up .dk-select-options,
  .dk-select-open-down .dk-select-options {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .form-group.submit-btn {
    width: 5.2%;
  }
}
@media screen and (min-width: 768px) {
  .left-right-content-splitter .right-quote-splitter .component-content {
    padding-left: 8rem;
  }
  .multiple-articles-inline-container .component-content .row > div {
    margin-bottom: 4.9rem;
  }
  .multiple-articles-inline-container .insights_level1 {
    top: 4.9rem;
  }
  .multiple-articles-inline-container .insights_level2 {
    top: 0;
  }
  .multiple-articles-inline-container .insights_level3 {
    top: -4.9rem;
  }
  .form-section form .form-group:last-child {
    padding-right: 0;
  }
}
/* @media screen and (min-width: 576px) {
  .multiple-articles-inline-container .promo p,
  .multiple-articles-inline-container .promo li {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  }
} */
@media screen and (max-width: 991px) {
  .left-right-content-splitter .left-content-splitter ul,
  .left-right-content-splitter .left-content-splitter ol {
    margin-bottom: 10rem;
  }
  .left-right-content-splitter .right-quote-splitter {
    padding-top: 10rem;
  }
  .page-redirection-links ul li {
    width: 50%;
  }
  .dk-select,
  .form-section .name-group {
    margin-bottom: 1.5rem;
  }
  .form-section form .form-wrapper {
    flex-wrap: wrap;
  }
  .form-section form .form-group {
    width: 50%;
  }
  .form-section form .form-group.industry-dropbox,
  .form-section form .form-group.location-dropbox,
  .form-section form .form-group.practice-dropbox,
  .form-section form .form-group.name-field,
  .form-section form .form-group.position-dropbox {
    width: 100%;
  }
  .form-section .btn-wrap {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 22px;
  }
  .form-section .btn-wrap::before {
    /* content: "Search"; */
    content: "";
    font-family: "roobert_regular", sans-serif;
    font-size: 2.8rem;
    padding-left: 2.5rem;
    line-height: 4.4rem;
  }
  .form-section input[type=submit] {
    position: absolute;
    background-position: right;
    padding-right: 20px;
    background-origin: content-box;
    font-size: 2.8rem;
    line-height: 4.4rem;
    padding-left: 2.5rem;
    font-family: "roobert_regular", sans-serif;
    text-align: left;
    text-indent: unset;
    color: #243508;
  }
}
@media screen and (max-width: 767px) {
  .left-right-content-splitter {
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .left-right-content-splitter .left-content-splitter .medium-font-content {
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .left-right-content-splitter .column-splitter {
    margin: 0;
  }
  .left-right-content-splitter .left-content-splitter p {
    margin-bottom: 3rem;
  }
  .left-right-content-splitter .left-content-splitter p,
  .left-right-content-splitter .left-content-splitter li {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .left-right-content-splitter .right-quote-splitter .component-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .left-right-content-splitter .right-quote-splitter p {
    font-size: 3.6rem;
    line-height: 4.3rem;
  }
  .left-right-content-splitter .right-quote-splitter .quote-icon::before {
    top: -2.5rem;
  }
  .left-right-content-splitter .right-quote-splitter .quote-icon::after {
    bottom: -2.5rem;
    right: 0;
  }
  .form-section {
    padding: 5rem 0;
  }
  .form-section h2 {
    margin-bottom: 1.5rem;
  }
  .form-section p {
    font-size: 2.1rem;
  }
  .form-section form .form-group {
    flex-basis: 100%;
    padding: 0;
  }
  .form-section form .form-group.submit-btn {
    margin-bottom: 0;
  }
  .multiple-articles-inline-container {
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .multiple-articles-inline-container .component-content .row .promo {
    margin-bottom: 5rem;
  }
  .article-promo-component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .article-promo-component h2 {
    margin-bottom: 5rem;
  }
  .article-promo-component .field-promotext {
    left: 1.9rem;
    top: 3.2rem;
    max-width: 290px;
  }
  .article-promo-component .field-promolink {
    left: 1.9rem;
    bottom: 3.2rem;
  }
  .article-promo-component .promo-text p,
  .article-promo-component .promo-text li {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
  }
  .page-redirection-links {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .page-redirection-links h3 {
    margin-bottom: 5rem;
  }
  .page-redirection-links ul li {
    flex-basis: 100%;
  }
  .page-redirection-links ul li a {
    padding: 3.8rem 4.8rem 3.9rem 4.3rem;
  }
}
@media screen and (max-width: 575px) {
  .page-redirection-links ul li {
    flex-basis: 100%;
  }
  .article-promo-component .field-promoicon {
    margin: 0 -15px;
  }
}
/* CSS hack for Safari */
@media screen and (max-width: 575px) {
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .article-promo-component .promo-text .field-promolink a span {
        background: transparent;
        background-size: initial;
        background-position: initial;
        transition: all 0.4s ease;
      }
      .article-promo-component .promo-text .field-promolink a:hover span {
        background: #bff355;
        background-size: initial;
        background-position: initial;
      }
      #section1_container_footer .col-sm-7 .row.component.column-splitter {
        column-count: auto;
      }
    }
  }
}
p:empty {
  margin-bottom: 0 !important;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1220px;
  }
}
.multiple-articles-inline-container h2 {
  font-size: 3.4rem;
  line-height: 4.1rem;
  font-family: "roobert_medium";
  color: #243508;
}

.heading_font_35 {
  font-size: 35px !important;
  font-weight: 500 !important;
  font-family: "roobert_regular" !important;
  line-height: 35px !important;
}

.on-page-editor .article-promo-component .field-promotext {
  color: #243508;
}
.on-page-editor .article-promo-component .field-promotext ol,
.on-page-editor .article-promo-component .field-promotext ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 3.7rem;
}

.heading_font_35_global h2,
.heading_font_35_global h3 {
  font-size: 35px !important;
  font-weight: 500 !important;
  font-family: "roobert_regular" !important;
  line-height: 42px !important;
}

.heading_font_35_global {
  font-size: 35px !important;
  font-weight: 500 !important;
  font-family: "roobert_regular" !important;
  line-height: 42px !important;
}

/* Exclude .heading_font_35_global within header and footer */
header .heading_font_35_global,
footer .heading_font_35_global {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}