@charset "UTF-8";
/* Text Block Custom Style */
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: "";
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* The Latest */
/* Set Apart Home */
/* Home Certifications */
/* Resource Page */
/* About Page */
/* Accreditation */
/* What to Expect Page */
/* CDS Page */
/* Responsiveness */
/* New Resources Styling */
/*Updates Page*/
/*Zoom Feature*/
/* Partner Sections */
/* Embedded Products */
/*New Product Page*/
/* CDS Update */
/* Modifications */
/* LD Capmaign Form Hero */
body {
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
}
body .xd-bridge-st-hero h1 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: none;
}

.about-intro-wrapper {
  line-height: 26px;
}

.home-slide {
  height: 445px;
  background-position: center;
  background-size: cover;
}
.home-slide .container {
  position: relative;
}

.home-slide-headings {
  padding-top: 120px;
}

.home-slide-title {
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 45px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #fff;
}

.home-slide-content {
  font: Normal 16px/22px "IBM Plex Sans";
  color: #fff;
}

.home-hero-slider ul.slick-dots {
  margin: 0 auto;
  padding: 0;
  max-width: 1196px;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  bottom: 80px;
}
.home-hero-slider ul.slick-dots li button {
  display: none;
}
.home-hero-slider ul.slick-dots li {
  width: 32px;
  height: 3px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  padding-bottom: 0;
  opacity: 0.3;
}
.home-hero-slider ul.slick-dots li:hover {
  background: #f0424d;
  opacity: 1;
}
.home-hero-slider ul.slick-dots li.slick-active {
  background: #f0424d;
  opacity: 1;
}

.home-hero-slider.slick-dotted {
  margin-bottom: 0 !important;
}

.main-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0.28px;
  color: #001c33;
}

.owl-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.how-we-help-wrap .main-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
}
.how-we-help-wrap {
  padding-top: 55px;
  padding-bottom: 95px;
}

.how-we-help-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.how-we-help-grid-item {
  width: calc(33.33% - 16px);
  margin: 0 8px;
  height: 501px;
  border-radius: 6px;
  position: relative;
  padding: 50px 36px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.how-we-help-grid-item:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #001d33;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  border-radius: 6px;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.how-we-help-grid-item:hover:after {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#001d33), to(rgba(84, 104, 118, 0.1843137255))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #001d33 0%, rgba(84, 104, 118, 0.1843137255) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.owl-logos-wrap.active .owl-logo-slider-wrap {
  width: 50%;
}
.owl-logos-wrap.active {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.hwh-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.24px;
}

.hwh-content {
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: 140px;
}
.hwh-content a {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #f0424d;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
}
.hwh-content p {
  opacity: 0;
}
.hwh-content p:first-child {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.hwh-content p:nth-child(2) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

div.how-we-help-grid-item:hover p {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.news-grid-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.news-cta a {
  margin-left: 10px;
  border: 2px solid #f0424d;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 15px;
  font-family: "IBM Plex Sans Book";
  color: #f0424d;
  font-size: 12px;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.news-cta a:hover {
  background: #f0424d;
  color: #fff;
}
.news-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.news-social-title {
  margin-bottom: 0;
}

.news-social-outer-wrapper:before {
  display: none;
}
.news-social-outer-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 80px;
  background: #1f9cdf;
  width: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 80px;
  background: #1f9cdf;
  width: 1px;
  transform: translate(-50%, -50%);
}
.news-social-outer-wrapper {
  overflow: visible;
  overflow: visible;
}

.what-set-us-apart-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 80px;
  background: #1f9cdf;
  width: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.what-set-us-apart-wrap {
  background-image: url(../img/bg-what-set-apart.png);
  background-repeat: no-repeat;
  background-position: -250px -50px;
  color: #fff;
  padding: 85px 0 73px;
  position: relative;
}

.blog-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  margin-bottom: 22px;
  font-family: "IBM Plex Sans";
}
.blog-news-wrap > div {
  padding: 22px 30px;
  width: calc(50% - 16px);
  background: #fff;
  margin: 0 8px;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hp-blog-item {
  width: calc(50% - 16px);
  margin: 0 8px;
}

.hp-news-slider {
  width: calc(50% - 16px);
  margin: 0 8px;
}

.ns-item-type {
  background: #52c2c2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ns-blog-item:after {
  border-radius: 6px;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 142, 219, 0.08)), color-stop(68.97%, rgba(25, 48, 67, 0.84)), to(#001c33));
  background: linear-gradient(rgba(11, 142, 219, 0.08) 0%, rgba(25, 48, 67, 0.84) 68.97%, #001c33 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.ns-blog-item {
  position: relative;
  min-height: 277px;
}
.ns-blog-item > div {
  position: relative;
  z-index: 1;
}

.ns-blog-item-title-full.ns-title {
  color: #fff;
  margin-top: 40px;
}

.ns-title {
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 26px;
}

.ns-read-more a {
  font: 500 13px/1 IBM Plex Sans;
  letter-spacing: 0px;
  color: #52c2c2;
}
.ns-read-more a i {
  padding-left: 7px;
  font-size: 11px;
}

div.ns-read-more {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 2;
}

.ns-news-item-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #52c2c2;
  margin-bottom: 10px;
}

.ns-news-slider {
  margin-top: 15px;
  position: static;
}
.ns-news-slider .slick-arrow {
  background: #fff;
  border-color: #e6e6e6;
  right: 26px;
  bottom: 25px;
}
.ns-news-slider .slick-arrow i {
  color: #f0424d;
}
.ns-news-slider .slick-arrow:hover {
  background: #f0424d;
  border-color: #f0424d;
}
.ns-news-slider .slick-arrow:hover i {
  color: #fff;
}
.ns-news-slider .slick-arrow.slick-prev {
  right: 80px;
}
.ns-news-slider .slick-list {
  position: static;
}
.ns-news-slider .slick-track {
  position: static;
}

.ns-news-item-title.ns-title {
  font-weight: 400;
  color: #033057;
}

.ns-news-slider.slick-slider {
  position: static;
}

.ns-read-more.news-slide a:hover {
  color: #f0424d;
}

.blog-news-wrap.row2 > div {
  width: calc(33.33% - 16px);
  min-height: 199px;
}
.blog-news-wrap.row2 .hp-event-item {
  background: #011d33;
  color: #fff;
}
.blog-news-wrap.row2 .hp-event-item strong.ns-event-item-title.ns-title {
  color: #fff;
  letter-spacing: 0.18px;
  font-weight: 400;
  line-height: 22px;
  max-width: 280px;
}
.blog-news-wrap.row2 div.ns-read-more {
  bottom: 20px;
  bottom: 20px;
}
.blog-news-wrap.row2 .hp-whitepaper-item {
  background: #52c2c2;
}

.ns-video-item:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 142, 219, 0.08)), color-stop(68.97%, rgba(25, 48, 67, 0.84)), to(#001c33));
  background: linear-gradient(rgba(11, 142, 219, 0.08) 0%, rgba(25, 48, 67, 0.84) 68.97%, #001c33 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.ns-video-item-title.ns-title {
  color: #fff;
  position: relative;
  z-index: 2;
}

.ns-video-item.hp-video-resource-item a.button {
  color: #fff;
  padding: 0;
  height: auto;
  min-width: auto;
}

.ns-video-watch-now-btn {
  position: absolute;
  right: 34px;
  bottom: 15px;
  color: #fff;
  z-index: 2;
  font-size: 47px;
}
.ns-video-watch-now-btn a i {
  color: #fff;
}
.ns-video-watch-now-btn a {
  color: #fff;
}

.hp-event-item .ns-events-items {
  border: 0;
}
.hp-event-item .ns-event-item {
  border: 0;
  position: static;
  padding: 0;
  padding-bottom: 40px;
}

.ns-event-date {
  position: absolute;
  top: 12px;
  right: 10px;
  border: 1px solid rgba(112, 112, 112, 0.32);
  border-radius: 6px;
  width: 52px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ns-event-date span:first-child {
  font-size: 17px;
  line-height: 1;
}
.ns-event-date span:last-child {
  font-size: 27px;
  line-height: 1;
}

.hp-whitepaper-item .ns-item-type {
  background: rgba(255, 255, 255, 0.38);
}

.ns-whitepaper-item .ns-title {
  color: #fff;
}

.ns-read-more.ns-wp-download a {
  color: #fff;
}

.sa-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1109px;
  margin-left: auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.sa-col-left {
  width: 392px;
}
.sa-col-left h3 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 10px;
}
.sa-col-left .copy {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.sa-col-right {
  width: 582px;
}

.features-owl-hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta-wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  border: 2px solid #52c2c2;
  color: #fff;
  font-size: 12px;
  font-family: "IBM Plex Sans Book";
}

.sa-feature-item {
  min-height: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 11px;
  margin-bottom: 22px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "IBM Plex Sans Book";
  line-height: 20px;
  width: calc(33.33% - 22px);
}

.saf-img {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saf-title {
  min-height: 60px;
}

.wpb_text_column.wpb_content_element.clients-heading {
  max-width: 509px;
  margin: 0 auto;
  margin-bottom: 75px;
  padding-top: 100px;
}

.clients-heading strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: center;
  color: #001d33;
  opacity: 0.25;
}
.clients-heading p {
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #606060;
}
.clients-heading h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 30px;
  text-align: center;
  color: #001c33;
  padding-bottom: 10px;
}

.owl-logos-mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

.owl-logo-logos-header {
  width: 465px;
}

.owl-logo-slider {
  padding-bottom: 0;
}
.owl-logo-slider .slick-dots {
  bottom: -60px;
}

.owl-logo-slide img {
  max-width: 89px;
  margin: 0 auto;
}

.owl-logo-logos-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 30px;
  text-align: left;
  color: #001c33;
  margin-bottom: 10px;
}

.owl-logo-logos-desc p {
  margin: 0;
}

.owl-logos-wrap:not(.active) {
  padding-top: 75px;
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.owl-logos-wrap:not(.active) .owl-logos-mobile-content {
  display: block;
}
.owl-logos-wrap:not(.active) .owl-logo-logos-header {
  width: 100%;
  text-align: center;
}
.owl-logos-wrap:not(.active) .owl-logo-logos-desc {
  display: none;
}
.owl-logos-wrap:not(.active) .owl-logo-logos-title {
  text-align: center;
  margin-bottom: 30px;
}
.owl-logos-wrap:not(.active) ul.slick-dots {
  display: none;
}
.owl-logos-wrap:last-child {
  border: 0;
}
.owl-logos-wrap:last-child .owl-logo-slide img {
  max-width: 76px;
}
.owl-logos-wrap:last-child .owl-logo-slide:last-child img {
  max-width: 110px;
}
.owl-logos-wrap .owl-logo-slide img {
  max-width: 89px;
  margin: 0 auto;
}
.owl-logos-wrap:nth-child(2) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-logos-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.left-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
}

.resources-filters-sidebar {
  width: 326px;
}

.resources-lower-wrap {
  width: calc(100% - 414px);
}
.resources-lower-wrap .resources-list a {
  width: calc(33.33% - 18px);
  margin: 9px;
  min-height: 182px;
}
.resources-lower-wrap .resource-block-inner h2 {
  font-size: 14px;
  font-weight: 500;
}

