* {
  list-style: none;
}

body {
  -webkit-overflow-scrolling: touch;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.filter-open {
  min-height: 100vh;
  width: 100%;
  overflow-y: hidden;
  min-height: -webkit-fill-available;
  position: fixed;
}

article,
aside,
figcaption,
figure,
footer,
section {
  display: block;
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0;
}

.placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #333;
}

input:-moz-placeholder,
input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

table {
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a:focus,
input:focus {
  outline: none;
}

input,
select,
textarea {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.terms-container>* {
  margin-bottom: 20px;
  text-align: left;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

img.svg-img {
  height: 100%;
  width: 100%;
}

audio,
fieldset,
figure,
footer,
form,
label,
li,
menu,
ol,
section,
tbody,
td,
th,
tr,
ul,
video {
  border: 0;
  list-style: none;
}


.content-900 {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

input:focus {
  outline: none;
}

section {
  width: 100%;
  position: relative;
  padding: 65px 0;
}
/* 
.col-four-outer:after,
.col-four:after,
.col-outer:after,
.col-three:after,
.col-two:after,
.content-900,
.container:after,
.resources-wrap:after,
.three-col-row:after,
.wrapper:after,
section:after,
ul:after {
  content: "";
  clear: both;
  display: block;
} */

.col-two {
  width: 50%;
  color: currentColor;
}

.col-three,
.col-two {
  float: left;
  position: relative;
  height: 100%;
}

.col-three-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-three {
  width: calc((100% - 40px) / 3);
}
.col-four {
  width: 25%;
}

.col-four {
  float: left;
  position: relative;
  height: 100%;
}

.bg-img {
  overflow: hidden;
}

.bg-img img {
  width: 100%;
}

.v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.v-middle {
  display: table-cell;
  vertical-align: middle;
}

/* .no-padding {
  padding: 0;
} */

.no-margin {
  margin: 0;
}

input[type="text"]::-ms-clear {
  display: none;
}

ul.list-block li {
  position: relative;
  padding-left: 5px;
}

ul.list-block li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -5px;
  top: -3px;
  display: inline-block;
}

form.search-container {
  position: relative;
}

.search-container input {
  width: 210px;
  background: none;
  border: none;
  border-bottom: 2px solid #cccc;
  color: #fff;
  padding-right: 25px;
}

/* .search-icon {
  position: absolute;
  right: 0;
  width: 15px;
  top: 0;
  bottom: 10px;
  margin: auto;
  cursor: pointer;
} */
.para-link {
  color: #4287d6;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.para-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4287d6;
  transform: scaleX(0);
  transition: transform 0.1s;
}

.para-link:hover:after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
/* 
.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #4287d6;
} */
.bg-lightBlue{
  background-color: #000; 
}

.bg-purple {
  background-color: #b36cdb;
}
.bg-green {
  background-color: #00b9be;
}
.bg-gray {
  background-color: #f2f2f2;
}

.bg-cerulean {
  background-color: #00acdf;
}

.bg-red {
  background-color: #ea2328;
}

.bg-orange {
  background: #fc9c0c;
}

.bg-lightPurple {
  background-color: #8681c4;
}

.bg-pink {
  background-color: #eb4971;
}

.bg-lightpink {
  background-color: #f774ce;
}

.bg-darkPink {
  background-color: #ff1493;
}
.bg-orange {
  background: #fc9c0c;
}
.light-grey {
  background-color: #f3f3f3;
}

.med-grey {
  background-color: #eee;
}

.bg-mid-grey {
  background-color: #ccc;
}

.bg-grayblack {
  background-color: #F8F8F8;
}

.dark-grey {
  background-color: #666;
}

.bg-yellow {
  background-color: #efcd0f;
}

.bg-cyan {
  background-color: #1fb7c5;
}

.bg-grey,
.grey-bg {
  background: #f3f3f3;
}

/* .blue-bg {
  background: rgba(66, 135, 214, 0.9);
} */

.yellow-bg {
  background: rgba(252, 156, 12, 0.9);
}

.color-blue {
  background-color: #4287d6;
}

.color-red {
  background-color: #eb4971;
}

/* .color-dark-blue {
  background-color: #0074e0;
} */

.color-orange {
  background-color: #fc9c0c;
}

.color-green {
  background-color: #00b9be;
}

.color-purple {
  background-color: #b36cdb;
}

.pp-multiple-authors-wrapper {
  display: none;
}

.text-white {
  color: #fff;
}


.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-bottom: 15px;
}

/* .no-padding-bottom {
  padding-bottom: 0 !important;
} */

input#search-bar::placeholder {
  color: #ffffff;
}
.no-results {
  text-align: center;
  background: #f3f3f3;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filter-overlay,
.form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 99999;
  display: none;
  overflow: auto;
  top: 0;
}
.border-bottom-center:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -22px;
  background: #5c5c5c;
}

