* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  padding: 120px 0;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b2-curved-corners.top-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-curved-corners.bottom-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-boxshadow {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-center-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2-img-center {
  display: block;
  margin: 0 auto;
}
.b2-inner-content {
  max-width: 1450px;
  margin: 0 auto;
}
.sec-hdr {
  margin-bottom: 50px;
}
.sec-hdr .pre-hdr-txt {
  margin-bottom: 12px;
}
.sec-hdr h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
h1,
.heading1,
h2,
.heading2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  clear: both;
}
h1,
.heading1 {
  font-size: 4.9rem;
}
h2,
.heading2 {
  font-size: 3.125rem;
  line-height: 1.2;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.3125rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p {
  margin: 16px 0;
}
p,
.b2-paragraph {
  font-size: 16px;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
strong {
  font-weight: 600;
}
.content-hdr-txt {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
}
.content-hdr-txt + p {
  margin-top: 0;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-title-font {
  font-family: "Montserrat", sans-serif;
}
.b2-paragraph-font {
  font-family: "Montserrat", sans-serif;
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.b2-link {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 23px 16px;
  width: 295px;
  background-color: var(--secondary-color);
  border-radius: 38px;
  overflow: hidden;
  z-index: 1;
}
.b2-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -96px;
  width: 250px;
  height: 250px;
  background: radial-gradient(transparent, transparent, #fff);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.b2-link:hover {
  background: linear-gradient(to right, #ff5900, #ff9d67, #ff9d67);
}
.b2-link:hover::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.b2-link.link-sm {
  font-size: 0.8rem;
  width: auto;
  padding: 16px 32px;
}
.b2-link.is-white {
  color: var(--secondary-color);
  background-color: #fff;
}
.b2-link.is-white:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.b2-link.is-blue {
  background-color: var(--primary-color);
}
.b2-link.is-blue:hover {
  background: linear-gradient(to right, var(--primary-color), #444e9f, #444e9f);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--secondary-color);
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
#breadcrumbs a {
  color: var(--primary-color);
}
.adits-form {
  position: relative;
}
.adits-form ._form-content {
  display: flex;
  flex-flow: wrap;
}
.adits-form ._form-content ._form_element {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
}
.adits-form ._form-content ._button-wrapper._full_width {
  text-align: right;
  width: 100%;
}
form label {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 8px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #000;
  width: 100%;
  height: 45px;
  padding: 0 8px;
  background-color: #f5f5f5;
  border: none;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #828282;
}
form textarea {
  resize: none;
  padding: 8px;
  height: 220px;
}
form button,
form input[type=submit],
form input[type=button] {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 8px;
  width: 220px;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 38px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
form button::before,
form input[type=submit]::before,
form input[type=button]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -96px;
  width: 250px;
  height: 250px;
  background: radial-gradient(transparent, transparent, #fff);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
form button:hover,
form input[type=submit]:hover,
form input[type=button]:hover {
  background: linear-gradient(to right, #ff5900, #ff9d67, #ff9d67);
}
form button:hover::before,
form input[type=submit]:hover::before,
form input[type=button]:hover::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.b2-custom-select {
  position: relative;
}
.b2-custom-select select {
  display: none;
}
.b2-custom-select .b2-custom-select-container {
  position: relative;
}
.b2-custom-select .b2-custom-select-container p {
  padding: 16px;
  font-size: 1rem;
  border: 2px solid rgba(29,29,29,0.1);
  border-radius: 6px;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 200px;
  border: 2px solid rgba(29,29,29,0.1);
  border-top: none;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
}
.b2-custom-select .b2-custom-select-container ul li {
  padding: 16px 11px;
  border-radius: 6px;
  max-width: 95%;
  margin: 0 auto;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul li:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.page-template-default main#primary,
.page-template-template-default-nobanner main#primary,
.error404 main#primary {
  max-width: 85.31%;
  margin: 0 auto;
  padding: 0 15px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  margin-bottom: 8px;
  background-color: #1c2576;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  color: #fff;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.b2-faq-item .b2-faq-item-q.tab-close i {
  transform: rotate(180deg);
  transform-origin: 6px 4px;
}
.b2-faq-item .b2-faq-item-q.tab-close i.fa-minus {
  opacity: 0;
}
.b2-faq-item .b2-faq-item-q.tab-close i.fa-plus {
  opacity: 1;
}
.b2-faq-item .b2-faq-item-q:hover {
  opacity: 0.8;
}
.b2-faq-item .b2-faq-item-q h3 {
  font-size: 1.25rem;
}
.b2-faq-item .b2-faq-item-q i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.b2-faq-item .b2-faq-item-q i.fa-minus {
  opacity: 1;
}
.b2-faq-item .b2-faq-item-q i.fa-plus {
  opacity: 0;
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  color: #fff;
  padding: 0 30px 16px;
}
.b2-faq-item .b2-faq-item-a p:first-child {
  margin-top: 0;
}
.b2-faq-item .b2-faq-item-a * {
  font-size: 1.125rem;
}
.b2-faq-item .b2-faq-item-a a {
  color: inherit;
  text-decoration: underline;
}
.b2-faq-item .b2-faq-item-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-faq-item .b2-faq-item-a ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.b2-faq-item .b2-faq-item-a ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 16px;
  transition: all 0.2s ease-in-out;
}
.b2-mh-wrap.is-active {
  background-color: var(--primary-color);
}
.b2-mh-wrap.scrolled {
  background-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
  max-height: 83px;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 18px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: var(--primary-color);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
header#main-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 10px;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
header#main-hdr.scrolled {
  padding: 16px 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
header#main-hdr.scrolled .main-hdr-inner .main-hdr-col .scroll {
  opacity: 1;
}
header#main-hdr.scrolled .main-hdr-inner .main-hdr-col .initial {
  opacity: 0;
}
header#main-hdr.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #828282;
}
header#main-hdr.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  color: #1d1d1d;
}
header#main-hdr.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
  background-color: #ececec;
}
header#main-hdr.scrolled .main-hdr-inner .main-hdr-col > a img {
  width: 130px;
}
header#main-hdr.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
  bottom: -34px;
}
header#main-hdr.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 34px;
}
header#main-hdr.scrolled .b2-link {
  padding: 16px;
}
header#main-hdr .main-hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 30px;
}
header#main-hdr .main-hdr-inner .main-hdr-col {
  position: relative;
}
header#main-hdr .main-hdr-inner .main-hdr-col img {
  transition: all 0.2s ease-in-out;
}
header#main-hdr .main-hdr-inner .main-hdr-col .scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header#main-hdr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  margin: 0 16px;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link::after {
  width: 100%;
  opacity: 1;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  position: relative;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in-out;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link span {
  display: none;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
  content: "";
  display: block !important;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 12px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 70px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  margin-top: 23px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 1;
  height: auto;
  padding: 16px 0 16px 50px;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::after {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #fff;
  opacity: 0;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::before {
  opacity: 0;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
  opacity: 1;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  padding: 0 0 30px;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  margin-bottom: 16px;
}
.b2-mh-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 1rem;
  color: #fff;
  padding-left: 65px;
  background-color: var(--primary-color);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 60px;
  margin-left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
  padding-left: 60px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--secondary-color);
}
.widget_custom_html,
.widget_custom_html * {
  pointer-events: none;
}
.cs-submenu-link {
  list-style: none;
  padding: 0;
  margin-top: -25px !important;
  margin-left: 14% !important;
}
.cs-submenu-link li {
  position: relative;
  margin-bottom: 8px;
}
.cs-submenu-link li a[href="#"] {
  pointer-events: none;
}
.cs-submenu-link li a {
  font-size: 1rem;
  color: #3b3b3b;
  text-transform: uppercase;
  pointer-events: auto;
}
.cs-submenu-link li a:hover {
  color: var(--secondary-color);
}
.cs-submenu-link li a img {
  transform: translateY(2px);
}
.link-description {
  margin-top: -42px;
}
.link-description p {
  font-size: 0.875rem;
  color: #828282;
  margin-left: 60px !important;
  margin-top: -12px !important;
}
.page-template-template-ty-ondemand-webinar #main-hdr,
.page-template-template-lp-ondemand-webinar #main-hdr,
.page-template-template-lp-data-governance #main-hdr,
.page-template-template-ty-ondemand-webinar .b2-mh-wrap,
.page-template-template-lp-ondemand-webinar .b2-mh-wrap,
.page-template-template-lp-data-governance .b2-mh-wrap {
  display: none !important;
}
div#popmake-4290 {
  padding: 60px;
  border-radius: 0;
}
div#popmake-4290 .sec-hdr {
  margin-bottom: 20px;
}
div#popmake-4290 .sec-hdr h2 {
  margin-bottom: 12px;
}
div#popmake-4290 .sec-hdr h2 + p {
  font-size: 1.126rem;
}
div#popmake-4290 ._form-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
div#popmake-4290 ._form-content ._form_element {
  position: relative;
  width: 50%;
  padding: 8px;
}
div#popmake-4290 ._form-content ._form_element label {
  display: none;
}
div#popmake-4290 ._form-content ._form_element:nth-child(7) {
  flex-grow: 1;
}
div#popmake-4290 ._form-content ._form_element:nth-child(5),
div#popmake-4290 ._form-content ._form_element:nth-child(6) {
  width: 100%;
}
div#popmake-4290 ._form-content ._form_element:nth-child(5) textarea,
div#popmake-4290 ._form-content ._form_element:nth-child(6) textarea {
  height: 120px;
}
div#popmake-4290 form input[type=text],
div#popmake-4290 form input[type=email],
div#popmake-4290 form input[type=tel],
div#popmake-4290 form input[type=url],
div#popmake-4290 form input[type=search],
div#popmake-4290 form select,
div#popmake-4290 form textarea {
  font-size: 1rem;
}
.ofc-sub {
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 0;
}
ul.cs-submenu-link.is-office {
  margin: 0 !important;
}
footer {
  position: relative;
  padding: 60px 0;
  background-color: var(--primary-color);
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .ftr-top {
  position: relative;
}
footer .ftr-top ul.ftr-sm-mob {
  position: absolute;
  top: 17px;
  right: 0;
  display: flex;
}
footer .ftr-top ul.ftr-sm-mob li {
  margin-left: 16px;
}
footer .ftr-top ul.ftr-sm-mob li a {
  font-size: 1.5rem;
}
footer .ftr-top ul.ftr-sm-mob li a:hover {
  opacity: 0.8;
}
footer .ftr-logo {
  margin-bottom: 30px;
}
footer .ftr-cd h4 {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
footer .ftr-cd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .ftr-cd ul li {
  line-height: 1.2;
  margin-bottom: 16px;
}
footer .ftr-cd ul li a,
footer .ftr-cd ul li p {
  font-size: 1.125rem;
}
footer .ftr-cd ul li a:hover {
  opacity: 0.8;
}
footer .ftr-menu-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
footer .ftr-menu-row strong {
  display: block;
  margin-bottom: 6px;
}
footer .ftr-menu-row .ftr-menu-col ul li {
  margin-bottom: 6px;
}
footer .ftr-menu-row .ftr-menu-col a:hover {
  opacity: 0.8;
}
footer .ftr-sm-certs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
footer .ftr-sm-certs-row .ftr-sm {
  display: flex;
  align-items: center;
}
footer .ftr-sm-certs-row .ftr-sm li {
  margin-right: 18px;
}
footer .ftr-sm-certs-row .ftr-sm li i {
  font-size: 1.4rem;
}
footer .ftr-sm-certs-row .ftr-cert-txt {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 470px;
}
footer .ftr-sm-certs-row .ftr-certs {
  width: 350px;
}
footer .ftr-sm-certs-row .ftr-certs li {
  display: inline-block;
  vertical-align: top;
  width: 30.33%;
  padding: 0 0 0 15px;
}
footer .ftr-txt {
  margin-top: 40px;
}
footer .ftr-txt .ftr-txt-disclaimer {
  font-size: 0.9rem;
  margin-bottom: 12px;
}
footer .ftr-txt ul {
  margin-bottom: 12px;
}
footer .ftr-txt ul li {
  position: relative;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
footer .ftr-txt ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: var(--secondary-color);
  pointer-events: none;
}
footer .ftr-txt ul li:last-child:after {
  opacity: 0;
}
footer .ftr-txt .ftr-txt-copyright {
  font-size: 0.9rem;
}
.ftr-menu-nav a[href="#"] {
  pointer-events: none;
}
.ftr-menu-nav a:hover {
  opacity: 0.8;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.floating,
.stats .stats-list li,
.power .power-list li,
.dr-stats .dr-stats-list li,
.cs-stats .cs-stats-list li,
.cs-smb .cs-smb-list li,
.bpm-intro-list li,
.its-stat .its-stat-list li,
.lp-banner-stats-list li,
.lp-cysectr-stats ul li {
  animation: floatAnimation 4s infinite ease-in-out alternate;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content,
.home ul,
.home p {
  margin: 0;
  padding: 0;
}
.home ul {
  list-style: none;
}
.b2-ip-banner {
  position: relative;
}
.b2-ip-banner canvas {
  display: block;
  width: 100%;
  min-height: 200px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
}
h1.entry-title {
  font-size: 4rem;
  text-transform: uppercase;
}
.pre-hdr-txt {
  font-size: 1.312rem;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.banner {
  position: relative;
  padding: 16% 0;
  z-index: 1;
}
.banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: -1;
}
.banner .banner-txt {
  max-width: 820px;
}
.banner .banner-txt .banner-txt-hdr {
  margin-bottom: 20px;
}
.banner .banner-txt .banner-txt-cont {
  max-width: 650px;
  margin-bottom: 30px;
}
.banner .banner-txt .banner-txt-cont p {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.partners {
  position: relative;
  padding: 0 30px;
  margin-top: -67px;
  z-index: 2;
}
.partners.educ-logos .partners-inner .partners-slide-wrap img {
  height: 150px;
}
.partners .partners-inner {
  position: relative;
  max-width: 1575px;
  margin: 0 auto;
  padding: 28px 30px;
  background-color: #fff;
}
.partners .partners-inner h4 {
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.partners .partners-inner .partners-slide-wrap img {
  width: auto;
  height: 68px;
  padding: 0 16px;
  margin: 0 auto;
}
.page-template-template-password-manager .services {
  padding: 215px 0 65px;
}
.page-template-template-password-manager .services-sec {
  padding-top: 10px !important;
}
.services {
  padding: 300px 0 65px;
  background-color: var(--primary-color);
  margin-top: -140px;
}
.services.bpm-services {
  margin-top: -144px;
}
.services.review-only-sec.hrr-review {
  margin-top: 0;
  padding: 120px 0;
}
.services.review-only-sec .services-rvw-txt {
  max-width: 1050px;
}
.services.review-only-sec .services-rvw-txt img.open {
  left: -140px;
}
.services.review-only-sec .services-rvw-txt img.close {
  bottom: 0;
  right: -140px;
}
.services.mng-it {
  padding: 130px 0;
  margin-top: 0;
}
.services.services-sec {
  padding: 90px 0;
  margin-top: 0;
}
.services.services-sec .sec-hdr {
  margin-bottom: 60px;
}
.services.services-sec .services-slide-wrap {
  padding-top: 0;
}
.services .b2-row {
  align-items: center;
}
.services .sec-hdr h2 {
  color: #fff;
}
.services .services-txt {
  max-width: 610px;
}
.services .services-txt h2 {
  margin-bottom: 16px;
}
.services .services-txt p {
  font-size: 1.125rem;
  margin-bottom: 18px;
}
.services .services-txt a {
  color: var(--secondary-color);
}
.services .services-txt a:hover {
  color: #fff;
}
.services .services-rvw-txt {
  position: relative;
  max-width: 525px;
  margin: 0 auto;
}
.services .services-rvw-txt img {
  position: absolute;
}
.services .services-rvw-txt img.open {
  top: -33px;
  left: -90px;
}
.services .services-rvw-txt img.close {
  bottom: -95px;
  right: -77px;
}
.services .services-rvw-txt .services-rvw-txt-cont {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
.services .services-rvw-txt .services-rvw-txt-author {
  font-size: 1.25rem;
  line-height: 1.3;
}
.services .services-rvw-txt .services-rvw-txt-author strong {
  display: block;
}
.services .services-mob-links {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.services .services-mob-links li {
  margin-bottom: 12px;
}
.services .services-mob-links li a {
  display: block;
  padding: 16px;
  font-weight: 600;
  color: #fff;
}
.services .services-mob-links li a.is-service {
  background: #1c2576;
}
.services .services-slide-wrap {
  position: relative;
  padding: 110px 30px 0;
  max-width: 1635px;
  margin: 0 auto;
}
.services .services-slide-wrap .services-item {
  display: block;
  padding: 30px;
  min-height: 505px;
  background-color: #1c2576;
  margin: 0 4px;
}
.services .services-slide-wrap .services-item img {
  margin-bottom: 30px;
}
.services .services-slide-wrap .services-item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 40px;
}
.services .services-slide-wrap .services-item p {
  margin-bottom: 30px;
  min-height: 193px;
}
.services .services-slide-wrap .services-item span {
  font-size: 0.8rem;
  width: 173px;
  padding: 16px 8px;
  transition: all 0.2s ease-in;
}
.services .services-slide-wrap .services-slide-dots {
  margin-top: 65px;
}
.services .services-slide-wrap .services-slide-dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.services .services-slide-wrap .services-slide-dots ul li {
  display: none;
  margin: 0 4px;
}
.services .services-slide-wrap .services-slide-dots ul li:nth-child(1),
.services .services-slide-wrap .services-slide-dots ul li:nth-child(2) {
  display: block;
}
.services .services-slide-wrap .services-slide-dots ul li.slick-active button {
  background: #0eb4da;
}
.services .services-slide-wrap .services-slide-dots ul li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.industry {
  padding-bottom: 0;
}
.industry .industry-hdr h2 + p {
  font-size: 1.125rem;
  max-width: 1020px;
  margin: 0 auto;
}
.industry .b2-col {
  padding: 0 8px;
}
.industry .industry-item {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.industry .industry-item[href="#"] {
  pointer-events: none;
}
.industry .industry-item:hover {
  background-color: #14759c;
}
.industry .industry-item:hover strong,
.industry .industry-item:hover p {
  color: #fff;
}
.industry .industry-item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.04em;
  min-height: 40px;
  margin-bottom: 16px;
  transition: all 0.2s ease-in;
}
.industry .industry-item p {
  color: #1d1d1d;
  transition: all 0.2s ease-in;
}
.awards {
  padding-top: 80px;
}
.awards-hdr {
  max-width: 1030px;
  margin: 0 auto 30px;
}
.awards-hdr p {
  font-size: 1.125rem;
}
.awards-slide-wrap img {
  width: auto;
  height: 90px;
  margin: 0 auto;
  padding: 0 12px;
}
.locations {
  padding-top: 90px;
}
.locations.loc-page {
  padding: 120px 0;
}
.locations.loc-page iframe {
  height: 32vw;
  min-height: 250px;
}
.locations .locations-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.locations .locations-txt p {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.locations .locations-txt a {
  color: var(--secondary-color);
  font-weight: 600;
}
.locations img {
  margin-left: auto;
}
.locations ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 2px;
}
.locations ul li {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.locations ul li i {
  font-size: 1.75rem;
  color: var(--secondary-color);
  margin-right: 6px;
}
.locations .b2-row .b2-col {
  margin-bottom: 0;
}
.cstudies {
  position: relative;
  padding: 120px 0;
  background-color: var(--primary-color);
}
.cstudies.is-light {
  background-color: #fff;
}
.cstudies.is-light .cstudies-hdr h2 {
  color: var(--primary-color);
}
.cstudies .cstudies-hdr h2 {
  color: #fff;
}
.cstudies .cstudies-hdr h2 + p {
  font-size: 1.125rem;
  max-width: 1020px;
  margin: 0 auto;
}
.cstudies .cstudies-item {
  display: block;
  max-width: 448px;
  margin: 0 auto;
  min-height: 615px;
  background-color: #1c2576;
}
.cstudies .cstudies-item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cstudies .cstudies-item .cstudies-item-txt {
  padding: 30px;
}
.cstudies .cstudies-item .cstudies-item-txt strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cstudies .cstudies-item .cstudies-item-txt p {
  margin-bottom: 30px;
}
.cstudies .cstudies-item .cstudies-item-txt p + span {
  display: block;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 30px;
  min-height: 64px;
}
.cstudies .cstudies-item .cstudies-item-txt span:last-child {
  font-size: 0.8rem;
  width: 193px;
  padding: 16px 8px;
  transition: all 0.2s ease-in;
}
.cstudies .cstudies-slide-dots {
  margin-top: 30px;
}
.cstudies .cstudies-slide-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cstudies .cstudies-slide-dots ul li {
  margin: 0 4px;
}
.cstudies .cstudies-slide-dots ul li.slick-active button {
  background: #0eb4da;
}
.cstudies .cstudies-slide-dots ul li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.stats {
  position: relative;
  padding: 130px 0;
}
.stats.ind-pro-stats {
  z-index: 2;
}
.stats .stats-txt {
  max-width: 615px;
}
.stats .stats-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.stats .stats-txt p {
  font-size: 1.125rem;
}
.stats .stats-txt > p {
  margin-bottom: 55px;
}
.stats .stats-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stats .stats-txt ul li {
  margin-bottom: 35px;
}
.stats .stats-txt ul li strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.stats .stats-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stats .stats-list li {
  position: absolute;
}
.stats .stats-list li img {
  max-width: 80%;
}
.stats .stats-list li:nth-child(1) {
  top: -45px;
  left: 0;
}
.stats .stats-list li:nth-child(2) {
  top: 0;
  right: -62px;
  animation-duration: 5s;
}
.stats .stats-list li:nth-child(3) {
  top: 286px;
  left: 0;
  animation-duration: 6s;
}
.stats .stats-list li:nth-child(4) {
  top: 448px;
  right: 69px;
  animation-duration: 6s;
}
.epartners {
  padding-top: 0;
}
.epartners h4 {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.epartners .epartners-slide-wrap img {
  width: auto;
  height: 75px;
  margin: 0 auto;
}
.consult {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.consult .consult-hdr {
  max-width: 1020px;
  margin: 0 auto 50px;
}
.consult .consult-hdr p,
.consult .consult-hdr h2 {
  color: #fff !important;
}
.consult .consult-hdr h2 + p {
  font-size: 1.125rem;
}
.consult a {
  width: 377px;
}
.page-template-template-about .ip-banner > img {
  filter: brightness(0.6);
}
.postid-5036 .ip-banner>img {
  object-position: top center;
}
.ip-banner {
  position: relative;
  padding: 12% 0 8%;
  min-height: 600px;
  z-index: 1;
}
.ip-banner.tstmnls-banner {
  min-height: 300px;
}
.ip-banner.archive-banner {
  min-height: 300px;
}
.ip-banner.lp-itsc-banner {
  min-height: 700px;
}
.ip-banner.lp-itsc-banner .b2-col.col-5 {
  position: relative;
}
.ip-banner.lp-itsc-banner .b2-col.col-5 .lp-itsc-form {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.ip-banner.lp-hrr-banner {
  min-height: 700px;
}
.ip-banner.lp-cysectr-banner {
  min-height: 600px;
}
.ip-banner.proj-dets-banner {
  padding: 13% 0;
}
.ip-banner.proj-dets-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}
.ip-banner.proj-dets-banner .b2-inner-content img {
  max-height: 120px;
  margin-bottom: 30px;
}
.ip-banner.proj-dets-banner a {
  width: 330px;
}
.ip-banner.blog-dets-banner {
  padding: 0;
  min-height: 600px;
}
.ip-banner.csh-banner,
.ip-banner.pmh-banner {
  min-height: 700px;
}
.ip-banner.myt-banner .ip-banner-txt {
  max-width: 780px;
}
.ip-banner.podcast-banner {
  padding: 106px 0;
  min-height: auto;
  margin-top: 5%;
}
.ip-banner.podcast-banner h1 {
  font-family: "Tilt Neon", sans-serif;
  font-size: 6.875rem;
  font-weight: 400;
  color: #fcf1da;
  text-shadow: 0px 0px 30px #f26925;
  line-height: 1.1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f2b748;
  paint-order: stroke fill;
  max-width: 660px;
  margin: 0 auto;
}
.ip-banner.podcast-banner p {
  font-size: 2.8125rem;
  color: var(--primary-color);
}
.ip-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: -1;
}
.ip-banner .ip-banner-txt {
  max-width: 940px;
}
.ip-banner .ip-banner-txt .ip-banner-txt-cont {
  max-width: 650px;
  margin-bottom: 30px;
}
.ip-banner .ip-banner-txt .ip-banner-txt-cont p {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.ip-banner .ip-banner-txt .ip-banner-txt-cont p a {
  color: inherit !important;
  text-decoration: underline;
}
.ip-banner .ip-banner-txt .ip-banner-txt-cont p span {
  color: inherit !important;
}
.ip-banner .ip-banner-txt a {
  margin-right: 8px;
}
.page-id-4525 .approach .approach-txt p {
  font-size: 1rem;
}
.approach.itc-sec .approach-txt {
  max-width: 100%;
}
.approach.itc-sec .approach-txt .approach-hdr.sec-hdr {
  margin-bottom: 0;
}
.approach.itc-sec .approach-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.approach.itc-sec .approach-txt ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.approach.itc-sec .approach-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.approach.itc-sec .approach-txt ul li p {
  margin: 0;
}
.approach.itc-sec .approach-txt ul li strong {
  color: var(--primary-color);
}
.approach .approach-txt {
  max-width: 655px;
}
.approach .approach-txt .approach-hdr.sec-hdr {
  margin-bottom: 90px;
}
.approach .approach-txt > strong {
  font-size: 1.25rem;
  color: var(--primary-color);
  letter-spacing: 0.1em;
}
.approach .approach-txt p {
  font-size: 1.125rem;
}
.approach img {
  margin-left: auto;
}
.approach-list {
  position: relative;
  padding: 0 30px 90px;
  margin-top: -184px;
}
.approach-list.itc-sec {
  margin-top: -125px;
}
.approach-list.itc-sec .approach-item {
  min-height: 340px;
}
.approach-list .approach-list-inner {
  max-width: 1575px;
  margin: 0 auto;
}
.approach-list .approach-item {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
}
.approach-list .approach-item.it-sols {
  margin-bottom: 30px;
}
.approach-list .approach-item img {
  margin: 0 auto 20px;
}
.approach-list .approach-item strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  min-height: 40px;
}
.approach-list .approach-item p {
  min-height: 96px;
}
.power .power-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.power .power-list li {
  position: absolute;
}
.power .power-list li img {
  max-width: 90%;
}
.power .power-list li:nth-child(1) {
  top: -184px;
  left: 0;
}
.power .power-list li:nth-child(2) {
  top: -130px;
  right: 0;
  animation-duration: 4s;
}
.power .power-list li:nth-child(3) {
  top: 175px;
  left: -110px;
  animation-duration: 5s;
}
.power .power-list li:nth-child(4) {
  top: 183px;
  right: 42px;
  animation-duration: 6s;
}
.power .power-list li:nth-child(5) {
  top: 507px;
  left: 173px;
  animation-duration: 7s;
}
.power .power-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.power .power-txt p {
  font-size: 1.125rem;
}
.power .power-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.power .power-txt ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.power .power-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.power .power-txt ul li p {
  margin: 0;
}
.power .power-txt ul li strong {
  color: var(--primary-color);
}
.power .power-txt a {
  width: 380px;
  margin-top: 20px;
}
.mng-it-process {
  padding-top: 0;
  padding-bottom: 180px;
}
.mng-it-process .mng-it-process-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.mng-it-process .mng-it-process-list li {
  width: calc(25% - 16px);
  padding: 16px;
  background-color: #f5f5f5;
  margin: 0 8px 16px;
}
.mng-it-process .mng-it-process-list li strong {
  color: var(--primary-color);
  letter-spacing: 0.1em;
}
.mng-it-process .mng-it-process-list li p {
  margin-bottom: 0;
}
.cybersecurity-cta {
  position: relative;
  background-color: #14759b;
  z-index: 2;
}
.cybersecurity-cta .b2-col {
  margin-bottom: 0;
}
.cybersecurity-cta .b2-col img {
  margin-top: -134px;
}
.cybersecurity-cta .b2-col h3 {
  font-size: 2.625rem;
}
.cybersecurity-cta .b2-col p {
  font-size: 1.125rem;
}
.cybersecurity-cta .b2-col a {
  width: 376px;
}
.articles-sec {
  background-color: #f5f5f5;
}
.articles-sec .sec-hdr {
  max-width: 1100px;
  margin: 0 auto 100px;
}
.articles-sec .sec-hdr p {
  font-size: 1.3125rem;
}
.articles-sec .articles-sec-slide-wrap {
  margin-bottom: 40px;
}
.articles-sec .articles-sec-item {
  position: relative;
  display: block;
  background-color: #fff;
  margin: 0 15px;
}
.articles-sec .articles-sec-item:hover .articles-sec-item-txt span {
  color: var(--primary-color);
}
.articles-sec .articles-sec-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.articles-sec .articles-sec-item .articles-sec-item-txt {
  padding: 30px;
}
.articles-sec .articles-sec-item .articles-sec-item-txt strong {
  display: block;
  font-size: 1.25rem;
  min-height: 80px;
  line-height: 1;
}
.articles-sec .articles-sec-item .articles-sec-item-txt p {
  color: #1d1d1d;
}
.articles-sec .articles-sec-item .articles-sec-item-txt p.excerpt {
  min-height: 116px;
}
.articles-sec .articles-sec-item .articles-sec-item-txt span {
  font-weight: 600;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in-out;
}
.articles-sec .articles-sec-slide-dots ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  padding: 0;
}
.articles-sec .articles-sec-slide-dots ul li {
  margin: 0 4px;
}
.articles-sec .articles-sec-slide-dots ul li.slick-active button {
  background: #0eb4da;
}
.articles-sec .articles-sec-slide-dots ul li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.articles-sec .articles-sec-link a {
  font-size: 0.8rem;
  width: 173px;
  padding: 16px 8px;
}
.faq-sec {
  padding-bottom: 8px;
  background-color: var(--primary-color);
}
.faq-sec.ind-pro-faq {
  padding: 90px 0;
}
.faq-sec .faq-sec-list {
  list-style: none;
  padding: 0;
  max-width: 1090px;
  margin: 40px auto 0;
}
.dr-stats {
  padding: 30px 0 160px;
  z-index: 2;
}
.dr-stats .dr-stats-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dr-stats .dr-stats-list li {
  position: absolute;
}
.dr-stats .dr-stats-list li img {
  max-width: 80%;
}
.dr-stats .dr-stats-list li:nth-child(1) {
  top: -170px;
  left: -25px;
}
.dr-stats .dr-stats-list li:nth-child(2) {
  top: 554px;
  right: 24px;
  animation-duration: 5s;
}
.dr-stats .dr-stats-list li:nth-child(3) {
  top: 365px;
  animation-duration: 6s;
  left: 0;
}
.dr-stats .dr-stats-list li:nth-child(4) {
  top: 134px;
  right: 0;
  animation-duration: 7s;
}
.dr-stats .dr-stats-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.dr-stats .dr-stats-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dr-stats .dr-stats-txt ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.dr-stats .dr-stats-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
}
.dr-stats .dr-stats-txt ul li strong {
  color: var(--primary-color);
}
.dr-stats .dr-stats-txt a {
  width: 370px;
  margin-top: 24px;
}
.dr-solutions {
  padding: 130px 0;
}
.dr-solutions h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.dr-solutions p {
  font-size: 1.125rem;
}
.dr-solutions .dr-solutions-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dr-solutions .dr-solutions-txt ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.dr-solutions .dr-solutions-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
}
.dr-solutions .dr-solutions-txt ul li strong {
  color: var(--primary-color);
}
.dr-solutions .dr-solutions-txt ul li p {
  margin-top: 0;
}
.dr-solutions .dr-solutions-txt .b2-link {
  width: 400px;
  margin-top: 12px;
}
.sec-podcast-txt {
  max-width: 540px;
}
.sec-podcast-txt strong {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.sec-podcast-txt strong span {
  color: var(--secondary-color);
}
.sec-podcast-txt p {
  margin-bottom: 30px;
}
.sec-podcast-txt a {
  font-size: 0.8rem;
  width: 220px;
  padding: 16px 8px;
  margin-right: 8px;
}
.cs-stats .cs-stats-txt p {
  font-size: 1.125rem;
}
.cs-stats .cs-stats-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-stats .cs-stats-list li {
  position: absolute;
}
.cs-stats .cs-stats-list li img {
  max-width: 80%;
}
.cs-stats .cs-stats-list li:nth-child(1) {
  top: -50px;
  left: 0;
}
.cs-stats .cs-stats-list li:nth-child(2) {
  top: -47px;
  right: 0;
  animation-duration: 4s;
}
.cs-stats .cs-stats-list li:nth-child(3) {
  top: 319px;
  left: 42px;
  animation-duration: 5s;
}
.cs-stats .cs-stats-list li:nth-child(4) {
  top: 236px;
  right: 0;
  animation-duration: 6s;
}
.cs-process.is-training .sec-hdr {
  max-width: 1080px;
  margin: 0 auto 50px;
}
.cs-process.is-training .sec-hdr p {
  font-size: 1.125rem;
}
.cs-process.is-training .cs-process-list li:last-child {
  width: calc(33.33% - 8px);
  background-color: #f5f5f5;
}
.cs-process .cs-process-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1230px;
  margin: 0 auto 40px;
}
.cs-process .cs-process-list li {
  width: calc(33.33% - 8px);
  padding: 30px;
  background-color: #f5f5f5;
  margin: 0 4px 8px;
}
.cs-process .cs-process-list li:last-child {
  width: 100%;
  background-color: #f7e6c2;
}
.cs-process .cs-process-list li p {
  margin-bottom: 0;
}
.cs-process .cs-process-list li strong {
  color: var(--primary-color);
  letter-spacing: 0.1em;
}
.cs-smb {
  padding: 130px 0;
  background-color: #f9f9f9;
  z-index: 2;
}
.cs-smb .cs-smb-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-smb .cs-smb-list li {
  position: absolute;
}
.cs-smb .cs-smb-list li img {
  max-width: 80%;
}
.cs-smb .cs-smb-list li:nth-child(1) {
  top: -73px;
  left: 30px;
}
.cs-smb .cs-smb-list li:nth-child(2) {
  top: 0;
  right: 39px;
  animation-duration: 4s;
}
.cs-smb .cs-smb-list li:nth-child(3) {
  width: 300px;
  top: 57px;
  left: 160px;
  z-index: 2;
  animation-duration: 5s;
}
.cs-smb .cs-smb-list li:nth-child(4) {
  top: 299px;
  left: 0;
  animation-duration: 6s;
}
.cs-smb .cs-smb-list li:nth-child(5) {
  top: 298px;
  right: 82px;
  animation-duration: 7s;
}
.cs-assuredly img {
  margin-top: -158px;
}
.cs-assuredly a {
  margin-top: 20px;
}
.cs-cta {
  padding-top: 40px;
}
.cs-cta .cs-cta-item {
  position: relative;
  padding: 40px;
  background-color: #14759b;
}
.cs-cta .cs-cta-item strong {
  font-size: 1.5rem;
}
.cs-cta .cs-cta-item p {
  font-size: 1.3125rem;
  min-height: 126px;
}
.ms-apps .ms-apps-txt {
  max-width: 650px;
}
.ms-apps .ms-apps-txt p,
.ms-apps .ms-apps-txt strong {
  font-size: 1.125rem;
}
.ms-apps .ms-apps-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-apps .ms-apps-txt ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.ms-apps .ms-apps-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
}
.ms-apps .ms-apps-txt ul li strong {
  color: var(--primary-color);
}
.ms-apps .ms-apps-txt ul li p {
  margin-top: 0;
}
.ms-apps img:first-child {
  margin-bottom: 80px;
}
.page-id-4514 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item {
  min-height: 483px;
}
.page-id-4519 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item {
  min-height: 440px;
}
.ms-bnfts {
  padding-top: 0;
}
.ms-bnfts .sec-hdr img {
  margin: 0 auto;
}
.ms-bnfts .ms-bnfts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.ms-bnfts .ms-bnfts-list li {
  width: calc(25% - 8px);
  margin: 0 4px;
}
.ms-bnfts .ms-bnfts-list li .ms-bnfts-item {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
  min-height: 412px;
}
.ms-bnfts .ms-bnfts-list li .ms-bnfts-item img {
  margin: 0 auto 20px;
}
.ms-bnfts .ms-bnfts-list li .ms-bnfts-item strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  min-height: 40px;
}
.ms-journey {
  padding-bottom: 130px;
}
.ms-journey img {
  width: 119%;
  margin-top: -130px;
  margin-left: -19%;
}
.ms-journey .ms-journey-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.ms-journey .ms-journey-txt p {
  font-size: 1.125rem;
}
.ms-journey .ms-journey-how {
  position: relative;
  margin-top: 50px;
}
.ms-journey .ms-journey-how > strong {
  display: block;
  font-size: 1.3125rem;
  color: var(--secondary-color);
  margin-bottom: 50px;
}
.ms-journey .ms-journey-how .ms-journey-how-item {
  font-size: 1.125rem;
}
.ms-journey .ms-journey-how .ms-journey-how-item strong {
  color: var(--primary-color);
  line-height: 1.5;
}
.ms-journey .ms-journey-how .ms-journey-how-item p {
  margin-top: 0;
}
.page-template-template-it-consulting .itc-proof {
  padding: 120px 0;
}
.itc-proof {
  padding-top: 0;
}
.itc-proof ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.itc-proof ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.itc-proof ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  pointer-events: none;
}
.itc-proof ul li strong {
  color: var(--primary-color);
}
.itc-proof ul li p {
  margin-top: 0;
}
.bp-intro-txt {
  max-width: 650px;
}
.bp-intro-txt p {
  font-size: 1.125rem;
}
.bp-rule {
  padding-top: 0;
  padding-bottom: 180px;
}
.bp-rule .sec-hdr {
  max-width: 950px;
  margin: 0 auto 50px;
}
.bp-rule .sec-hdr p {
  font-size: 1.125rem;
}
.bp-rule .bp-rule-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 380px;
  height: 380px;
  border-radius: 50%;
}
.bp-rule .bp-rule-item.rule-1 {
  background-color: #14aa9c;
  margin-top: -30px;
}
.bp-rule .bp-rule-item.rule-2 {
  background-color: #0eb4da;
  margin-top: 60px;
}
.bp-rule .bp-rule-item.rule-3 {
  background-color: #e54957;
}
.bp-rule .bp-rule-item strong {
  font-size: 5.0625rem;
}
.bp-rule .bp-rule-item span {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0;
}
.bp-rule .bp-rule-item p {
  font-size: 1.25rem;
  padding: 0 40px;
  margin-top: 0;
}
.bp-ess {
  padding-top: 0;
}
.bp-ess .bp-ess-txt p {
  font-size: 1.125rem;
}
.bp-ess .bp-ess-txt a {
  font-size: 0.8rem;
  width: 240px;
  padding: 16px 8px;
}
.bp-sols-txt p {
  font-size: 1.125rem;
}
.abt-origin {
  padding-bottom: 0;
}
.abt-origin .abt-origin-txt p {
  font-size: 1.125rem;
}
.abt-origin .abt-origin-txt > strong:last-child {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-top: 70px;
}
.abt-values.educ-vals {
  position: relative;
  z-index: 2;
}
.abt-values .abt-values-list {
  list-style: none;
  padding: 0;
  margin: 30px -80px 0;
  display: flex;
  justify-content: space-between;
}
.abt-values .abt-values-list li .abt-values-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 34px;
  border-radius: 50%;
}
.abt-values .abt-values-list li .abt-values-item.red {
  width: 374px;
  height: 374px;
  background-color: #e54957;
}
.abt-values .abt-values-list li .abt-values-item.orange {
  width: 348px;
  height: 348px;
  background-color: #f26924;
  margin-top: 80px;
}
.abt-values .abt-values-list li .abt-values-item.green {
  width: 408px;
  height: 408px;
  background-color: #14aa9c;
  margin-top: -100px;
}
.abt-values .abt-values-list li .abt-values-item.blue {
  width: 371px;
  height: 371px;
  background-color: #05b3d9;
  margin-top: -125px;
}
.abt-values .abt-values-list li .abt-values-item.lblue2 {
  width: 336px;
  height: 336px;
  background-color: #04b3d9;
  margin-top: -10px;
}
.abt-values .abt-values-list li .abt-values-item.lblue2 p {
  font-size: 0.9rem;
}
.abt-values .abt-values-list li .abt-values-item.green2 {
  width: 366px;
  height: 366px;
  background-color: #14aa9c;
  margin-top: 0;
}
.abt-values .abt-values-list li .abt-values-item.green2 p {
  font-size: 0.9rem;
}
.abt-values .abt-values-list li .abt-values-item.dblue2 {
  width: 300px;
  height: 300px;
  background-color: #14759c;
  margin-top: -30px;
}
.abt-values .abt-values-list li .abt-values-item.dblue2 p {
  font-size: 0.9rem;
}
.abt-values .abt-values-list li .abt-values-item.red2 {
  width: 380px;
  height: 380px;
  background-color: #e34956;
  margin-top: 0;
}
.abt-values .abt-values-list li .abt-values-item.red2 p {
  font-size: 0.9rem;
}
.abt-values .abt-values-list li .abt-values-item strong {
  font-size: 1.625rem;
}
.abt-gptw .abt-gptw-txt .sec-hdr p:last-child {
  font-size: 1.125rem;
}
.abt-gptw .abt-gptw-txt a {
  margin-right: 8px;
}
.img-strip {
  padding-bottom: 0;
}
.img-strip img {
  display: block;
  width: 100%;
  height: auto;
}
.abt-dlvr {
  padding-top: 0;
  padding-bottom: 180px;
}
.abt-dlvr .sec-hdr p {
  font-size: 1.125rem;
}
.abt-dlvr .abt-dlvr-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.abt-dlvr .abt-dlvr-list li {
  width: calc(20% - 8px);
  margin: 0 4px;
}
.abt-dlvr .abt-dlvr-list li .abt-dlvr-item {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
  min-height: 390px;
}
.abt-dlvr .abt-dlvr-list li .abt-dlvr-item img {
  margin: 0 auto 20px;
}
.abt-dlvr .abt-dlvr-list li .abt-dlvr-item strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  min-height: 40px;
}
.abt-dlvr .abt-dlvr-list li .abt-dlvr-item p {
  min-height: 96px;
}
.join-intro {
  padding-bottom: 0;
}
.join-intro .b2-col {
  margin-bottom: 0;
}
.join-intro img {
  margin-left: auto;
}
.join-intro .join-intro-txt p {
  font-size: 1.125rem;
}
.join-adits-rvw {
  padding-bottom: 0;
}
.join-adits-rvw .join-adits-rvw-slide-wrap {
  position: relative;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 100%;
  height: 90%;
  background-color: #f5f5f5;
  pointer-events: none;
  z-index: -1;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .b2-col.col-5 {
  padding-right: 0;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt {
  max-width: 725px;
  margin: 0 auto;
  padding: 0 30px;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt .join-adits-rvw-item-txt-cont {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt .join-adits-rvw-item-txt-author {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--primary-color);
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt .join-adits-rvw-item-txt-author strong {
  display: block;
  color: var(--secondary-color);
  line-height: 1;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-slide-arrows {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: calc(100% + 100px);
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-slide-arrows span {
  font-size: 1.5rem;
  color: #b2b2b2;
  cursor: pointer;
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-slide-arrows span:hover {
  color: var(--primary-color);
}
.join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-slide-arrows .next {
  float: right;
}
.join-form .sec-hdr p {
  font-size: 1.3125rem;
}
.join-form .adits-form {
  max-width: 1090px;
  margin: 0 auto;
}
.join-form .adits-form ._form_element:nth-child(5),
.join-form .adits-form ._form_element:nth-child(6),
.join-form .adits-form ._form_element:nth-child(7) {
  width: 100%;
}
.meet-intro {
  padding-bottom: 0;
}
.meet-intro .meet-intro-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.meet-intro .meet-intro-txt ul li {
  margin-bottom: 16px;
}
.meet-intro .meet-intro-txt ul li strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.meet-intro .meet-intro-txt ul li p {
  font-size: 1.125rem;
}
.mtt-leaders {
  padding-bottom: 0;
}
.mtt-leaders .sec-hdr p {
  font-size: 1.3125rem;
}
.mtt-leaders .mtt-leaders-item {
  position: relative;
}
.mtt-leaders .mtt-leaders-item strong,
.mtt-leaders .mtt-leaders-item p {
  position: absolute;
  left: 20px;
  width: 120px;
  line-height: 1;
  z-index: 1;
}
.mtt-leaders .mtt-leaders-item strong {
  display: block;
  font-size: 1.25rem;
  top: 55px;
}
.mtt-leaders .mtt-leaders-item p {
  font-size: 1rem;
  top: 100px;
  margin: 0;
}
.mtt-awards {
  padding-bottom: 180px;
}
.mtt-vals .mtt-vals-row {
  margin-bottom: 80px;
}
.mtt-vals .mtt-vals-row:last-child {
  margin-bottom: 0;
}
.mtt-vals .sec-hdr p {
  font-size: 1.125rem;
}
.ip-blogs-filter {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
.ip-blogs-filter .ip-blogs-filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 30px;
  background-color: #f9f9f9;
}
.ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-col.field {
  width: 30%;
}
.ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field label,
.ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field select {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field label {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 12px;
}
.ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field select {
  width: 75%;
  height: 32px;
  background-image: url("/wp-content/uploads/2025/01/select-arrow.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #fff;
}
.ip-blogs-latest-item img {
  object-fit: cover;
  height: 21vw;
  min-height: 200px;
}
.ip-blogs-latest-item-txt {
  padding-left: 30px;
}
.ip-blogs-latest-item-txt .pre-hdr-txt {
  margin-top: 0;
}
.ip-blogs-latest-item-txt .sec-hdr p {
  font-size: 1.125rem;
}
.ip-blogs-listing {
  background-color: #f9f9f9;
}
.ip-blogs-listing.is-projects .ip-blogs-item div strong {
  min-height: auto;
}
.ip-blogs-listing .b2-row {
  justify-content: flex-start;
}
.ip-blogs-listing .ip-blogs-item {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}
.ip-blogs-listing .ip-blogs-item img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.ip-blogs-listing .ip-blogs-item div {
  padding: 40px;
}
.ip-blogs-listing .ip-blogs-item div p {
  color: #1d1d1d;
}
.ip-blogs-listing .ip-blogs-item div p:nth-child(1) {
  margin-top: 0;
}
.ip-blogs-listing .ip-blogs-item div p:nth-child(3) {
  min-height: 97px;
}
.ip-blogs-listing .ip-blogs-item div strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  min-height: 65px;
}
.ip-blogs-listing .ip-blogs-item div span {
  display: block;
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: 40px;
}
.ip-blogs-pagination {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-blogs-pagination li {
  margin: 0 8px;
}
.ip-blogs-pagination li a,
.ip-blogs-pagination li span {
  font-size: 1.25rem;
  color: #818282;
}
.ip-blogs-pagination li a:hover,
.ip-blogs-pagination li span:hover {
  color: #1d1d1d;
}
.ip-blogs-pagination li a.current,
.ip-blogs-pagination li span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  width: 36px;
  height: 36px;
  background-color: #05b3d9;
  border-radius: 50%;
}
.ind-pro-target {
  padding-top: 0;
}
.ind-pro-target.educ-logos .ind-pro-target-list .ind-pro-target-item {
  min-height: auto;
}
.ind-pro-target .ind-pro-target-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
.ind-pro-target .ind-pro-target-list .ind-pro-target-item {
  position: relative;
  width: calc(33.33% - 26px);
  margin: 0 13px;
  padding: 30px;
  background-color: #f5f5f5;
  min-height: 235px;
}
.ind-pro-target .ind-pro-target-list .ind-pro-target-item img {
  margin: 0 auto 20px;
}
.ind-pro-target .ind-pro-target-list .ind-pro-target-item p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
}
.ind-pro-target .ind-pro-target-bot-txt {
  max-width: 1020px;
  margin: 50px auto 0;
}
.services.ind-pro-review {
  padding: 100px 0;
  margin: 0;
}
.services.ind-pro-review.educ-services {
  margin-top: -65px;
}
.services.ind-pro-review.educ-services .ind-pro-services-list {
  margin-bottom: 0;
}
.services.ind-pro-review .ind-pro-services-list {
  list-style: none;
  padding: 0;
  margin: 0 -70px 120px;
  display: flex;
  justify-content: center;
}
.services.ind-pro-review .ind-pro-services-list .ind-pro-services-item {
  display: block;
  width: 16.66%;
  padding: 30px;
  background-color: #1c2576;
  margin: 0 4px;
}
.services.ind-pro-review .ind-pro-services-list .ind-pro-services-item img {
  margin: 0 auto 30px;
}
.services.ind-pro-review .ind-pro-services-list .ind-pro-services-item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 40px;
}
.services.ind-pro-review .ind-pro-services-list .ind-pro-services-item p {
  min-height: 145px;
  margin-bottom: 30px;
}
.services.ind-pro-review .ind-pro-services-list .ind-pro-services-item span {
  width: 168px;
  transition: all 0.3s ease-in-out;
}
.ind-pro-cta {
  z-index: 1;
}
.ind-pro-cta img {
  object-fit: cover;
  object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ind-pro-cta .ind-pro-cta-txt {
  max-width: 833px;
}
.ind-pro-cta .ind-pro-cta-txt p {
  font-size: 1.125rem;
  font-weight: 600;
}
.ind-pro-cta .ind-pro-cta-txt a {
  width: 320px;
}
.ind-pro-intro.educ-xp .sec-hdr {
  max-width: 880px;
  margin: 0 auto 50px;
}
.ind-pro-intro.educ-xp .sec-hdr p {
  font-size: 1.125rem;
}
.ind-pro-intro.educ-xp strong {
  display: block;
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 8px;
}
.ind-pro-intro.educ-xp strong + p {
  margin-top: 0;
}
.ind-pro-intro-txt > p {
  font-size: 1.125rem;
}
.bpm-intro-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 570px;
}
.bpm-intro-list li {
  position: absolute;
}
.bpm-intro-list li img {
  max-width: 85%;
}
.bpm-intro-list li:nth-child(1) {
  top: -91px;
  left: 0;
}
.bpm-intro-list li:nth-child(2) {
  top: 244px;
  right: 50px;
  animation-duration: 4s;
}
.bpm-intro-list li:nth-child(3) {
  top: 348px;
  left: 0;
  animation-duration: 5s;
}
.bpm-ftr {
  padding-top: 0;
}
.bpm-ftr .b2-inner-content {
  max-width: 1240px;
  margin: 0 auto;
}
.bpm-ftr .sec-hdr p {
  font-size: 1.125rem;
}
.bpm-ftr .bpm-ftr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.bpm-ftr .bpm-ftr-list li {
  width: calc(33.33% - 8px);
  padding: 30px;
  min-height: 212px;
  background-color: #f5f5f5;
  margin: 0 4px 8px;
}
.bpm-ftr .bpm-ftr-list li strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  min-height: 40px;
  margin-bottom: 16px;
}
.bpm-ftr .bpm-ftr-list li p {
  color: #1d1d1d;
  margin-bottom: 0;
}
.bpm-keeper {
  padding-bottom: 140px;
  background-color: var(--primary-color);
}
.bpm-keeper .bpm-keeper-top {
  margin-bottom: 60px;
}
.bpm-keeper .bpm-keeper-txt h2 {
  color: #fff;
}
.bpm-keeper .bpm-keeper-txt > p {
  font-size: 1.125rem;
}
.bpm-keeper .bpm-keeper-txt > p a {
  color: inherit;
  text-decoration: underline;
}
.bpm-keeper .bpm-keeper-txt .b2-link {
  width: 320px;
}
.ip-banner-form {
  position: relative;
  padding: 30px;
  background: rgba(29,29,29,0.8);
}
.ip-banner-form > p {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ip-banner-form ._form-content ._form_element {
  padding: 0 6px;
  margin-bottom: 12px;
}
.ip-banner-form ._form-content ._form_element ._error-inner {
  color: #fff;
  margin-top: 6px;
}
.ip-banner-form ._form-content ._form_element:nth-child(3) {
  width: 100%;
}
.ip-banner-form ._form-content ._button-wrapper._full_width {
  text-align: left;
}
.csh-toc {
  position: relative;
}
.csh-toc .csh-toc-box {
  position: relative;
  padding: 30px;
  background-color: #f9f9f9;
  margin-top: -50px;
  z-index: 1;
}
.csh-toc .csh-toc-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.csh-toc .csh-toc-box ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.csh-toc .csh-toc-box ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.csh-toc .csh-toc-box ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-color);
}
.csh-toc .csh-hdr-txt {
  margin-top: 100px;
}
.csh-toc .csh-hdr-txt p {
  font-size: 1.125rem;
}
#training-videos .b2-row {
  justify-content: start;
}
.tv-sec-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.tv-sec-item .tv-sec-item-frame {
  position: relative;
}
.tv-sec-item .tv-sec-item-frame img:first-child {
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.tv-sec-item .tv-sec-item-frame .tv-sec-item-frame-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tv-sec-item p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  padding: 0 16px;
}
.tv-sec-item strong {
  display: block;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0 16px;
}
.csh-link {
  margin-top: 40px;
}
.ew-sec {
  background-color: #f9f9f9;
}
.ew-sec .ew-sec-subheading {
  display: block;
  font-size: 1.3125rem;
  color: var(--secondary-color);
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.csh-ew-row {
  justify-content: flex-start;
  margin-bottom: 80px;
}
.csh-ew-row:last-child {
  margin-bottom: 0;
}
.csh-ew-row .ew-sec-item {
  position: relative;
  display: block;
}
.csh-ew-row .ew-sec-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt p {
  color: #1d1d1d;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt ul li {
  color: #1d1d1d;
  margin-bottom: 8px;
}
.csh-ew-row .ew-sec-item .ew-sec-item-txt ul li span {
  color: var(--primary-color);
  display: inline-block;
  width: 87px;
}
.csh-ew-row .csh-ew-past-item {
  position: relative;
  display: block;
  background-color: #fff;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-frame {
  position: relative;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-frame img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-frame .csh-ew-past-item-frame-icon {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-txt {
  padding: 16px;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-txt p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
}
.csh-ew-row .csh-ew-past-item .csh-ew-past-item-txt strong {
  display: block;
  font-weight: 600;
  color: var(--secondary-color);
}
.cg-sec-row {
  justify-content: flex-start;
}
.cg-sec-row .cg-sec-item {
  display: block;
}
.cg-sec-row .cg-sec-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0 auto;
}
.cg-sec-row .cg-sec-item strong {
  font-size: 1.25rem;
}
.cg-sec-row .cg-sec-item p {
  color: var(--secondary-color);
  font-weight: 600;
}
.eb-sec {
  background-color: #f9f9f9;
}
.eb-sec .eb-sec-row {
  justify-content: flex-start;
}
.eb-sec .eb-sec-item {
  position: relative;
  display: block;
  background-color: #fff;
}
.eb-sec .eb-sec-item .eb-sec-item-frame {
  position: relative;
}
.eb-sec .eb-sec-item .eb-sec-item-frame img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.eb-sec .eb-sec-item .eb-sec-item-txt {
  padding: 16px;
}
.eb-sec .eb-sec-item .eb-sec-item-txt p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
}
.eb-sec .eb-sec-item .eb-sec-item-txt strong {
  display: block;
  font-weight: 600;
  color: var(--secondary-color);
}
.pmh-form {
  padding: 30px 0;
  background-color: #f9f9f9;
}
.pmh-form .b2-inner-content {
  max-width: 1000px;
}
.pmh-form .b2-inner-content ._form-content ._form_element {
  width: 33.33%;
  padding: 0 6px;
  margin-bottom: 12px;
}
.pmh-form .b2-inner-content ._form-content ._form_element ._error-inner {
  color: #000;
  margin-top: 6px;
}
.pmh-form h2 {
  color: var(--primary-color);
}
.pmh-tv {
  padding-bottom: 0;
}
.pmh-tv .pmh-tv-filter {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.pmh-tv .pmh-tv-filter li {
  margin: 0 16px;
}
.pmh-tv .pmh-tv-filter li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #828282;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 28px;
}
.pmh-tv .pmh-tv-filter li a:hover {
  color: var(--primary-color);
}
.pmh-tv .pmh-tv-filter li a.active {
  color: var(--primary-color);
  border-color: #d5d5d5;
  box-shadow: 0 0 8px #d9d9d9;
}
.pmh-tv-panel {
  display: none;
}
.pmh-tv-panel.active {
  display: block;
}
.pmh-tv-panel .pmh-tv-panel-row {
  justify-content: flex-start;
}
.pmh-tv-panel .pmh-tv-panel-row iframe {
  height: 13vw;
  min-height: 183px;
  margin-bottom: 30px;
}
.myt-sr .myt-sr-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.myt-sr .myt-sr-list li {
  width: calc(33.33% - 8px);
  margin: 0 4px 8px;
}
.myt-sr .myt-sr-list li .myt-sr-item {
  position: relative;
}
.myt-sr .myt-sr-list li .myt-sr-item img {
  display: block;
  width: 100%;
  height: 478px;
  object-fit: cover;
}
.myt-sr .myt-sr-list li .myt-sr-item div {
  position: absolute;
  top: 19%;
  left: 8%;
}
.myt-sr .myt-sr-list li .myt-sr-item div strong,
.myt-sr .myt-sr-list li .myt-sr-item div p {
  color: #fff;
}
.myt-sr .myt-sr-list li .myt-sr-item div strong {
  font-size: 1.25rem;
}
.myt-sr .myt-sr-list li .myt-sr-item div p {
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.myt-am .myt-am-item img {
  height: 388px !important;
  object-fit: contain;
  object-position: bottom;
}
.myt-am .myt-am-item p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.myt-am .myt-am-item .team-position {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.myt-pods .myt-pods-item {
  display: block;
  position: relative;
  padding: 90px 80px;
  background-color: #f5f5f5;
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
}
.myt-pods .myt-pods-item.open {
  height: auto;
}
.myt-pods .myt-pods-item.open h3 i {
  transform: rotate(180deg);
  top: 27%;
}
.myt-pods .myt-pods-item.open .myt-pods-item-list {
  opacity: 1;
}
.myt-pods .myt-pods-item h3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.myt-pods .myt-pods-item h3 i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #b2b2b2;
}
.myt-pods .myt-pods-item .myt-pods-item-list {
  opacity: 0;
}
.myt-pods .myt-pods-item .myt-pods-item-list > p {
  font-size: 1.125rem;
  color: #1d1d1d;
  font-weight: 500;
}
.myt-pods .myt-pods-item .myt-pods-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}
.myt-pods .myt-pods-item .myt-pods-item-list ul.team li {
  width: calc(25% - 5px);
  margin-right: 17px;
}
.myt-pods .myt-pods-item .myt-pods-item-list ul li {
  width: calc(50% - 18px);
  margin-right: 17px;
}
.myt-pods .myt-pods-item .myt-pods-item-list ul p {
  font-size: 1.125rem;
  color: #1d1d1d;
}
.podcast-subs {
  background-color: #fcf1da;
}
.podcast-subs .b2-inner-content {
  max-width: 1150px;
}
.podcast-subs h2 {
  color: var(--secondary-color);
}
.podcast-subs ._form-content {
  max-width: 485px;
  margin: 0 auto;
}
.podcast-subs ._form-content ._form_element {
  width: 100%;
  margin-bottom: 12px;
}
.podcast-subs ._form-content button {
  width: 300px;
}
.podcast-links p {
  font-size: 1.25rem;
  max-width: 860px;
  margin: 0 auto 40px;
}
.podcast-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.podcast-links ul li {
  margin: 0 30px;
}
.podcast-links ul li a {
  display: block;
}
.podcast-links ul li img {
  max-width: 80px;
}
.podcast-seasons {
  background-color: #ececec;
}
.podcast-seasons .podcast-seasons-tab-control {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast-seasons .podcast-seasons-tab-control li {
  margin: 0 15px;
}
.podcast-seasons .podcast-seasons-tab-control li a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: none;
}
.podcast-seasons .podcast-seasons-tab-control li a.active-tab {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #f26925;
}
.podcast-seasons .podcast-seasons-tab-panel {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  display: none;
}
.podcast-seasons .podcast-seasons-tab-panel.active-tab {
  display: block;
}
.podcast-seasons .podcast-seasons-tab-panel .b2-row {
  justify-content: center;
}
.podcast-seasons .podcast-seasons-tab-panel a {
  display: block;
  margin-bottom: 30px;
}
.bot-sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.bot-sponsors p,
.bot-sponsors img {
  margin: 0 12px;
}
.bot-sponsors img {
  max-width: 200px;
}
.podcast-abt a {
  width: 380px;
}
.podcast-abt-photo {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}
.podcast-abt-photo div {
  position: absolute;
  top: 19%;
  left: 8%;
}
.podcast-abt-photo div strong,
.podcast-abt-photo div p {
  color: #fff;
}
.podcast-abt-photo div strong {
  font-size: 1.25rem;
}
.podcast-abt-photo div p {
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.adits-glossary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adits-glossary-list > li {
  margin-bottom: 30px;
}
.adits-glossary-list > li > strong {
  display: block;
  font-size: 1.125rem;
  color: var(--secondary-color);
  margin-bottom: 12px;
}
.adits-glossary-list ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  padding: 0;
  margin: 0 0 30px;
}
.adits-glossary-list ul > li {
  line-height: 1.5;
  width: 50%;
  clear: none;
  padding: 0 50px 0 0;
}
.adits-glossary-list ul > li a {
  color: var(--secondary-color);
  text-decoration: underline !important;
}
.adits-glossary-list ul > li strong {
  color: var(--primary-color);
}
.adits-glossary-list ul > li ol {
  margin: 16px;
  padding: 0;
}
.pp-content h2,
.pp-content h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.pp-content h2 {
  margin-top: 30px;
}
.pp-content h3 {
  margin-top: 12px;
}
.pp-content ul,
.pp-content ol {
  line-height: 1.5;
  margin: 0;
}
.podcast-vid-banner h1 {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.podcast-vid-banner iframe {
  max-width: 978px;
}
.podcast-desc h2,
.podcast-desc h3 {
  margin: 16px 0;
}
.podcast-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.podcast-desc ul li {
  margin-bottom: 30px;
}
.podcast-desc .podcast-desc-summary {
  margin-bottom: 40px;
}
.podcast-desc .podcast-desc-trans ul li strong,
.podcast-desc .podcast-desc-spkrs ul li strong {
  color: #14aa9c;
}
.podcast-desc .podcast-desc-trans ul li:nth-child(even) strong,
.podcast-desc .podcast-desc-spkrs ul li:nth-child(even) strong {
  color: #14759c;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-hl {
  margin-bottom: 50px !important;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-hl li {
  margin: 0 0 12px;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-hl a {
  color: var(--secondary-color);
  text-decoration: none !important;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-main {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-main.extend {
  height: auto;
}
.podcast-desc .podcast-desc-trans .podcast-desc-trans-main.extend:after {
  opacity: 0;
}
.podcast-desc .podcast-desc-trans ul {
  margin-bottom: 20px;
}
.podcast-desc .podcast-desc-trans a {
  color: #1d1d1d;
  text-decoration: underline !important;
}
.bd-breadcrumbs {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
.bd-breadcrumbs #breadcrumbs {
  padding: 23px;
  background-color: #f9f9f9;
  margin: 0;
}
.bd-share-top {
  position: relative;
  margin: 40px 0 0;
}
.bd-share-links {
  display: flex;
  align-items: center;
}
.bd-share-links.right {
  justify-content: flex-end;
}
.bd-share-links span {
  display: block;
  margin-right: 12px;
}
.bd-share-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.bd-share-links ul li {
  margin-left: 12px;
}
.bd-share-links ul li a {
  font-size: 1.5rem;
  color: #3b3b3b;
}
.bd-content {
  position: relative;
  margin-top: -40px;
  padding-bottom: 80px;
}
.bd-content .bd-content-txt {
  padding-right: 30px;
  margin-bottom: 40px;
}
.bd-content .bd-content-txt h1 {
  color: var(--primary-color);
}
.bd-content .bd-content-txt h2,
.bd-content .bd-content-txt h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.bd-content .bd-content-txt h2 {
  font-size: 2rem;
  color: #3b3b3b;
}
.bd-content .bd-content-txt h3 {
  font-size: 1.6rem;
  color: var(--secondary-color);
}
.bd-content .bd-content-txt ul,
.bd-content .bd-content-txt ol {
  line-height: 1.5;
  margin: 0 0 16px;
}
.bd-content .bd-content-txt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bd-content .bd-content-txt .b2-link {
  width: auto;
}
.bd-content .bd-content-txt .b2-row.article-col img {
  max-width: 60px;
}
.bd-content .bd-content-txt iframe {
  display: block;
  width: 100%;
  height: 26vw;
  min-height: 186px;
}
.bd-content .bd-content-txt a:not(.b2-link) {
  text-decoration: underline;
}
.bd-content .bd-content-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bd-content .bd-content-bot .next-article {
  font-weight: 600;
  color: var(--secondary-color);
}
.bd-right {
  position: relative;
}
.bd-right .bd-right-related {
  padding-top: 40px;
}
.bd-right .bd-right-related .sec-hdr {
  margin-bottom: 30px;
}
.bd-right .bd-right-related ul {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
}
.bd-right .bd-right-related ul li {
  margin-bottom: 30px;
}
.bd-right .bd-right-related ul li a {
  display: flex;
  align-items: center;
}
.bd-right .bd-right-related ul li a img {
  object-fit: cover;
  width: 112px;
  height: 70px;
  margin-right: 20px;
}
.bd-right .bd-right-related ul li a p {
  width: calc(100% - 134px);
  font-size: 1.25rem;
  color: var(--primary-color);
  line-height: 1.3;
  margin: 0;
}
.bd-right .bd-right-form {
  position: relative;
}
.bd-right .bd-right-form .sec-hdr {
  margin-bottom: 16px;
}
.bd-right .bd-right-form .sec-hdr .pre-hdr-txt {
  color: var(--primary-color);
}
.bd-right .bd-right-form .sec-hdr p:last-child {
  font-size: 1.125rem;
}
.bd-right .bd-right-form .adits-form {
  margin: 0 -8px;
}
.bd-right .bd-right-form .adits-form ._form_element {
  padding: 0 8px;
  margin: 0 0 16px;
}
.bd-right .bd-right-form .adits-form ._form_element:nth-child(3) {
  width: 100%;
}
.bd-right .bd-right-form .adits-form ._button-wrapper._full_width {
  padding: 0 8px;
  text-align: left;
}
.pd-breadcrumbs {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
.pd-breadcrumbs .pd-breadcrumbs-inner {
  padding: 23px;
  background-color: #f9f9f9;
}
.pd-breadcrumbs .pd-breadcrumbs-inner p {
  margin: 0;
}
.pd-breadcrumbs .pd-breadcrumbs-inner .next {
  font-weight: 600;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
}
.pd-chl {
  padding: 60px 0 12px;
}
.pd-chl img {
  max-height: 200px;
}
.pd-chl .pd-chl-txt p {
  font-size: 1.125rem;
}
.pd-obj {
  position: relative;
}
.pd-obj .pd-obj-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.pd-obj .pd-obj-list li {
  margin: 0 20px;
}
.pd-obj .pd-obj-list li .pd-obj-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 50%;
}
.pd-obj .pd-obj-list li .pd-obj-item.green {
  width: 290px;
  height: 290px;
  background-color: #14aa9c;
}
.pd-obj .pd-obj-list li .pd-obj-item.blue {
  width: 220px;
  height: 220px;
  background-color: #04b3d9;
  margin-top: 40px;
}
.pd-obj .pd-obj-list li .pd-obj-item.red {
  width: 240px;
  height: 240px;
  background-color: #e34956;
}
.pd-obj .pd-obj-list li .pd-obj-item.yellow {
  width: 284px;
  height: 284px;
  background-color: #f2b748;
}
.pd-obj .pd-obj-list li .pd-obj-item p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.pd-content .pd-content-txt .sec-hdr p {
  font-size: 1.125rem;
}
.pd-content .pd-content-txt ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.pd-content .pd-content-txt ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.pd-content .pd-content-txt ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.pd-content .pd-content-txt ul li p {
  font-size: 1.125rem;
  margin: 0;
}
.pd-content .pd-content-txt ul li strong {
  color: var(--primary-color);
}
.pd-content .pd-content-txt a {
  width: 280px;
}
.pd-content .pd-content-srvcs {
  position: relative;
}
.pd-content .pd-content-srvcs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pd-content .pd-content-srvcs ul li {
  margin-bottom: 16px;
}
.pd-content .pd-content-srvcs ul li a {
  display: flex;
  align-items: center;
}
.pd-content .pd-content-srvcs ul li a img {
  margin-right: 20px;
}
.pd-content .pd-content-srvcs ul li a strong {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.pd-content .bot-link {
  margin-top: -86px;
}
.pd-content .bot-link .next {
  font-weight: 600;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
}
.podcast-next {
  background-color: #ececec;
}
.podcast-next .podcast-next-txt {
  max-width: 540px;
  margin: 0 auto;
}
.podcast-next .podcast-next-txt h3 {
  color: var(--primary-color);
}
.podcast-next img {
  max-width: 428px;
  margin: 0 auto;
}
.pum-content iframe {
  display: block;
  margin: 0 auto;
  height: 25vw;
  min-height: 200px;
}
.lp-ow-banner {
  padding: 8% 0;
}
.lp-ow-banner .ip-banner-txt .ip-banner-txt-cont {
  max-width: 100%;
}
.lp-ow-banner .ip-banner-lp-logo {
  display: flex;
  align-items: center;
}
.lp-ow-banner .ip-banner-lp-logo a {
  margin-right: 16px;
}
.lp-ow-banner .ip-banner-lp-logo .is-white {
  filter: brightness(0) invert(1);
}
.lp-ow-banner .b2-link {
  width: 400px;
}
.lp-ow-form .lp-ow-form-txt {
  position: relative;
  padding-right: 30px;
}
.lp-ow-form .lp-ow-form-txt > p {
  font-size: 1.25rem;
}
.lp-ow-form .lp-ow-form-txt h2 strong {
  color: var(--secondary-color);
}
.lp-ow-form .lp-ow-form-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-ow-form .lp-ow-form-txt ul li {
  position: relative;
  padding-left: 140px;
  margin-bottom: 24px;
}
.lp-ow-form .lp-ow-form-txt ul li > strong {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.75rem;
  color: var(--secondary-color);
}
.lp-ow-form .lp-ow-form-txt ul li p {
  font-size: 1.5rem;
}
.lp-ow-form .lp-ow-form-txt ul li p strong {
  color: var(--secondary-color);
}
.lp-ow-form .lp-ow-form-main {
  padding: 60px 40px;
  background-color: var(--primary-color);
  border-radius: 20px;
}
.lp-ow-form .lp-ow-form-main h3 {
  margin-bottom: 18px;
}
.lp-ow-form .lp-ow-form-main label {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.lp-ow-form .lp-ow-form-main select {
  appearance: auto;
}
.lp-ow-form .lp-ow-form-main ._form_element {
  padding: 0 8px;
  margin-bottom: 16px;
}
.lp-ow-form .lp-ow-form-main ._form_element:nth-child(5),
.lp-ow-form .lp-ow-form-main ._form_element:nth-child(6),
.lp-ow-form .lp-ow-form-main ._form_element:nth-child(7) {
  width: 100%;
}
.lp-ow-form .lp-ow-form-main ._form_element:nth-child(7) {
  text-align: center;
}
.lp-ow-form .lp-ow-form-main ._form_element:nth-child(7) div#recaptcha_0 div {
  margin: 0 auto;
}
.lp-ow-form .lp-ow-form-main ._form-content ._button-wrapper._full_width {
  width: 100%;
  text-align: center;
}
.lp-ow-learn {
  z-index: 1;
}
.lp-ow-learn > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.lp-ow-learn h2 {
  margin-bottom: 30px;
}
.lp-ow-learn h2 span {
  color: var(--secondary-color);
}
.lp-ow-learn ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.lp-ow-learn ul li {
  width: 16.66%;
  padding: 0 15px;
}
.lp-ow-learn ul li img {
  margin: 0 auto;
}
.lp-ow-learn .b2-link {
  width: 400px;
}
.lp-ow-spkrs img {
  margin: 0 auto;
}
.lp-ow-spkrs a {
  font-weight: 500;
  color: var(--secondary-color);
}
.lp-ai-banner {
  padding: 8% 0;
}
.lp-ai-banner .heading1,
.lp-ai-banner h1 {
  padding-right: 8%;
}
.lp-ai-banner .heading1 {
  font-weight: 600;
  margin: 40px 0;
}
.lp-ai-banner h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.lp-ai-banner .lp-ai-banner-form p {
  font-size: 1.5rem;
}
.lp-ai-banner .lp-ai-banner-form label {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.lp-ai-banner .lp-ai-banner-form select {
  appearance: auto;
}
.lp-ai-banner .lp-ai-banner-form ._form_element {
  padding: 0 8px;
  margin-bottom: 16px;
}
.lp-ai-banner .lp-ai-banner-form ._form_element:nth-child(5),
.lp-ai-banner .lp-ai-banner-form ._form_element:nth-child(6),
.lp-ai-banner .lp-ai-banner-form ._form_element:nth-child(7) {
  width: 100%;
}
.lp-ai-banner .lp-ai-banner-form ._form_element:nth-child(7) {
  text-align: center;
}
.lp-ai-banner .lp-ai-banner-form ._form_element:nth-child(7) div#recaptcha_0 div {
  margin: 0 auto;
}
.lp-ai-banner .lp-ai-banner-form ._form-content ._button-wrapper._full_width {
  width: 100%;
  text-align: center;
}
.lp-ai-intro {
  background-color: #f8f8f8;
}
.lp-ai-intro .lp-ai-intro-txt {
  padding-right: 60px;
}
.lp-ai-intro ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-ai-intro ul li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 26px;
}
.lp-ai-intro ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 35px;
  height: 35px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  overflow: hidden;
}
.lp-ai-intro ul li i:after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 19%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(transparent, transparent, #fff);
  opacity: 0.75;
  pointer-events: none;
}
.lp-ai-cta {
  background-color: var(--secondary-color);
}
.lp-ai-cta a {
  width: 400px;
}
.lp-ai-ftrs .lp-ai-ftrs-txt h2 span {
  color: var(--secondary-color);
}
.lp-ai-ftrs .lp-ai-ftrs-txt strong {
  font-size: 1.5rem;
  color: var(--secondary-color);
}
.lp-ai-form {
  z-index: 1;
}
.lp-ai-form > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: -1;
}
.lp-ai-form h2 {
  margin-bottom: 30px;
}
.lp-ai-form .adits-form {
  max-width: 630px;
  margin: 0 auto;
}
.lp-ai-form .adits-form label {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.lp-ai-form .adits-form select {
  appearance: auto;
}
.lp-ai-form .adits-form ._form_element {
  padding: 0 8px;
  margin-bottom: 16px;
}
.lp-ai-form .adits-form ._form_element:nth-child(5),
.lp-ai-form .adits-form ._form_element:nth-child(6),
.lp-ai-form .adits-form ._form_element:nth-child(7) {
  width: 100%;
}
.lp-ai-form .adits-form ._form_element:nth-child(7) {
  text-align: center;
}
.lp-ai-form .adits-form ._form_element:nth-child(7) div#recaptcha_1 div {
  margin: 0 auto;
}
.lp-ai-form .adits-form ._form-content ._button-wrapper._full_width {
  width: 100%;
  text-align: center;
}
.lp-ai-ow {
  background-color: #f2f2f2;
}
.lp-ai-ow p strong {
  color: var(--secondary-color);
}
.lp-ai-ow .b2-link {
  width: 500px;
}
.mh-articles {
  position: relative;
  margin-top: -70px;
  z-index: 2;
}
.mh-articles .mh-articles-inner {
  position: relative;
  padding: 30px 60px 60px;
  background-color: #f9f9f9;
  margin: 0 -80px;
}
.mh-articles .mh-articles-inner > p {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap {
  position: relative;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item {
  display: block;
  margin: 0 15px;
  background-color: #fff;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top right;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div {
  padding: 24px;
  min-height: 230px;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div span {
  font-size: 0.875rem;
  color: #828282;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--primary-color);
  margin-top: 0;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div div {
  display: flex;
  align-items: center;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div div img {
  margin-right: 8px;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div div span {
  font-weight: 600;
  color: #828282;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-slide-arrows {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(100% + 60px);
  pointer-events: none;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-slide-arrows span {
  font-size: 2rem;
  color: #b2b2b2;
  cursor: pointer;
  pointer-events: auto;
}
.mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-slide-arrows span.next {
  float: right;
}
.mh-training-vids .b2-row {
  justify-content: start;
}
.mh-training-vids a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f9f9f9;
  min-height: 318px;
  margin-bottom: 30px;
}
.mh-training-vids a img {
  margin-bottom: 20px;
}
.mh-training-vids a strong {
  display: block;
  font-size: 1.25rem;
  text-align: center;
}
.nfp-cta.cybersecurity-cta .b2-col img {
  margin: -38px 0 -20px;
}
.nfp-cta.cybersecurity-cta .b2-col a {
  width: 295px;
}
.tv-srch {
  padding: 24px 0;
  background-color: #f9f9f9;
}
.tv-srch .tv-srch-form {
  max-width: 940px;
  margin: 0 auto;
}
.tv-srch .tv-srch-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tv-srch .tv-srch-form form label {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 50px;
}
.tv-srch .tv-srch-form form input {
  width: 744px;
  background-color: #fff;
}
.tv-srch .tv-srch-form form button {
  font-size: 1.2rem !important;
  padding: 0 !important;
  width: 47px !important;
  height: 47px !important;
  border-radius: 50%;
}
.ms-tv-sec .b2-row {
  justify-content: flex-start;
}
.ms-tv-sec .ms-tv-item {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-frame {
  position: relative;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-frame img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-frame .ms-tv-item-frame-icon {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-txt {
  padding: 16px;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-txt p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
}
.ms-tv-sec .ms-tv-item .ms-tv-item-txt strong {
  display: block;
  font-weight: 600;
  color: var(--secondary-color);
}
.ms-tv-categ {
  background-color: #f9f9f9;
}
.ms-tv-categ .ms-tv-categ-slide-wrap {
  position: relative;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  min-height: 318px;
  margin: 0 15px;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a.related-vids {
  display: block;
  text-align: left;
  min-height: auto;
  padding: 39px 30px;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a.related-vids p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  min-height: 120px;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a.related-vids strong {
  font-weight: 600;
  color: #f26924;
  text-align: left;
  width: 100%;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a img {
  height: 130px;
  width: auto;
  margin-bottom: 20px;
}
.ms-tv-categ .ms-tv-categ-slide-wrap a strong {
  display: block;
  font-size: 1.25rem;
  text-align: center;
}
.ms-tv-categ .ms-tv-categ-slide-wrap .ms-tv-categ-slide-arrows {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: calc(100% + 40px);
  pointer-events: none;
}
.ms-tv-categ .ms-tv-categ-slide-wrap .ms-tv-categ-slide-arrows span {
  font-size: 2rem;
  color: #b2b2b2;
  cursor: pointer;
  pointer-events: auto;
}
.ms-tv-categ .ms-tv-categ-slide-wrap .ms-tv-categ-slide-arrows span:hover {
  color: var(--primary-color);
}
.ms-tv-categ .ms-tv-categ-slide-wrap .ms-tv-categ-slide-arrows .next {
  float: right;
}
.cp-cd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cp-cd li {
  margin-bottom: 60px;
}
.cp-cd li strong {
  display: block;
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.cp-cd li p {
  margin: 0;
}
.cp-cd li p a {
  color: inherit;
  text-decoration: underline;
}
.cp-cd li > a:not(.b2-link) {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.cp-cd li > a:not(.b2-link):hover {
  color: var(--secondary-color);
}
.cp-cd li .b2-link {
  margin-top: 16px;
}
.cp-cd li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.cp-cd li ul li {
  margin-right: 12px;
}
.cp-form {
  position: relative;
  padding: 50px;
  background-color: #f9f9f9;
}
.cp-form > strong {
  display: block;
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 16px;
}
.cp-form > p {
  font-size: 1.125rem;
}
.cp-form ._form-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cp-form ._form-content ._form_element {
  position: relative;
  width: 50%;
  padding: 8px;
}
.cp-form ._form-content ._form_element fieldset._form-fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.cp-form ._form-content ._form_element fieldset._form-fieldset ._row._checkbox-radio {
  display: inline-block;
  margin-top: 12px;
  margin-right: 30px;
}
.cp-form ._form-content ._form_element label {
  font-size: 1rem;
}
.cp-form ._form-content ._form_element:nth-child(3),
.cp-form ._form-content ._form_element:nth-child(4),
.cp-form ._form-content ._form_element:nth-child(5),
.cp-form ._form-content ._form_element:nth-child(6),
.cp-form ._form-content ._form_element:nth-child(7),
.cp-form ._form-content ._form_element:nth-child(8) {
  width: 100%;
}
.cp-form ._form-content ._form_element:nth-child(7)::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/01/select-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.cp-form ._form-content ._form_element:nth-child(9) {
  flex-grow: 1;
}
.cp-form ._form-content ._form_element:nth-child(9) label {
  display: none;
}
.cp-form form input[type=text],
.cp-form form input[type=email],
.cp-form form input[type=tel],
.cp-form form input[type=url],
.cp-form form input[type=search],
.cp-form form select,
.cp-form form textarea {
  font-size: 1rem;
  background-color: #ececec;
}
.cp-locs {
  background-color: #f5f5f5;
}
.cp-locs .cp-locs-item {
  position: relative;
  display: block;
  background-color: #fff;
}
.cp-locs .cp-locs-item > img {
  display: block;
  width: 100%;
  height: auto;
}
.cp-locs .cp-locs-item > div {
  display: flex;
  align-items: flex-start;
  padding: 40px;
}
.cp-locs .cp-locs-item > div img {
  width: 36px;
}
.cp-locs .cp-locs-item > div div {
  width: calc(100% - 36px);
  padding-left: 30px;
}
.cp-locs .cp-locs-item > div div strong {
  font-size: 1.25rem;
}
.cp-locs .cp-locs-item > div div p {
  color: #1d1d1d;
}
.cp-locs .cp-locs-item > div div span {
  font-weight: 600;
  color: var(--secondary-color);
}
.its-stat .its-stat-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.its-stat .its-stat-list li {
  position: absolute;
}
.its-stat .its-stat-list li img {
  max-width: 80%;
}
.its-stat .its-stat-list li:nth-child(1) {
  top: -184px;
  left: 0;
}
.its-stat .its-stat-list li:nth-child(2) {
  top: -70px;
  right: 0;
  animation-duration: 4s;
}
.its-stat .its-stat-list li:nth-child(3) {
  top: 175px;
  left: 128px;
  animation-duration: 5s;
}
.its-stat .its-stat-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.its-stat .its-stat-txt p {
  font-size: 1.125rem;
}
.its-mng h2,
.its-cysec h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.its-mng p:not(.pre-hdr-txt),
.its-cysec p:not(.pre-hdr-txt) {
  font-size: 1.125rem;
}
.its-mng .b2-link,
.its-cysec .b2-link {
  margin-top: 20px;
}
.its-cysec {
  padding-top: 0;
}
.page-template-template-location .entry-content {
  margin: 0;
}
.page-template-template-location .banner .banner-txt {
  max-width: 920px;
}
.lp-banner-stats-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-banner-stats-list li {
  position: absolute;
}
.lp-banner-stats-list li img {
  max-width: 90%;
}
.lp-banner-stats-list li:nth-child(1) {
  top: -70px;
  right: 0;
}
.lp-banner-stats-list li:nth-child(2) {
  top: 0;
  left: 0;
  animation-duration: 4s;
}
.lp-banner-stats-list li:nth-child(3) {
  top: 174px;
  right: 62px;
  animation-duration: 5s;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont p,
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li {
  font-size: 1.125rem;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 30px;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li {
  margin-bottom: 20px;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li i {
  color: #14aa9c;
  margin-right: 8px;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont > strong {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont > strong + p {
  margin-top: 0;
  margin-bottom: 30px;
}
.lp-cysectr-intro-form {
  position: relative;
  padding: 110px 50px;
  background-color: #f9f9f9;
  margin: -170px 0 80px;
  z-index: 2;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(6),
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(7) {
  width: 100%;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(6)::after,
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(7)::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/01/select-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(6) label,
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(7) label {
  display: block;
  font-size: 1rem;
  line-height: normal;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(8) {
  width: 50%;
  flex-grow: 1;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element:nth-child(8) label {
  display: none;
}
.lp-cysectr-intro-form.lp-itsc-form ._form-content ._form_element div#recaptcha_0 {
  transform: scale(0.8);
  transform-origin: 0 0;
}
.lp-cysectr-intro-form.hrr-form strong + p {
  font-size: 1.125rem;
}
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(6),
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(7) {
  width: 100%;
}
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(6)::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/01/select-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(6) label {
  display: block;
  font-size: 1rem;
  line-height: normal;
}
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(7) {
  width: 50%;
  flex-grow: 1;
}
.lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(7) label {
  display: none;
}
.lp-cysectr-intro-form.awards-form {
  max-width: 650px;
  margin: 0 0 0 auto;
}
.lp-cysectr-intro-form strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: normal;
}
.lp-cysectr-intro-form ._form-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lp-cysectr-intro-form ._form-content ._form_element {
  position: relative;
  width: 50%;
  padding: 8px;
}
.lp-cysectr-intro-form ._form-content ._form_element:nth-child(3),
.lp-cysectr-intro-form ._form-content ._form_element:nth-child(4),
.lp-cysectr-intro-form ._form-content ._form_element:nth-child(5) {
  width: 100%;
}
.lp-cysectr-intro-form ._form-content ._form_element:nth-child(6) {
  flex-grow: 1;
}
.lp-cysectr-intro-form ._form-content ._form_element:nth-child(6) label {
  display: none;
}
.lp-cysectr-intro-form form input[type=text],
.lp-cysectr-intro-form form input[type=email],
.lp-cysectr-intro-form form input[type=tel],
.lp-cysectr-intro-form form select {
  font-size: 1rem;
  background-color: #ececec;
}
.lp-cysectr-intro-abt {
  max-width: 390px;
  margin: 0 auto;
}
.lp-cysectr-intro-abt h3 {
  font-size: 2.625rem;
  color: var(--primary-color);
  margin-bottom: 40px;
}
.lp-cysectr-intro-abt ul {
  max-width: 280px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.lp-cysectr-intro-abt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.lp-cysectr-intro-abt ul li img {
  margin-right: 12px;
}
.lp-cysectr-intro-abt ul li strong {
  margin-right: 4px;
}
.lp-cysectr-stats h2 {
  color: var(--primary-color);
  max-width: 1020px;
  margin: 0 auto 60px;
}
.lp-cysectr-stats ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.lp-cysectr-stats ul li img {
  max-width: 90%;
}
.lp-cysectr-stats ul li:nth-child(1) {
  margin-top: 50px;
}
.lp-cysectr-stats ul li:nth-child(4) {
  margin-top: 65px;
}
.lp-cysectr-course {
  background-color: var(--primary-color);
  margin-top: -50px;
}
.lp-cysectr-course h2 {
  color: #fff;
}
.lp-cysectr-course p {
  font-size: 1.125rem;
}
.lp-cysectr-course .lp-cysectr-course-mods {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.lp-cysectr-course .lp-cysectr-course-mods > li {
  margin-bottom: 30px;
}
.lp-cysectr-course .lp-cysectr-course-mods > li strong {
  display: block;
  margin-bottom: 8px;
}
.lp-cysectr-course .lp-cysectr-course-mods li {
  font-size: 1.125rem;
}
.lp-cysectr-course .lp-cysectr-course-mods ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-cysectr-course .lp-cysectr-course-mods ul li {
  margin-bottom: 8px;
}
.lp-cysectr-course-aud-outc + a {
  display: none;
}
.lp-cysectr-course-aud-outc div {
  margin-bottom: 50px;
}
.lp-cysectr-course-aud-outc div strong + p {
  margin-top: 0;
}
.lp-cysectr-course-aud-outc div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-cysectr-course-aud-outc div ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.lp-cysectr-course-aud-outc div ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.lp-cysectr-course-aud-outc div p,
.lp-cysectr-course-aud-outc div strong,
.lp-cysectr-course-aud-outc div li {
  font-size: 1.125rem;
  line-height: 1.5;
}
.lp-cysectr-bnfts {
  padding-bottom: 0;
}
.lp-cysectr-bnfts-txt h2 {
  color: var(--primary-color);
  margin-bottom: 24px;
}
.lp-cysectr-bnfts-txt p:not(.pre-hdr-txt) {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.lp-cysectr-bnfts-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-cysectr-bnfts-txt ul li {
  margin-bottom: 35px;
}
.lp-cysectr-bnfts-txt ul li strong {
  font-size: 1.125rem;
  color: var(--primary-color);
  line-height: 1.5;
}
.lp-cysectr-bnfts-txt ul li strong + p {
  margin-top: 0;
}
.lp-cysectr-award-dets {
  display: flex;
  align-items: center;
}
.lp-cysectr-award-dets div:nth-child(1) {
  width: 230px;
}
.lp-cysectr-award-dets div:nth-child(2) {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.lp-cysectr-award-dets div:nth-child(2) h2 {
  color: var(--primary-color);
}
.lp-cysectr-award-dets div:nth-child(2) p:not(.pre-hdr-txt) {
  font-size: 1.125rem;
}
.ip-banner-vid {
  position: relative;
}
.ip-banner-vid .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-hrr-banner .b2-link {
  width: 350px;
}
.lp-hrr-stats {
  padding-bottom: 120px;
}
.lp-hrr-stats h2 {
  color: var(--primary-color);
  max-width: 1020px;
  margin: 0 auto 60px;
}
.lp-hrr-stats ul {
  position: relative;
  max-width: 1200px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.lp-hrr-stats ul li img {
  max-width: 90%;
}
.lp-hrr-stats ul li:nth-child(1),
.lp-hrr-stats ul li:nth-child(3) {
  margin-top: 34px;
}
.lp-hrr-ftrs .b2-row {
  margin-bottom: 120px;
}
.lp-hrr-ftrs .b2-row:last-child {
  margin-bottom: 0;
}
.lp-hrr-ftrs-txt h2 {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.lp-hrr-ftrs-txt div p {
  font-size: 1.125rem;
}
.lp-hrr-ftrs-txt div > strong {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.lp-hrr-ftrs-txt div strong + p {
  margin-top: 0;
  margin-bottom: 30px;
}
.lp-hrr-ftrs-txt .b2-link {
  margin-top: 20px;
}
.lp-cysectr-intro-txt-cont-ftrs {
  display: flex;
}
.lp-cysectr-intro-txt-cont-ftrs li {
  margin: 0 8px;
}
.lp-cysectr-intro-txt-cont-ftrs li:nth-child(1) {
  margin-top: 40px;
}
.lp-cysectr-intro-txt-cont-ftrs li:nth-child(3) {
  margin-top: 75px;
}
.lp-cysectr-intro-txt-cont-ftrs li:nth-child(4) {
  margin-top: 13px;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul.list-sm {
  max-width: 400px;
  margin: 25px auto !important;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul.list-sm li {
  position: relative;
  padding-left: 25px;
}
.lp-cysectr-intro .lp-cysectr-intro-txt-cont ul.list-sm li i {
  position: absolute;
  top: 0;
  left: 0;
}
.ty-content {
  padding: 240px 0;
  margin-top: 109px;
}
.ty-content h1 {
  color: var(--primary-color);
}
.ty-content p {
  font-size: 1.125rem;
}
.ty-content div {
  margin-top: 20px;
}
.ty-content div > a {
  margin: 8px;
}
.ty-webinar strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.ty-webinar iframe {
  height: 39vw;
  min-height: 180px;
}
.page-id-4354 .services .services-slide-wrap .services-item {
  min-height: 555px;
}
.page-template-template-lp-human-risk-report .lp-cysectr-intro-txt .sec-hdr {
  margin-bottom: 25px;
}
.page-template-template-lp-human-risk-report .lp-cysectr-intro-txt-cont p:first-child {
  margin-bottom: 30px;
}
.pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  color: #fff !important;
}
.mh-tv-item {
  display: block;
  padding: 39px 30px;
  background: #f9f9f9;
  margin-bottom: 30px;
}
.mh-tv-item p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  min-height: 120px;
}
.mh-tv-item span {
  font-weight: 600;
  color: #f26924;
}
.res-list .b2-row {
  justify-content: center;
}
.res-list-item {
  display: block;
  position: relative;
  margin-bottom: 60px;
}
.res-list-item img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.res-list-item p {
  margin-top: 0;
  color: #000;
  font-size: 1.125rem;
  min-height: 90px;
  padding: 30px 16px 0;
}
.nfp-support {
  padding-top: 0;
}
.nfp-support .sec-hdr p:last-child {
  font-size: 1.3125rem;
}
.nfp-support ul {
  list-style: none;
  padding: 0;
  max-width: 620px;
  margin: 0 auto;
}
.nfp-support ul li {
  margin-bottom: 24px;
}
.nfp-support ul li p,
.nfp-support ul li strong {
  font-size: 1.125rem;
}
.nfp-support ul li p {
  margin-top: 0;
}
.nfp-support ul li strong {
  display: block;
  color: var(--primary-color);
}
.educ-cs {
  padding-top: 0;
}
.educ-cs .sec-hdr {
  max-width: 1020px;
  margin: 0 auto 50px;
}
.educ-cs .sec-hdr p {
  font-size: 1.3125rem;
}
.educ-cs .educ-cs-slide-wrap {
  position: relative;
  max-width: 1380px;
  margin: 50px auto 0;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots {
  margin-top: 40px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots ul li {
  margin: 0 4px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots ul li.slick-active button {
  background: #0eb4da;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots ul li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-slide-arrow span {
  font-size: 1.5rem;
  color: #b2b2b2;
  cursor: pointer;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item {
  position: relative;
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 30px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top img {
  margin-top: -50px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top p {
  font-size: 2.625rem;
  color: var(--primary-color);
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top strong {
  display: block;
  font-size: 1.125rem;
  color: var(--secondary-color);
  margin-bottom: 12px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top span {
  font-size: 1.125rem;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets {
  max-width: 1270px;
  margin: 35px auto 0;
  padding: 0 30px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary p,
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary strong {
  font-size: 1.125rem;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary p {
  margin-top: 0;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary strong {
  display: block;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary ul li {
  position: relative;
  padding-left: 20px;
}
.educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  pointer-events: none;
}
.page-id-4926 .cs-stats .cs-stats-list li:nth-child(2) {
  top: 215px;
  right: 49px;
}
.cst-vids {
  padding-top: 0;
}
.cst-vids .sec-hdr {
  max-width: 900px;
  margin: 0 auto 50px;
}
.cst-vids .cst-vids-slide-wrap {
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-item {
  display: block;
  position: relative;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame {
  position: relative;
  max-width: 645px;
  margin: 0 20px;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame img:first-child {
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame .cst-vids-item-frame-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-slide-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-slide-arrow span {
  font-size: 1.5rem;
  color: #b2b2b2;
  cursor: pointer;
}
.cst-vids .cst-vids-slide-wrap .cst-vids-slide-arrow span:hover {
  color: var(--primary-color);
}
.tstmnls-ftrd .tstmnls-ftrd-top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.tstmnls-ftrd .tstmnls-ftrd-top .client-logo {
  width: 200px;
  padding-right: 30px;
}
.tstmnls-ftrd .tstmnls-ftrd-top ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}
.tstmnls-ftrd .tstmnls-ftrd-top ul li {
  margin-right: 4px;
}
.tstmnls-ftrd .tstmnls-ftrd-top strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--secondary-color);
}
.tstmnls-ftrd .tstmnls-ftrd-top p {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--primary-color);
  margin: 0;
}
.tstmnls-ftrd .tstmnls-ftrd-top span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color);
}
.tstmnls-ftrd .tstmnls-ftrd-content p {
  font-size: 1.125rem;
  color: #1d1d1d;
}
.tstmnls-ftrd .tstmnls-ftrd-content a {
  font-weight: 600;
  color: var(--secondary-color);
}
.tstmnls-ftrd .tstmnls-ftrd-rvw {
  position: relative;
  padding: 0 10%;
}
.tstmnls-ftrd .tstmnls-ftrd-rvw .tstmnls-ftrd-rvw-cont {
  font-size: 2.625rem;
  color: var(--primary-color);
  line-height: 1.2;
}
.tstmnls-ftrd .tstmnls-ftrd-rvw img {
  position: absolute;
  pointer-events: none;
}
.tstmnls-ftrd .tstmnls-ftrd-rvw img.open {
  top: 0;
  left: 0;
}
.tstmnls-ftrd .tstmnls-ftrd-rvw img.close {
  bottom: 0;
  right: 0;
}
.tstmnls-ip-list {
  background-color: #f5f5f5;
}
.tstmnls-ip-list .tstmnls-ip-slide-wrap {
  position: relative;
}
.tstmnls-ip-list .tstmnls-ip-item {
  display: block;
  padding: 30px 30px 60px;
  background-color: #fff;
  margin: 0 15px;
}
.tstmnls-ip-list .tstmnls-ip-item .client-logo {
  max-height: 240px;
  margin: 0 auto;
}
.tstmnls-ip-list .tstmnls-ip-item .client-logo.b2-hidden {
  display: none !important;
}
.tstmnls-ip-list .tstmnls-ip-item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.tstmnls-ip-list .tstmnls-ip-item ul li {
  margin: 0 2px;
}
.tstmnls-ip-list .tstmnls-ip-item .tstmnl-ip-item-txt strong {
  font-size: 0.875rem;
  color: #1d1d1d;
}
.tstmnls-ip-list .tstmnls-ip-item .tstmnl-ip-item-txt p {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--primary-color);
  margin: 0;
}
.tstmnls-ip-list .tstmnls-ip-item .tstmnl-ip-item-txt span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--primary-color);
}
.tstmnls-ip-list .tstmnls-ip-item > p {
  color: #1d1d1d;
  min-height: 120px;
}
.tstmnls-ip-list .tstmnls-ip-item > span {
  font-weight: 600;
  color: var(--secondary-color);
}
.tstmnls-ip-list .tstmnls-ip-slide-dots {
  margin-top: 40px;
}
.tstmnls-ip-list .tstmnls-ip-slide-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tstmnls-ip-list .tstmnls-ip-slide-dots ul li {
  margin: 0 4px;
}
.tstmnls-ip-list .tstmnls-ip-slide-dots ul li.slick-active button {
  background: #0eb4da;
}
.tstmnls-ip-list .tstmnls-ip-slide-dots ul li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.tstmnls-ip-list .tstmnls-ip-slide-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tstmnls-ip-list .tstmnls-ip-slide-arrow span {
  font-size: 2rem;
  color: #b2b2b2;
  cursor: pointer;
}
.popup-rvw-author strong {
  font-size: 0.875rem;
  color: #1d1d1d;
}
.popup-rvw-author p {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--primary-color);
  margin: 0;
}
.popup-rvw-author span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--primary-color);
}
.postid-5167 .ip-banner>img {
  object-position: 100% 90%;
  filter: brightness(0.5);
}
.myt-centralised {
  padding-top: 0;
}
@-moz-keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-o-keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 1670px) {
  .power .power-list li:nth-child(1) {
    left: -10px;
  }
  .power .power-list li:nth-child(3) {
    left: -106px;
  }
  .power .power-list li:nth-child(5) {
    left: 192px;
  }
  .ms-journey img {
    width: 110%;
    margin-left: -12%;
  }
  .postid-5167 .ip-banner>img {
    object-position: 100% 110%;
  }
}
@media only screen and (max-width: 1440px) {
  .b2-inner-content {
    padding: 0 30px;
  }
  .services .services-slide-wrap .services-item {
    min-height: 550px;
  }
  .power .power-list li:nth-child(3) {
    left: -56px;
  }
  .power .power-list li:nth-child(4) {
    right: -12px;
  }
  .cybersecurity-cta .b2-col a {
    width: 100%;
    font-size: 1rem;
  }
  .dr-stats-list img {
    transform: scale(0.8);
  }
  .dr-stats .dr-stats-list li:nth-child(1) {
    left: -61px;
  }
  .dr-stats .dr-stats-list li:nth-child(3) {
    left: -23px;
  }
  .ms-journey img {
    width: 108%;
    margin-left: -8%;
  }
  .approach-list.itc-sec {
    margin-top: -91px;
  }
  .abt-values .abt-values-list {
    transform: scale(0.9);
  }
  .services.ind-pro-review .ind-pro-services-list {
    margin: 0 0 120px;
  }
  .mh-articles .mh-articles-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .industry .industry-item {
    padding: 30px 20px;
  }
  .locations ul li {
    font-size: 1rem;
  }
  .locations ul li i {
    font-size: 1.5rem;
  }
  .cstudies .cstudies-item {
    margin: 0 15px;
    min-height: 690px;
  }
  .cstudies .cstudies-item img {
    max-width: 100%;
    height: auto;
    min-height: 150px;
  }
  .power .power-list img {
    transform: scale(0.9);
  }
  .cs-stats .cs-stats-list li:nth-child(4) {
    right: 23px;
  }
  .cs-assuredly img {
    width: 700px;
    height: 700px;
  }
  .cs-cta .cs-cta-item {
    min-height: 365px;
  }
  .ip-banner.podcast-vid-banner {
    padding: 16% 0 8%;
  }
}
@media only screen and (max-width: 1199px) {
  .b2-link,
  form button,
  form input[type=submit],
  form input[type=button] {
    font-size: 0.9rem !important;
    padding: 16px 42px !important;
    width: auto !important;
  }
  .pre-hdr-txt {
    font-size: 1.2rem;
  }
  h1,
  .heading1 {
    font-size: 3.9rem;
  }
  h2,
  .heading2 {
    font-size: 2.125rem;
  }
  header#main-hdr {
    padding: 12px 0;
  }
  header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 10px;
  }
  header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a {
    font-size: 0.8rem;
  }
  header#main-hdr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
    bottom: -42px;
  }
  .banner {
    padding: 22% 0;
    height: 100vh;
  }
  .banner .banner-txt .banner-txt-cont p,
  .services .services-txt p,
  .services .services-rvw-txt .services-rvw-txt-author,
  .services .services-slide-wrap .services-item strong,
  .industry .industry-item strong,
  .locations .locations-txt p,
  .cstudies .cstudies-hdr h2 + p,
  .industry .industry-hdr h2 + p,
  .stats .stats-txt p,
  footer .ftr-cd ul li a,
  footer .ftr-cd ul li p,
  .ip-banner .ip-banner-txt .ip-banner-txt-cont p,
  .approach .approach-txt p,
  .approach .approach-txt > strong,
  .approach-list .approach-item strong,
  .power .power-txt p,
  .dr-solutions p,
  .cs-cta .cs-cta-item p,
  .ms-apps .ms-apps-txt p,
  .ms-apps .ms-apps-txt strong,
  .ms-journey .ms-journey-txt p,
  .ms-bnfts .ms-bnfts-list li .ms-bnfts-item strong,
  .bp-intro-txt p,
  .bp-rule .sec-hdr p,
  .bp-rule .bp-rule-item p,
  .bp-sols-txt p,
  .bp-ess .bp-ess-txt p,
  .articles-sec .sec-hdr p,
  .abt-origin .abt-origin-txt p,
  .abt-values .abt-values-list li .abt-values-item p,
  .abt-origin .abt-origin-txt > strong:last-child,
  .abt-gptw .abt-gptw-txt .sec-hdr p:last-child,
  .abt-dlvr .sec-hdr p,
  .join-intro .join-intro-txt p,
  .join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt .join-adits-rvw-item-txt-cont,
  .join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item .join-adits-rvw-item-txt .join-adits-rvw-item-txt-author,
  .join-form .sec-hdr p,
  form label,
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=url],
  form input[type=search],
  form select,
  form textarea,
  .meet-intro .meet-intro-txt ul li strong,
  .meet-intro .meet-intro-txt ul li p,
  .mtt-leaders .sec-hdr p,
  .mtt-vals .sec-hdr p,
  .ip-blogs-latest-item-txt .sec-hdr p,
  .ind-pro-target .ind-pro-target-list .ind-pro-target-item p,
  .ind-pro-cta .ind-pro-cta-txt p,
  .ind-pro-intro-txt > p,
  .bpm-keeper .bpm-keeper-txt > p,
  .csh-toc .csh-toc-box ul li a,
  .csh-toc .csh-hdr-txt p,
  .pmh-tv .pmh-tv-filter li a,
  .awards-hdr p,
  .cs-stats .cs-stats-txt p {
    font-size: 1rem;
  }
  .cybersecurity-cta .b2-col p {
    font-size: 1rem;
  }
  .services .services-rvw-txt .services-rvw-txt-cont {
    font-size: 1.3rem;
  }
  .services .services-rvw-txt {
    padding: 60px 0;
  }
  .services .services-rvw-txt img.open {
    left: 0;
  }
  .services .services-rvw-txt img.close {
    bottom: -40px;
    right: 0;
  }
  .services .services-slide-wrap .services-item {
    min-height: 590px;
  }
  .services .services-slide-wrap .services-item span {
    font-size: 0.9rem;
    width: 135px;
  }
  .industry .industry-item strong {
    min-height: auto;
  }
  .industry .industry-item {
    min-height: 180px;
  }
  .locations ul {
    column-count: 2;
  }
  .cstudies {
    padding: 90px 0 120px;
  }
  .cstudies .cstudies-item {
    min-height: 760px;
  }
  .stats {
    padding: 130px 0 0;
  }
  .stats .stats-list li:nth-child(1) img {
    width: 160px;
  }
  .stats .stats-list li:nth-child(2) {
    top: -25px;
    right: 0;
  }
  .stats .stats-list li:nth-child(2) img {
    width: 352px;
  }
  .stats .stats-list li:nth-child(3) {
    top: 224px;
  }
  .stats .stats-list li:nth-child(3) img {
    width: 247px;
  }
  .stats .stats-list li:nth-child(4) {
    top: 359px;
    right: 61px;
  }
  .stats .stats-list li:nth-child(4) img {
    width: 200px;
  }
  .epartners .epartners-slide-wrap img {
    height: auto;
    padding: 0 16px;
  }
  .consult a {
    width: 256px;
  }
  footer .ftr-menu-row strong,
  .ftr-menu-nav li a {
    font-size: 1rem;
  }
  footer .ftr-sm-certs-row .ftr-sm li i {
    font-size: 1.5rem;
  }
  footer .ftr-txt p,
  footer .ftr-txt ul li a {
    font-size: 0.8rem;
  }
  .ip-banner {
    padding: 15% 0 11%;
  }
  .approach .approach-txt .approach-hdr.sec-hdr {
    margin-bottom: 40px;
  }
  .approach-list {
    margin-top: -60px;
  }
  .approach-list .approach-item {
    min-height: 406px;
  }
  .power {
    padding: 90px 0;
  }
  .power .power-list img {
    transform: scale(0.6);
  }
  .power .power-list li:nth-child(1) {
    top: -150px;
    left: -60px;
  }
  .power .power-list li:nth-child(2) {
    top: -36px;
  }
  .power .power-list li:nth-child(3) {
    top: 102px;
    left: -66px;
  }
  .power .power-list li:nth-child(4) {
    top: 190px;
    right: -63px;
  }
  .power .power-list li:nth-child(5) {
    top: 392px;
    left: 43px;
  }
  .cybersecurity-cta .b2-col h3 {
    font-size: 2rem;
  }
  .cybersecurity-cta .b2-col img {
    margin-top: 0;
  }
  .dr-stats-list img {
    transform: scale(0.7);
  }
  .dr-stats .dr-stats-txt a {
    width: 230px;
  }
  .cs-stats {
    padding-bottom: 0;
  }
  .cs-stats-list img {
    width: 250px;
  }
  .cs-stats .cs-stats-list li:nth-child(2) {
    top: 0;
    right: 0;
  }
  .cs-stats .cs-stats-list li:nth-child(3) {
    top: 227px;
  }
  .cs-smb-list img {
    width: 200px;
  }
  .cs-smb .cs-smb-list li:nth-child(3) {
    top: 82px;
    left: 158px;
  }
  .cs-smb .cs-smb-list li:nth-child(5) {
    top: 275px;
    right: 0;
  }
  .cs-assuredly img {
    max-width: 100%;
    height: auto;
    margin-top: 0;
  }
  .cs-cta .cs-cta-item strong {
    font-size: 1.2rem;
  }
  .cs-cta .cs-cta-item a {
    width: auto;
  }
  .cs-cta .cs-cta-item {
    min-height: auto;
  }
  .ms-bnfts .ms-bnfts-list li {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  .ms-bnfts .ms-bnfts-list li .ms-bnfts-item {
    min-height: 340px;
  }
  .services.review-only-sec .services-rvw-txt {
    max-width: 650px;
  }
  .bp-rule .bp-rule-item {
    width: 300px;
    height: 300px;
    margin: 0 auto !important;
  }
  .bp-rule .bp-rule-item strong {
    font-size: 3.0625rem;
  }
  .bp-rule .bp-rule-item span {
    font-size: 1.25rem;
    min-height: 48px;
  }
  .abt-values .abt-values-list {
    flex-flow: wrap;
    transform: scale(1);
    margin: 30px 0 0;
  }
  .abt-values .abt-values-list li .abt-values-item {
    width: 400px !important;
    height: 400px !important;
    margin: 0 0 30px !important;
  }
  .abt-dlvr {
    padding-bottom: 90px;
  }
  .abt-dlvr .abt-dlvr-list {
    flex-flow: wrap;
  }
  .abt-dlvr .abt-dlvr-list li {
    width: calc(33% - 8px);
    margin: 0 4px 8px;
  }
  .ip-blogs-filter .ip-blogs-filter-form {
    display: block;
    text-align: center;
    padding: 20px 30px 30px;
  }
  .ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field label,
  .ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field select {
    display: block;
    width: 100%;
  }
  .ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field label {
    margin: 12px 0;
  }
  .ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-col.field,
  .ip-blogs-filter .ip-blogs-filter-form .ip-blogs-filter-form-field select {
    width: 100%;
  }
  .ip-blogs-filter .ip-blogs-filter-form button {
    margin-top: 20px;
  }
  .services.ind-pro-review .ind-pro-services-list {
    flex-flow: wrap;
  }
  .services.ind-pro-review .ind-pro-services-list .ind-pro-services-item {
    width: calc(33.33% - 8px);
    margin-bottom: 8px;
  }
  .bpm-intro-list li:nth-child(1) {
    top: -50px;
  }
  .bpm-intro-list li:nth-child(1) img {
    width: 300px;
    height: 300px;
  }
  .bpm-intro-list li:nth-child(2) {
    top: 194px;
  }
  .bpm-intro-list li:nth-child(2) img {
    width: 250px;
    height: 250px;
  }
  .bpm-intro-list li:nth-child(3) {
    top: 286px;
  }
  .bpm-intro-list li:nth-child(3) img {
    width: 200px;
    height: 200px;
  }
  .bpm-ftr {
    padding-top: 0;
  }
  .myt-sr .myt-sr-list li .myt-sr-item div strong {
    font-size: 1.2rem;
  }
  .myt-am .myt-am-item img {
    height: 230px !important;
  }
  .myt-pods .myt-pods-item {
    padding: 45px 40px;
    height: 120px;
  }
  .myt-pods .myt-pods-item h3 {
    font-size: 2rem;
  }
  .myt-am .myt-am-item p {
    font-size: 1.25rem;
  }
  .myt-am .myt-am-item .team-position,
  .myt-pods .myt-pods-item .myt-pods-item-list ul p {
    font-size: 1rem;
  }
  .ip-banner.podcast-banner h1 {
    font-size: 5rem;
  }
  .ip-banner.podcast-banner p {
    font-size: 2.3rem;
  }
  .podcast-links p,
  .podcast-seasons .podcast-seasons-tab-control li a {
    font-size: 1rem;
  }
  .podcast-seasons .podcast-seasons-tab-control li a.active-tab {
    font-size: 1.25rem;
  }
  .bd-right .bd-right-related .sec-hdr {
    margin-bottom: 10px;
  }
  .bd-right .bd-right-related ul li a p,
  .bd-right .bd-right-form .sec-hdr p:last-child {
    font-size: 1rem;
  }
  .pd-obj .pd-obj-list li .pd-obj-item.green {
    width: 222px;
    height: 222px;
  }
  .pd-obj .pd-obj-list li .pd-obj-item.blue {
    width: 180px;
    height: 180px;
    margin-top: 20px;
  }
  .pd-obj .pd-obj-list li .pd-obj-item.red {
    width: 180px;
    height: 180px;
  }
  .pd-obj .pd-obj-list li .pd-obj-item.yellow {
    width: 244px;
    height: 244px;
  }
  .pd-obj .pd-obj-list li .pd-obj-item p,
  .pd-chl .pd-chl-txt p,
  .pd-content .pd-content-txt .sec-hdr p,
  .pd-content .pd-content-txt ul li p,
  .pd-content .pd-content-srvcs ul li a strong,
  .lp-ow-form .lp-ow-form-txt > p {
    font-size: 1rem;
  }
  .lp-ow-form .lp-ow-form-txt ul li p {
    font-size: 1.1rem;
  }
  .lp-ow-banner .b2-link,
  .lp-ow-learn .b2-link {
    width: auto;
  }
  .lp-ai-banner .lp-ai-banner-form p {
    font-size: 1rem;
  }
  .lp-ai-banner h1 {
    font-size: 2rem;
  }
  .lp-ai-cta a,
  .lp-ai-ow .b2-link {
    width: auto;
  }
  .mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item > div p {
    font-size: 1.1rem;
  }
  .nfp-cta.cybersecurity-cta .b2-col a {
    width: auto;
  }
  .cybersecurity-cta.nfp-cta {
    padding: 30px 0;
  }
  .ip-banner.mh-banner.tv-banner {
    min-height: auto;
  }
  .lp-banner-stats-list li img {
    max-width: 50%;
  }
  .lp-banner-stats-list li:nth-child(3) {
    right: 0;
  }
  .lp-cysectr-intro-abt h3 {
    font-size: 2rem;
  }
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont > strong,
  .lp-cysectr-intro-form strong,
  .lp-cysectr-bnfts-txt ul li strong,
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont p,
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li,
  .lp-cysectr-course p,
  .lp-cysectr-course .lp-cysectr-course-mods li,
  .lp-cysectr-course-aud-outc div p,
  .lp-cysectr-course-aud-outc div strong,
  .lp-cysectr-course-aud-outc div li,
  .lp-cysectr-bnfts-txt p:not(.pre-hdr-txt),
  .lp-cysectr-award-dets div:nth-child(2) p:not(.pre-hdr-txt),
  .lp-hrr-ftrs-txt div p,
  .lp-hrr-ftrs-txt div > strong,
  .lp-cysectr-intro-form.hrr-form strong + p {
    font-size: 1rem;
  }
  .lp-cysectr-award-dets div:nth-child(1) {
    width: 150px;
  }
  .lp-cysectr-award-dets div:nth-child(2) {
    width: calc(100% - 150px);
  }
  .abt-values.educ-vals {
    padding-bottom: 100px;
  }
  .services.ind-pro-review.educ-services {
    margin-top: 0;
  }
  .ind-pro-intro.educ-xp .sec-hdr p,
  .ind-pro-intro.educ-xp strong,
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top strong,
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top span,
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary p,
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-dets .educ-cs-item-summary strong,
  .educ-cs .sec-hdr p {
    font-size: 1rem;
  }
  .page-id-4926 .cs-stats .cs-stats-list li:nth-child(2) {
    top: 74px;
    right: 0;
  }
  .cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame img:first-child {
    height: 230px;
  }
  .tstmnls-ftrd .tstmnls-ftrd-rvw {
    padding: 0 18%;
  }
  .tstmnls-ftrd .tstmnls-ftrd-rvw .tstmnls-ftrd-rvw-cont {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .home main#primary,
  body:not(.home) div#page {
    padding: 0 !important;
  }
  .ip-banner > img {
    filter: brightness(0.8);
  }
  .b2-btt-toggle {
    bottom: 90px;
  }
  section {
    padding: 60px 0;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .sec-hdr {
    margin-bottom: 30px;
  }
  .pre-hdr-txt {
    font-size: 0.9rem;
  }
  h1,
  .heading1 {
    font-size: 2rem;
  }
  h2,
  .heading2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .banner-txt h1 {
    margin-top: 10px;
  }
  .ip-banner .b2-link {
    width: auto;
  }
  .banner .banner-txt .banner-txt-cont p,
  .services .services-txt p,
  .services .services-slide-wrap .services-item strong,
  .industry .industry-item strong,
  .locations .locations-txt p,
  .cstudies .cstudies-hdr h2 + p,
  .industry .industry-hdr h2 + p,
  .stats .stats-txt p,
  .consult .consult-hdr h2 + p,
  footer .ftr-cd ul li a,
  footer .ftr-cd ul li p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .banner {
    padding: 0;
    height: 100vh;
    min-height: 600px;
  }
  .banner .b2-inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .partners {
    margin-top: 0;
    padding: 0;
  }
  .services {
    margin-top: 0;
    padding: 60px 0;
  }
  .services .services-rvw-txt {
    max-width: 100%;
    padding: 0 40px;
  }
  .services .services-rvw-txt img.open {
    width: 29px;
  }
  .services .services-rvw-txt img.close {
    width: 26px;
  }
  .services .services-rvw-txt .services-rvw-txt-cont {
    font-size: 1rem;
    line-height: 1.6;
  }
  .services .services-rvw-txt .services-rvw-txt-author {
    font-size: 0.9rem;
  }
  .industry .industry-item {
    min-height: auto;
  }
  .industry .industry-item p {
    font-size: 1rem;
  }
  .home .awards {
    padding: 60px 0;
  }
  .awards {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .awards-slide-wrap .slick-list {
    overflow: visible;
    padding: 0 50px;
  }
  .cstudies {
    padding: 60px 0;
  }
  .cstudies .cstudies-item {
    min-height: auto;
    max-width: 100%;
  }
  .cstudies .cstudies-item img {
    width: 100%;
  }
  .cstudies .cstudies-item .cstudies-item-txt p + span {
    line-height: 1.2;
  }
  .cstudies .cstudies-item .cstudies-item-txt span:last-child {
    padding: 16px 32px !important;
  }
  .stats {
    text-align: center;
    padding: 60px 0 0;
  }
  .page-template-template-location .stats {
    padding: 60px 0;
  }
  .stats .stats-list {
    max-width: 365px;
    min-height: 435px;
    margin: 0 auto 60px;
  }
  .stats .stats-list li img {
    max-width: 100%;
    transform: translateY(0);
  }
  .stats .stats-list li:nth-child(1) {
    top: 0;
    right: -24px;
    left: auto;
    z-index: 2;
  }
  .stats .stats-list li:nth-child(1) img {
    width: 200px;
  }
  .stats .stats-list li:nth-child(2) {
    top: 292px;
    right: 0;
    z-index: 2;
  }
  .stats .stats-list li:nth-child(2) img {
    width: 170px;
  }
  .stats .stats-list li:nth-child(3) {
    top: 121px;
    left: 26px;
  }
  .stats .stats-list li:nth-child(4) {
    top: 26px;
    left: 0;
  }
  .stats .stats-list li:nth-child(4) img {
    width: 136px;
  }
  .stats .stats-txt ul li {
    margin-bottom: 30px;
  }
  .stats .stats-txt ul li strong {
    font-size: 1rem;
  }
  footer .ftr-logo {
    max-width: 94px;
  }
  footer .ftr-cd h4 {
    font-size: 1rem;
  }
  footer .ftr-menu-row {
    display: block;
    margin-top: 30px;
  }
  .ftr-menu-col {
    margin-bottom: 16px;
  }
  .ftr-menu-nav {
    display: none;
  }
  footer .ftr-menu-row strong {
    position: relative;
    padding: 16px;
    background: #1c2576;
  }
  footer .ftr-menu-row strong::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-size: 1rem;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ftr-sm-certs-col {
    width: 100%;
  }
  footer .ftr-sm-certs-row {
    flex-direction: column-reverse;
  }
  footer .ftr-sm-certs-row .ftr-certs {
    margin-bottom: 22px;
  }
  footer .ftr-sm-certs-row .ftr-certs li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 22%;
  }
  footer .ftr-sm-certs-row .ftr-cert-txt {
    text-align: center;
  }
  footer .ftr-txt .ftr-txt-disclaimer,
  footer .ftr-txt ul {
    margin-bottom: 30px;
  }
  footer .ftr-menu-nav {
    margin-top: 16px;
    margin-left: 16px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 0;
    margin-left: 40px;
    background: var(--primary-color);
  }
  .link-description {
    margin-top: -29px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
    color: #fff;
    padding: 12px 0;
    text-transform: capitalize;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: var(--secondary-color);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus {
    color: var(--secondary-color);
  }
  .cs-submenu-link {
    margin-top: 6px !important;
    margin-left: 0 !important;
  }
  .cs-submenu-link li {
    margin-bottom: 12px;
  }
  .cs-submenu-link li a {
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
  }
  .ip-banner {
    padding: 0;
  }
  .ip-banner .b2-inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .stats .stats-txt {
    max-width: 100%;
  }
  .approach {
    padding-top: 0;
    text-align: center;
  }
  .approach .approach-txt {
    max-width: 100%;
  }
  .approach img {
    margin: 50px auto 0;
  }
  .approach-list .approach-item,
  .approach-list .approach-item strong,
  .approach-list .approach-item p {
    min-height: auto;
  }
  .services.mng-it,
  .power,
  .cybersecurity-cta {
    padding: 60px 0;
  }
  .services .services-txt {
    max-width: 100%;
    text-align: center;
  }
  .power .power-list {
    max-width: 474px;
    min-height: 630px;
    margin: 0 auto;
  }
  .mng-it-process {
    padding-bottom: 60px;
  }
  .cybersecurity-cta {
    padding: 90px 0;
  }
  .cybersecurity-cta .b2-col a {
    display: block;
    width: 380px;
    margin: 0 auto;
  }
  .cybersecurity-cta .b2-col h3 {
    font-size: 1.5rem;
  }
  .articles-sec .articles-sec-item {
    max-width: 450px;
    margin: 0 auto;
  }
  .articles-sec .articles-sec-item .articles-sec-item-txt strong {
    min-height: auto;
  }
  .b2-faq-item .b2-faq-item-a * {
    font-size: 1rem;
  }
  .approach-list {
    padding: 0 30px 60px;
  }
  .services.services-sec {
    padding: 20px 0;
  }
  footer .ftr-sm-certs-row .ftr-cert-txt {
    max-width: 100%;
  }
  .mng-it-process .mng-it-process-list li {
    width: calc(33.33% - 8px);
  }
  .dr-stats {
    padding: 30px 0 60px;
  }
  .dr-stats .dr-stats-list {
    max-width: 315px;
    min-height: 615px;
    margin: 0 auto;
  }
  .dr-stats-list img {
    transform: scale(1);
    width: 200px;
  }
  .dr-stats .dr-stats-list li:nth-child(1) {
    top: -37px;
    left: 0;
  }
  .dr-stats .dr-stats-list li:nth-child(2) {
    top: 384px;
    right: 0;
    left: auto;
  }
  .dr-stats .dr-stats-list li:nth-child(3) {
    top: 257px;
    left: -12px;
  }
  .dr-stats .dr-stats-list li:nth-child(4) {
    top: 119px;
    right: 0;
  }
  .dr-solutions {
    padding: 60px 0;
  }
  .dr-solutions img.b2-hide-desktop {
    object-fit: cover;
    display: block;
    width: 300px;
    height: 300px;
    margin: 30px auto;
  }
  .sec-podcast-txt {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .cs-stats {
    padding-top: 0;
    text-align: center;
  }
  .cs-stats .cs-stats-list {
    max-width: 315px;
    min-height: 390px;
    margin: 30px auto 0;
  }
  .cs-stats-list img {
    width: 150px;
  }
  .cs-stats .cs-stats-list li:nth-child(1) {
    top: 0;
  }
  .cs-stats .cs-stats-list li:nth-child(2) {
    top: 46px;
  }
  .cs-stats .cs-stats-list li:nth-child(3) {
    top: 149px;
  }
  .cs-stats .cs-stats-list li:nth-child(4) {
    top: 242px;
    right: 0;
  }
  .cs-process .cs-process-list li,
  .cs-process.is-training .cs-process-list li:last-child {
    width: calc(50% - 8px);
  }
  .page-id-4926 .cs-stats .cs-stats-list {
    min-height: 270px;
  }
  .cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame {
    max-width: 270px;
    margin: 0 auto;
  }
  .cst-vids .cst-vids-slide-wrap .cst-vids-item .cst-vids-item-frame img:first-child {
    height: 155px;
  }
  .cs-process .cs-process-link a {
    width: auto;
  }
  .cs-smb {
    padding: 60px 0;
    text-align: center;
  }
  .cs-smb .cs-smb-list {
    max-width: 315px;
    min-height: 390px;
    margin: 30px auto 0;
  }
  .cs-smb-list img {
    width: 150px;
  }
  .cs-smb .cs-smb-list li:nth-child(1) {
    top: 0;
  }
  .cs-smb .cs-smb-list li:nth-child(2) {
    top: 46px;
    right: -23px;
  }
  .cs-smb .cs-smb-list li:nth-child(3) {
    top: 107px;
    left: 100px;
    width: auto;
  }
  .cs-smb .cs-smb-list li:nth-child(4) {
    top: 213px;
  }
  .cs-smb .cs-smb-list li:nth-child(5) {
    top: 246px;
    right: 0;
  }
  .cs-assuredly img {
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .cs-assuredly-txt {
    text-align: center;
  }
  .cs-assuredly-txt a {
    width: auto;
  }
  .cs-cta .cs-cta-item {
    max-width: 500px;
    margin: 0 auto;
  }
  .cs-cta .cs-cta-item p {
    min-height: auto;
  }
  .ms-apps {
    padding-top: 0;
    text-align: center;
  }
  .ms-apps .ms-apps-txt ul {
    text-align: left;
  }
  .ms-apps .ms-apps-txt {
    max-width: 100%;
  }
  .ms-apps img {
    margin: 40px auto 0;
  }
  .ms-bnfts .ms-bnfts-list li .ms-bnfts-item {
    min-height: 390px;
  }
  .ms-journey {
    padding-bottom: 60px;
  }
  .ms-journey-txt {
    text-align: center;
  }
  .ms-journey img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .ms-journey .ms-journey-how > strong {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .approach.itc-sec .approach-txt ul {
    text-align: left;
  }
  .approach-list.itc-sec .approach-item {
    min-height: auto;
  }
  .itc-proof img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .services.review-only-sec .services-rvw-txt img.open {
    left: 0;
  }
  .services.review-only-sec .services-rvw-txt img.close {
    right: 0;
  }
  .bp-intro img,
  .bp-ess img {
    margin: 0 auto;
  }
  .bp-intro-txt,
  .bp-sols-txt {
    max-width: 100%;
    text-align: center;
  }
  .bp-rule {
    padding-bottom: 60px;
  }
  .bp-ess .bp-ess-txt {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
  .abt-origin .abt-origin-txt > strong:last-child {
    text-align: center;
  }
  .abt-values .abt-values-list {
    justify-content: center;
  }
  .abt-values .abt-values-list li .abt-values-item {
    width: 350px !important;
    height: 350px !important;
  }
  .abt-values .abt-values-list li .abt-values-item strong {
    font-size: 1.25rem;
  }
  .abt-origin-txt,
  .abt-gptw-txt {
    text-align: center;
  }
  .abt-gptw img {
    margin: 0 auto;
  }
  .abt-comm-txt {
    margin-top: 40px;
    text-align: center;
  }
  .abt-comm-txt img {
    margin: 0 auto;
  }
  .abt-comm img,
  .meet-intro img {
    margin: 0 auto;
  }
  .abt-dlvr .abt-dlvr-list li {
    width: calc(50% - 8px);
  }
  .abt-dlvr .abt-dlvr-list li .abt-dlvr-item {
    min-height: 350px;
  }
  .join-intro-txt,
  .meet-intro-txt {
    text-align: center;
  }
  .join-intro img {
    margin: 0 auto;
  }
  .join-intro .b2-col {
    margin-bottom: 0 !important;
  }
  .join-adits-rvw .join-adits-rvw-slide-wrap {
    padding: 0 30px;
  }
  .join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item::before,
  .join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-item img {
    display: none;
  }
  .join-adits-rvw .join-adits-rvw-slide-wrap .join-adits-rvw-slide-arrows {
    left: 0;
    width: 100%;
  }
  .mtt-leaders .mtt-leaders-item {
    max-width: 300px;
    margin: 0 auto;
  }
  .b2-row.v-center.mtt-vals-row.mob-invert {
    display: flex;
    flex-flow: column-reverse;
  }
  .mtt-vals .mtt-vals-row {
    margin-bottom: 0;
    text-align: center;
  }
  .mtt-vals .mtt-vals-row img {
    margin: 0 auto;
  }
  .ip-blogs-latest-item-txt {
    padding-left: 0;
  }
  .ind-pro-intro {
    text-align: center;
    padding: 0;
  }
  .ind-pro-intro img {
    margin: 0 auto;
  }
  .ind-pro-target {
    padding-top: 60px;
  }
  .ind-pro-target .ind-pro-target-list {
    flex-flow: wrap;
  }
  .ind-pro-target .ind-pro-target-list .ind-pro-target-item {
    width: 100%;
    margin-bottom: 16px;
    min-height: auto;
  }
  .ind-pro-target .ind-pro-target-list .ind-pro-target-item p {
    margin-bottom: 0;
  }
  .services.bpm-services {
    margin-top: 0;
  }
  .bpm-intro-list {
    min-height: auto;
  }
  .bpm-intro-list li {
    position: relative;
    top: 0 !important;
    right: auto !important;
  }
  .bpm-intro-list li img {
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto 30px;
  }
  .bpm-ftr .bpm-ftr-list li {
    width: calc(50% - 8px);
  }
  .b2-row.v-center.bpm-keeper-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .b2-row.v-center.bpm-keeper-top img {
    height: 300px;
    object-fit: contain;
  }
  .bpm-keeper-bot img {
    height: 300px;
    object-fit: contain;
    margin-bottom: 60px;
  }
  .bpm-keeper-txt {
    text-align: center;
  }
  .csh-toc .csh-hdr-txt {
    margin-top: 50px;
    text-align: center;
  }
  .csh-sec {
    text-align: center;
  }
  .tv-sec-item,
  .ew-sec-item,
  .csh-ew-past-item,
  .cg-sec-item,
  .eb-sec-item,
  .csh-sec.oth-sec a {
    max-width: 380px;
    margin: 0 auto 50px;
  }
  .csh-sec.oth-sec a {
    display: block;
  }
  .csh-ew-row .ew-sec-item .ew-sec-item-txt ul {
    text-align: left;
  }
  .pmh-form .b2-inner-content ._form-content ._form_element {
    width: 100%;
  }
  .pmh-tv .pmh-tv-filter li {
    margin: 0 4px;
  }
  .pmh-tv .pmh-tv-filter li a {
    padding: 8px 12px;
  }
  .pmh-tv-panel .pmh-tv-panel-row iframe {
    margin-bottom: 0;
  }
  .ip-banner.myt-banner img {
    object-position: bottom right;
  }
  .myt-sr .myt-sr-list li {
    width: calc(50% - 8px);
  }
  .myt-sr h2,
  .myt-am h2,
  .myt-pods h2 {
    text-align: center;
  }
  .myt-am-item {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
  }
  .ip-banner.podcast-banner {
    padding: 0;
    min-height: 650px;
  }
  .ip-banner.podcast-banner > img {
    object-position: bottom left;
  }
  .ip-banner.podcast-banner .b2-inner-content {
    top: 30%;
  }
  .ip-banner.podcast-banner h1 {
    font-size: 3.5rem;
  }
  .ip-banner.podcast-banner p {
    font-size: 1.5rem;
  }
  .podcast-subs h2,
  .podcast-abt-txt {
    text-align: center;
  }
  .podcast-abt-txt {
    margin-top: 20px;
  }
  .podcast-seasons .podcast-seasons-tab-panel a {
    max-width: 320px;
    margin: 0 auto;
  }
  .podcast-abt .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .podcast-abt-photo {
    max-width: 340px;
  }
  .podcast-abt-photo div strong {
    font-size: 1rem;
  }
  .podcast-abt a {
    width: auto;
  }
  .podcast-abt-photo div {
    width: 140px;
  }
  .adits-glossary-list ul > li {
    width: 100%;
    padding: 0;
  }
  .ip-banner.podcast-vid-banner {
    min-height: 700px;
    padding: 0;
  }
  .ip-banner.podcast-vid-banner > img {
    object-position: bottom left;
  }
  .podcast-vid-banner iframe {
    max-width: 100%;
    height: 52vw;
    min-height: 230px;
  }
  .ip-banner.blog-dets-banner {
    min-height: 300px;
    margin-top: 0;
  }
  .bd-breadcrumbs #breadcrumbs,
  .pd-breadcrumbs #breadcrumbs {
    font-size: 0.75rem;
  }
  .bd-content {
    margin-top: 50px;
  }
  .bd-content .bd-content-txt {
    padding-right: 0;
  }
  .bd-content .bd-content-txt h1 {
    font-size: 1.8rem;
  }
  .bd-content .bd-content-txt h2 {
    font-size: 1.5rem;
  }
  .bd-content .bd-content-txt h3 {
    font-size: 1.3rem;
  }
  .bd-right {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  .bd-right .bd-right-related ul {
    text-align: left;
  }
  .bd-right .bd-right-form .adits-form ._button-wrapper._full_width button {
    width: 100%;
  }
  .bd-share-links span {
    margin-right: 6px;
  }
  .ip-banner.proj-dets-banner {
    min-height: 600px;
  }
  .pd-chl-txt,
  .pd-content-txt .sec-hdr {
    text-align: center;
  }
  .pd-obj .pd-obj-list {
    display: block;
  }
  .pd-obj .pd-obj-list li .pd-obj-item {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 20px !important;
  }
  .pd-content .pd-content-srvcs {
    margin-top: 60px;
  }
  section.pd-content {
    padding-bottom: 60px;
  }
  .pd-content .bot-link {
    margin-top: 60px;
  }
  .pd-chl .bd-share-links.right {
    justify-content: center;
  }
  .podcast-next img {
    max-width: 300px;
  }
  .power .power-txt a {
    width: auto;
  }
  .cs-cta {
    padding-top: 0;
  }
  .lp-ow-form .lp-ow-form-txt {
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .lp-ow-form .lp-ow-form-txt ul li {
    padding-left: 0;
  }
  .lp-ow-form .lp-ow-form-txt ul li > strong {
    position: relative;
    font-size: 2rem;
  }
  .lp-ow-form .lp-ow-form-txt ul li p {
    font-size: 1rem;
  }
  .lp-ow-learn ul li {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .lp-ow-spkrs img {
    margin: 30px auto 0;
  }
  .ip-banner.lp-ai-banner {
    text-align: center;
    min-height: 1000px;
  }
  .lp-ai-banner .heading1,
  .lp-ai-banner h1 {
    padding-right: 0;
  }
  .ip-banner-lp-logo img {
    margin: 0 auto;
  }
  .lp-ai-banner .heading1 {
    font-size: 1.5rem;
    margin: 40px 0 12px;
  }
  .lp-ai-intro .lp-ai-intro-txt {
    padding-right: 0;
  }
  .lp-ai-intro,
  .lp-ai-ftrs,
  .lp-ai-ow {
    padding: 60px 0;
  }
  .lp-ai-ftrs {
    text-align: center;
  }
  .lp-ai-ftrs .lp-ai-ftrs-txt strong {
    font-size: 1.2rem;
  }
  .lp-ai-intro img {
    width: 100%;
    height: auto;
  }
  .ip-banner.mh-banner {
    min-height: 800px;
  }
  .mh-training-vids a {
    min-height: auto;
  }
  .cybersecurity-cta.nfp-cta {
    padding: 90px 0;
  }
  .ip-banner.mh-banner.tv-banner {
    min-height: 300px;
  }
  .tv-srch .tv-srch-form form input {
    width: 444px;
  }
  .ms-tv-sec .ms-tv-item {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .ip-blogs-listing .ip-blogs-item div strong,
  .ip-blogs-listing .ip-blogs-item div p:nth-child(3) {
    min-height: auto;
  }
  div#popmake-4290 {
    padding: 40px 15px;
  }
  div#popmake-4290 .sec-hdr h2 + p {
    font-size: 1rem;
  }
  div#popmake-4290 ._form-content ._form_element:nth-child(5),
  div#popmake-4290 ._form-content ._form_element:nth-child(6) {
    width: 100%;
  }
  div#popmake-4290 ._button-wrapper._full_width,
  .cp-form ._button-wrapper._full_width {
    width: 100%;
    text-align: center;
  }
  .pum-theme-3955 .pum-content + .pum-close,
  .pum-theme-lightbox .pum-content + .pum-close {
    right: 20px !important;
  }
  .cp-locs .cp-locs-item {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .cp-form {
    padding: 50px 20px;
  }
  .cp-form div#recaptcha_0 {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .cp-form ._form-content ._form_element label {
    line-height: 1;
  }
  .cp-locs .cp-locs-item > div {
    padding: 40px 20px;
  }
  .lp-hrr-stats h2 {
    margin-bottom: 0;
  }
  .its-stat .its-stat-list,
  .lp-hrr-stats ul {
    min-height: 550px;
  }
  .lp-hrr-stats ul li {
    position: absolute;
  }
  .its-stat .its-stat-list li img,
  .lp-hrr-stats ul li img {
    max-width: 100%;
  }
  .its-stat .its-stat-list li:nth-child(1),
  .lp-hrr-stats ul li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .its-stat .its-stat-list li:nth-child(1) img,
  .lp-hrr-stats ul li:nth-child(1) img {
    width: 235px;
    height: 235px;
  }
  .its-stat .its-stat-list li:nth-child(2),
  .lp-hrr-stats ul li:nth-child(2) {
    top: 212px;
    right: 0;
  }
  .its-stat .its-stat-list li:nth-child(2) img,
  .lp-hrr-stats ul li:nth-child(2) img {
    width: 180px;
    height: 180px;
  }
  .its-stat .its-stat-list li:nth-child(3),
  .lp-hrr-stats ul li:nth-child(3) {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .its-stat .its-stat-list li:nth-child(3) img,
  .lp-hrr-stats ul li:nth-child(3) img {
    width: 215px;
    height: 215px;
  }
  .its-stat .its-stat-txt p {
    font-size: 1rem;
  }
  .dr-solutions .dr-solutions-txt .b2-link {
    width: 250px;
  }
  .its-cysec .b2-row,
  .lp-cysectr-bnfts .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .its-mng,
  .its-cysec {
    text-align: center;
  }
  .its-mng img,
  .its-cysec img {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .its-mng p:not(.pre-hdr-txt),
  .its-cysec p:not(.pre-hdr-txt) {
    font-size: 1rem;
  }
  .its-cysec img {
    margin: 0 auto;
  }
  .articles-sec .sec-hdr {
    margin: 0 auto 40px;
  }
  .partners .partners-inner .partners-slide-wrap img {
    height: 60px;
  }
  .locations.loc-page {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .lp-cysectr-intro-form {
    padding: 80px 30px;
    margin: 40px 0;
  }
  .lp-cysectr-intro-form strong {
    text-align: center;
  }
  .lp-cysectr-stats h2 {
    margin-bottom: 0;
  }
  .lp-cysectr-stats ul {
    display: block;
    min-height: 760px;
  }
  .lp-cysectr-stats ul li {
    position: absolute;
  }
  .lp-cysectr-stats ul li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .lp-cysectr-stats ul li:nth-child(2) {
    top: 223px;
    right: 0;
    animation-duration: 4s;
  }
  .lp-cysectr-stats ul li:nth-child(3) {
    top: 400px;
    left: 0;
    animation-duration: 5s;
  }
  .lp-cysectr-stats ul li:nth-child(4) {
    bottom: 0;
    right: 0;
    animation-duration: 6s;
  }
  .lp-cysectr-stats ul li img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .lp-cysectr-stats {
    padding-bottom: 50px;
  }
  .lp-cysectr-course {
    margin: 0;
  }
  .lp-cysectr-course-mods + a {
    display: none;
  }
  .lp-cysectr-course-aud-outc + a {
    display: inline-block;
  }
  .lp-cysectr-bnfts {
    text-align: center;
  }
  .lp-cysectr-bnfts img {
    margin: 0 auto;
  }
  .lp-cysectr-award-dets {
    display: block;
  }
  .lp-cysectr-award-dets div:nth-child(1),
  .lp-cysectr-award-dets div:nth-child(2) {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .lp-cysectr-award-dets div:nth-child(1) img,
  .lp-cysectr-award-dets div:nth-child(2) img {
    margin: 0 auto;
  }
  .lp-cysectr-intro-form.awards-form {
    max-width: 100%;
  }
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li {
    position: relative;
    line-height: 1.5;
    padding-left: 25px;
  }
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont ul li i {
    position: absolute;
    top: 3px;
    left: 0;
  }
  .lp-cysectr-intro-abt h3 {
    font-size: 1.5rem;
  }
  .lp-cysectr-intro-form div#recaptcha_0,
  .lp-cysectr-intro-form div#recaptcha_1 {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .lp-cysectr-intro {
    text-align: center;
  }
  .lp-hrr-ftrs .b2-row.mob-reverse {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .lp-hrr-ftrs .b2-row img {
    margin: 0 auto;
  }
  .lp-hrr-ftrs-txt {
    text-align: center;
  }
  .lp-cysectr-intro .lp-cysectr-intro-txt-cont ul {
    text-align: left;
  }
  .ty-content {
    margin-top: 75px;
    padding: 120px 0;
  }
  .ty-content p {
    font-size: 1rem;
  }
  .cp-cd li {
    margin-bottom: 30px;
  }
  div#popmake-4290 ._form-content ._form_element:nth-child(6) textarea {
    height: 65px;
  }
  .consult .b2-link,
  .dr-solutions .dr-solutions-txt .b2-link,
  .power .power-txt .b2-link,
  .dr-stats .dr-stats-txt .b2-link,
  .cybersecurity-cta .b2-col .b2-link {
    padding: 16px 32px !important;
  }
  .podcast-subs ._form-content button {
    padding: 16px 32px !important;
  }
  .cs-cta .cs-cta-item a {
    line-height: 1.2;
  }
  .page-template-template-about .ip-banner > img {
    object-position: center left;
  }
  section.its-stat {
    padding-bottom: 0;
  }
  .its-stat-txt {
    text-align: center;
  }
  .b2-hide-desktop .lp-cysectr-intro-form {
    margin-top: 0;
  }
  .awards-slide-wrap img {
    height: 90px;
    padding: 0 15px;
  }
  .cstudies .cstudies-slide-dots ul li button,
  .articles-sec .articles-sec-slide-dots ul li button {
    width: 8px;
    height: 8px;
  }
  .page-template-template-it-consulting .itc-proof {
    padding: 60px 0;
  }
  .page-template-template-it-consulting .itc-proof .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .stats:last-child {
    padding-bottom: 40px;
  }
  .page-template-template-managed-it .approach-list {
    margin-top: -76px;
  }
  .sec-podcast .b2-row,
  .pd-chl .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .ind-pro-cta img {
    filter: brightness(0.5);
  }
  .pd-chl .b2-row img {
    margin: 0 auto 30px;
  }
  .tv-sec-item .tv-sec-item-frame img:first-child,
  .csh-ew-row .csh-ew-past-item .csh-ew-past-item-frame img {
    height: 186px;
  }
  #pum-4290 .pum-content + .pum-close,
  #pum-4290 .pum-theme-lightbox .pum-content + .pum-close {
    color: #000 !important;
  }
  .ofc-sub {
    color: #fff;
  }
  .mh-tv-item p,
  .ms-tv-categ .ms-tv-categ-slide-wrap a.related-vids p {
    min-height: auto;
  }
  .ip-banner.archive-banner .b2-inner-content {
    top: 60%;
  }
  .single-training-video .bd-content {
    margin-top: 0;
  }
  .ms-tv-categ h2 {
    text-align: center;
  }
  .res-list-item p {
    font-size: 1rem;
    padding: 16px 16px 0;
  }
  .nfp-support {
    padding-top: 60px;
  }
  .nfp-support .sec-hdr p:last-child,
  .nfp-support ul li p,
  .nfp-support ul li strong {
    font-size: 1rem;
    text-align: center;
  }
  .page-template-template-industry-healthcare .ind-pro-intro {
    padding: 60px 0;
  }
  .abt-values.educ-vals {
    padding-bottom: 60px;
  }
  .ind-pro-intro {
    padding: 60px 0;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top {
    display: block;
    text-align: center;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top img {
    margin: 0 auto;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-slide-dots ul li button {
    width: 8px;
    height: 8px;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-item .educ-cs-item-top img {
    max-width: 120px;
  }
  .tstmnls-ftrd .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .tstmnls-ftrd .tstmnls-ftrd-rvw .tstmnls-ftrd-rvw-cont {
    font-size: 1.2rem;
  }
  .tstmnls-ftrd .tstmnls-ftrd-top {
    justify-content: center;
  }
  .tstmnls-ftrd .tstmnls-ftrd-content p,
  .tstmnls-ftrd .tstmnls-ftrd-top strong,
  .tstmnls-ftrd .tstmnls-ftrd-top p,
  .tstmnls-ftrd .tstmnls-ftrd-top span {
    font-size: 1rem;
  }
  .tstmnls-ftrd .tstmnls-ftrd-top strong,
  .tstmnls-ftrd .tstmnls-ftrd-top p,
  .tstmnls-ftrd .tstmnls-ftrd-top span {
    line-height: 1.1;
  }
  .tstmnls-ftrd .tstmnls-ftrd-rvw img {
    width: 40px;
  }
  .page-template-template-industry-healthcare .services.ind-pro-review .ind-pro-services-list {
    margin: 0;
  }
  .page-template-template-password-manager .services {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item>div {
    min-height: auto;
  }
  .page-template-template-cyber-security-awareness-training .cs-stats {
    padding-top: 30px;
  }
  .tstmnls-ftrd .tstmnls-ftrd-top ul li img {
    width: 20px;
  }
  .ind-pro-target {
    padding-top: 0;
  }
  .educ-cs .sec-hdr,
  .educ-cs .educ-cs-slide-wrap {
    margin: 0 auto;
  }
  .educ-cs .educ-cs-slide-wrap .educ-cs-item {
    margin-top: 30px;
    padding-top: 40px;
  }
  .lp-cysectr-intro-txt-cont-ftrs {
    display: block;
  }
  .lp-cysectr-intro-txt-cont-ftrs li {
    padding-left: 0 !important;
    margin: 0 0 20px !important;
  }
  .lp-cysectr-intro-txt-cont-ftrs li img {
    margin: 0 auto;
  }
  .lp-cysectr-intro-form.hrr-form ._form-content ._form_element:nth-child(6)::after {
    top: 70%;
  }
  .lp-hrr-stats ul {
    display: block;
  }
  .lp-hrr-stats ul li img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .lp-hrr-stats .b2-link {
    margin-top: 20px;
  }
  .services.review-only-sec.hrr-review {
    padding: 80px 0;
  }
  .cs-stats .cs-stats-list li img {
    max-width: 90%;
  }
  .power .power-list li:nth-child(2) {
    top: 17px;
    right: -70px;
  }
  .power .power-list li:nth-child(4) {
    top: 283px;
  }
  .power .power-list li:nth-child(5) {
    top: 403px;
    left: -72px;
  }
  .mng-it-process .mng-it-process-list li {
    width: 100%;
  }
  .cybersecurity-cta .b2-col a {
    width: 100%;
  }
  .articles-sec .articles-sec-item img {
    height: 200px;
  }
  .b2-faq-item .b2-faq-item-q h3,
  .articles-sec .articles-sec-item .articles-sec-item-txt strong {
    font-size: 1rem;
  }
  .b2-faq-item .b2-faq-item-q h3 {
    line-height: 1.3;
  }
  .b2-faq-item .b2-faq-item-q {
    padding: 16px 40px 16px 16px;
  }
  .cs-process .cs-process-list li,
  .cs-process.is-training .cs-process-list li:last-child {
    width: 100%;
  }
  .ms-bnfts .ms-bnfts-list li {
    width: 100%;
    margin: 0 0 8px;
  }
  .ms-bnfts .ms-bnfts-list li .ms-bnfts-item,
  .ms-bnfts .ms-bnfts-list li .ms-bnfts-item strong,
  .page-id-4514 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item,
  .page-id-4514 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item strong,
  .page-id-4519 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item,
  .page-id-4519 .ms-bnfts .ms-bnfts-list li .ms-bnfts-item strong {
    min-height: auto;
  }
  .abt-dlvr .abt-dlvr-list li {
    width: 100%;
  }
  .abt-dlvr .abt-dlvr-list li .abt-dlvr-item {
    min-height: auto;
  }
  .services.ind-pro-review .ind-pro-services-list .ind-pro-services-item {
    width: 100%;
  }
  .services.ind-pro-review .ind-pro-services-list .ind-pro-services-item p {
    min-height: auto;
  }
  .ind-pro-cta .ind-pro-cta-txt a {
    width: auto;
  }
  .bpm-ftr .bpm-ftr-list li {
    min-height: auto;
    width: 100%;
  }
  .bpm-keeper-bot img {
    margin-bottom: 30px;
  }
  .b2-row.v-center.bpm-keeper-top {
    margin: 0;
  }
  .ip-banner.myt-banner {
    min-height: 350px;
  }
  .myt-sr .myt-sr-list li {
    width: 100%;
  }
  .myt-sr .myt-sr-list li .myt-sr-item img {
    height: 350px;
  }
  .myt-pods .myt-pods-item {
    height: 110px;
  }
  .myt-pods .myt-pods-item .myt-pods-item-list ul.team li {
    width: calc(50% - 18px);
  }
  .myt-pods .myt-pods-item h3 {
    font-size: 1.25rem;
  }
  .ip-banner.podcast-banner h1 {
    font-size: 3.5rem;
  }
  .ip-banner.podcast-banner p {
    font-size: 1rem;
  }
  .podcast-links ul li {
    margin: 0 8px;
  }
  .lp-ow-form .lp-ow-form-main ._form_element:nth-child(7) div#recaptcha_0 div {
    transform: scale(0.8);
    transform-origin: 0;
  }
  .lp-ow-learn ul li {
    width: 100%;
  }
  .lp-ow-form .lp-ow-form-main {
    padding: 30px 15px;
  }
  .mh-articles .mh-articles-inner > p {
    font-size: 1.1rem;
  }
  .mh-articles .mh-articles-inner {
    padding: 30px 40px 60px;
  }
  .mh-articles .mh-articles-inner .mh-articles-slide-wrap .mh-articles-item {
    margin: 0;
  }
  .mh-training-vids a strong {
    font-size: 1rem;
  }
  .tv-srch .tv-srch-form form {
    display: block;
    text-align: center;
  }
  .tv-srch .tv-srch-form form label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .tv-srch .tv-srch-form form input {
    width: 100%;
    margin-bottom: 12px;
  }
  .ms-tv-sec .ms-tv-item .ms-tv-item-frame img {
    height: 170px;
  }
}
