@media (min-width: 768px) {
    /* Mark: Commented out on 8/5/19 since it's conflicting with core header functionality body {
         padding-top: 150px;
    }
     */
    /*.hero--combo .hero__top .row {
         height: auto !important;
         min-height: 800px !important;
    }
    */
}
.post-masonry .post--featured {
   min-height: 275px;
}
.post-masonry .post--featured a {
   position: absolute;
   width: 100%;
}
.single-events .venue {
   display: none !important;
}
.home .hero--home .hero__bg-image:before {
   display: none;
}
#subnav.tertiary-menu {
   z-index: 11;
}
body .pageblock .row.vertAlignColTop {
   -webkit-box-align: start !important;
   -ms-flex-align: start !important;
   align-items: start !important;
}
.tab-content>.tab-pane {
   background: #fff;
}
.accordion-card__image>img {
   border-radius: 10px;
}
footer.site-footer {
   background-color: #fff;
}
.video-result-overlay {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
    /* z-index: 2;
     */
   background: rgba(0,0,0,0.7);
   height: 110px;
}
.overlay .columns-container {
   background-position: center;
   background-size: cover;
}
#home_carousel .carousel-indicators__wrapper {
   z-index: 10;
}
.hero-container-fw {
   padding: 140px 0 !important;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
.calc-form-embed {
   background-color: #1F81CC;
   color: #fff;
   padding: 50px;
   height: 100%;
}
.results {
   background-color: #EFEFEF;
   height: 100%;
   padding: 50px;
   color: #0C1930;
}
.results h3 {
   color: #1F81CC;
   font-size: 32px;
}
.results h4 {
   font-size: 22px;
   font-weight: bold;
   color: #0C1930;
}
#primary-nav .search.button.desktop, #primary-nav .languages.button.desktop {
   color: #989898;
}
.btn-primary {
   background-color: #1F81CC !important;
   transition: 0.3s;
}
.btn-primary:hover {
   background-color: #093e73 !important;
}
.navbar {
   position: static !important;
}
#primary-nav .menu > li {
   border-top: none;
   text-align: right;
}
@media screen and (max-width: 991px) {
   #primary-nav .menu > li {
       text-align: right;
   }
}
#primary-nav .menu > li a {
   font-size: 15px;
   padding: 10px;
}
#primary-nav .menu > li a:hover .mega-menu {
   display: block;
}
.mega-menu {
   display: none;
   width: 100%;
   position: absolute;
   top: auto;
   left: 0;
   background-color: #fff;
   padding: 40px 0;
}
.mega-menu.show {
   display: block;
}
.mega-menu .sub-link {
   text-decoration: none;
   display: block;
   margin-bottom: 15px;
   text-align: left;
}
.mega-menu .sub-link:hover {
   background-color: #f5f5f5;
}
.mega-menu .ic {
   text-align: right;
}
.mega-menu .ic img {
    height: 35px;
    width: auto;
}
.mega-menu .sub-link.link-3 {
    border-top: 1px solid #dee2e6;
    padding-top: 30px !important;
    margin-top: -15px;
}
@media screen and (min-width: 991px) {
   .mega-menu .ic {
       text-align: center;
       height: 90px;
   }
   .mega-menu {
       top: 90px;
   }
}
.mega-menu h3 {
   color: #989898;
   text-transform: uppercase;
   opacity: 1;
   margin-bottom: 50px;
   text-align: left;
   font-weight: bold;
   font-size: 15px;
}
.mega-menu h4 {
   font-size: 15px;
   font-weight: bold;
   color: #0C1930;
   margin: 0;
   padding: 0;
}
.mega-menu p {
   font-size: 13px;
   font-weight: normal;
   color: #646464;
   line-height: 20px;
   max-width: 300px;
}
.mega-menu .outer {
   margin-bottom: 30px;
}
.ofv {
   content-visibility: initial;
}
.pd-5 {
   padding-left: 5px;
   padding-right: 5px;
}
.mega-menu .border-right {
   border-right: none !important;
}
@media screen and (min-width: 992px) {
   .mega-menu .border-right {
       border-right: 1px solid #dee2e6 !important;
   }
}
#field_1_5 {
   position: relative;
}
/*#field_1_5::before {
     content: "$";
     font-size: 16px;
     font-weight: normal;
     color: #000;
     position: absolute;
     top: 42px;
     left: 10px;
}
*/
/*#input_1_5 {
     padding-left: 25px;
}
*/
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
   color: #fff;
}
.no-bullet li::before {
   display: none !important;
}
.checkmark {
   list-style: none;
   margin: 0 0 2rem;
   padding: 0;
   text-align: left;
}
.checkmark li {
   color: #5D6B78;
   font-size: 16px;
   display: flex;
   margin-bottom: 1rem;
}
.checkmark li::before {
   content: url("/wp-content/themes/orbit-media/resources/images/checkmark.svg");
   margin-right: 0.5rem;
}
.numbered-list {
   list-style: none;
   counter-reset: item;
}
.numbered-list li {
   counter-increment: item;
   padding-bottom: 1rem;
   display: flex;
   align-items: center;
}
.numbered-list li::before {
    margin-right: 10px;
    content: counter(item);
    background: #1F81CC;
    border-radius: 100%;
    color: white;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#financialServices .row {
    display: flex;
    flex-direction: row;
}
#financialServices .marquee .pattern {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#financialServices .marquee {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 18.25px 20px;
    width: 100%;
    position: relative;
}
#financialServices .marquee section {
    margin: 0 auto;
    max-width: 1632px;
    width: 74%;
    position: relative;
    z-index: 2;
}
#financialServices .marquee .marquee-note {
    color: #1F81CC;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices .marquee h1 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 700px;
    width: 90%;
}
#financialServices .marquee p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    margin-bottom: 35px;
    max-width: 570px;
    width: 90%;
}
#financialServices .marquee a {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
}
#financialServices .marquee p a {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    max-width: 100%;
    width: auto;
    text-transform: none;
}
/* end .marquee */
#financialServices .comparison {
    padding: 114px 20px;
    width: 100%;
}
#financialServices .comparison .container {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1632px;
    width: 90%;
}
#financialServices .comparison section {
    max-width: 562px;
    width: 38%;
}
#financialServices .comparison h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    max-width: 466px;
    margin-bottom: 20px;
}
#financialServices .comparison p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 20px;
}
#financialServices .comparison img {
    margin: 0 2%;
    max-width: 278px;
    width: 20%;
}
/* end .comparison */
#financialServices .worthy-notes {
    background: #EDF5FC;
    padding: 133px 20px 66px 20px;
    width: 100%;
}
#financialServices .worthy-notes .wn-headline h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -2rem;
}
#financialServices .worthy-notes > .row {
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1632px;
    width: 90%;
}
/*#financialServices .worthy-notes > .row:first-of-type {
    margin-bottom: 172px;
}
*/
#financialServices .worthy-notes .note-container {
    max-width: 752px;
}
#financialServices .worthy-notes .image {
    margin-right: 35px;
}
#financialServices .worthy-notes section {
    margin-bottom: 30px;
    padding-top: 0;
}
#financialServices .worthy-notes h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 400px;
}
#financialServices .worthy-notes p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
}
#financialServices .worthy-notes ul {
    margin: 10px 0 0 0;
    padding-left: 15px;
}
#financialServices .worthy-notes li {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style-type: none;
    position: relative;
}
#financialServices .worthy-notes li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8px;
    left: -14px;
    position: absolute;
    top: 10px;
    width: 10px;
}
/* end .worthy-notes */
#financialServices .different-and-better {
    padding: 50px 20px 50px 20px;
    width: 100%;
}
#financialServices .different-and-better h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
#financialServices .different-and-better h2 span {
    color: #1F81CC;
}
#financialServices .different-and-better p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
    text-align: center;
}
#financialServices .different-and-better p strong {
   font-weight: 700;
}
#financialServices .different-and-better .row {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1480px;
    width: 90%;
}
#financialServices .different-and-better .list-container {
    max-width: 462px;
    width: 45%;
}
#financialServices .different-and-better ul {
    margin: 10px 0 0 0;
    padding-left: 40px;
}
#financialServices .different-and-better li {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    list-style-type: none;
    margin-bottom: 50px;
    position: relative;
}
#financialServices .different-and-better li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: -39px;
    position: absolute;
    top: 14px;
    width: 24px;
}
/*#financialServices .different-and-better .image-container {
    margin: 0 58px;
    max-width: 444px;
    width: 30%;
}
*/
/* end .different-and-better */
#financialServices .accolades, #scalable-composable .accolades {
    background: #1F81CC;
    margin: 0;
    padding: 100px 20px 95px 20px;
    width: 100%;
}
#financialServices .accolades h2, #scalable-composable .accolades h2 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 58px 0;
    text-align: center;
}
#financialServices .accolades .row, #scalable-composable .accolades .row {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1700px;
    width: 90%;
}
#financialServices .accolades .text-container, #scalable-composable .accolades .text-container {
    margin: 0 px;
    max-width: 400px;
    text-align: center;
    padding: 0 20px;
    width: 23%;
}
#financialServices .accolades h3, #scalable-composable .accolades h3 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
#scalable-composable .accolades h3 {
  font-weight: 700;
}

/* media queries */
@media all and (max-width: 1024px) {
  #scalable-composable .accolades h3 {
    font-weight: 700;
    font-size: 45px !important;
  }

  #scalable-composable .accolades h2 {
    font-size: 46px !important;
  }
}

#financialServices .accolades p, #scalable-composable .accolades p {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
}
/* end .accolades */
#financialServices .case-studies {
    background: #F2F2F2;
    padding: 90px 20px;
    width: 100%;
}
#financialServices .case-studies h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
#financialServices .case-studies p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 auto 97px auto;
    max-width: 1015px;
    text-align: center;
}
#financialServices .case-studies .card-container {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1594px;
    width: 100%;
}
#financialServices .case-studies .card {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.08);
    min-height: 0;
}
@media screen and (min-width: 1024px) {
    #financialServices .case-studies .card {
        min-height: 560px;
    }
}
#financialServices .case-studies .card.no-shadow {
    box-shadow: none;
}
#financialServices .case-studies .card img {
    width: auto;
    max-height: 165px;
    min-height: 200px;
    object-fit: scale-down;
}
#financialServices .case-studies .card img.full {
    width: 100%;
}
#financialServices .case-studies .card .text-container {
    margin: 0 auto;
    padding: 30px 20px;
    width: 90%;
    height: 270px;
    position: relative;
}
#financialServices .case-studies .card h3 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
#financialServices .case-studies .card p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 35px;
    text-align: left;
    min-height: 120px;
}
#financialServices .case-studies .card a {
    font-family: 'Public Sans', sans-serif;
    color: #1F81CC;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 0.4s ease;
}
.black-link {
    color: #0C1930 !important;
    position: absolute;
    bottom: 0;
}
#financialServices .case-studies .card a:hover {
    color: #0a58ca;
}
/* end .case-studies */
#financialServices .bottom-banner {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 82px 20px 164px 20px;
}
#financialServices .bottom-banner h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.17;
    margin-bottom: 20px;
    text-align: center;
}
#financialServices .bottom-banner p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    margin: 0 auto 35px auto;
    max-width: 872px;
    text-align: center;
}
#financialServices .bottom-banner a {
    background: #113668;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-family: 'PublicSans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 auto;
    min-height: 52px;
    min-width: 196px;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}