.resources-page-wrapper {
  background: #f8f8f8;
}

.resources-upper-wrap {
  background: #fff;
  margin-bottom: -100px;
}

.resouces-filters-instructions {
  display: none;
}

.left-search-wrapper-outer {
  background: #f8f8f8;
  padding-top: 100px;
}

.bbb-logo {
  width: 150px;
  margin: 0 25px 0 25px;
}

.owl-headings-with-text h2 {
  color: #fff;
  text-align: center;
}
.owl-headings-with-text .copy {
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.owl-headings-with-text {
  padding-bottom: 60px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.about-features-wrap .owl-headings-with-text {
  max-width: 700px;
  font: Normal 15px/22px IBM Plex Sans;
  letter-spacing: 0px;
  color: #ffffff;
}

.about-blue-box {
  padding-top: 165px;
}

.features-owl-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.about-feature-item {
  border-radius: 6px;
  background: #fff;
  width: calc(33.33% - 16px);
  margin: 0 8px;
  padding: 45px 35px 45px;
}

.af-title.rb-font {
  color: #033057;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
}

.af-content {
  font-size: 14px;
  line-height: 22px;
}
.af-content p {
  margin: 0;
}
.af-content p:first-child {
  margin-bottom: 40px;
}
.af-content h4 {
  margin: 0;
  margin-bottom: 10px;
}
.af-content a {
  width: auto;
  font: Bold 12px/22px IBM Plex Sans;
  letter-spacing: 0px;
  color: #52c2c2;
  display: block;
}
.af-content a:nth-child(even) {
  padding-left: 15px;
}
.af-content ul li:nth-child(even) {
  width: 54%;
}

.wpb_wrapper .af-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpb_wrapper h4 {
  font: Bold 10px/24px "IBM Plex Sans";
  letter-spacing: 1px;
  color: #011c33;
  text-transform: uppercase;
  opacity: 0.52;
  margin: 0;
  padding-bottom: 5px;
}
.wpb_wrapper > ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  font: Normal 12px/14px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}
.wpb_wrapper > ul li{
  padding-bottom: 10px;
}
.wpb_wrapper > ul li:last-child {
  padding-bottom: 0;
}

div.af-content ul li {
  width: 44%;
}

.heading-combined.rb-font {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #011c33;
  font-weight: 900;
  padding: 80px 0;
  max-width: 700px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #011c33;
  font-weight: 900;
  padding: 80px 0;
  max-width: 700px;
}

.about-combined-features-wrap .container {
  max-width: 1048px;
  max-width: 1048px;
}
.about-combined-features-wrap {
  padding-bottom: 50px;
  padding-bottom: 50px;
}

.caf-title.rb-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #033057;
  letter-spacing: 0px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #033057;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.cbf-img {
  margin-right: 22px;
  margin-right: 22px;
}

.combine-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: Normal 14px/16px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
  display: flex;
  justify-content: space-between;
  font: Normal 14px/16px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}
.combine-feature-item ul li {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.about-cbfeature-item {
  width: 30%;
  max-width: 300px;
  width: 30%;
  max-width: 300px;
}
.about-cbfeature-item ul {
  padding: 0;
  padding-left: 20px;
}

div.about-cbfeature-item ul {
  padding: 0;
  padding-left: 20px;
  font: Normal 14px/16px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
  padding-top: 15px;
}

div#history {
  background: transparent;
}

.history-info-image {
  top: 0;
  margin-bottom: 0;
}

.history-info-cols {
  padding-top: 80px;
  padding-bottom: 70px;
}

.owl-accreditations.container {
  margin-bottom: 60px;
}

.heading-locations.rb-font {
  color: #001d33;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.about-locations-wrap {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 92px;
}
.about-locations-wrap .container {
  max-width: 994px;
}

.about-location-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.about-location-item > div {
  width: calc(50% - 8px);
}

.location-left {
  border: 1px solid #e6e6e6;
  padding: 67px 65px 0;
}
.location-left .rb-font {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #003057;
}

.location-content {
  font: Normal 18px/24px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}
.location-content strong {
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
}
.location-content p:last-child a {
  font-weight: bold;
  letter-spacing: 0.17px;
  color: #52c2c2;
  font-size: 17px;
  display: block;
  margin-top: 40px;
}
.location-content p:last-child a:hover {
  color: #f0424d;
}
.location-content p {
  margin-bottom: 30px;
}

.location-img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-height: 376px;
  height: 376px;
}
.location-img img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: block;
}

.location-images-slider {
  position: relative;
}
.location-images-slider button {
  position: absolute;
  background: #0091da;
  width: 45px;
  height: 45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 20px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  right: 20px;
}
.location-images-slider button.slick-prev.slick-arrow {
  right: 85px;
  z-index: 1;
}

a {
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}

article#post-932 .owl-breadcrumbs {
  display: none;
}

.owl-page-hero-bg:after {
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #003057;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
}

.owl-page-hero-inner {
  position: relative;
  height: 350px;
}
.owl-page-hero-inner h1 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 35px;
  letter-spacing: 0.35px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-align: center;
}

.page-hero-inner-inner.container {
  padding-top: 112px;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.owl-page-hero-inner-sub {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 1px;
  color: #52c2c2;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  text-align: center;
}

.media-text-column-content-left h4 {
  font: Bold 10px/24px "IBM Plex Sans";
  letter-spacing: 1px;
  color: #011c33;
  text-transform: uppercase;
  opacity: 0.52;
  margin: 0;
  padding-bottom: 5px;
}
.media-text-column-content-left h3 {
  font: Bold 20px/30px "IBM Plex Sans";
  color: #001c33;
  padding-bottom: 5px;
  margin: 0;
}
.media-text-column-content-left ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  font: Normal 12px/14px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}
.media-text-column-content-left ul li {
  padding-bottom: 10px;
}
.media-text-column-content-left ul li:last-child {
  padding-bottom: 0;
}
.media-text-column-content-left {
  width: 50%;
  max-width: 460px;
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
}
.media-text-column-content-left p {
  margin-top: 0;
}
.media-text-column-content-left h2 {
  font: Bold 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
  margin: 0;
  margin-bottom: 16px;
}

.dark-heading {
  font: Bold 20px/30px "IBM Plex Sans";
  color: #001c33;
  padding-bottom: 5px;
  margin: 0;
}

.text-col-content p {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
}

.cols-text-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cols-text-wrap {
  padding: 80px 0 50px;
}
.cols-text-wrap .container {
  max-width: 994px;
}

.text-col-item {
  width: 50%;
}

.text-col-item-inner {
  max-width: 375px;
}

.media-text-columns-wrapper.within-container {
  padding: 75px 0;
}
.media-text-columns-wrapper.within-container > div {
  max-width: 994px;
}

.media-text-column-image-right {
  width: 45%;
}

.media-text-columns.Right .media-text-column-image-right {
  text-align: right;
}

.media-text-columns.Left .media-text-column-content-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.owl-info-box-blue > div {
  background: #001c33;
}

.owl-info-box-blue-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 85px 0;
  max-width: 994px;
  margin: 0 auto;
}
.owl-info-box-blue-warp h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #52c2c2;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1;
  padding-bottom: 0;
}
.owl-info-box-blue-warp p {
  margin-top: 0;
}
.owl-info-box-blue-warp blockquote {
  background: #033057;
  margin: 0;
  padding: 17px 22px 20px;
  font: Normal Italic 10px/14px IBM Plex Sans;
  letter-spacing: 0px;
  color: #e6e6e6;
  margin-top: 35px;
  margin-bottom: 10px;
}
.owl-info-box-blue-warp blockquote p {
  margin: 0;
}

.dark-heading.txt-whilte {
  color: #fff;
  width: 40%;
}

.info-blue-checklist {
  color: #fff;
  width: 55%;
  font: Normal 12px/20px IBM Plex Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.info-blue-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.info-blue-checklist li {
  padding-bottom: 15px;
  background-image: url(../img/check-li.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  padding-left: 40px;
  background-position: 0px 5px;
  background-position: 0px 0px;
  padding-bottom: 16px !important;
}
.info-blue-checklist li:last-child {
  padding-bottom: 0 !important;
}
.info-blue-checklist h3:first-of-type {
  margin-top: 0;
}

.installation-services-blue-box > div {
  margin: -20px 0;
  z-index: 2;
}

.installation-services-text {
  padding-bottom: 20px;
}

.page-hero-info {
  text-align: center;
  font: Normal 16px/22px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #ffffff;
}

.what-to-expect-cols-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  padding: 130px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-left: auto;
  margin: 0 auto;
}
.what-to-expect-cols-row h3 {
  font: Bold 28px/30px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
  margin-bottom: 10px;
}

.wte-content-left {
  max-width: 388px;
  width: 49%;
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #606060;
}
.wte-content-left p {
  margin-top: 0;
}
.wte-content-left p:last-child {
  margin-top: 45px;
}
.wte-content-left p:last-child a {
  border: 2px solid #e6e6e6;
  font-family: "IBM Plex Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 80px;
  text-align: center;
  color: #f0424d;
  padding: 8px 9px;
  margin-right: 15px;
  border-radius: 3px;
}
.wte-content-left p:last-child a:last-child {
  margin-right: 0;
}
.wte-content-left p:last-child a:hover {
  background: #f0424d;
  color: #fff;
  border-color: #f0424d;
}
.wte-content-left p:last-child em {
  font: 300 Italic 12px/18px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
  display: block;
  margin-top: -15px;
}

.wte-image {
  max-width: 404px;
  width: 51%;
  -webkit-transform: translateX(144px);
          transform: translateX(144px);
}

.what-to-expect-cols-wrap .container {
  max-width: 1920px;
  margin-left: auto;
  margin: 0 auto;
}

.request-information-wrap h3 {
  color: #fff;
}

.featured-software-wrap .dark-heading {
  color: #003057;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-align: left;
  margin: 0 0 40px;
  font-size: 21px;
}
.featured-software-wrap {
  padding-top: 80px;
}

.featured-software-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.owl-software-icon-box {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 16px;
  padding: 30px 25px 30px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: block;
}

.fsoft-left {
  width: 32.44%;
}

.fsoft-right-content {
  width: 62%;
  font: Normal 15px/22px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}
.fsoft-right-content h4 {
  font-size: 10px;
  letter-spacing: 1px;
  color: #52c2c2;
  font-weight: bold;
  font-family: "IBM Plex Sans";
  margin-top: 25px;
}
.fsoft-right-content ul {
  font: Normal 10px/16px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  list-style: none;
  padding: 0;
}
.fsoft-right-content ul li:before {
  content: "•";
  margin-right: 10px;
  font-size: 13px;
  color: #52c2c2;
}
.fsoft-right-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-software-icon-boxes-wrap h2 {
  text-align: left;
}

.hero-full-container .container {
  max-width: 1000px;
  overflow: hidden;
}
.hero-full-container .page-hero-info {
  font-size: 18px;
}

.vc_column_container.container {
  margin: 0 auto;
  float: none;
}

.cds-intro-wrap {
  background: #f8f8f8;
  padding: 100px 0;
}
.cds-intro-wrap h2 {
  margin: 0;
}

.cds-intro-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cds-features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  justify-content: space-between;
}

.cds-features-wrap {
  padding: 90px 0;
  padding: 90px 0;
}