.gray-gradient {
  background: transparent linear-gradient(179deg, #F8F8F8 0%, #F8F8F800 100%) 0% 0% no-repeat;
}
.orange-gradient,
.orange-gradient-reverse ,
.yellow-gradient,
.pink-gradient ,
.pink-reverse-gradient,
.purple-gradient,
.blue-gradient,
.orangepink-gradient,
.orangepink-reverse-gradient,
.darkpurple-gradient ,
.darkpurple-reverse-gradient,
.pinkpurple-gradient ,
.pinkorange-gradient {
  background: var(--orange);
}


.load-more-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page-template-cbcommon-template .load-more-btn{
  margin-top:70px;
}

/* .load-more-btn .red-btn {
  width: 157px;
  height: 52px;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
} */


.load_more,
.load_more:before,
.load_more:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.load_more {
  color: #EA2328;
  font-size: 10px;
  margin: -40px auto 40px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.load_more:before,
.load_more:after {
  content: '';
  position: absolute;
  top: 0;
}

.load_more:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.load_more:after {
  left: 3.5em;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 25px;
  visibility: hidden;
  width: 250px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px 15px;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 595px) and (min-width: 481px) {
  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 80%;
    left: 10%;
    margin-top: 30px;
    top: unset;
  }
}

@media screen and (max-width: 767px) {
  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 60%;
    left: 20%;
    margin-top: 30px;
    top: unset;
  }
}


@media (max-width: 480px) {


  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 80%;
    left: 10%;
    margin-top: 30px;
    top: unset;
  }

}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.cta-button.two-cta {
  padding: 0;
}

.cta-button .generic-cta-wrapper {
  padding: 20px 0;
  margin: 0;
}

.generic-cta .cta-button a:last-child {
  display: none;
}

.generic-cta.two-cta .cta-button a:last-child {
  display: inline-block;
}

.divider {
  position: relative;
  margin-bottom: 50px;
}

.divider:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -22px;
  background: #5c5c5c;
}
.Certification-FAQ .divider:after {
  left: 0;
}
@media screen and (max-width: 767px) and (min-width: 596px) {
  .divider {
    margin-bottom: 30px;
  }

  .divider:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 595px) {
  .divider {
    margin-bottom: 30px;
  }

  .divider:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 767px) {
  .col-four,
  .col-three,
  .col-two {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  section {
    padding: 40px 0;
  }
  .border-bottom-center:after {
    bottom: -20px;
  }
}

@media screen and (max-width: 595px) {
  section {
    padding: 30px 0;
  }

  .border-bottom-center:after {
    bottom: -13px;
  }

  .generic-part-two .inner-container {
    max-width: 100% !important;
  }
}

.hide-carets:after {
  display: none !important;
}

.caret-icon {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.caret-icon:before {
  content: '';
  position: absolute;
  left: -18px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(-45deg);
}

.caret-icon:after {
  content: '';
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(45deg);
}


.fancybox-wrap {
  position: fixed !important;
}

.gt_switcher .gt_option a{
  width: 100% !important;
  padding: 5px !important;
}


.slick-arrow.next,
.slick-arrow.prev {
    width: 15px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    z-index: 9;
}

.slick-arrow.next {
    float: right;
    text-align: right;
    right: 3px;
}

.slick-arrow.prev {
    left: 3px;
    float: left;
}

.slick-arrow.prev:hover,
.slick-arrow.next:hover {
    opacity: 1;
}
.slick-arrow img{
  object-fit: contain;
  height: 100%;
}


.scroll-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 37px;
  width: 37px;
  background: rgba(153, 153, 153, .4);
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: 0;
  z-index: 99
}


.onetrust-pc-dark-filter {
  display: none !important
}


.cZETVE,
.dSuVHR,
.hCTHHz {
  z-index: 99999 !important;
}


.dSuVHR {
  width: 55px !important;
  height: 80px !important;
  bottom: 40px !important;
}

.hCTHHz {
  bottom: 120px !important;
  max-height: 75px !important;
}

.cZETVE {
  bottom: 125px !important;
}

.ci6qs0-0.cliUOf {
  padding-left: 18px !important;
}

.scroll-top.show {
  opacity: 1
}

.scroll-top:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 27px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}


@-webkit-keyframes closeiconafter {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@keyframes closeiconafter {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@-webkit-keyframes closeiconbefore {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@keyframes closeiconbefore {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}