#financialServices .bottom-banner a:hover {
    background: #0C1930;
}
/* end .bottom-banner */
/* superpower box */
.superpower {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  padding: 82px 20px 164px 20px;
  .container {
    position: relative;
    z-index: 3;
  }
  .superpower-background, .superpower-background-mobile {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .superpower-background {
    display: block;
  }
  .superpower-background-mobile {
    display: none;
  }
}
.superpower h2 {
  color: #0C1930;
  font-family: 'PublicSans', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.17;
  margin-bottom: 20px;
  text-align: center;
}
.superpower p {
  color: #5D6B78;
  font-family: 'PublicSans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  margin: 0 auto 35px auto;
  max-width: 872px;
  text-align: center;
}
.superpower .button {
  background: #113668;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-family: 'PublicSans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 52px;
  min-width: 196px;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}
.superpower .button:hover {
  background: #0C1930;
}
/* backgrounds */
.superpower-scalable.superpower {
  background: transparent linear-gradient(258deg, #13C5BB 0%, #1F81CC 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
.superpower-experience.superpower {
  background: transparent linear-gradient(256deg, #13C5BB 0%, #76C3ED 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
.superpower-security.superpower {
  background: transparent linear-gradient(256deg, #13C5BB 0%, #76C3ED 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
.superpower-smart-rank.superpower {
  background: transparent linear-gradient(256deg, #093E73 0%, #1F81CC 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
.superpower-dynamic.superpower {
  background: transparent linear-gradient(256deg, #1F81CC 0%, #0C1930 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
.superpower-multilingual.superpower {
  background: transparent linear-gradient(256deg, #1F81CC 0%, #F499C1 100%) 0% 0% no-repeat padding-box;
  p, h2 {
    color: #fff;
  }
}
/* banner-hero backgrounds */
.banner-hero.banner-hero-scalable {
  background: transparent linear-gradient(258deg, #13C5BB 0%, #1F81CC 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
}
.banner-hero.banner-hero-dynamic {
  background: transparent linear-gradient(256deg, #1F81CC 0%, #0C1930 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
}
.banner-hero.banner-hero-experience {
  background: transparent linear-gradient(256deg, #13C5BB 0%, #76C3ED 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
}

.banner-hero.banner-hero-security {
  background: transparent linear-gradient(256deg, #13C5BB 0%, #76C3ED 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
}
.banner-hero.banner-hero-smart-rank {
  background: transparent linear-gradient(256deg, #093E73 0%, #1F81CC 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
  h1 {
    letter-spacing: -1px;
  }
}

.banner-hero.banner-hero-multilingual {
  background: transparent linear-gradient(256deg, #1F81CC 0%, #F499C1 100%) 0% 0% no-repeat padding-box;
  .container {
    text-align: center;
  }
  p, h1 {
    color: #fff;
  }
}

@media all and (max-width: 1024px) {
  .superpower h2 {
    font-size: 46px !important;
  }
}

/* banner hero */
.banner-hero {
  position: relative;
  z-index: 1;
  height: 550px;
  .container {
    max-width: 815px;
    width: calc(100% - 40px);
    position: relative;
    z-index: 3;
    height: 100%;
    align-content: center;
  }
  .banner-background, .banner-background-mobile {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .banner-background {
    display: block;
  }
  .banner-background-mobile {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .banner-hero {
    .banner-background {
      display: none;
    }
    .banner-background-mobile {
      display: block;
    }
  }
  .superpower {
    .superpower-background {
      display: none;
    }
    .superpower-background-mobile {
      display: block;
    }
  }
}

@media all and (max-width: 600px) {
  .banner-hero {
    .banner-background, .banner-background-mobile {
      display: none;
    }
  }
  .superpower {
    .superpower-background, .superpower-background-mobile {
      display: none;
    }
  }
}

/* end banner box */
/* start intro-box */
.intro-box {
  padding: 150px 0;
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .intro-left, .intro-right {
    width: calc(50% - 20px);
  }
  .intro-list {
    width: 100%;
  }
  .intro-list-item {
    margin-bottom: 20px;
    h2 {
      color: #0C1930;
      font-size: 44px;
      &.fix-one-line {
        letter-spacing: -1px;
      }
    }
  }
  .intro-list-ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    li {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 10px;
      color: #5D6B78;
      font-family: 'PublicSans', sans-serif;
      font-size: 18px;
    }
    span {
      width: calc(100% - 40px);
    }
    li:before {
      content: '';
      width: 23px;
      height: 23px;
      margin-top: 4px;
      display: block;
      background-image: url('/wp-content/themes/orbit-media/resources/images/check_mark.svg');
    }
  }
  .intro-icon {
    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
  .intro-icons {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    img {
      width: calc(50% - 15px);
      max-width: 220px;
      height: auto;
    }
  }
}

@media all and (max-width: 1024px) {
  .intro-box {
    .intro-left, .intro-right {
      width: 100%;
    }
    .intro-right {
      order: 1;
      margin-bottom: 30px;
    }
    .intro-left {
      order: 2
    }
    .intro-icons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      img {
        margin: 0 auto;
      }
    }
  }
}

@media all and (max-width: 600px) {
  .intro-box {
    .intro-icons {
      display: grid;
      grid-template-columns: 1fr;
      img {
        margin: 0 auto;
      }
    }
  }
}

/* end intro-box */
#financialServices.healthcare-services .marquee .marquee-note {
    color: #093E73;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices.healthcare-services .marquee h1 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 760px;
    width: 90%;
}
#financialServices.healthcare-services .marquee p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    margin-bottom: 35px;
    max-width: 660px;
    width: 90%;
}
#financialServices.healthcare-services .comparison {
   background-color: #E3F5FF;
}
#financialServices.healthcare-services .comparison .container {
   justify-content: center;
}
#financialServices.healthcare-services .comparison h2 {
   max-width: 100%;
   text-align: center;
}
#financialServices.healthcare-services .comparison ul {
    margin: 10px 0 0 0;
    padding-left: 40px;
}
#financialServices.healthcare-services .comparison li {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    list-style-type: none;
    margin-bottom: 50px;
    position: relative;
}
#financialServices.healthcare-services .comparison li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: -39px;
    position: absolute;
    top: 14px;
    width: 24px;
}
#financialServices.healthcare-services .worthy-notes {
   background-color: #E3F5FF;
}
#financialServices.healthcare-services .case-studies .card {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    min-height: 500px;
}
#financialServices.healthcare-services .case-studies .card img {
    max-height: 200px;
    min-height: 200px;
}
#financialServices.healthcare-services .bottom-banner h2 {
   color: #0C1930;
}
#financialServices.healthcare-services .bottom-banner p {
   color: #0C1930;
}
/* small desktop views */
@media (max-width: 1200px) {
   #financialServices .worthy-notes .note-container {
    flex-direction: column;
    margin: 0 10px;
}
#financialServices .worthy-notes .image {
    margin-bottom: 10px;
}
#financialServices .worthy-notes section {
    max-width: 450px;
    width: 100%;
}
/* end .worthy-notes */
#financialServices .accolades .row, #scalable-composable .accolades .row {
    flex-wrap: wrap;
}
#financialServices .accolades .text-container, #scalable-composable .accolades .text-container {
    margin-bottom: 80px;
    width: calc(50% - 116px);
}
/* end .accolades */
#financialServices .case-studies .card:first-of-type {
    margin-left: 0;
}
#financialServices .case-studies .card:last-of-type {
    margin-right: 0;
}
#financialServices .case-studies .card .text-container {
    padding: 24px;
}
/* end .case-studies */
}
/* tablet views */
@media (max-width: 820px) {
   #financialServices .comparison .container {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
#financialServices .comparison section {
    width: 100%;
}
#financialServices .comparison img {
    margin: 80px auto;
    width: 90%;
}
/* end .comparison */
#financialServices .worthy-notes > .row {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
}
#financialServices .worthy-notes > .row:first-of-type {
    margin-bottom: 0px;
}
#financialServices .worthy-notes .note-container {
    flex-direction: row;
    margin: 0 0 80px 0;
    max-width: 100%;
}
#financialServices .worthy-notes > .row:last-of-type .note-container:last-of-type {
    margin-bottom: 0px;
}
#financialServices .worthy-notes .image {
    width: 100%;
}
/* end .worthy-notes */
#financialServices .different-and-better h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 656px;
}
#financialServices .different-and-better p {
    margin-left: auto;
    margin-right: auto;
    max-width: 656px;
}
#financialServices .different-and-better .row {
    flex-direction: column;
}
#financialServices .different-and-better .list-container {
    max-width: 461px;
    width: 100%;
}
#financialServices .different-and-better .image-container {
    margin: 58px 0;
    max-width: 460px;
    width: 90%;
}
#financialServices .different-and-better .list-container:first-of-type li:last-of-type {
    margin-bottom: 0;
}
/* end .different-and-better */
#financialServices .accolades .row, #scalable-composable .accolades .row {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#financialServices .accolades .text-container, #scalable-composable .accolades .text-container {
    max-width: 322px;
    width: 100%;
}
/* end .accolades */
#financialServices .case-studies p {
    max-width: 656px;
}
#financialServices .case-studies .card-container {
    flex-direction: column;
    justify-content: flex-start;
}
#financialServices .case-studies .card {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 490px;
    width: 100%;
}
#financialServices .case-studies .card:first-of-type {
    margin-left: auto;
}
#financialServices .case-studies .card:last-of-type {
    margin-bottom: 0;
    margin-right: auto;
}
#financialServices .case-studies .card .text-container {
    padding: 45px;
    max-width: 100%;
    width: 100%;
}
/* end .case-studies */
#financialServices .bottom-banner {
    padding-bottom: 342px;
    padding-top: 150px;
}
#financialServices .bottom-banner h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 606px;
}
#financialServices .bottom-banner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 606px;
}
/* end .bottom-banner */
}
/* mobile views */
@media (max-width: 600px) {
   #financialServices .marquee {
    padding-bottom: 60px;
    padding-top: 50px;
}
#financialServices .marquee section {
    width: 90%;
}
#financialServices .marquee h1 {
    font-size: 46px;
    max-width: 322px;
    width: 100%;
}
#financialServices .marquee p {
    max-width: 322px;
    width: 100%;
}
/* end .marquee */
#financialServices .comparison .container {
    max-width: 327px;
    width: 100%;
}
#financialServices .comparison img {
    max-width: 284px;
    width: 90%;
}
/* end .comparison */
#financialServices .worthy-notes > .row {
    max-width: 322px;
    width: 100%;
}
#financialServices .worthy-notes .note-container {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 100px;
}
#financialServices .worthy-notes .image {
    margin-bottom: 10px;
    margin-right: 0;
}
/* end .worthy-notes */
#financialServices .different-and-better .row {
    max-width: 322px;
    width: 100%;
}
#financialServices .different-and-better li {
    max-width: 282px;
}
#financialServices .different-and-better .image-container {
    max-width: 100%;
}
/* end .different-and-better */
#financialServices .accolades, #scalable-composable .accolades {
    padding-bottom: 60px;
    padding-top: 60px;
}
#financialServices .accolades .text-container, #scalable-composable .accolades .text-container {
    margin-bottom: 63px;
}
/* end .accolades */
#financialServices .bottom-banner {
    padding-bottom: 198px;
    padding-top: 120px;
}
}
.applications {
    margin: 0 auto;
    max-width: 1632px;
    padding: 114px 20px;
    width: 100%;
}
.applications h2 {
    color: #0c1a30;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 58px 0;
    text-align: center;
}
.applications .tables-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.applications .tables-container .table {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
    width: calc(50% - 20px);
}
.applications .tables-container .table:first-of-type h3 {
    background: #76c3ed;
}
.applications .tables-container .table:last-of-type h3 {
    background: #093e73;
}
.applications .tables-container h3 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 20px 10px;
    text-align: center;
}
.applications .tables-container ul {
    margin: 0 20px 60px;
    padding-left: 40px;
}
.applications .tables-container li {
    color: #5e6b78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
}
.applications .tables-container li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: -38px;
    position: absolute;
    top: 7px;
    width: 18px;
}
@media (max-width: 820px) {
   .applications h2 {
    font-size: 40px;
}
.applications .tables-container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.applications .tables-container .table {
    margin: 0;
    width: 100%;
}
.applications .tables-container .table:first-of-type {
    margin-bottom: 30px;
}
}
.partner-highlights {
    background-color: #76c3ed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.partner-highlights .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1632px;
    width: 100%;
}
.partner-highlights h2 {
    color: #093764;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: left;
}
.partner-highlights .contains-text {
    margin: 0 10px;
    max-width: 544px;
    width: calc(40% - 20px);
}
.partner-highlights .contains-image {
    margin: 0 10px;
    width: calc(60% - 20px);
}
.partner-highlights .contains-image {
    align-items: center;
    display: flex;
    justify-content: left;
}
.partner-highlights .contains-text {
    padding: 66px 20px 130px 20px;
}
.partner-highlights p {
    color: #ffffff;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 30px 0;
    text-align: left;
}
.partner-highlights p.subtitle {
    font-weight: 600;
}
.partner-highlights .citation {
    border: 1px solid #ffffff;
    border-radius: 50px 2px 2px 2px;
    margin: 0;
    padding: 20px 30px 20px 50px;
    position: relative;
    width: 100%;
}
/* for this :before element, if they give you a proper image, you can use background image otherwise just get the font for the quotes and plug it in. */
.partner-highlights .citation:before {
    align-items: center;
    background-color: #76c3ed;
    background-image: url('/wp-content/themes/orbit-media/resources/images/quotationmark.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    height: 85px;
    justify-content: center;
    left: -25px;
    position: absolute;
    top: -30px;
    width: 85px;
    z-index: 10;
}
.partner-highlights .citation q {
    color: #ffffff;
    display: block;
    font-family: 'PublicSans', sans-serif;
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 0;
}
.partner-highlights .citation .author {
    color: #073661;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative
}
.author:before {
    color: #073661;
    content: "—";
    display: block;
    font-size: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
}
@media (max-width: 820px) {
   .partner-highlights .container {
    flex-direction: column;
}
.partner-highlights .contains-text {
    margin: 0;
    padding: 66px 20px 130px 50px;
    width: 100%;
}
.partner-highlights .contains-image {
    margin: 0 0 80px 0;
    width: 100%;
}
}
#financialServices.manufacturing .marquee {
    background: transparent linear-gradient(90deg, #FCC75A 0%, #FFF3D9 0%, #FFC19A 44%, #EFA4C7 100%) 0% 0% no-repeat padding-box;
}
#financialServices.manufacturing .marquee .marquee-note {
    color: #D19213;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices.manufacturing .marquee h1 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 760px;
    width: 90%;
}
#financialServices.manufacturing .marquee p {
    color: #4A4A4A;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    margin-bottom: 35px;
    max-width: 660px;
    width: 90%;
}
#financialServices.manufacturing .comparison {
    max-width: 1400px;
}
#financialServices.manufacturing .comparison h2 {
    margin: 0 auto 3rem;
    max-width: 955px;
    text-align: center;
}
#financialServices.manufacturing .comparison h3 {
    margin: 1rem 0;
}
#financialServices.manufacturing .comparison p {
    font-size: 18px;
    line-height: 30px;
}
#financialServices.manufacturing .different-and-better p {
    margin-bottom: 1rem;
}
#financialServices.manufacturing .different-and-better p strong {
    font-weight: bold;
}
#financialServices.manufacturing .different-and-better .row {
   max-width: 100%;
}
#financialServices.manufacturing .different-and-better {
   background: linear-gradient(to right, rgba(254,206,135,0.5) 0%,rgba(255,255,255,0) 100%);
}
#financialServices.manufacturing .case-studies .card img {
    width: auto;
    max-height: 165px;
    min-height: 230px;
    object-fit: cover;
}
#financialServices .worthy-notes.commerce {
    background: #ffffff;
}
#financialServices .worthy-notes.commerce h2 {
    max-width: 100%;
}
#financialServices .worthy-notes.commerce .tab-wrap {
   padding-bottom: 2rem;
}
#financialServices .worthy-notes.commerce .tab-wrap a img {
   max-height: 50px;
   width: auto;
   object-fit: contain;
}
#financialServices .worthy-notes.commerce .tab-wrap a.active {
   border-bottom: 1px solid #1f81cc;
   display: inline-block;
   padding-bottom: 1rem;
}
#financialServices .worthy-notes.commerce .tc {
   display: none;
   border-radius: 20px;
   -webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
   box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
   overflow: hidden;
}
#financialServices .worthy-notes.commerce .tc.show {
   display: flex;
}
#financialServices .worthy-notes.commerce .tc .vid {
   padding-left: 0;
}
#financialServices .worthy-notes.commerce .tc .inner {
   max-width: 425px;
   margin: 2rem auto;
}
#financialServices .worthy-notes.commerce .tc a {
   text-transform: uppercase;
   text-decoration: underline;
}
#financialServices .worthy-notes.commerce .tc a:hover {
   text-decoration: none;
}
#financialServices .worthy-notes.commerce .btm-logos {
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
}
#financialServices.retail .marquee {
  background: transparent linear-gradient(90deg, #D688B46B 0%, #FCEAC8FC 55%, #F67F42 100%) 0% 0% no-repeat padding-box;
}
#financialServices.retail .marquee::after {

}
#financialServices.retail .marquee .marquee-note {
   color: #D19213
}
#financialServices.retail .split-component {
   margin-bottom: 5rem;
}
#financialServices.retail .split-component .flip {
   flex-flow: row-reverse wrap;
}
#financialServices.retail .split-component p {
   color: #5D6B78;
   max-width: 525px;
}
#financialServices.retail .split-component h3 {
   font-size: 40px;
}
#financialServices.retail .split-component .row-split {
   padding-top: 5rem;
}
#financialServices.retail .split-component .row-split .ic {
   max-width: 200px;
   margin-top: 2rem;
}
#financialServices.retail .graphic .dt {
   display: none;
}
#financialServices.retail .graphic .mob {
   display: block;
   margin-bottom: 2.5rem;
}
#financialServices.retail .graphic .graphic-wrap {
    text-align: center;
}
#financialServices.retail .graphic h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}
#financialServices.retail .graphic p {
    text-align: center;
    margin-bottom: 1.5rem;
}