.cds-features-wrap.image-Left .cds-features-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 100px;
  max-width: 580px;
  padding-top: 85px;
  order: 2;
  padding-right: 100px;
  max-width: 580px;
  padding-top: 85px;
}
.cds-features-wrap.image-Left .cds-features-left h2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 35px;
  color: #001c33;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 35px;
  color: #001c33;
  padding-bottom: 0;
  border: none;
  font-size: 20px;
  margin: 0;
}

.cds-features-image {
  width: 50%;
  max-width: 492px;
  width: 50%;
  max-width: 492px;
}

.cds-features-left {
  width: 50%;
  max-width: 480px;
  width: 50%;
  max-width: 480px;
}
.cds-features-left h2 {
  margin-top: 0;
  color: #001c33;
  margin-top: 0;
}
.cds-features-left .cds-top-row-content {
  display: none;
}
.cds-features-left ul {
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
.cds-features-left ul li {
  padding: 0;
  padding: 0;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.two-cols-grid-with-sep .wpb_single_image img {
  width: 100%;
}

.cds-accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.35s height;
  transition: 0.35s height;
}

.cds-acc-heading {
  font: Bold 16px/20px IBM Plex Sans;
  letter-spacing: 0px;
  color: #001d33;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cds-acc-heading:hover span {
  opacity: 1;
}
.cds-acc-heading i {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
.cds-acc-heading span {
  opacity: 0.38;
}

.cds-acc-heading.active {
  opacity: 1;
}

.cds-feature-accordion-item {
  padding-bottom: 40px;
}

.cds-feature-accordion-item.active .cds-acc-heading span {
  opacity: 1;
}
.cds-feature-accordion-item.active .cds-acc-heading i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cds-feature-accordion-item.active .cds-accordion-content {
  max-height: 500px;
}

.cds-acc-title {
  position: relative;
  padding-right: 40px;
}

.cds-left-content {
  max-width: 552px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cds-right-image {
  max-width: 489px;
  width: 45%;
  position: relative;
}

.owl-cds-box-icon {
  width: 85px;
}

.cds-content {
  border-left: 1px solid #e6e6e6;
  padding-left: 35px;
  margin-left: 35px;
  width: calc(100% - 85px);
  color: #606060;
  font-size: 14px;
  line-height: 22px;
}
.cds-content strong {
  font: Bold 16px/20px IBM Plex Sans;
  letter-spacing: 0px;
  color: #001d33;
  display: block;
  padding-right: 15px;
}

.cds-bb-features-wrap-inner {
  background: #001c33;
  padding: 100px 120px;
  color: #fff;
}

.cds-bb-features-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 55px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(230, 230, 230, 0.12);
  margin-bottom: 56px;
}
.cds-bb-features-top-row a {
  color: #52c2c2;
}
.cds-bb-features-top-row h2 {
  color: #fff;
}

.cds-right-col {
  width: 450px;
  padding-right: 50px;
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
}

.cds-grid-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cds-grid-row-inner > div {
  width: 31%;
  max-width: 288px;
  margin: 0 1%;
}

.cds-bb-heading {
  font: Bold 14px/24px "IBM Plex Sans";
  color: #52c2c2;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 5px;
}

.cds-bb-content {
  font: Normal 14px/20px IBM Plex Sans;
  letter-spacing: 0px;
  color: #e6e6e6;
}
.cds-bb-content p {
  margin-top: 0;
}
.cds-bb-content a {
  color: #52c2c2;
}

.has-sep .cds-bb-features-wrap {
  position: relative;
}
.has-sep .cds-bb-features-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 80px;
  background: #1f9cdf;
  width: 1px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.vc_row.wpb_row.vc_row-fluid.key-security-cds {
  margin: -50px 0 0;
}
.vc_row.wpb_row.vc_row-fluid.key-security-cds .cds-features-wrap.image-Right {
  padding: 190px 0 130px;
}

.vc_row.wpb_row.vc_row-fluid.cds-filtering-transfomation {
  padding: 100px 0 90px;
}
.vc_row.wpb_row.vc_row-fluid.cds-filtering-transfomation h2 {
  margin: 0;
  margin-bottom: 15px;
  font: 700 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
  margin: 0;
  margin-bottom: 15px;
  font: 700 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
  margin: 0;
  margin-bottom: 15px;
  font: 700 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
}

div.two-cols-grid-with-sep {
  max-width: 895px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
  font: Normal 14px/20px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
  padding: 35px 0;
  margin-bottom: 55px;
}
div.two-cols-grid-with-sep:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
}

.two-cols-grid-with-sep > div > div {
  max-width: 389px;
  margin: 0 auto;
}
.two-cols-grid-with-sep h3 {
  font: Bold 14px/24px "IBM Plex Sans";
  letter-spacing: 1.4px;
  color: #52c2c2;
  text-transform: uppercase;
}

.wpb_text_column.wpb_content_element.owl-headings-with-text.last-item {
  max-width: 530px;
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #001d33;
}

.cds-features-wrap.image-Right .cds-features-left h2 {
  padding-bottom: 65px;
  margin-bottom: 0;
  padding-bottom: 65px;
  margin-bottom: 0;
}

.domain-separation-section {
  padding: 80px 0 145px;
}
.domain-separation-section .media-text-columns-wrapper.within-container {
  background: transparent;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.domain-separation-section .media-text-columns-wrapper.within-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.domain-separation-section h2 {
  text-align: center;
  padding-bottom: 60px;
  text-align: center;
  font: Bold 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
}
.domain-separation-section > div {
  width: 992px;
  margin: 0 auto;
  float: none;
}

.cds-grid-heading {
  text-align: center;
  font: Bold 28px/34px "IBM Plex Sans";
  color: #ffffff;
  margin-bottom: 35px;
}

.cds-bb-features-top-row.image-right h2 {
  color: #fff;
}
.cds-bb-features-top-row.image-right .cds-top-row-content {
  display: block;
  font: Normal 14px/22px "IBM Plex Sans";
  letter-spacing: 0px;
  color: #ffffff;
}
.cds-bb-features-top-row.image-right .cds-features-left {
  max-width: 440px;
}
.cds-bb-features-top-row.image-right .cds-right-col {
  padding-right: 0;
  text-align: right;
}

.defense-in-depth-row {
  margin-top: -35px;
}

.vc_row.wpb_row.vc_row-fluid.defense-in-depth-row .cds-grid-row-inner {
  text-align: center;
}

.vc_row.wpb_row.vc_row-fluid.container.trusted-operating-system {
  float: none;
  margin: 0 auto;
  padding: 100px 0 80px;
  font-size: 14px;
  line-height: 22px;
  color: #001d33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vc_row.wpb_row.vc_row-fluid.container.trusted-operating-system h2 {
  font: Bold 28px/34px "IBM Plex Sans";
  letter-spacing: 0.28px;
  color: #001c33;
}
.vc_row.wpb_row.vc_row-fluid.container.trusted-operating-system > div {
  max-width: 490px;
}

.wpb_text_column.wpb_content_element.tos-right {
  background: #f8f8f8;
  padding: 60px 70px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.wpb_text_column.wpb_content_element.tos-right h3 {
  font-size: 10px;
  letter-spacing: 1px;
  color: #52c2c2;
  text-transform: uppercase;
}
.wpb_text_column.wpb_content_element.tos-right ul {
  padding: 0;
  list-style: none;
}
.wpb_text_column.wpb_content_element.tos-right ul li:before {
  content: "•";
  margin-right: 10px;
  font-size: 13px;
  color: #52c2c2;
}
.wpb_text_column.wpb_content_element.tos-right em {
  font: 400 Italic 11px/16px IBM Plex Sans;
  letter-spacing: 0px;
  color: #606060;
}

div.accerleration-and-certification .media-text-columns-wrapper {
  background: #f8f8f8;
  padding: 0;
}
div.accerleration-and-certification {
  background: #f8f8f8;
  padding: 110px 0 80px;
}

.vc_row.wpb_row.vc_row-fluid.tabs-full-image .container {
  border: 0;
  margin: 0 auto;
  width: 855px;
}
.vc_row.wpb_row.vc_row-fluid.tabs-full-image .product-tab-left {
  width: 100%;
  max-width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.tabs-full-image .product-tab-cols.service-tab-cols {
  display: block;
}
.vc_row.wpb_row.vc_row-fluid.tabs-full-image .product-tab-right .product-tab-info {
  max-width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.tabs-full-image .owl-tabs-hds {
  margin-bottom: 55px;
}
.vc_row.wpb_row.vc_row-fluid.tabs-full-image .owl-tabs-hds h2 {
  color: #001c33;
}

article#post-3605 .owl-page-hero-inner-sub {
  text-transform: uppercase;
}

.what-expect-sidebar-nav {
  position: fixed;
  top: 100px;
  left: 100px;
  width: 100%;
}

.owl-page-hero {
  z-index: 2;
}

.cds-accordion-img {
  display: none;
}

.resource-block-bg {
  opacity: 1;
  width: 106px;
  height: 77px;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
}
.resource-block-bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.resources-list.featured a {
  background: #52c2c2;
}
.resources-list.featured a:nth-child(2) {
  background: #172e3d;
}
.resources-list.featured a:nth-child(3) {
  background: #0d7078;
}
.resources-list.featured .resource-block-bg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.resources-list.featured .resource-block-bg svg {
  display: none;
}

.vc_row.release-updates-box {
  background: #f8f8f8;
  padding-top: 110px;
}

.release-box-wrapper .release-box-desc {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  color: #606060;
  font-size: 14px;
}
.release-box-wrapper {
  text-align: center;
}

.release-box-title {
  font-size: 28px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #001c33;
}

.release-box-sub-title {
  color: #b9b9b9;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 13px;
}

.release-box-cta {
  padding: 26px 0 52px;
}

.updates-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}
.updates-cols > br {
  display: none;
}

.updates-left {
  width: 49%;
}
.updates-left > br {
  display: none;
}

.updates-table-body > br {
  display: none;
}
.updates-table-body {
  padding: 10px 30px;
  font-weight: 500;
  color: #2e2e2e;
  font-size: 12px;
}

.updates-table {
  border: 1px solid #e4e6e8;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 16px;
}

.updates-table-header {
  background: #0091da;
  color: #fff;
  padding: 25px 30px;
  font-size: 18px;
}

.updates-right {
  width: 49%;
}
.updates-right > br {
  display: none;
}

.updates-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e6e8;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.1667;
}
.updates-table-row:last-of-type {
  border: none;
}

.utr-two {
  width: 110px;
}

.utr-one {
  width: calc(100% - 110px);
  padding-right: 10px;
}

.updates-table-row.cols-three {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.updates-table-row.cols-three .utr-one {
  width: calc(100% - 230px);
}

.updates-table-row.cols-3 .utr-one {
  width: calc(100% - 220px);
}

.utr-three {
  width: 110px;
}

.updates-table-row.header {
  color: #9f9f9f;
  text-transform: uppercase;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 10px;
  font-weight: 500;
  border-bottom: 2px solid #e4e6e8;
  padding: 4px 0 10px;
}

.updates-tabs .owl-tabs-hds a {
  font-size: 13px;
  text-transform: none;
}
.updates-tabs .owl-tabs-hds {
  margin-bottom: 67px;
}

.products-works-tabs.updates-tabs {
  padding-top: 0;
}
.products-works-tabs.updates-tabs .container {
  max-width: 994px;
}

.products-works-tabs .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #b7b7b7;
  margin-bottom: 70px;
}

div#technical-request > .vc_column_container {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
  top: -20px;
  padding: 90px 100px 60px;
}
div#technical-request {
  margin-bottom: -50px;
}