#financialServices.retail .comparison .comparison-headline h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
   #financialServices.retail .split-component .row-split .ic {
       max-width: 100%;
       margin-top: 0;
   }
   #financialServices.retail .graphic .dt {
    display: block;
    margin-bottom: 5rem;
}
#financialServices.retail .graphic .mob {
   display: none;
}
}
#financialServices.retail .comparison {
   background-color: rgba(254, 206, 135, 0.42);
}
#financialServices.retail .comparison .container {
   max-width: 1223px
}
#financialServices.retail .comparison h3 {
    margin: 1rem 0;
    font-size: 24px
}
#financialServices.retail .comparison p {
    font-size: 16px;
    line-height: 28px;
    color: #5D6B78
}
#financialServices.retail .comparison ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}
#financialServices.retail .comparison ul li {
   font-weight: bold;
   color: #5D6B78;
   font-size: 16px;
}
#financialServices.retail .comparison ul li::before {
   content: url("data:image/svg+xml,%3Csvg id='Group_1854' data-name='Group 1854' xmlns='http://www.w3.org/2000/svg' width='9.887' height='8.652' viewBox='0 0 9.887 8.652'%3E%3Cpath id='chevron-right-solid_1_' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-63.925 -31.925)' fill='%235d6b78'/%3E%3Cpath id='chevron-right-solid_1_2' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-58.982 -31.925)' fill='%235d6b78'/%3E%3C/svg%3E%0A");
   margin-right: 10px
}
#financialServices.retail .bottom-banner h2 {
   color: #0C1930
}
#financialServices.retail .bottom-banner p {
   color: #0C1930
}
#financialServices .guidance {
   padding: 5rem 0;
}
#financialServices .guidance h2 {
   text-align: center;
}
#financialServices .guidance p {
   margin: 0 auto;
   text-align: center;
   max-width: 975px;
   color: #5D6B78;
}
#financialServices .guidance .step {
   background: linear-gradient(to right, rgba(246,127,66,1) 0%,rgba(214,136,180,0.75) 50%,rgba(255,223,159,1) 100%);
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 5px 0;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
#financialServices .guidance .intro {
   margin-bottom: 3rem;
}
#financialServices .guidance .bx-wrap {
   margin-bottom: 1rem;
}
#financialServices .guidance .inner {
   border-left: 1px solid #707070;
   border-right: 1px solid #707070;
   border-bottom: 1px solid #707070;
   padding: 2rem;
   min-height: 350px;
}
#financialServices .guidance .inner p {
   color: #5D6B78;
   font-size: 16px;
   text-align: left;
}
#financialServices.ecommerce .marquee {
    background: transparent linear-gradient(79deg, #ED308B 0%, #FFDF9F 100%) 0% 0% no-repeat padding-box;
}
#financialServices.ecommerce .marquee h1, #financialServices.ecommerce .marquee p, #financialServices.ecommerce .marquee a {
   color: #fff;
}
#financialServices.ecommerce .split-component {
   margin-bottom: 5rem;
   padding-bottom: 5rem;
   background-color: #FAFAFA;
}
#financialServices.ecommerce .split-component h2 {
   text-align: center;
   max-width: 840px;
   margin: 0 auto;
}
#financialServices.ecommerce .split-component .flip {
   flex-flow: row-reverse wrap;
}
#financialServices.ecommerce .split-component p {
   color: #5D6B78;
   max-width: 525px;
}
#financialServices.ecommerce .split-component h3 {
   max-width: 500px;
   font-size: 30px;
}
#financialServices.ecommerce .split-component .row-split {
   padding-top: 5rem;
}
#financialServices.ecommerce .split-component .row-split .ic {
   max-width: 250px;
   margin-top: 2rem;
}
@media screen and (min-width: 768px) {
   #financialServices.retail .split-component .row-split .ic {
       max-width: 100%;
       margin-top: 0;
   }
}
#financialServices.ecommerce .split-component ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}
#financialServices.ecommerce .split-component ul li {
   font-weight: bold;
   color: #5D6B78;
   font-size: 16px;
}
#financialServices.ecommerce .split-component ul li::before {
   content: url("data:image/svg+xml,%3Csvg id='Group_1854' data-name='Group 1854' xmlns='http://www.w3.org/2000/svg' width='9.887' height='8.652' viewBox='0 0 9.887 8.652'%3E%3Cpath id='chevron-right-solid_1_' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-63.925 -31.925)' fill='%235d6b78'/%3E%3Cpath id='chevron-right-solid_1_2' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-58.982 -31.925)' fill='%235d6b78'/%3E%3C/svg%3E%0A");
   margin-right: 10px
}
#financialServices.ecommerce .comparison {
   padding-top: 50px;
}
#financialServices.ecommerce .comparison h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center;
}
#financialServices.ecommerce .comparison h3 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
}
#financialServices.ecommerce .comparison p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 20px;
}
#financialServices.ecommerce .different-and-better {
    width: 100%;
    background: linear-gradient(to right, rgba(254, 206, 135, 0.42) 0%, rgba(255, 255, 255, 0.42) 100%)
}
#financialServices.ecommerce .different-and-better h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
#financialServices.ecommerce .different-and-better h2 span {
    color: #1F81CC;
}
#financialServices.ecommerce .different-and-better p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
    text-align: center;
}
#financialServices.ecommerce .different-and-better p strong {
    font-weight: 700
}
#financialServices.ecommerce .different-and-better .row {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1480px;
    width: 90%;
}
#financialServices.ecommerce .different-and-better .list-container {
    max-width: 462px;
    width: 45%;
}
#financialServices.ecommerce .different-and-better ul {
    margin: 10px 0 0 0;
    padding-left: 40px;
}
#financialServices.ecommerce .different-and-better li {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    list-style-type: none;
    margin-bottom: 50px;
    position: relative;
}
#financialServices.ecommerce .different-and-better li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: -39px;
    position: absolute;
    top: 14px;
    width: 24px;
}
#financialServices.ecommerce .case-studies .card img {
    width: auto;
    max-height: 165px;
    min-height: 230px;
    object-fit: cover;
}
#financialServices.ecommerce .bottom-banner h2 {
    color: #ffffff;
}
#financialServices.ecommerce .bottom-banner p {
    color: #ffffff;
}
#financialServices .bottom-banner a {
    background: #113668;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-family: 'PublicSans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 auto;
    min-height: 52px;
    min-width: 196px;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}