#technical-request .centered-text-wrapper .centered-text {
  text-align: left;
}
#technical-request .centered-text-wrapper {
  padding-top: 0;
}
#technical-request .centered-text-wrapper h2 {
  font-size: 28px;
  margin-bottom: 22px;
  line-height: 1.21;
}
#technical-request .vc_col-sm-4 {
  width: 39%;
}
#technical-request .vc_col-sm-8 {
  width: 49%;
  float: right;
}

.owl-tab-content:nth-child(2) .updates-cols {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-popup-trgr:before {
  content: "\e900";
  font-family: "owlicons";
  position: absolute;
  right: 0;
  top: -25px;
}

a.img-popup-trgr {
  position: absolute;
  right: 0;
  top: 0;
  color: #c5c5c5;
  width: 100%;
  height: 100%;
}

.pic-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #001c33;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.show-pic-modal .pic-modal-overlay {
  opacity: 0.85;
  visibility: visible;
}
.show-pic-modal .pic-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pic-modal {
  background: #fff;
  width: 60vw;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.pic-modal-body {
  padding: 20px 50px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pic-modal-body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  min-width: 80%;
}

.pic-modal-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #002d5d;
}

.pick-modal-dark .pic-modal-close {
  color: #fff;
}
.pick-modal-dark {
  background: #001c33;
}

.can-have-img-popup {
  position: relative;
}

.menu-main-level.Partner-Program .menu-main-sub.menu-sub-style_three {
  padding-left: 44px;
  padding-bottom: 32px;
}

.hwol-inner-content {
  text-align: center;
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #033057;
}
.hwol-inner-content h2 {
  font-size: 35px;
  color: #001d33;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-with-owl-logo {
  padding: 110px 0 80px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.hwol-bg-logo {
  width: 818px;
  height: 497px;
  position: absolute;
  background: url("../img/owl-bg-logo.png") no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(39%, -50%);
          transform: translate(39%, -50%);
}

.partner-benefits-wrapper {
  background: #001d33;
  text-align: center;
  padding: 75px 0;
}

.partner-benefits-image {
  margin-bottom: 40px;
}

.partner-benefits-cta .blue-outline {
  color: #fff;
}
.partner-benefits-cta .button.blue-outline {
  font-size: 12px;
  height: 32px;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
}

.owl-icon-boxes-wrap.owl-icon-boxes-with-ctas .container {
  max-width: 995px;
  margin-bottom: 35px;
}
.owl-icon-boxes-wrap.owl-icon-boxes-with-ctas .container .owl-icon-box-desc {
  max-width: 350px;
  min-height: 90px;
}
.owl-icon-boxes-wrap.owl-icon-boxes-with-ctas {
  position: relative;
  top: -18px;
}

.owl-icon-boxes-with-ctas .owl-icon-box-icon {
  margin-bottom: 40px;
  height: 71px;
}
.owl-icon-boxes-with-ctas .owl-icon-box-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #001d33;
}

.partner-program .owl-icon-box-desc {
  font-size: 14px;
}
.partner-program .owl-icon-box .button.grey-outline {
  font-size: 12px;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
}
.partner-program .owl-icon-box {
  width: 32.4%;
  padding: 40px 10px 50px;
}
.partner-program .owl-icon-box .owl-icon-box-cta {
  margin-top: 16px;
}
.partner-program .owl-icon-boxes-wrap.owl-icon-boxes-with-ctas .container {
  max-width: 1196px;
}
.partner-program .owl-icon-boxes-wrap.owl-icon-boxes-with-ctas .container .owl-icon-box-desc {
  max-width: 283px;
  margin-left: auto;
  margin-right: auto;
}

.find-partner-cta {
  background: #033057;
  color: #fff;
  padding: 75px 0 95px;
}