#financialServices .bottom-banner a.wpil_keyword_link {
    background: transparent !important;
    border-radius: 0 !important;
    color: #5D6B78 !important;
    display: inline !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.67 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    width: auto !important;
}
#financialServices .bottom-banner a:hover {
    background: #0C1930;
}
#financialServices.government .marquee {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
}
#financialServices.government .marquee .marquee-note {
   color: #D19213;
   font-weight: 600;
}
#financialServices.government.updated .helps {
   background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,254,253,0.42) 42%,rgba(255,254,253,0.42) 43%,rgba(254,206,135,0.22) 100%);
   padding: 100px 0;
}
#financialServices.government.updated .helps .container {
    max-width: 1600px;
    width: 100%;
}
#financialServices.government.updated .helps h2 {
    max-width: 680px;
    margin: 0 auto 80px;
    font-size: 48px;
    text-align: center;
}

#financialServices.government.updated .helps h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1F81CC;
    text-align: left;
    font-weight: 700;
}
#financialServices.government.updated .helps p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 38px;
    color: #0C1930;
    font-weight: 300;
    text-align: left;
}
#financialServices.government.updated .helps img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 15px auto;
}
#financialServices.government.updated .benefits {
   padding: 100px 0;
}
#financialServices.government.updated .benefits .container {
    max-width: 1600px;
    width: 100%;
}
#financialServices.government.updated .benefits h2 {
    margin: 0 auto 80px;
    color: #1F81CC;
    font-size: 48px;
    text-align: center;
}
#financialServices.government.updated .benefits .text-container-mob.top h3 {
    color: #1F81CC;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}
#financialServices.government.updated .benefits .text-container-mob.top p {
    color: #5D6B78;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 2rem;
}
#financialServices.government.updated .benefits .text-container-mob.btm h3 {
    color: #1F81CC;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-top: 2rem;
}
#financialServices.government.updated .benefits .text-container-mob.btm p {
    color: #5D6B78;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
}
#financialServices.government.updated .dt {
    display: none;
}
#financialServices.government.updated .mob {
    display: flex;
}
@media screen and (min-width: 768px) {
   #financialServices.government.updated .dt {
    display: flex;
}
#financialServices.government.updated .mob {
    display: none;
}
}
#financialServices.government.updated .carousel {
   padding: 80px 0;
   background-color: #F2F9FF;
   max-height: 250px;
}
#financialServices.government.updated .carousel .carousel-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
#financialServices.government.updated .carousel .carousel-wrapper .slick-slide {
    height: auto;
}
#financialServices.government.updated .carousel .carousel-wrapper .slick-slide img {
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
 #financialServices.government.updated .helps h2 {
    font-size: 64px;
}
#financialServices.government.updated .helps img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
}
#financialServices.government .worthy-notes {
   background: rgba(254, 206, 135, 0.42)
}
#financialServices.government.updated .worthy-notes section {
    padding: 0;
}
#financialServices.government .worthy-notes li {
    font-weight: 700;
}
#financialServices.government .worthy-notes li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron-gray.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8px;
    left: -14px;
    position: absolute;
    top: 10px;
    width: 10px;
}
#financialServices.government .testimonials {
   padding: 100px 0;
}
#financialServices.government .testimonials .row {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1700px;
    width: 90%;
}
#financialServices.government .testimonials .quote {
   font-family: 'PublicSans', sans-serif;
   font-weight: 200;
   max-width: 300px;
   font-style: italic;
   margin-top: 1rem;
}
#financialServices.government .testimonials .source {
   font-family: 'PublicSans', sans-serif;
   font-weight: 400;
   max-width: 350px;
   margin-top: 1rem;
}
#financialServices.government .testimonials .logo {
   margin-top: 2rem;
   text-align: center;
}
#financialServices.pricing .marquee {
    background: transparent linear-gradient(79deg, #ED308B 0%, #FFDF9F 100%) 0% 0% no-repeat padding-box;
}
#financialServices.pricing .marquee h1, #financialServices.pricing .marquee p, #financialServices.pricing .marquee a {
   color: #fff;
   max-width: 490px;
}
#financialServices.pricing .marquee p a {
   color: #fff;
   max-width: 100%;
   font-weight: 200;
   text-transform: none;
}
#financialServices.pricing .split-component {
   /*margin-bottom: 5rem;*/
   padding-bottom: 5rem;
   background: #ffffff;
   background: linear-gradient(to bottom, #ffffff 0%,#ffdf9f 100%);
}
#financialServices.pricing .split-component .flip {
   flex-flow: row-reverse wrap;
}
#financialServices.pricing .split-component p {
   color: #5D6B78;
   max-width: 525px;
   font-size: 16px;
}
#financialServices.pricing .split-component h3 {
   max-width: 500px;
   font-size: 30px;
}
#financialServices.pricing .split-component .row-split {
   padding-top: 5rem;
}
#financialServices.pricing .split-component .row-split .ic {
   max-width: 250px;
   margin-top: 2rem;
}
#financialServices.pricing .split-component .bottom-text {
   text-align: center;
   line-height: 1.6;
   margin: 50px auto 0;
   font-size: 1.125rem;
   max-width: 600px
}
#financialServices.pricing .split-component .card-section {
   margin-top: 3rem;
}
#financialServices.pricing .split-component .card-section .card {
   text-align: center;
   padding: 3.5rem;
}
#financialServices.pricing .split-component .card-section .card .icon {
   padding: 10px;
   margin: 0 auto;
   text-align: center
}
#financialServices.pricing .split-component .card-section .card p {
   max-width: 350px;
   margin: 0 auto 2rem;
}
#financialServices.pricing .split-component .card-section .card a {
   margin-top: auto;
   color: #0C1930;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: underline;
}
@media screen and (min-width: 768px) {
   #financialServices.retail .split-component .row-split .ic {
       max-width: 100%;
       margin-top: 0;
   }
}

#financialServices.pricing .slider {
    padding: 20px 0 60px;
}

#financialServices.pricing .slider .logo {
    text-align: center;
}
#financialServices.pricing .slider .logo img {
    margin: 0 auto;
}
#financialServices.pricing .slider .headline {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.25;
    max-width: 800px;
    margin: 1.5rem auto;
}
#financialServices.pricing .slider .quote {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.25;
    max-width: 800px;
    margin: 1.5rem auto;
    color: #5D6B78;
}
#financialServices.pricing .slider .source {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
    margin: 1.5rem auto;
    color: #1F81CC;
}
#financialServices.pricing .slider a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 1.5rem auto;
    color: #000;
    display: block;
}
#financialServices.pricing .slider .slick-dots li button:before {
    font-size: 12px;
    color: #1F81CC;
}

/* New Home Page */

#homePage * {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
}
#homePage h1,#homePage h2,#homePage h3,#homePage h4,#homePage h5,#homePage h6,#homePage p {
    line-height: 1;
    margin: 0;
    padding: 0;
}
#homePage a {
    color: inherit;
    text-decoration: underline;
}
#homePage img {
    display:block;
    max-width: 100%;
}
#homePage sup {
    line-height: 1;
}
#homePage button {
    appearance: none;
    background: inherit;
    border: none;
    cursor: pointer;
}
/* slick slider specific styles */
#homePage .slick-slide {
    height: auto;
}
/* page specific styles */
#site-content {
    width: 100%;
}
#homePage .row {
    display: flex;
    flex-direction: row;
}
#homePage .marquee {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%;
    background: linear-gradient(to right,  rgba(17,34,65,1) 0%,rgba(69,137,204,1) 100%);
}
#homePage .marquee .background-video {
    bottom: 0;
    height: auto;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
    object-fit: cover;
}
@media screen and (min-width:  1024px) {
    #homePage .marquee .background-video {
        display: block;
    }
}
#homePage .marquee section {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1400px;
    min-height: 840px;
    position: relative;
    z-index: 10;
}
#homePage .marquee section > div {
    width: 100%;
}
#homePage .marquee h1 {
    color: #FAFAFA;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 760px;
    width: 90%;
}
#homePage .marquee h1 span {
    color: #13C5BB;
}
#homePage .marquee p {
    color: #D5D5D5;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.67;
    margin-bottom: 35px;
    max-width: 470px;
    width: 90%;
}
#homePage .marquee a {
    color: #FAFAFA;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
}
/* end .marquee */
#homePage .solutions {
    background-image: linear-gradient(to top, rgba(119, 193, 250, 42%), #FFFFFF);
    padding: 100px 20px 150px;
}
#homePage .solutions .container {
    margin: 0 auto;
    max-width: 1632px;
}
#homePage .solutions .container h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 99px;
    text-align: center;
}
#homePage .solutions .container .blurbs {
    margin-bottom: 114px;
}
#homePage .solutions .container .blurbs .blurb {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    width: 33.333%;
}
#homePage .solutions .container .blurbs .blurb img {
    margin-bottom: 25px;
    max-width: 178px;
    width: 90%;
}
#homePage .solutions .container .blurbs .blurb p.title {
    color: #0C1930;
    font-size: 26px;
    margin-bottom: 15px;
    max-width: 300px;
}
#homePage .solutions .container .blurbs .blurb p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    max-width: 418px;
    text-align: center;
}
/* end .solutions .blurbs */
#homePage .solutions .container .image-row {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
}
#homePage .solutions .container .image-row img {
    margin-bottom: 150px;
    max-width: 15%;
}
/* end .solutions .image-row */
#homePage .solutions .container .carousel {
    margin: 0 auto;
    max-width: 1364px;
    position: relative;
}
#homePage .solutions .container .carousel .carousel-wrapper {
    margin: 0 auto;
    max-width: 1034px;
    width: calc(100% - ((54px + 12px) * 2));
}
#homePage .solutions .container .carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#homePage .solutions .container .carousel button.left-arrow {
    left: 0;
}
#homePage .solutions .container .carousel button.right-arrow {
    right: 0;
}
#homePage .solutions .container .carousel .panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#homePage .solutions .container .carousel .panel img {
    margin-bottom: 41px;
    max-width: 86px;
    width: 20%;
}
#homePage .solutions .container .carousel .panel h3 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
#homePage .solutions .container .carousel .panel h3 sup {
    font-size: 23px;
}
#homePage .solutions .container .carousel .panel p.title {
    color: #1F81CC;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 29px;
}
#homePage .solutions .container .carousel .panel p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.666;
    max-width: 933px;
    text-align: center;
}
#homePage .solutions .container .carousel .panel p.slider-link {
    margin: 2rem 0 0;
}
#homePage .solutions .container .carousel .panel p.slider-link a {
    text-decoration: none;
    color: #0C1930;
}
#homePage .solutions .container .carousel .panel p.slider-link a:hover {
    text-decoration: underline;
}
#homePage .solutions .container .carousel .dots-container {
    height: 20px;
    margin-top: 100px;
    position: relative;
}
#homePage .solutions .container .carousel .slick-dots {
    bottom: 0;
}
#homePage .solutions .container .carousel .slick-dots li button:before {
    background: #A9CFEB;
    font-family: unset;
    border-radius: 50%;
    content: "";
    height: 15px;
    opacity: 1;
    width: 15px;
}
#homePage .solutions .container .carousel .slick-dots li.slick-active button:before {
    background: #1F81CC;
}
/* end .solutions .carousel */
/* end .solutions */
#homePage .engagement {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 882px;
    padding: 180px 20px 0;
}
#homePage .engagement .row {
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1282px;
}
#homePage .engagement .row .graph-container {
    max-width: 552px;
    width: 44%;
}
#homePage .engagement .row .graph-container p.note {
    color: #1F81CC;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.666;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#homePage .engagement .row .graph-container p {
    color: #0C1930;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 36px;
}
#homePage .engagement .row .graph-container img {
}
#homePage .engagement .row .text-container {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    width: 50%;
}
#homePage .engagement .row .text-container h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1739;
    margin-bottom: 20px;
}
#homePage .engagement .row .text-container h2 sup {
    font-size: 23px;
}
#homePage .engagement .row .text-container p.title {
    color: #0C1930;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.312;
    margin-bottom: 20px;
}
#homePage .engagement .row .text-container p {
    color: #5D6B78;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.666;
}
/* end .engagement */
#homePage .accolades {
    background: #1F81CC;
    margin: 0;
    padding: 100px 20px 95px 20px;
    width: 100%;
}
#homePage .accolades h2 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 58px 0;
    text-align: center;
}
#homePage .accolades .row {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1700px;
    width: 90%;
}
#homePage .accolades .text-container {
    margin: 0px;
    max-width: 400px;
    text-align: center;
    width: 23%;
}
#homePage .accolades h3 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
#homePage .accolades p {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
}
/* end .accolades */
#homePage .the-latest {
    padding: 90px 20px;
    width: 100%;
}
#homePage .the-latest h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 70px;
    text-align: center;
}
#homePage .the-latest p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 auto 97px auto;
    max-width: 1015px;
    text-align: center;
}
#homePage .the-latest .container {
    max-width: 1524px;
}
#homePage .the-latest .card {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #5D6B78;
    /*margin: 0;
    max-width: 460px;
    overflow: hidden;*/
    padding-bottom: 30px;
    /*width: 30%;*/
}
#homePage .the-latest .card .text-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 30px;
}
#homePage .the-latest .card h3 {
    color: #0C1930;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 35px;
}
#homePage .the-latest .card h3 sup {
    font-size: 13px;
}
#homePage .the-latest .card p.note {
    color: #1F81CC;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: left;
    text-transform: uppercase;
}
#homePage .the-latest .card p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.666;
    margin-bottom: 90px;
    text-align: left;
}
#homePage .the-latest .card a {
    color: #0C1930;
    font-size: 20px;
    font-weight: 300;
    margin-left: 0;
    margin-top: auto;
    text-decoration: underline;
    text-transform: uppercase;
}
/* end .the-latest */
#homePage .industries {
    background: #F2F2F2;
    padding: 90px 20px;
}
#homePage .industries h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.173;
    margin-bottom: 50px;
    text-align: center;
}
#homePage .industries .container {
    max-width: 1624px;
}
#homePage .industries .row .industry-card {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 50px 15px 15px;
    display: flex;
    align-items: flex-start;
    min-height: 255px;
}
#homePage .industries .row .industry-card img {
    margin-right: 20px;
}
#homePage .industries .row .industry-card .text-container p.title {
    color: #0C1930;
    font-size: 32px;
    line-height: 1.312;
    margin-bottom: 10px;
}
#homePage .industries .row .industry-card .text-container p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.666;
    text-align: left;
}
/* end .industries */
/* small desktop views */
@media (max-width: 1200px) {
 #homePage .the-latest .card:first-of-type {
    margin-left: 0;
}
#homePage .the-latest .card:last-of-type {
    margin-right: 0;
}
#homePage .the-latest .card .text-container {
    padding: 24px;
}
/* end .the-latest */
}
/* end desktop views */
/* tablet views */
@media (max-width: 820px) {
 #homePage .marquee section {
    align-items: flex-start;
    min-height: 0;
    padding-top: 13%;
}
#homePage .marquee section h1 {
    font-size: 7.927vw;
    width: 100%;
}
#homePage .marquee section p {
    max-width: 100%;
}
/* end .marquee */
#homePage .solutions .container {
    max-width: 656px;
}
#homePage .solutions .container .blurbs {
    align-items: center;
    flex-direction: column;
}
#homePage .solutions .container .blurbs .blurb {
    margin-bottom: 100px;
    width: 100%;
}
/* end .solutions .blurbs */
#homePage .solutions .container .image-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 150px;
}
#homePage .solutions .container .image-row img {
    margin: 0 4.151515% 50px;
    max-width: 25%;
    width: 25%;
}
/* end .solutions .image-row */
#homePage .solutions .container .carousel {
    max-width: 694px;
}
#homePage .solutions .container .carousel .carousel-wrapper {
    max-width: 538px;
}
#homePage .solutions .container .carousel .dots-container {
    margin-top: 80px;
}
/* end .solutions .carousel */
/* end .solutions */
#homePage .engagement {
    background-position: -308px bottom;
    background-size: 2742px;
    height: auto;
    min-height: 882px;
    padding-bottom: 130px;
    padding-top: 80px;
}
#homePage .engagement .row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
#homePage .engagement .row .graph-container {
    margin: 0 auto 50px auto;
    width: 100%;
}
#homePage .engagement .row .graph-container p.note {
    display: none;
}
#homePage .engagement .row .graph-container p.percentage {
    display: none;
}
#homePage .engagement .row .text-container {
    margin: 0 auto;
    width: 100%;
}
/* end .engagement */
#homePage .accolades .row {
    flex-direction: column;
    margin: 0 auto;
    max-width: 322px;
}
#homePage .accolades .row > div {
    margin-bottom: 62px;
    width: 100%;
}
#homePage .accolades .row > div:last-of-type {
    margin-bottom: 0;
}
/* end .accolades */
#homePage .the-latest p {
    max-width: 656px;
}
#homePage .the-latest .card-container {
    margin: 10px auto 80px auto;
}
#homePage .the-latest .card-container .slick-list {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
#homePage .the-latest .card {
    margin-left: 2vw;
    margin-right: 2vw;
    max-width: 490px;
    padding-bottom: 0;
    width: 80vw;
}
#homePage .the-latest .card .text-container {
    padding: 45px;
    max-width: 100%;
    width: 100%;
}
/* end .the-latest */
#homePage .industries > .row {
    flex-direction: column;
    max-width: 555px;
    width: 100%;
}
#homePage .industries > .row .industry-card {
    align-items: center;
    display: flex;
    min-height: 262px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
/* end .industries */
}
/* end tablet views */
/* mobile views */
@media (max-width: 600px) {
 #homePage .marquee {
    padding-bottom: 60px;
    padding-top: 50px;
}
#homePage .marquee section {
    width: 90%;
}
#homePage .marquee section h1 {
    font-size: 48px;
    max-width: 340px;
    width: 100%;
}
#homePage .marquee section p {
    font-size: 22px;
    max-width: 336px;
    width: 100%;
}
/* end .marquee */
#homePage .solutions .container .image-row {
    justify-content: center;
}
#homePage .solutions .container .image-row img {
    margin: 0 3% 50px;
    max-width: 44%;
    width: 44%;
}
/* end .solutions .image-row */
#homePage .solutions .container .carousel .carousel-wrapper {
    max-width: 100%;
    width: calc(100% - 40px);
}
#homePage .solutions .container .carousel button {
    bottom: 0;
    top: auto;
    transform: none;
    width: 42.25px;
}
#homePage .solutions .container .carousel .dots-container {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
/* end .solutions .carousel */
/* end .solutions */
#homePage .engagement {
    background-position: -640px bottom;
}
/* end .engagement */
#homePage .industries > .row .industry-card {
    min-height: unset;
}
#homePage .industries > .row .industry-card .row {
    flex-direction: column;
}
#homePage .industries .row .industry-card .row img {
    margin-bottom: 20px;
    margin-right: 0;
}
/* end .industries */
}

/* LP Comparison */

#lpComparison * {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
}
#lpComparison h1,#lpComparison h2,#lpComparison h3,#lpComparison h4,#lpComparison h5,#lpComparison h6,#lpComparison p {
    line-height: 1;
    margin: 0;
    padding: 0;
}
#lpComparison a {
    color: inherit;
    text-decoration: underline;
}
#lpComparison img {
    display:block;
    max-width: 100%;
}
#lpComparison sup {
    line-height: 1;
}
#lpComparison button {
    appearance: none;
    background: inherit;
    border: none;
    cursor: pointer;
}
/* slick slider specific styles */
#lpComparison .slick-slide {
    height: auto;
}
/* page specific styles */
#site-content {
    width: 100%;
}
#lpComparison .row {
    display: flex;
    flex-direction: row;
}
#lpComparison .marquee {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

#lpComparison .marquee section {
    display: flex;
    flex-flow: row wrap;
    justify-content: center !important;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 10;
    padding: 0;
}
#lpComparison .marquee section .txt {
    text-align: center;
    max-width: 815px;
}

#lpComparison .marquee h1,
#lpComparison .marquee h1 a {
    color: #1F81CC;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 25px;
    text-decoration: none;
    text-transform: unset;
}
#lpComparison .marquee p {
    color: #0C1930;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 2rem;
}
#lpComparison .marquee a {
    color: #FAFAFA;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
}
#lpComparison .marquee a.btn-primary {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
}

@media screen and (min-width: 1024px) {
    #lpComparison .marquee h1,
    #lpComparison .marquee h1 a {
        color: #1F81CC;
        font-size: 42px;
        line-height: 55px;
    }
}

/* end .marquee */

#lpComparison .solutions {
    padding: 100px 20px 150px;
}
#lpComparison .solutions .container {
    margin: 0 auto;
    max-width: 1200px;
}
#lpComparison .solutions .container h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 99px;
    text-align: center;
}
#lpComparison .solutions .container .chart-wrap {
    display: flex;
    flex-flow: row wrap;
    max-width: 1350px;
    margin: 0 auto;
}
#lpComparison .solutions .container .chart-wrap .chart {
    flex: 0 0 100%;
}

#lpComparison .solutions .container .chart-wrap .chart .top {
    text-align: center;
    padding: 40px 0;
    border-bottom:  1px solid #2D2E2E;
}

#lpComparison .solutions .container .chart-wrap .chart .top img {
    height: 38px;
    width:  auto;
    margin:  0 auto;
}

#lpComparison .solutions .container .chart-wrap .chart.lw {
    background-color: #EAF6FF;
}

#lpComparison .solutions .container .chart-wrap .chart.comp {
    background-color: #F7F7F7;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box {
    padding: 20px;
    border-bottom: 1px solid #B1B1B1;
    height: auto;
}