.find-partner-cta-inner {
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.find-partner-cta-inner .find-partner-left {
  width: 44%;
}
.find-partner-cta-inner .find-partner-right {
  width: 56%;
}

.find-partner-left h3 {
  color: #fff;
}

.find-partner-cta-desc {
  margin-bottom: 25px;
}

.form-with-left-desc-wrapper {
  background: #f8f8f8;
  margin-top: -27px;
  padding-top: 90px;
  padding-bottom: 60px;
  padding-top: 0;
  margin-top: 50px;
}

.fwld-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  position: relative;
  top: -30px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.fwld-left {
  width: 35.117%;
  padding-left: 100px;
}

.fwld-right {
  width: 52.93%;
  padding-right: 58px;
}

.find-partner-cta-wrapper {
  position: relative;
}

.fwld-form-box {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 55px 42px 50px;
  padding: 0 30px 0 20px;
  border: none;
}

.fwld-form-upper-desc {
  margin-bottom: 20px;
}

.success-stories .owl-page-hero-compact {
  min-height: 350px;
}
.success-stories .owl-page-hero-compact .owl-page-hero-bg:after {
  display: none;
}
.success-stories .owl-page-hero-compact .owl-page-hero-bg:before {
  display: none;
}
.success-stories .page-hero-inner-compact h1 {
  font-size: 40px;
}

.left-search-wrapper-outer.success-stories-page {
  padding-top: 0;
  margin-top: 0;
}

.success-stories-page .left-search-wrapper {
  border: none;
}
.success-stories-page h2 {
  color: #001d33;
}
.success-stories-page .resource-more-text {
  color: #001d33;
  opacity: 0.58;
  font-size: 10px;
}
.success-stories-page .owl-pagination {
  padding-bottom: 0;
}

.partner-resources .owl-page-hero-bg:after {
  opacity: 0;
}
.partner-resources .page-hero-inner {
  text-align: left;
  padding-top: 150px;
  padding-bottom: 160px;
}
.partner-resources .page-hero-alternative .page-hero-info {
  margin-left: 0;
  text-align: left;
  max-width: 440px;
  font-size: 16px;
}
.partner-resources .news-social-outer-wrapper:after {
  display: none;
}
.partner-resources .news-social-outer-wrapper {
  padding-top: 100px;
}
.partner-resources .news-social-outer-wrapper .news-social-title {
  font-size: 20px;
}

.partner-overview .owl-page-hero-bg:after {
  opacity: 0;
}
.partner-overview .page-hero-inner {
  text-align: left;
  padding-top: 150px;
  padding-bottom: 160px;
}
.partner-overview .page-hero-inner h1 {
  font-size: 40px;
}
.partner-overview .page-hero-alternative .page-hero-info {
  margin-left: 0;
  text-align: left;
  max-width: 440px;
  font-size: 16px;
}
.partner-overview .cds-feature-accordion-item {
  padding-bottom: 16px;
}
.partner-overview .cds-features-wrap.image-Right .cds-features-left h2 {
  padding-bottom: 0;
  border: none;
  font-size: 20px;
  margin: 0;
}
.partner-overview .cds-features-wrap .container {
  max-width: 994px;
}
.partner-overview .image-text-col-with-cta .container {
  max-width: 994px;
}
.partner-overview .cds-features-wrap.image-Left .cds-features-left {
  padding-right: 0;
  padding-top: 0;
}
.partner-overview .cds-features-image {
  width: 39%;
}

.find-a-partner .page-hero-inner-compact h1 {
  font-size: 35px;
}
.find-a-partner .owl-page-hero-compact-desc {
  font-size: 14px;
  color: #606060;
  line-height: 1.57;
}
.find-a-partner .owl-page-hero-bg:after {
  background: #fff;
}
.find-a-partner .owl-page-hero-bg:before {
  background: #fff;
}
.find-a-partner .owl-page-hero-compact {
  color: #003057;
}
.find-a-partner .owl-breadcrumbs {
  color: rgba(0, 48, 87, 0.35);
}
.find-a-partner .owl-breadcrumbs a {
  color: rgba(0, 48, 87, 0.35);
}
.find-a-partner .owl-breadcrumbs a:hover {
  color: rgb(0, 48, 87);
}
.find-a-partner .owl-breadcrumbs span.breadcrumbs__current {
  color: #003057;
}

.cds-feature-desc {
  color: #52c2c2;
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.image-text-col-with-cta {
  padding-top: 90px;
  padding-bottom: 75px;
}

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

.itcw-col-left {
  width: 50%;
  max-width: 440px;
  font-size: 16px;
  line-height: 1.375;
}
.itcw-col-left ul {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.itcw-col-left p {
  margin: 0 0 24px;
}

.itcw-col-right {
  width: 39%;
  text-align: center;
}

.itcw-col-right-image {
  margin-bottom: 32px;
}

.itcw-col-cta a.button.red-outline {
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  font-weight: normal;
}

.training-overview-wrapper {
  padding: 70px 0;
}

.training-overview-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.training-overview-right {
  width: 41%;
}

.training-overview-left {
  width: 41.5%;
  padding-left: 100px;
}

.training-types-intro {
  padding-top: 8rem;
  padding-bottom: 5rem;
  text-align: center;
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
}

.training-type-item {
  margin-bottom: 16px;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.training-type-item.open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.training-type-item.open .training-type-left img {
  width: 116px;
}
.training-type-item.open .training-type-right:before {
  opacity: 1;
}
.training-type-item.open .training-type-heading:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.training-type-cols {
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.training-type-left {
  width: 23.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.training-type-left img {
  width: 60px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.training-type-right {
  width: 76.3%;
  max-width: 570px;
  padding-left: 40px;
  position: relative;
}
.training-type-right:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.training-type-heading {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  padding-top: 10px;
}
.training-type-heading:after {
  width: 24px;
  height: 24px;
  content: "\e913";
  font-family: owlicons;
  color: #f0424d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 65%;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.training-type-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #001d33;
}

.training-type-sub-title {
  color: #52c2c2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  margin-top: 0.5rem;
  font-size: 10px;
  letter-spacing: 1px;
}

.training-type-body {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.training-type-body h4 {
  color: #001d33;
  opacity: 1;
  margin: 0;
}
.training-type-body p {
  margin: 0 0 20px;
}

.training-types-accordions {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.training-types-wrapper {
  padding-bottom: 60px;
}

.find-partner-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  margin-bottom: 16px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.find-partner-item .partner-info-website {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.find-partner-item .partner-info-about > p:first-child img {
  display: none;
}

.find-partner-item.open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.find-partner-item.open .find-partner-item-header:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.find-partner-item.open .find-partner-info-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-partner-item-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.find-partner-item-right {
  width: 76.5%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.find-partner-item-right:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 60px;
  background: #e6e6e6;
}

.find-partner-item-left {
  width: 23.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
}
.find-partner-item-left img {
  width: 110px;
  height: auto;
  margin: 0;
}

.find-partner-item-header {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 29, 51, 0.58);
  position: relative;
  cursor: pointer;
}
.find-partner-item-header:after {
  width: 24px;
  height: 24px;
  content: "\e913";
  font-family: owlicons;
  color: #f0424d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.find-partner-item-header-one {
  width: 35%;
}

.find-partner-item-header-two {
  width: 25%;
}

.find-partner-item-header-three {
  width: 30.5%;
}

.find-partner-item-title {
  color: #001d33;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: none;
}

.find-partner-item-body .partner-info-about {
  margin: 12px 0 36px;
}
.find-partner-item-body {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: none;
}

.tech-partner-info-close {
  display: none;
}

.find-partner-info-close {
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
  padding-top: 26px;
  padding-bottom: 14px;
  line-height: 1;
  color: #606060;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 80px);
  margin-left: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.find-partner-info-close i {
  font-size: 14px;
  padding-left: 10px;
}

.find-partner-item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.find-partner-item-location:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../img/partner-location.svg") no-repeat center center;
  background-size: cover;
  margin-left: 4px;
}

.embedded-products-hero .owl-page-hero-inner h1 {
  font-size: 40px;
  max-width: 500px;
  text-transform: none;
  margin: 0 auto;
}
.embedded-products-hero .owl-page-hero-inner .owl-page-hero-inner-desc {
  font-size: 16px;
  max-width: 442px;
  line-height: 1.375;
}
.embedded-products-hero .owl-page-hero-inner {
  height: inherit;
}
.embedded-products-hero .page-hero-inner-inner.container {
  padding-top: 118px;
  padding-bottom: 118px;
}

.embedded-products-intro .centered-text-wrapper .centered-text {
  max-width: 740px;
  line-height: 1.57;
}
.embedded-products-intro .centered-text-cta .button {
  font-size: 12px;
  font-weight: normal;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.embedded-products-gray-box {
  padding-top: 80px;
  padding-bottom: 110px;
}
.embedded-products-gray-box .owl-icon-box {
  width: 32.44%;
  padding-bottom: 30px;
  padding-top: 40px;
}
.embedded-products-gray-box .owl-icon-boxes.container {
  margin-bottom: 40px;
}
.embedded-products-gray-box .owl-lb-video {
  margin-top: 0;
}

.xde-modules-inner-box {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 85px 90px 45px;
}

.xde-modules-upper {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}
.xde-modules-upper h3 {
  margin: 0 0 12px;
  padding: 0;
}

.xde-modules-upper-desc {
  margin-bottom: 38px;
  line-height: 1.57;
}

.xde-modules-lower-cta .button {
  font-size: 12px;
  font-weight: normal;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  min-width: inherit;
}
.xde-modules-lower-cta {
  padding-top: 30px;
  text-align: center;
}

.xde-modules-upper-cta .button {
  font-size: 12px;
  font-weight: normal;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  min-width: inherit;
}
.xde-modules-upper-cta {
  margin-bottom: 30px;
}

.xde-modules-wrapper {
  margin-bottom: 75px;
}

.owl-icon-boxes-top-title {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.embedded-products-blue-box .gov-prods-intro-cols {
  margin-top: -34px;
  padding-bottom: 20px;
}
.embedded-products-blue-box .centered-text {
  color: #e6e6e6;
  max-width: 475px;
  font-size: 12px;
  line-height: 1.667;
}
.embedded-products-blue-box .centered-text h3 {
  color: #fff;
}
.embedded-products-blue-box .centered-text .red-outline {
  color: #fff;
  font-size: 12px;
  height: 32px;
  padding: 0 5px 2px;
  border-color: #52c2c2;
  min-width: 80px;
  margin-top: 10px;
}
.embedded-products-blue-box .centered-text .red-outline:hover {
  background: #52c2c2;
}
.embedded-products-blue-box .owl-icon-box {
  width: 32.44%;
  padding: 54px 40px;
}
.embedded-products-blue-box .owl-icon-box-title {
  margin-bottom: 20px;
}

.embedded-prods-inspiration .amtc-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.embedded-prods-inspiration .alternating-text-media-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.resources-list-manual-wrapper {
  padding-top: 85px;
  padding-bottom: 100px;
}
.resources-list-manual-wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
  width: 100%;
}
.resources-list-manual-wrapper .slick-dots li button {
  border: none;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  background: #001c33;
  opacity: 0.19;
  outline: none;
  margin: 0 6px;
}
.resources-list-manual-wrapper .slick-dots li {
  display: inline-block;
}
.resources-list-manual-wrapper .slick-dots li.slick-active button {
  opacity: 1;
}

.manual-resources-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.manual-resources-header .red-outline {
  height: 32px;
  font-size: 12px;
  min-width: inherit;
  font-weight: normal;
}

.manual-resources-slider .resource-block-bg {
  display: none;
}

.manual-resources-slider.resources-list a {
  margin: 0 5px;
}

.form-with-left-desc-wrapper.embedded-products-form {
  background: none;
  margin-top: 0;
}

.embedded-products-form .fwld-cols {
  padding-top: 0;
  top: -60px;
  padding-bottom: 0;
}
.embedded-products-form .fwld-cols .fwld-left {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 80px;
  background: #001c33;
  padding-left: 60px;
  color: #fff;
}
.embedded-products-form .fwld-cols .fwld-left h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.embedded-products-form .fwld-right {
  padding-bottom: 80px;
  padding-top: 60px;
}

.osx .header-cta .button {
  padding-top: 3px;
}

body.osx .home-slide-cta .red-outline {
  padding-top: 3px;
}

.training-calendar-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}

.training-calendar-wrapper {
  background: #f8f8f8;
  padding-top: 0;
}
.training-calendar-wrapper .container {
  max-width: 1014px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding-top: 68px;
  position: relative;
  top: -30px;
}
.training-calendar-wrapper .training-calendar-inner {
  max-width: 315px;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.training-calendar-wrapper .training-calendar-inner:nth-child(1) {
  margin-left: 0;
}
.training-calendar-wrapper .training-calendar-inner:nth-child(2) {
  margin-right: 0;
}

.training-calendar-title {
  color: #033057;
}

.training-calendar-sub_title {
  color: #525252;
}

.calendar .day {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calendar .ne-cal-prevm-day {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0;
}
.calendar .ne-cal-nextm-day {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0;
}

.calendar-view-month-header {
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ne-single-day-item {
  height: 45px;
}

.training-calendar-inner .calendar th {
  color: #525252;
  font-size: 14px;
  text-transform: none;
  width: 45px;
}
.training-calendar-inner:nth-child(1) .calendar-view-switch-month:last-child {
  opacity: 0;
}
.training-calendar-inner:nth-child(2) .calendar-view-switch-month:first-child {
  opacity: 0;
}

.day.day-occupied .ne-single-day-item {
  background: #f2f2f2;
  color: #001d33;
}
.day.day-occupied {
  cursor: pointer;
}

td.day.day-occupied.next-day-unoccupied:not(.prev-occupied) .ne-single-day-item {
  background: #e3e3e3;
}

.day-occupied.selected .ne-single-day-item {
  background: #52c2c2 !important;
  color: #fff;
}

.event-detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
  padding-bottom: 50px;
}

.event-detail-item-title {
  color: #52c2c2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.event-detail-item-desc {
  color: #525252;
  font-size: 14px;
  line-height: 1.57;
  max-width: 472px;
}
.event-detail-item-desc p {
  margin: 6px 0 20px;
}

.event-detail-cta a {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  min-width: 82px;
  font-size: 12px;
  color: #52c2c2;
}
.event-detail-cta a:hover {
  background: #52c2c2;
  color: #fff;
  border-color: #52c2c2;
}

.featured span.resource-more-text {
  left: 40px;
}

.day.day-occupied.next-day-unoccupied div:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.day.day-occupied.next-day-unoccupied {
  position: relative;
}
.day.day-occupied.next-day-unoccupied span {
  position: relative;
}

.day:not(.day-occupied) + .day.day-occupied div:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.day:not(.day-occupied) + .day.day-occupied {
  position: relative;
}
.day:not(.day-occupied) + .day.day-occupied span {
  position: relative;
}

.day.selected .ne-single-day-item:before {
  background: #52c2c2 !important;
}

.menu-footer-link a {
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  color: #52c2c2;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -16px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.menu-footer-link a:after {
  content: "";
  margin-left: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/blue-arrow-short.png") no-repeat center center;
  background-size: cover;
}

span.external-link-indicator {
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0.57;
  right: 20px;
  top: 23px;
  background: url("../img/external-link.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.resources-list a:hover span.external-link-indicator {
  opacity: 1;
}

.ns-news-item:not(.slick-current) a {
  visibility: hidden;
}

.product-hero-sub-title {
  color: #52c2c2;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  margin-top: -8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
}

.product-hero-cta {
  margin-top: 35px;
}
.product-hero-cta a.button.blue-outline {
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  min-width: inherit;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
}

.has-alternating-media .altenrating-text-media-wrapper .amtc-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.has-alternating-media .altenrating-text-media-wrapper ~ .alternating-text-media-wrapper:nth-child(2n) {
  background: #fff;
}
.has-alternating-media .altenrating-text-media-wrapper ~ .alternating-text-media-wrapper:nth-child(2n) .amtc-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.has-alternating-media .alternating-text-media-wrapper:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.has-alternating-media .alternating-text-media-wrapper:nth-child(2n+1) .amtc-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.potocol-support-inner {
  background: #001c33;
  color: #fff;
  padding: 85px 85px 85px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.protocol-support-intro {
  width: 30%;
}

.protocol-support-cols {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.protocol-support-cols ul {
  color: #fff;
  list-style: none;
  line-height: 1.6;
}
.protocol-support-cols ul ul {
  padding-top: 12px;
  list-style: none;
}
.protocol-support-cols ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.protocol-support-cols ul li {
  position: relative;
  padding-left: 10px;
}
.protocol-support-cols h4 {
  color: #52c2c2;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.protocol-support-col {
  width: 48%;
}

.amtc-cta .button {
  margin-top: 10px;
  border-radius: 3px;
  height: 32px;
  min-width: inherit;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: normal;
}

.amtc-image .owl-video-play {
  position: relative;
}
.amtc-image .owl-video-play i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.compare-chart-two .chart-row .chart-row-hd {
  font-size: 14px;
  width: 21.8%;
}
.compare-chart-two .chart-row .chart-row-value {
  width: 11.1%;
  padding-left: 14px;
  padding-right: 15px;
  min-height: 85px;
  line-height: 1.3;
}
.compare-chart-two .chart-row:first-child {
  font-size: 14px;
}
.compare-chart-two .compare-chart-title {
  margin-bottom: 60px;
}

.compare-chart-wrapper.compare-chart-two {
  font-size: 12px;
  padding-top: 100px;
  padding-bottom: 200px;
}

span.cct-tick {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/c-tick.svg") no-repeat center center;
  background-size: contain;
}

span.cct-cross {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/c-tick.svg") no-repeat center center;
  background-size: contain;
  background: url(../img/c-cross.svg) no-repeat center center;
  background-size: contain;
}

.vim--responsive-vid {
  position: relative;
  padding-top: 56.25%;
}
.vim--responsive-vid iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.xd-bridge-st-hero .page-hero-inner-inner.container {
  padding-top: 145px;
  padding-bottom: 125px;
}
.xd-bridge-st-hero .owl-page-hero-inner-desc {
  font-size: 18px;
  line-height: 1.33;
  max-width: 500px;
  margin-bottom: 26px;
}
.xd-bridge-st-hero .owl-page-hero-inner {
  height: initial;
}
.xd-bridge-st-hero .owl-page-hero-inner-sub {
  text-transform: uppercase;
  font-size: 20px;
}
.xd-bridge-st-hero .button.red {
  background: #1da6ff;
}

.centered-video-no-pulling .owl-lb-video {
  margin-top: 0;
}

main .blue-bar-text h3 {
  color: #fff;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wpb_text_column.wpb_content_element.blue-bar-text {
  margin: 0;
}

.has-styled-bullets p {
  font-size: 16px;
}
.has-styled-bullets ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.has-styled-bullets ul li {
  position: relative;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 32px !important;
  margin-bottom: 8px;
  background: url("../img/check-blue-circle.svg") no-repeat left center;
  background-size: 24px auto;
}

.has-gray-resources .manual-resources-wrapper {
  background: #fff;
}
.has-gray-resources .manual-resource-item {
  width: 31.2%;
  background: #ebebeb;
}
.has-gray-resources .msi-title {
  color: #434343;
  font-weight: 500;
  font-size: 18px;
}
.has-gray-resources .manual-resourc-ecta span {
  color: #434343;
}
.has-gray-resources .msi-sub-title {
  color: #434343 !important;
  opacity: 0.58;
}

.a-plus-b-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-plus-b-left {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-plus-b-right {
  width: 35.84%;
  position: relative;
}
.a-plus-b-right:before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  background: #52c2c2;
  position: absolute;
  top: 50%;
  right: 92%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ab-one {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  padding: 48px 32px 60px;
  width: 48.68%;
}

.ab-one-logo {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 38px;
}

.ab-one-title {
  font-family: "IBM Plex Sans", serif;
  font-size: 20px;
  color: #001a2b;
  letter-spacing: 0.01em;
  text-align: center;
}

.ab-one-description {
  text-align: center;
  font-size: 15px;
  color: #001a2b;
  margin-top: 8px;
}

.ab-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1da6ff;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-left: -24px;
  margin-top: -24px;
}

.owl-a-plus-b .container {
  max-width: 1100px;
}

.owl-page-hero-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.owl-page-hero-bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-page-hero-bg-video:after {
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #003057;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
}

.manual-resources-wrapper .resources-list.featured a {
  padding-bottom: 40px;
}
.manual-resources-wrapper .resource-block-inner .resource-more-text {
  bottom: 20px;
}

.footer-social a svg path {
  fill: #bebec2;
}
.footer-social a svg {
  width: 14px;
  height: 14px;
}
.footer-social a:hover svg path {
  fill: #fff;
}

.ldp-campaign-form-hero-wrapper {
  background: #162d3e;
  color: #fff;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  position: relative;
}
.ldp-campaign-form-hero-wrapper .container {
  position: relative;
}
.ldp-campaign-form-hero-wrapper h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  max-width: 422px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.ldp-campaign-form-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ldp-fh-sub-title {
  margin: 13px 0 18px;
  color: #51c1c1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.ldp-fh-cols {
  padding: 74px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
}

.ldp-fh-col-left {
  width: 44.188%;
}

.ldp-fh-col-right {
  width: 49%;
}

.ldp-fh-form {
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.0823529412);
  padding: 50px 34px 42px;
  border-radius: 10px;
}
.ldp-fh-form .ldp-fh-form-title {
  max-width: 422px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  color: #071b31;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.ldp-fh-desc {
  margin: 20px 0 30px;
}

.ldp-fh-desc-highlight {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.46);
  padding: 20px 50px 20px 24px;
  margin: 30px 0;
  display: block;
  color: #fff;
}

a.ldp-fh-desc-highlight:hover {
  background: rgba(255, 255, 255, 0.46);
  color: #fff;
}

.ldp-fh-form-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ldp-fh-form-icon-item:not(:last-child) {
  margin-bottom: 18px;
}

.ldp-fh-form-icon {
  width: 33px;
  margin-right: 21px;
}

.ldp-fh-form-title {
  width: calc(100% - 54px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
}

@media all and (max-width: 1380px) {
  .what-expect-sidebar-nav {
    left: 75px;
    width: 280px;
    padding: 30px 30px;
  }
}
@media all and (max-width: 1300px) {
  .home-hero-slider ul.slick-dots {
    left: 30px;
    max-width: 100%;
  }
  .how-we-help-grid-item {
    min-height: 450px;
    padding: 50px 30px;
    height: auto;
  }
  .hwh-content {
    margin-top: 100px;
  }
  .hwh-title {
    font-size: 22px;
  }
  .ns-news-item-title.ns-title {
    padding-bottom: 50px;
  }
  .wpb_wrapper .af-content ul {
    display: block;
  }
  .resources-lower-wrap .resources-list a {
    width: calc(50% - 18px);
  }
  .wte-image {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .cds-intro-wrap h2 {
    margin-bottom: 50px;
  }
  .cds-bb-content a {
    color: #52c2c2;
  }
  .cds-features-wrap.image-Right .cds-features-image {
    padding-left: 50px;
  }
}
@media all and (max-width: 1200px) {
  .what-expect-sidebar-nav {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .sa-columns {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
  .sa-col-left {
    width: 100%;
    padding-bottom: 30px;
  }
  .sa-col-right {
    width: 100%;
  }
  .owl-logos-mobile-content {
    display: block;
  }
  .owl-logo-logos-header {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .owl-logo-logos-title {
    text-align: center;
  }
  .how-we-help-grid-item {
    min-height: 400px;
    width: 1000%;
    min-height: auto;
    margin: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .how-we-help-grid {
    display: block;
    margin: 0 auto;
  }
  .hwh-content {
    margin-top: 50px;
  }
  .resources-filter-search-text .sidebar-filters-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .resources-filter-search-text {
    border: 0;
  }
  body .sidebar-filters-accordions {
    opacity: 1;
    visibility: visible;
    padding: 20px 20px 5px;
    position: static;
  }
  .mobile-filters-toggles {
    padding-top: 25px;
    display: none;
  }
  .wte-image {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    width: 49%;
  }
  .what-to-expect-cols-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 70px 0;
  }
  .cds-bb-features-top-row h2 {
    color: #fff;
  }
  .cds-intro-wrap h2 {
    margin-bottom: 50px;
  }
  .cds-bb-content a {
    color: #52c2c2;
  }
  .cds-features-wrap.image-Right .cds-features-image {
    padding-left: 50px;
  }
  .cds-left-content {
    display: block;
  }
  .cds-content {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
  .cds-features-wrap.image-Left .cds-features-left {
    padding-right: 10px;
    padding-left: 30px;
    padding-top: 0;
  }
  .cds-bb-features-wrap-inner {
    padding: 80px 50px;
  }
  .vc_row.wpb_row.vc_row-fluid.key-security-cds .cds-features-wrap.image-Right {
    padding: 120px 0 70px;
  }
  .vc_row.wpb_row.vc_row-fluid.cds-filtering-transfomation {
    padding-bottom: 0px;
  }
  .domain-separation-section > div {
    max-width: 100%;
  }
  .domain-separation-section .media-text-columns-wrapper.within-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cds-bb-features-top-row.image-right .cds-right-col {
    padding-left: 20px;
  }
  .cds-bb-features-top-row.image-right .cds-features-left {
    width: 60%;
  }
  .wpb_text_column.wpb_content_element.tos-right {
    -webkit-transform: none;
            transform: none;
    padding: 50px 40px;
  }
  .accerleration-and-certification .media-text-columns-wrapper.within-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vc_row.wpb_row.vc_row-fluid.tabs-full-image .container {
    max-width: 100%;
  }
  .training-overview-left {
    padding-left: 0;
  }
  .fwld-left {
    padding-left: 30px;
  }
  .fwld-form-box {
    padding: 0;
  }
  .find-partner-item-header:after {
    margin-top: 0;
    top: 10px;
  }
  .find-partner-item-header {
    padding-right: 100px;
  }
  .find-partner-item-title {
    margin-bottom: 16px;
  }
  .find-partner-item-right {
    width: 100%;
    padding-left: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
  .find-partner-item-right:before {
    display: none;
  }
  .find-partner-item-cols {
    position: relative;
  }
  .find-partner-item-left {
    width: 80px;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .find-partner-item:not(.open) .find-partner-item-header-two {
    display: none;
  }
  .find-partner-item:not(.open) .find-partner-item-header-three {
    display: none;
  }
  .find-partner-item:not(.open) .find-partner-item-left {
    display: none;
  }
  .find-partner-item:not(.open) {
    padding-bottom: 0;
  }
  .partner-program .owl-icon-box {
    width: 100%;
  }
  .embedded-products-gray-box .owl-icon-box {
    width: 100%;
  }
  .embedded-products-blue-box .owl-icon-box {
    width: 100%;
    margin-bottom: 16px !important;
  }
  .embedded-products-form .fwld-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .embedded-products-form .fwld-cols .fwld-left h3 {
    font-size: 30px;
  }
  .embedded-products-form .fwld-cols .fwld-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .training-calendar-wrapper .container {
    top: -24px;
    padding-top: 50px;
  }
  .training-calendar-wrapper {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
  }
  .training-calendar-wrapper .training-calendar-inner:nth-child(2) {
    display: none;
  }
  .training-calendar-wrapper .training-calendar-inner:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
  .training-calendar-inner:nth-child(1) .calendar-view-switch-month:last-child {
    opacity: 1;
  }
  .potocol-support-inner {
    display: block;
  }
  .protocol-support-intro {
    width: 100%;
    margin-bottom: 30px;
  }
  .protocol-support-cols {
    width: 100%;
  }
  .compare-chart-two .chart-row .chart-row-hd {
    font-size: 12px;
  }
  .a-plus-b-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-plus-b-left {
    width: 100%;
  }
  .a-plus-b-right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .a-plus-b-right:before {
    opacity: 0;
    visibility: hidden;
  }
}
@media all and (min-width: 1200px) {
  .what-to-expect-cols-row {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100% - 380px);
  }
  .what-to-expect-cols-wrap .container {
    max-width: 1400px;
  }
}
@media all and (min-width: 768px) {
  div.apply-filters-mobile {
    display: none;
  }
  .mobile-filters-toggles {
    display: none;
  }
  .page .product-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .xde-modules-inner-box {
    padding: 50px 30px !important;
  }
  .resources-filter-search-sidebar .resources-filter-serach-icon {
    color: #003057;
  }
  html:not(.resources-filters-active) button[name=sidebar_reset] {
    display: none;
  }
  .bbb-logo {
    display: none;
  }
  .home-slide {
    min-height: 415px;
    background-size: cover;
    background-position: center center;
  }
  .home-slide-content br {
    display: none;
  }
  .home-slide-content {
    line-height: 20px;
  }
  .home-hero-slider ul.slick-dots {
    left: 0;
    bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-hero-slider ul.slick-dots li {
    height: 3px;
  }
  .home-slide-headings {
    padding-top: 85px;
  }
  .hwh-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .hwh-content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    padding: 0 10px;
  }
  .hwh-content p a {
    margin-right: 15px;
    font-size: 10px;
  }
  .how-we-help-grid-item {
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .how-we-help-grid-item:hover .hwh-title {
    display: none;
  }
  .how-we-help-wrap .main-heading {
    margin-bottom: 40px;
  }
  .how-we-help-wrap {
    padding-bottom: 75px;
  }
  .news-cta {
    display: none;
  }
  h1.news-social-title {
    font: 900 28px/34px "IBM Plex Sans";
    color: #001c33;
  }
  .news-social-outer-wrapper {
    padding-top: 66px;
    padding-bottom: 60px;
  }
  .blog-news-wrap {
    display: block;
  }
  .blog-news-wrap > div {
    width: 100%;
    margin: 0 0 15px 0px;
    padding: 18px 19px;
  }
  .ns-news-item .ns-read-more.news-slide {
    display: none;
  }
  .blog-news-wrap.row2 > div {
    width: 100%;
  }
  .sa-feature-item {
    width: calc(50% - 18px);
    margin: 9px;
    width: calc(50% - 18px);
    margin: 0 9px;
  }
  .features-owl-hp {
    margin: 0 -9px;
    margin: 0 -9px;
  }
  .wpb_text_column.wpb_content_element.clients-heading {
    padding-left: 0;
    padding-right: 0;
    padding-top: 55px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 28, 51, 0.14);
    max-width: calc(100% - 50px);
    margin-bottom: 45px;
  }
  .clients-heading h3 {
    padding-bottom: 20px;
  }
  .owl-logos-wrap:not(.active) {
    width: 100%;
    border: none;
    padding-top: 35px;
  }
  .owl-logos-wrap .owl-logo-slide img {
    max-width: 68px;
    width: 100%;
  }
  .owl-logos-wrap:last-child .owl-logo-slide img {
    max-width: 50px;
    height: auto;
  }
  .owl-logos-mobile-content {
    border-bottom: 1px solid rgba(0, 28, 51, 0.14);
  }
  .owl-logo-slider .slick-dots li.slick-active {
    background: #003057;
  }
  .owl-logo-slider {
    max-width: 100%;
  }
  .owl-logos-wrap.active .owl-logo-slider-wrap {
    width: 100%;
  }
  .owl-logos-wrap.active {
    border: 0;
  }
  .owl-logo-slide {
    margin: 0 15px;
  }
  .resources-list.featured {
    display: none;
  }
  .resources-lower-wrap .resources-list a {
    width: 100%;
    height: 231px;
    margin: 0;
    margin-bottom: 12px;
  }
  .mobile-filters-toggles {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-filters-toggles button {
    font-size: 11px;
  }
  button[name=sidebar_reset] {
    height: 38px;
    width: 124px;
  }
  .left-search-wrapper {
    border-top: 0;
  }
  .left-search-wrapper-outer {
    border-top: 1px solid #e6e6e6;
    padding-top: 0;
    margin-top: 100px;
  }
  .resources-filter-search-text .sidebar-filters-buttons {
    display: none;
  }
  .resources-filter-search-text {
    border-bottom: 1px solid #e6e6e6;
  }
  body .sidebar-filters-accordions {
    display: none;
  }
  body .left-search-wrapper {
    display: block;
  }
  body .resources-filters-sidebar {
    width: 100%;
  }
  body .resources-lower-wrap {
    width: 100%;
    padding-top: 20px;
    margin: 0;
    width: 100%;
  }
  html.resources-filters-active {
    overflow: hidden;
  }
  html.resources-filters-active .mobile-filters-toggles {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 99;
    top: 70px;
    left: 0;
    padding: 30px 15px 30px;
  }
  html.resources-filters-active .sidebar-filters-accordions {
    position: fixed;
    z-index: 99;
    display: block;
    height: calc(100vh - 145px);
    bottom: 0;
    left: 0;
    top: auto;
    overflow: auto;
    padding-bottom: 129px;
  }
  a.toggle-fs-filters {
    border: 1px solid #e6e6e6;
  }
  div.apply-filters-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 129px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    -webkit-box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.0431372549);
            box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.0431372549);
    background: #fff;
  }
  a.apply-filters-mobile.button {
    width: 147px;
    height: 38px;
    background: #52c2c2 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 0;
    font: 800 11px/1 "IBM Plex Sans";
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
  }
  .resources-list:not(.featured) {
    width: 100%;
    margin: 0 auto;
  }
  section.blog-page-outer-wrapper .page-hero-inner-compact.container {
    text-align: center;
  }
  .hidden-desktop.blog-posts-grid {
    display: none;
  }
  .blog-posts-grid-outer-wrapper {
    display: block;
  }
  .blog-posts-grid-outer-wrapper .resources-filters-sidebar {
    width: 100%;
  }
  .blog-posts-grid-outer-wrapper .blog-posts-grid {
    width: 100%;
  }
  .blog-posts-grid-outer-wrapper .blog-posts-grid .blog-post-item {
    width: 100%;
  }
  .blog-posts-grid-outer-wrapper .resources-filter-search-text {
    border-bottom: 0;
  }
  .blog-posts-wrapper:before {
    display: none;
  }
  .blog-posts-wrapper {
    border-top: 1px solid #e6e6e6;
  }
  .featured-post-separator {
    display: none;
  }
  .blog-sort-by.resources-sort {
    display: none;
  }
  .blog-posts-grid {
    padding-top: 20px;
  }
  .mobile-menu-open .mobile-menu-footer {
    z-index: 101;
  }
  .about-feature-item {
    width: 100%;
    margin: 0 0 15px;
    padding: 40px 30px 40px;
  }
  .features-owl-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .about-cbfeature-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: 0;
  }
  .combine-feature-item {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location-left {
    padding: 40px;
  }
  .location-img {
    height: 300px;
    min-height: 300px;
  }
  div#about {
    display: block;
    padding-top: 0;
  }
  div#about .about-intro-content {
    text-align: left;
  }
  div#leadership {
    display: block;
    margin-top: -18px;
  }
  .about-intro-images .about-intro-image {
    margin-top: 18px;
  }
  .about-intro-images {
    margin: 0 -25px;
    width: calc(100% + 50px);
    margin-top: 40px;
  }
  .about-blue-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .owl-headings-with-text h2 {
    text-align: left;
  }
  .owl-headings-with-text .copy {
    text-align: left;
  }
  .about-features-wrap .owl-headings-with-text {
    padding-bottom: 22px;
  }
  .wpb_wrapper .af-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-combined.rb-font {
    padding: 60px 0;
  }
  div#accreditations {
    display: block;
  }
  div#history {
    display: block;
  }
  .about-combined-features-wrap {
    padding-bottom: 10px;
  }
  .owl-accreditations.container {
    margin-bottom: 70px;
  }
  .history-info-image {
    display: none;
  }
  .history-info-cols {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .location-right {
    display: none;
  }
  .about-location-item > div {
    width: 100%;
    padding: 55px 45px;
  }
  .heading-locations.rb-font {
    text-align: left;
  }
  article#post-932 .owl-page-hero.page-hero-alternative {
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article#post-932 .page-hero-inner h1 {
    max-width: 100%;
  }
  .page-hero-inner h1 {
    line-height: 28px;
    max-width: 310px;
    margin: 0 auto;
  }
  .owl-page-hero-inner {
    height: 295px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 295px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-page-hero-inner h1 {
    font-size: 25px;
    letter-spacing: 0.25px;
    color: #ffffff;
    line-height: 28px;
    text-transform: none;
    padding-top: 10px;
    font-size: 25px !important;
    letter-spacing: 0.25px;
    color: #ffffff;
    line-height: 28px !important;
    text-transform: none;
    padding-top: 10px;
  }
  .page-hero-inner-inner.container {
    padding-top: 10px;
    padding-top: 10px;
  }
  .embedded-products-hero .owl-page-hero-inner h1 {
    font-size: 25px !important;
    letter-spacing: 0.25px;
    color: #ffffff;
    line-height: 28px !important;
    text-transform: none;
    padding-top: 10px;
  }
  .cols-text-wrap {
    padding: 40px 0;
  }
  .cols-text-wrap .container {
    display: block;
  }
  .text-col-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .text-col-item:last-child {
    margin-bottom: 0;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .media-text-columns-wrapper.within-container {
    padding: 50px 0;
    padding-bottom: 0;
  }
  .media-text-column-content-left {
    width: 100%;
    max-width: 100%;
  }
  .media-text-column-content-left h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
  }
  .media-text-column-image-right {
    width: 100%;
    width: calc(100% + 50px);
    margin: 0 -25px;
    margin-top: 50px;
  }
  .owl-info-box-blue-warp {
    padding: 45px 0;
    display: block;
  }
  .dark-heading.txt-whilte {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-blue-checklist {
    width: 100%;
  }
  .info-blue-checklist li {
    padding-left: 40px;
  }
  article#post-3629 .owl-page-hero-inner h1 {
    max-width: 350px;
  }
  .page-hero-info br {
    display: none;
  }
  .what-to-expect-cols-row {
    display: block;
    padding-top: 45px;
    padding-bottom: 0;
  }
  .wte-content-left {
    width: 100%;
    max-width: 100%;
  }
  .wte-content-left p:last-child {
    margin-top: 20px;
  }
  .wte-content-left p:last-child a {
    display: inline-block;
    line-height: initial;
  }
  .wte-image {
    width: calc(100% + 50px);
    margin: 0px -25px;
    max-width: calc(100% + 60px);
    margin-top: 36px;
  }
  .hidden-desktop span h3 {
    font: Bold 10px/19px "IBM Plex Sans";
    color: #f0424d;
  }
  .mobile-accordions .active.about-mobile-accordion-hd {
    color: #f0424d;
    border-bottom: 1px solid #e6e6e6;
  }
  .hidden-desktop.about-mobile-accordion-hd {
    margin-bottom: 18px;
  }
  .training-page-hero .page-hero-info p {
    margin-bottom: 0;
  }
  .training-page-hero .page-hero-info {
    text-align: center;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .training-page-hero .page-hero-inner {
    padding: 0;
  }
  .training-page-hero .page-hero-inner h1 {
    text-align: center;
  }
  .owl-page-hero {
    min-height: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .announcement-bar-cols {
    display: block;
    text-align: center;
  }
  .announcement-bar-left {
    width: 100%;
    padding: 0;
  }
  .announcement-bar-left:before {
    position: static;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 16px;
  }
  .announcement-bar-right {
    width: 100%;
    margin-top: 30px;
  }
  .compact-cta-bar-cols {
    display: block;
    text-align: center;
    padding: 30px 0 25px;
  }
  .compact-cta-bar-right {
    margin-top: 20px;
  }
  .products-works-tabs.agenda-tabs-wrapper {
    padding: 0;
  }
  .products-works-tabs.agenda-tabs-wrapper .product-tab-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-works-tabs.agenda-tabs-wrapper .product-tab-left img {
    max-width: 100px;
  }
  .agenda-tabs-wrapper .container {
    padding: 0;
  }
  .agenda-tabs-wrapper .product-tab-right {
    width: 100%;
  }
  .owl-tab-mobile-hd.hidden-desktop {
    padding: 0 20px;
  }
  .owl-tab-mobile-content {
    padding: 0 20px;
  }
  .training-locations-rows {
    padding-top: 30px;
  }
  .featured-software-grid {
    display: block;
  }
  .fsoft-left {
    width: 100%;
  }
  .fsoft-right-content {
    width: 100%;
    margin-top: 30px;
  }
  .fsoft-right-content ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  a.owl-software-icon-box {
    width: 100%;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }
  a.owl-software-icon-box .owl-icon-box-icon {
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .owl-software-icon-boxes .owl-software-icon-box {
    width: 100%;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }
  .featured-software-wrap .dark-heading {
    margin-bottom: 25px;
  }
  article#post-3676 .hero-full-container .page-hero-info {
    max-width: 250px;
    margin: 0 auto;
  }
  .cds-intro-wrap h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #001c33;
    max-width: 300px;
    margin: 0 auto;
  }
  .cds-intro-wrap {
    padding: 60px 0;
    padding-bottom: 0;
  }
  .cds-intro-grid {
    display: block;
    padding-top: 50px;
  }
  .cds-intro-grid > div {
    width: 100%;
  }
  .cds-intro-grid > div.cds-right-image {
    width: calc(100% + 50px);
    margin: 0 -25px;
    margin-top: 30px;
  }
  .owl-cds-box-icon {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
  }
  .cds-content {
    text-align: center;
  }
  .cds-features-grid {
    display: block;
  }
  .cds-features-wrap.image-Left .cds-features-left {
    padding-left: 0;
    width: 100%;
  }
  .cds-features-wrap.image-Left {
    padding: 45px 0 0;
  }
  .cds-features-left h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cds-features-left {
    width: 100%;
  }
  .cds-features-image {
    width: calc(100% + 50px);
    margin: 0 -25px;
    margin-top: 30px;
    display: none;
  }
  .cds-bb-features-wrap {
    margin: 0 -25px;
  }
  .cds-bb-features-top-row {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-bottom: 40px;
  }
  .cds-right-col {
    width: 100%;
    padding: 0;
    width: 100%;
  }
  .cds-bb-features-wrap-inner {
    padding: 50px 25px;
  }
  .cds-grid-row-inner > div {
    width: 100%;
    max-width: 100%;
  }
  .cds-grid-row-inner {
    display: block;
  }
  .cds-bb-img {
    display: none;
  }
  .vc_row.wpb_row.vc_row-fluid.key-security-cds .cds-features-wrap.image-Right {
    padding-bottom: 0;
  }
  .vc_row.wpb_row.vc_row-fluid.key-security-cds .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .cds-features-wrap.image-Right .cds-features-image {
    padding: 0;
    max-width: calc(100% + 50px);
    width: caalc;
  }
  .vc_row.wpb_row.vc_row-fluid.cds-filtering-transfomation h2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }
  .vc_row.wpb_row.vc_row-fluid.cds-filtering-transfomation {
    padding-top: 50px;
  }
  .cds-filtering-transfomation .wpb_text_column.wpb_content_element.owl-headings-with-text {
    text-align: left;
    padding-bottom: 0;
    width: calc(100% - 50px);
  }
  div.two-cols-grid-with-sep {
    display: block;
    text-align: left;
    padding-top: 0;
  }
  div.two-cols-grid-with-sep:after {
    display: none;
  }
  div.two-cols-grid-with-sep > div > div {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
  }
  div.two-cols-grid-with-sep > div:last-child > div {
    border: 0;
    margin-bottom: 0;
  }
  .domain-separation-section {
    padding-top: 45px;
    text-align: left;
    padding-bottom: 30px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .domain-separation-section .media-text-columns-wrapper.within-container > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .domain-separation-section .media-text-column-content-left {
    padding-top: 30px;
  }
  .domain-separation-section .media-text-column-image-right {
    margin: 0;
  }
  div.domain-separation-section h2 {
    text-align: left !important;
    font-size: 20px;
    line-height: 30px;
  }
  .media-text-column-.domain-separation-section .media-text-columns-wrapper.within-container .media-text-column-image-right {
    padding-top: 35px;
  }
  .vc_row.wpb_row.vc_row-fluid.defense-in-depth-row {
    margin-top: 0;
  }
  .cds-bb-features-top-row.image-right .cds-features-left {
    width: 100%;
    padding: 0 10px;
  }
  .cds-bb-features-top-row.image-right .cds-right-col {
    padding: 0;
    margin-top: 30px;
  }
  .vc_row.wpb_row.vc_row-fluid.container.trusted-operating-system {
    padding-top: 45px;
    display: block;
    padding: 0 15px;
    padding-top: 40px;
  }
  .vc_row.wpb_row.vc_row-fluid.container.trusted-operating-system h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
  .wpb_text_column.wpb_content_element.tos-right {
    padding: 30px 35px;
  }
  div.accerleration-and-certification {
    padding: 45px 0;
    display: block;
  }
  div.accerleration-and-certification .media-text-column-image-right {
    display: none;
  }
  .accerleration-and-certification .media-text-columns-wrapper.within-container > div {
    display: block;
  }
  .home-slide-title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .resource-block-inner .resoure-type {
    opacity: 0.5;
  }
  .cds-accordion-img {
    padding: 20px;
  }
  .cds-feature-accordion-item.active .cds-accordion-img {
    display: block;
  }
  #technical-request .vc_col-sm-4 {
    width: 100%;
  }
  #technical-request .vc_col-sm-8 {
    width: 100%;
    float: none;
  }
  .updates-cols {
    display: block;
  }
  .updates-left {
    width: 100%;
  }
  .updates-right {
    width: 100%;
  }
  .products-works-tabs.updates-tabs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .updates-table-header {
    padding: 20px 15px;
  }
  .updates-table-body {
    padding: 10px 15px;
  }
  .updates-table-row.cols-three .utr-one {
    width: calc(100% - 200px);
  }
  .pic-modal {
    width: 98vw;
  }
  .partner-overview .page-hero-inner h1 {
    font-size: 28px;
    text-align: center;
  }
  .partner-overview .page-hero-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .partner-overview .page-hero-alternative .page-hero-info {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .partner-overview .cds-features-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partner-overview .cds-features-wrap.image-Left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partner-resources .page-hero-alternative .page-hero-info {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .partner-resources .page-hero-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .image-text-col-with-cta {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .itcwc-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itcw-col-left {
    width: 100%;
  }
  .itcw-col-right {
    width: 100%;
    margin-top: 40px;
  }
  .training-overview-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .training-overview-left {
    margin-bottom: 40px;
    width: 100%;
  }
  .training-overview-cols {
    display: block;
  }
  .training-overview-right {
    width: 100%;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .training-overview-image img {
    display: block;
    width: 100%;
  }
  .training-types-intro {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .training-type-left {
    display: none;
  }
  .training-type-right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .training-type-right:before {
    display: none;
  }
  .training-type-cols {
    padding-left: 16px;
    padding-right: 16px;
  }
  .training-type-sub-title {
    font-size: 10px;
  }
  .training-types-wrapper {
    padding-bottom: 46px;
  }
  .training-types-accordions {
    width: calc(100% + 18px);
    margin-left: -9px;
  }
  .training-type-heading:after {
    top: 50%;
  }
  .success-stories .owl-page-hero-compact {
    min-height: initial;
    min-height: inherit;
    text-align: center;
  }
  .left-search-wrapper-outer.success-stories-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-with-owl-logo {
    padding: 60px 0 40px;
  }
  .hwol-bg-logo {
    display: none;
  }
  .hwol-inner-content h2 {
    font-size: 33px;
  }
  .hwol-inner-content {
    font-size: 16px;
  }
  .partner-benefits-image {
    display: none;
  }
  .partner-benefits-wrapper {
    padding: 45px 0 80px;
  }
  .owl-icon-boxes-wrap.owl-icon-boxes-with-ctas {
    top: -40px;
  }
  .find-partner-cta-wrapper {
    margin-top: -20px;
  }
  .find-partner-cta-inner {
    display: block;
  }
  .find-partner-cta-inner .find-partner-left {
    width: 100%;
  }
  .find-partner-cta-inner .find-partner-right {
    width: 100%;
  }
  .find-partner-cta {
    padding-top: 45px;
    padding-bottom: 50px;
    text-align: center;
  }
  .fwld-cols {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fwld-left {
    width: 100%;
    text-align: center;
  }
  .fwld-right {
    width: 100%;
    padding: 0;
    margin-top: 45px;
  }
  .form-with-left-desc-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .fwld-left-desc p {
    margin-top: 10px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .fwld-form-box {
    padding-bottom: 10px;
    padding: 0 20px;
  }
  .fwld-form-box .gform_wrapper .gform_footer .button {
    max-width: 172px;
  }
  .find-partner-info-close {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
  .find-partner-item.open {
    padding-bottom: 10px;
  }
  .find-a-partner .page-hero-inner-compact {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .find-a-partner .owl-page-hero-compact-desc {
    max-width: 100%;
  }
  .embedded-products-form .fwld-cols .fwld-left {
    width: 100%;
    padding-bottom: 40px;
  }
  .embedded-products-form .fwld-cols {
    top: -30px;
  }
  .embedded-products-form .fwld-right {
    padding: 0;
    margin-top: 0;
  }
  .embedded-products-gray-box {
    padding-bottom: 40px;
  }
  .embedded-prods-inspiration .alternating-text-media-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .resources-list-manual-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .potocol-support-inner {
    padding: 20px;
  }
  .protocol-support-cols {
    display: block;
  }
  .protocol-support-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .compare-chart-two .compare-chart {
    display: block;
  }
  .manual-resources-wrapper .resources-list.featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manual-resources-wrapper .resources-list.featured > a {
    margin-bottom: 25px;
  }
  .ldp-campaign-form-hero-wrapper h1 {
    font-size: 36px;
  }
  .ldp-fh-desc-highlight {
    padding: 27px 38px;
  }
  .ldp-fh-form .ldp-fh-form-title {
    font-size: 18px;
  }
  .ldp-fh-form {
    padding: 40px 10px;
  }
  .ldp-fh-form-shortcode {
    padding: 0 20px;
  }
  .ldp-fh-cols {
    padding: 53px 0 57px;
  }
}
@media all and (max-width: 1100px) {
  div#technical-request > .vc_column_container {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 30px;
    top: 0;
  }
}
@media all and (max-width: 1240px) {
  .find-partner-item-header {
    display: block;
  }
  .find-partner-item-type {
    margin: 10px 0;
  }
  .find-partner-item-header-two {
    margin: 10px 0;
    width: 100%;
  }
  .find-partner-item-header-one {
    width: 100%;
  }
  .find-partner-item-header-three {
    width: 100%;
  }
}
@media all and (max-width: 1140px) {
  .find-partner-cta {
    padding: 75px 20px;
  }
}
@media all and (max-width: 830px) {
  .mega-menu-wrapper .menu-main-level {
    margin-right: 10px;
  }
}
@media all and (max-width: 1280px) {
  .potocol-support-inner {
    padding: 40px;
  }
  .protocol-support-intro {
    width: 32%;
  }
  .protocol-support-cols {
    width: 60%;
  }
  .protocol-support-col {
    width: 49%;
  }
}
@media all and (max-width: 600px) {
  .ab-one {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ab-one:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .a-plus-b-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ab-plus-icon {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .has-gray-resources .manual-resource-item {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .ldp-fh-col-left {
    width: 100%;
  }
  .ldp-fh-col-right {
    width: 100%;
    margin-top: 50px;
  }
}