#lpComparison .solutions .container .chart-wrap .chart.lw .sol-box {
    border-right: none;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box:last-child {
    border-bottom: none;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box p.title {
    font-size:  20px;
    line-height: 34px;
    font-weight: 400;
    color: #0C1930;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    margin-left:  0;
    max-width: 100%;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box p.title img {
    width: 35px;
    margin-right: 0.5rem;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box p {
    font-size:  18px;
    line-height: 30px;
    font-weight: 300;
    color: #5D6B78;
    margin-bottom: 0.5rem;
    margin-left: 45px;
    max-width: 410px;
}

#lpComparison .solutions .container .chart-wrap .chart .sol-box p a {
    color: #1F81CC;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    #lpComparison .solutions .container .chart-wrap .chart {
        flex: 0 0 50%;
    }

    #lpComparison .solutions .container .chart-wrap .chart .sol-box {
        padding: 40px;
        height: 240px;
    }

    #lpComparison .solutions .container .chart-wrap .chart.lw .sol-box {
        border-right: 1px solid #2D2E2E;
    }
}
/* end .chart-wrap */

#lpComparison .quote {
    background: linear-gradient(to right, #06a89f 0%, #085fa2 100%);
    padding: 200px 0;
}

#lpComparison .quote .row {
    margin: 0;
}


#lpComparison .quote .row .box {
    max-width: 1090px;
    margin: 0 auto;
}

#lpComparison .quote .row .box p.quote-text {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin-bottom: 1rem;
}

#lpComparison .quote .row .box p.source {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

/* end .quote */

#lpComparison .color-boxes {
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(119,193,250,0.42) 100%);
    width: 100%;

}

#lpComparison .color-boxes .row {
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#lpComparison .color-boxes .row .box {
    flex: 0 0 85%;
    border-radius: 10px;
    margin-right: 0;
    padding: 60px 30px;
    margin-bottom: 16px;
}

#lpComparison .color-boxes .row .box h3 {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}

#lpComparison .color-boxes .row .box ul {
    list-style: none;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 0;
    padding: 0;
}

#lpComparison .color-boxes .row .box ul li {
    margin-bottom: 25px;
}

#lpComparison .color-boxes .row .box ul li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath id='Path_3414' data-name='Path 3414' d='M2,0,0,2.242,3.759,6,0,9.758,2,12,8,6Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    top: 8px;
    margin-right: 5px;
    float: left;
}

#lpComparison .color-boxes .row .box .quote-txt p {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

#lpComparison .color-boxes .row .box .quote-txt p span {
    color: #13C5BB;
}


#lpComparison .color-boxes .row .box p.source {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

#lpComparison .color-boxes .row .box p.quote-txt span {
    color: #13C5BB;
}

@media screen and (min-width: 1024px) {
    #lpComparison .color-boxes .row .box {
        flex: 0 0 32%;
        margin-right: 16px;
        margin-bottom: 0;
    }

    #lpComparison .color-boxes .row .box:last-child {
        margin-right: 0;
    }
}

/* end .solutions .color-boxes */

/* end .solutions */
#lpComparison .split {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
}
#lpComparison .split .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
}

#lpComparison .split .row .split-box {
    flex: 0 0 85%;
}

#lpComparison .split .row .split-box img {
    margin: 0 auto 20px;
}

#lpComparison .split .row .split-box h3 {
    color: #0C1930;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 25px;
}

#lpComparison .split .row .split-box p {
    color: #0C1930;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
}

#lpComparison .split ul {
    list-style: none;
    color: #0C1930;
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 0;
    padding: 0;
}

#lpComparison .split ul li {
    margin-bottom: 25px;
}

#lpComparison .split ul li a {
    color: #1F81CC;
}

#lpComparison .split ul li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath id='Path_3414' data-name='Path 3414' d='M2,0,0,2.242,3.759,6,0,9.758,2,12,8,6Z' transform='translate(0 0)' fill='%230C1930'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    top: 8px;
    margin-right: 5px;
    float: left;
}

#lpComparison .split ul li ul {
    margin-left: 50px;
}

#lpComparison .split ul li ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath id='Path_3414' data-name='Path 3414' d='M2,0,0,2.242,3.759,6,0,9.758,2,12,8,6Z' transform='translate(0 0)' fill='%235D6B78'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 1024px) {
    #lpComparison .split .row .split-box {
        flex: 0 0 45%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #lpComparison .split .row .split-box img {
        margin: 0;
    }
}

/* end .split */

#lpComparison .diagrams {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 75%,rgba(119,193,250,0.42) 100%);
    padding: 125px 0 50px;
}
#lpComparison .diagrams .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
}

#lpComparison .diagrams .row .row {
    margin-bottom: 150px;
}

#lpComparison .diagrams h2 {
    font-size: 65px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 60px;
}

#lpComparison .diagrams .row h3 {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
    color: #1F81CC;
}

#lpComparison .diagrams .row img.dt {
    display: none;
}

#lpComparison .diagrams .row img.mob {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}


@media screen and (min-width: 768px) {
    #lpComparison .diagrams .row img.dt {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    #lpComparison .diagrams .row img.mob {
        display: none;
    }
}

/* end .diagrams */

#lpComparison .industries {
    background: #F2F2F2;
    padding: 90px 20px;
}
#lpComparison .industries h2 {
    color: #0C1930;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.173;
    margin-bottom: 50px;
    text-align: center;
}
#lpComparison .industries .container {
    max-width: 1624px;
}
#lpComparison .industries .row .industry-card {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 50px 15px 15px;
    display: flex;
    align-items: flex-start;
    min-height: 255px;
}
#lpComparison .industries .row .industry-card img {
    margin-right: 20px;
}
#lpComparison .industries .row .industry-card .text-container p.title {
    color: #0C1930;
    font-size: 32px;
    line-height: 1.312;
    margin-bottom: 10px;
}
#lpComparison .industries .row .industry-card .text-container p {
    color: #5D6B78;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.666;
    text-align: left;
}
/* end .industries */
/* small desktop views */
@media (max-width: 1200px) {
 #lpComparison .the-latest .card:first-of-type {
    margin-left: 0;
}
#lpComparison .the-latest .card:last-of-type {
    margin-right: 0;
}
#lpComparison .the-latest .card .text-container {
    padding: 24px;
}
/* end .the-latest */
}
/* end desktop views */
/* end .solutions .blurbs */
#lpComparison .solutions .container .color-boxes {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 150px;
}
#lpComparison .solutions .container .color-boxes img {
    margin: 0 4.151515% 50px;
    max-width: 25%;
    width: 25%;
}
/* end .solutions .color-boxes */
#lpComparison .solutions .container .carousel {
    max-width: 694px;
}
#lpComparison .solutions .container .carousel .carousel-wrapper {
    max-width: 538px;
}
#lpComparison .solutions .container .carousel .dots-container {
    margin-top: 80px;
}
/* end .solutions .carousel */
/* end .solutions */
#lpComparison .engagement {
    background-position: -308px bottom;
    background-size: 2742px;
    height: auto;
    min-height: 882px;
    padding-bottom: 130px;
    padding-top: 80px;
}
#lpComparison .engagement .row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
#lpComparison .engagement .row .graph-container {
    margin: 0 auto 50px auto;
    width: 100%;
}
#lpComparison .engagement .row .graph-container p.note {
    display: none;
}
#lpComparison .engagement .row .graph-container p.percentage {
    display: none;
}
#lpComparison .engagement .row .text-container {
    margin: 0 auto;
    width: 100%;
}
/* end .engagement */
#lpComparison .accolades .row {
    flex-direction: column;
    margin: 0 auto;
    max-width: 322px;
}
#lpComparison .accolades .row > div {
    margin-bottom: 62px;
    width: 100%;
}
#lpComparison .accolades .row > div:last-of-type {
    margin-bottom: 0;
}
/* end .accolades */
#lpComparison .the-latest p {
    max-width: 656px;
}
#lpComparison .the-latest .card-container {
    margin: 10px auto 80px auto;
}
#lpComparison .the-latest .card-container .slick-list {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
#lpComparison .the-latest .card {
    margin-left: 2vw;
    margin-right: 2vw;
    max-width: 490px;
    padding-bottom: 0;
    width: 80vw;
}
#lpComparison .the-latest .card .text-container {
    padding: 45px;
    max-width: 100%;
    width: 100%;
}
/* end .the-latest */
#lpComparison .industries > .row {
    flex-direction: column;
    max-width: 555px;
    width: 100%;
}
#lpComparison .industries > .row .industry-card {
    align-items: center;
    display: flex;
    min-height: 262px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
/* end .industries */

/* end tablet views */
/* mobile views */
@media (max-width: 600px) {
 #lpComparison .marquee {
    padding-bottom: 60px;
    padding-top: 50px;
}
#lpComparison .marquee section {
    width: 90%;
}
#lpComparison .marquee section h1 {
    font-size: 48px;
    max-width: 340px;
    width: 100%;
}
#lpComparison .marquee section p {
    font-size: 22px;
    max-width: 336px;
    width: 100%;
}
/* end .marquee */
#lpComparison .solutions .container .image-row {
    justify-content: center;
}
#lpComparison .solutions .container .image-row img {
    margin: 0 3% 50px;
    max-width: 44%;
    width: 44%;
}
/* end .solutions .image-row */
#lpComparison .solutions .container .carousel .carousel-wrapper {
    max-width: 100%;
    width: calc(100% - 40px);
}
#lpComparison .solutions .container .carousel button {
    bottom: 0;
    top: auto;
    transform: none;
    width: 42.25px;
}
#lpComparison .solutions .container .carousel .dots-container {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
/* end .solutions .carousel */
/* end .solutions */
#lpComparison .engagement {
    background-position: -640px bottom;
}
/* end .engagement */
#lpComparison .industries > .row .industry-card {
    min-height: unset;
}
#lpComparison .industries > .row .industry-card .row {
    flex-direction: column;
}
#lpComparison .industries .row .industry-card .row img {
    margin-bottom: 20px;
    margin-right: 0;
}
/* end .lp-comparison */
}

.global-contact {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(119,193,250,0.5) 100%);
    padding: 5rem 0;
}
.global-contact h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.5rem !important;
}
.global-contact p {
    text-align: center;
    color: #5D6B78;
    font-size: 18px;
    line-height: 30px !important;
    margin: 0 auto !important;
    max-width: 805px;
}
.global-contact .form-wrap {
    width: 100%;
    margin: 0 auto;
}
.global-contact .form-wrap form.mktoForm {
    max-width: 100%;
    margin: 0 auto;
    border: none !important;
}
.global-contact .form-wrap .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
    max-width: 665px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
    font-style: normal !important;
    text-align: center;
}

/*.global-contact .form-wrap form.mktoForm .mktoFormRow {
    flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
   .global-contact .form-wrap form.mktoForm .mktoFormRow {
    flex: 0 0 48%;
}
}*/

.global-contact .form-wrap form.mktoForm input[type="text"],
.global-contact .form-wrap form.mktoForm input[type="email"],
.global-contact .form-wrap form.mktoForm input[type="tel"],
.global-contact .form-wrap form.mktoForm textarea {
    background-color: #fff !important;
}
.global-contact .form-wrap form.mktoForm select {
    background-color: #fff !important;
    height: 48px !important;
}
/* end mobile views */

#financialServices.ese .marquee {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 80px 20px 107px 20px;
    width: 100%;
}
#financialServices.ese .marquee section {
    margin: 0 auto;
    max-width: 1632px;
    width: 74%;
}
#financialServices.ese .marquee .marquee-note {
    color: #1F81CC;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices.ese .marquee h1 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 760px;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
}
#financialServices.ese .marquee p {
    color: #4A4A4A;
    font-size: 22px;
    line-height: 1.4em;
    font-family: 'PublicSans', sans-serif;
    font-weight: 200;
    margin: 0 auto 35px;
    max-width: 900px;
    width: 90%;
    text-align: center;
}
#financialServices.ese .marquee a {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
    text-decoration: underline;
}

#financialServices.ese .split-component {
   margin-bottom: 0;
   padding-bottom: 5rem;
   background-color: #FAFAFA;
}
#financialServices.ese .split-component h2 {
   text-align: center;
   max-width: 840px;
   margin: 0 auto;
   font-family: 'Public Sans', sans-serif;
   font-size: 43px;
   font-weight: 400;
}
#financialServices.ese .split-component .flip {
   flex-flow: row-reverse wrap;
}
#financialServices.ese .split-component p {
   color: #5D6B78;
   max-width: 525px;
   font-family: 'Public Sans', sans-serif;
   font-size: 20px;
   font-weight: 300;
   line-height: 1.67em;
}
#financialServices.ese .split-component h3 {
   max-width: 500px;
   font-family: 'Public Sans', sans-serif;
   font-size: 43px;
   font-weight: 400;
}
#financialServices.ese .split-component .row-split {
   padding-top: 5rem;
}
#financialServices.ese .split-component .row-split .ic {
    max-width: 400px;
    margin-top: 2rem;
}
@media screen and (min-width: 768px) {
   #financialServices.retail .split-component .row-split .ic {
       max-width: 100%;
       margin-top: 0;
   }
}
#financialServices.ese .split-component ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}
#financialServices.ese .split-component ul li {
   font-weight: bold;
   color: #5D6B78;
   font-size: 16px;
}
#financialServices.ese .split-component ul li::before {
   content: url("data:image/svg+xml,%3Csvg id='Group_1854' data-name='Group 1854' xmlns='http://www.w3.org/2000/svg' width='9.887' height='8.652' viewBox='0 0 9.887 8.652'%3E%3Cpath id='chevron-right-solid_1_' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-63.925 -31.925)' fill='%235d6b78'/%3E%3Cpath id='chevron-right-solid_1_2' data-name='chevron-right-solid (1)' d='M68.687,35.815a.619.619,0,0,1,0,.875L64.981,40.4a.618.618,0,0,1-.875-.875l3.27-3.27-3.269-3.27a.618.618,0,0,1,.875-.875l3.707,3.707Z' transform='translate(-58.982 -31.925)' fill='%235d6b78'/%3E%3C/svg%3E%0A");
   margin-right: 10px
}

#financialServices.ese .comparison {
    background-color: #E5F6FF;
}

#financialServices.ese .comparison h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}
#financialServices.ese .comparison p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
}
#financialServices.ese .row-split {
    margin: 3rem 0 0;
}
#financialServices.ese .row-split:first-child {
    margin-top: 0;
}
#financialServices.ese .comparison .row-split .icon-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: unset;
    flex-wrap: unset;
}
#financialServices.ese .comparison .row-split .icon-text img {
    margin: 0;
    width: auto !important;
}
#financialServices.ese .comparison .row-split h3 {
    color: #1F81CC;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 1.5rem!important;
}
#financialServices.ese .comparison .row-split h4 {
    color: #0C1930;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 1rem;
}
#financialServices.ese .comparison .row-split .box-text p {
    font-size:  16px;
    font-weight: 300;
    color: #5D6B78;
    text-align: left;
}
#financialServices.ese .comparison .row-split .image img {
    max-width: 100%;
    width: auto;
}
#financialServices.ese .green-banner {
    background: linear-gradient(to bottom,  rgba(19,197,187,1) 0%,rgba(227,255,250,1) 100%);
    padding: 5rem 0;
}
#financialServices.ese .green-banner p {
    color: #0C1930;
    font-size: 32px;
    line-height: 53px;
    text-align: center;
    font-weight: 200;
}
#financialServices.ese .case-studies .container {
    max-width: 1400px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
}
#financialServices.ese .case-studies .card {
    min-height: 550px;
}
#financialServices.ese .case-studies .card img {
    object-fit: cover;
    height: 255px;
    max-height: 255px;
}
#financialServices.ese .case-studies .card img.icon {
    object-fit: contain;
    height: 70px;
    max-width: 230px;
    min-height: 0;
    margin: 3rem auto;
}
#financialServices.ese .case-studies.bottom {
    background-color: #F8F8F8;
}
#financialServices.ese .global-contact {
    background: rgb(19,197,187);
    background: linear-gradient(to bottom,  rgba(19,197,187,1) 0%,rgba(227,255,250,1) 100%);
}

/*Commerce 2023*/

#financialServices.commerce .marquee {
    background: linear-gradient(to bottom, rgba(254,206,135,1) 0%,rgba(255,166,121,1) 100%);
    margin: 0;
    padding: 80px 20px 107px 20px;
    width: 100%;
}
#financialServices.commerce .marquee section {
    margin: 0 auto;
    max-width: 1632px;
    width: 100%;
}
#financialServices.commerce .marquee .marquee-note {
    color: #1F81CC;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices.commerce .marquee h1 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 960px;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
}
#financialServices.commerce .marquee p {
    color: #4A4A4A;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    margin: 0 auto 35px;
    max-width: 900px;
    width: 90%;
    text-align: center;
}
#financialServices.commerce .marquee p a {
    color: #4A4A4A;;
    font-weight: 200;
    max-width: 100%;
    width: auto;
    text-transform: none;
    margin: 0;
    text-align: unset;
    display: inline;
}
#financialServices.commerce .marquee a {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#financialServices.commerce .comparison {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(254,206,135,0.42) 100%);
    padding: 114px 20px;
    width: 100%;
}
#financialServices.commerce .comparison .container {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1632px;
    width: 90%;
}
#financialServices.commerce .comparison h2 {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    max-width: 950px;
    margin: 0 auto 80px;
    text-align: center;
}
#financialServices.commerce .comparison .image {
    margin-bottom: 60px;
}
#financialServices.commerce .comparison p {
    color: #5D6B78;
    font-family: 'PublicSans', sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 20px;
}
#financialServices.commerce .comparison img {
    margin: 0 2%;
    max-width: 278px;
    width: 20%;
}
#financialServices.commerce .comparison h2 {
    margin: 0 auto 3rem;
    max-width: 955px;
    text-align: center;
}
#financialServices.commerce .comparison h3 {
    margin: 1rem 0;
}
#financialServices.commerce .comparison p {
    font-size: 18px;
    line-height: 30px;
}
#financialServices.commerce .case-studies {
    background: #F1F4F7;
    padding: 90px 20px;
    width: 100%;
}
#financialServices.commerce .case-studies .card-container {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1594px;
    width: 100%;
}
#financialServices.commerce .case-studies .card {
    margin-bottom: 30px;
}
#financialServices.commerce .case-studies .card img {
    width: auto;
    max-height: 165px;
    min-height: 255px;
    object-fit: cover;
}
#financialServices.commerce .case-studies .card h3 {
    font-weight: 600;
}
#financialServices.commerce .case-studies .card .text-container {
    min-height: 365px;
    display: flex;
    flex-flow: column nowrap;
}
#financialServices.commerce .case-studies .card .text-container a {
    margin-top: auto;
}


#financialServices.commerce .industries-cards {
    background: linear-gradient(to bottom, rgba(254,206,135,1) 0%,rgba(255,166,121,1) 100%);
    padding: 90px 20px;
    width: 100%;
}
#financialServices.commerce .use-cases {
    background-color: #fff;
    padding: 90px 20px;
    width: 100%;
}
#financialServices.commerce .industries-cards h2,
#financialServices.commerce .use-cases h2 {
    text-align: center;
}
#financialServices.commerce .industries-cards .card-container,
#financialServices.commerce .use-cases .card-container {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1594px;
    width: 100%;
}
#financialServices.commerce .industries-cards .card,
#financialServices.commerce .use-cases .card {
    margin-bottom: 30px;
    padding: 2rem;
    min-height: 280px;
}
#financialServices.commerce .use-cases .card {
    border: 1px solid #C9C9C9;
    min-height: 265px;
}
#financialServices.commerce .industries-cards .card a,
#financialServices.commerce .use-cases .card a {
    text-decoration:  none;
}
#financialServices.commerce .industries-cards .card img,
#financialServices.commerce .use-cases .card img {
    width: auto;
    height: 60px;
    object-fit: contain;
}
#financialServices.commerce .industries-cards .card h3,
#financialServices.commerce .use-cases .card h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 25px;
}
#financialServices.commerce .industries-cards .card .text-container,
#financialServices.commerce .use-cases .card .text-container {
    display: flex;
    flex-flow: column nowrap;
    color: #5D6B78;
}
#financialServices.commerce .industries-cards .card .text-container a,
#financialServices.commerce .use-cases .card .text-container a {
    margin-top: auto;
}

#financialServices.commerce .more-solutions {
    background: #f5f5f5;
    padding: 90px 20px;
    width: 100%;
}
#financialServices.commerce .more-solutions .card-container {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1594px;
    width: 100%;
}
#financialServices.commerce .more-solutions .card-container .card-left {
    background: linear-gradient(135deg, rgba(221,246,242,1) 0%,rgba(251,254,254,1) 100%);
    border-top: 10px solid #13c5bb;
    border-radius: 5px;
    text-align: center;
    padding: 2.5rem;
    min-height: 220px;
    margin-bottom: 30px;
}
#financialServices.commerce .more-solutions .card-container .card-right {
    background: linear-gradient(135deg, rgba(130,200,238,1) 0%,rgba(240,248,253,1) 100%);
    border-top: 10px solid #1f81cc;
    border-radius: 5px;
    text-align: center;
    padding: 2.5rem;
    min-height: 220px;
    margin-bottom: 30px;
}
#financialServices.commerce .more-solutions .card .text-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 150px;
}
#financialServices.commerce .more-solutions .card h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
#financialServices.commerce .more-solutions .card p {
    color: #5D6B78;
    max-width: 230px;
    margin: 0 auto;
}
#financialServices.commerce .more-solutions .card a {
    margin-top: auto;
}

#financialServices.commerce .global-contact {
    background: linear-gradient(to bottom, rgba(254,206,135,0.42) 0%,rgba(255,255,255,0.42) 100%);
}


/* Updated Contact Form

#mktoForm_3907 .mktoFormRow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#mktoForm_3907 .mktoFormRow .mktoFormCol {
    flex: 0 0 32.333%;
}

#mktoForm_3907 .mktoFormRow:nth-child(4) .mktoFormCol {
    flex: 0 0 47.333%;
}

#mktoForm_3907 .mktoFormRow:nth-child(5) .mktoFormCol {
    flex: 0 0 100%;
}

#mktoForm_3907 .mktoFormRow:nth-child(20) .mktoFormCol {
    flex: 0 0 100%;
    text-align: center;
}

#mktoForm_3907 .mktoFormRow:nth-child(20) .mktoFormCol .mktoHtmlText {
    text-align: center !important;
    width: 100% !important;
}

#mktoForm_3907 .mktoButton {
    color: #fff !important;
    background: #1F81CC !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0);
    width: auto;
    font-size: 16px !important;
    letter-spacing: normal;
    line-height: 1.25 !important;
    font-weight: 700;
    padding: 17px 37px !important;
    margin: 0 auto;
    max-width: 200px;
    display: block;
}
*/
/*AI Data Science 2023*/

#financialServices.ai-ds .marquee {
    background: linear-gradient(45deg, rgba(6,168,159,1) 0%,rgba(8,95,162,1) 100%);
    margin: 0;
    padding: 80px 20px 107px 20px;
    width: 100%;
}
#financialServices.ai-ds .marquee section {
    margin: 0 auto;
    max-width: 1632px;
    width: 100%;
}
#financialServices.ai-ds .marquee .marquee-note {
    color: #fff;
    font-family: 'PublicSans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#financialServices.ai-ds .marquee h1 {
    color: #fff;
    font-family: 'PublicSans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 660px;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
}
#financialServices.ai-ds .marquee p {
    color: #fff;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    margin: 0 auto 35px;
    max-width: 900px;
    width: 90%;
    text-align: center;
}
#financialServices.ai-ds .marquee a {
    color: #fff;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#financialServices.ai-ds .marquee p a {
    color: #fff;
    font-weight: 200;
    max-width: 100%;
    width: auto;
    text-transform: none;
    margin: 0;
    text-align: unset;
    display: inline;
}

#financialServices.ai-ds .accolades {
    background: #1F81CC;
    margin: 0;
    padding: 100px 20px 95px 20px;
    width: 100%;
}
#financialServices.ai-ds .accolades h2 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 58px 0;
    text-align: center;
}
#financialServices.ai-ds .accolades .row {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1700px;
    width: 90%;
}
#financialServices.ai-ds .accolades .text-container {
    margin: 0 px;
    max-width: 400px;
    text-align: center;
    width: 23%;
}
#financialServices.ai-ds .accolades h3 {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
#financialServices.ai-ds .accolades p {
    color: #FFFFFF;
    font-family: 'PublicSans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
}
/* end .accolades */
#financialServices.ai-ds .case-studies {
    background: #F2F2F2;
    padding: 90px 20px;
    width: 100%;
}

#financialServices.ai-ds .industries-cards {
    background: #F2F2F2;
    padding: 90px 20px;
    width: 100%;
}
#financialServices.ai-ds .industries-cards h2,
#financialServices.ai-ds .use-cases h2 {
    text-align: center;
}
#financialServices.ai-ds .industries-cards .card-container,
#financialServices.ai-ds .use-cases .card-container {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1594px;
    width: 100%;
}
#financialServices.ai-ds .industries-cards .card,
#financialServices.ai-ds .use-cases .card {
    margin-bottom: 30px;
    padding: 2rem;
    min-height: 430px;
}
@media screen and (min-width: 1480px) {
    #financialServices.ai-ds .industries-cards .card,
    #financialServices.ai-ds .use-cases .card {
        min-height: 270px;
    }
}
#financialServices.ai-ds .use-cases .card {
    border: 1px solid #C9C9C9;
}
#financialServices.ai-ds .industries-cards .card a,
#financialServices.ai-ds .use-cases .card a {
    text-decoration:  none;
}
#financialServices.ai-ds .industries-cards .card img,
#financialServices.ai-ds .use-cases .card img {
    width: auto;
    height: 60px;
    object-fit: contain;
}
#financialServices.ai-ds .industries-cards .card h3,
#financialServices.ai-ds .use-cases .card h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 25px;
}
#financialServices.ai-ds .industries-cards .card .text-container,
#financialServices.ai-ds .use-cases .card .text-container {
    display: flex;
    flex-flow: column nowrap;
    color: #5D6B78;
}
#financialServices.ai-ds .industries-cards .card .text-container a,
#financialServices.ai-ds .use-cases .card .text-container a {
    margin-top: auto;
}

#financialServices.ai-ds .neural-hybrid {
    padding: 90px 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(200,252,249,0.5) 100%);
}

#financialServices.ai-ds .neural-hybrid h2 {
    text-align: left;
}

#financialServices.ai-ds .neural-hybrid p {
    font-size: 18px;
    line-height: 32px;
    color: #0C1930;
    max-width: 600px;
}
#financialServices.ai-ds .neural-hybrid p.footnote {
    color: #1F81CC;
    font-weight: 700;
}
#financialServices.ai-ds .neural-hybrid .boxes {
    margin-top: 5rem;
}
#financialServices.ai-ds .neural-hybrid .boxes .col-12 {
    margin-bottom:  2rem;
}
#financialServices.ai-ds .neural-hybrid .boxes p.headline {
    font-size: 24px;
    margin-bottom: 0.5rem;
}
#financialServices.ai-ds .neural-hybrid .boxes p.headline span {
    color: #1F81CC;
}
#financialServices.ai-ds .fusion-advantages {
    padding: 90px 0;
}
#financialServices.ai-ds .fusion-advantages h2 {
    text-align: center;
    margin-bottom: 3rem;
}

#financialServices.ai-ds .fusion-advantages p {
    font-size: 16px;
    line-height: 25px;
    color: #5D6B78;
    max-width: 325px;
}
#financialServices.ai-ds .fusion-advantages p.subheadline {
    color: #1F81CC;
}
#financialServices.ai-ds .fusion-advantages img {
    max-width: 1000px;
    margin:  0 auto;
    display: block;
}

.embed-responsive.direct::before {
    display: none !important;
}

.search-dis h2 {
    text-align: center;
}

.search-dis p {
    text-align: center;
    margin-bottom: 1.5rem;
}

.search-dis .video-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.search-dis .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.page-id-26989 #marquee-banner {
    background: transparent linear-gradient(261deg, #76C3ED 0%, #5FF7EE 100%) 0% 0% no-repeat padding-box;
}

body.page-id-26996 #marquee-banner {
    background: transparent linear-gradient(75deg, #EBFAFF 0%, #50A3E3 100%) 0% 0% no-repeat padding-box;
}

body.page-template-home-page-2023 .industries a:hover {
    cursor: default;
}

body.page-id-29517 .bottom-banner h2,
body.page-id-29517 .bottom-banner p {
    color: #fff !important;
}

.mktoButtonWrap.mktoSimple {
    padding-top: 2rem !important;
    text-align: center !important;
    display: block !important;
}
/*.videos-template-default .col__video--right {
    display: none;
}*/

.mq-blue {
    background: transparent linear-gradient(75deg, #EBFAFF 0%, #50A3E3 100%) 0% 0% no-repeat padding-box;
}

.mq-blue-dk {
    background: transparent linear-gradient(255deg, #1f81cc 0%, #093e73 100%) 0% 0% no-repeat padding-box;
}

.mq-teal {
    background: transparent linear-gradient(261deg, #76C3ED 0%, #5FF7EE 100%) 0% 0% no-repeat padding-box;
}

.mq-lb {
    background: transparent linear-gradient(252deg, #13C5BB 0%, #76C3ED 100%) 0% 0% no-repeat padding-box;
}

.mq-pink {
    background: transparent linear-gradient(254deg, #ED308B 0%, #FECE87 100%) 0% 0% no-repeat padding-box;
}

.posts-container .lwpress {
    margin-top: 30px;
}

.relative {
    position: relative;
}

.relative .mega-menu {
    min-width: 180px;
}


.comparison-end {
   background-color: #E3F5FF;
   padding: 114px 20px;
   width: 100%;
}
.comparison-end .container {
   margin: 0 auto;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.comparison-end .container section {
    flex: 0 0 100%;
    padding: 50px 0 0;
}
.comparison-end .arrow {
    display: flex;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
}
.comparison-end h2 {
   max-width: 100%;
   text-align: center;
}
.comparison-end ul {
    margin: 10px 0 0 0;
    padding-left: 40px;
}
.comparison-end li {
    color: #0C1930;
    font-family: 'PublicSans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    list-style-type: none;
    margin-bottom: 50px;
    position: relative;
}
.comparison-end li:before {
    background-image: url('/wp-content/themes/orbit-media/resources/images/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: -39px;
    position: absolute;
    top: 14px;
    width: 24px;
}

.comparison-end .img-wrap {
    padding: 2rem;
}

@media screen and (min-width: 1024px) {
    .comparison-end .container section {
        flex: 0 0 35%;
        padding: 50px 0 0;
    }
    .comparison-end .arrow {
        flex: 0 0 25%;
    }
    .comparison-end .img-wrap {
        padding: 4rem;
    }
}


.basic-list-std {
    margin: 15px 0 20px 38px !important;
}

.basic-list-std li {
    list-style: disc outside none !important;
}

.basic-list-std li::before {
    display: none !important;
}

.basic-list {
    margin: 15px 0 20px 127px !important;
}

.basic-list li {
    list-style: disc outside none !important;
}

.basic-list li ol li {
    list-style: unset !important;
}

.basic-list li::before {
    display: none !important;
}

.privacyPolicy {
  Width: 100% !important;
}

/* Newsletter */

#newsletter-page .marquee {
    background: linear-gradient(269deg, rgba(31,129,204,1) 0%,rgba(237,48,139,1) 100%);
    padding: 4rem 0;
}

#newsletter-page .marquee h1 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 1rem;
}

#newsletter-page .marquee p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    margin: 0 auto 1rem;
    max-width: 800px;
}

#newsletter-page .marquee form {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
}

#newsletter-page .marquee form input#Email,
#newsletter-page .marquee form input#FirstName,
#newsletter-page .marquee form input#LastName,
#newsletter-page .marquee form input#Company,
#newsletter-page .marquee form input#ZI_Website__c,
#newsletter-page .marquee form input#Title {
    background-color: #fff !important;
}

#newsletter-page .marquee form select#Country,
#newsletter-page .marquee form select#State {
    background-color: #fff !important;
    height: 50px !important;
}

#newsletter-page .marquee form #LblState {
    display: none !important;
}

#newsletter-page .marquee form select#State {
    margin-top: 18px !important;
}

/*#newsletter-page .marquee form .mktoButtonRow {
    position: static !important;
}

#newsletter-page .marquee form .mktoButtonWrap {
    position: absolute;
    top: -16px;
    right: 1px;
}*/

#newsletter-page .marquee form .mktoButtonWrap .mktoButton {
    background: #1F81CC !important;
    border: 2px solid #fff !important;
    padding: 12px 37px !important;
}

#newsletter-page .marquee form .mktoButtonWrap .mktoButton:hover {
    background: #093e73 !important;
}

#newsletter-page .marquee form .mktoHtmlText {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto 2rem;
    text-align: center;
    color: #fff !important;
}

#newsletter-page .marquee form .mktoButtonWrap.mktoSimple {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
}

#newsletter-page .marquee .mktoTemplateBox br {
    display: none;
}

#newsletter-page .marquee .mktoTemplateBox .mktoNotYou {
    font-size: 0.875rem !important;
    color: #fff !important;
}

#newsletter-page .marquee .mktoTemplateBox p {
    text-align: center !important;
}

#newsletter-page .marquee .mktoTemplateBox .mktoButtonWrap.mktoSimple {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

#newsletter-page .headline-w-boxes {
    background-color: #E4EAF0;
    padding: 3rem 0;
}

#newsletter-page .headline-w-boxes h2 {
    text-align: center;
    margin-bottom: 2.125rem;
}

@media screen and (min-width: 1024px) {
    #newsletter-page .headline-w-boxes {
        background-color: #E4EAF0;
        padding: 6rem 0;
    }

    #newsletter-page .marquee {
        padding: 8rem 0;
    }
}

#newsletter-page .headline-w-boxes .bucket {
    text-align: center;
    margin-bottom: 2rem;
}

#newsletter-page .headline-w-boxes .bucket h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

#newsletter-page .headline-w-boxes .bucket p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
    color: #5D6B78;
}

#newsletter-page .headline-w-boxes .bucket img {
    margin: 0 0 1.5rem;
}

#newsletter-page .headline-w-boxes h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 2rem;
}

