#pe_platform_overview .row .col {
  margin-bottom: 30px;
}
#pe_platform_overview .row .col:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.33px) {
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
}
.section p a {
  font-size: inherit;
}

#custom_apps ul li a {
  background: var(--iris);
  letter-spacing: 0px;
  color: var(--whiteSmoke);
  text-decoration: none;
}
#custom_apps .tabs ul {
  list-style: none;
}
#custom_apps ul li a {
  position: relative;
  -webkit-border-radius: var(--bradius);
  -moz-border-radius: var(--bradius);
  border-radius: var(--bradius);
  text-decoration: none;
  /*background: var(--whiteSmoke);*/
  background: var(--pe_light_bluegray);
  padding: 10px 15px;
  color: var(--regentGray);
  -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 3px #00000029;
  margin-bottom: 10px;
  font-family: var(--latobold) !important;
  font-size: 18px;
}
#custom_apps ul .active a {
  background: var(--pe_blue);
  color: #fff;
}
#custom_apps .item-description p:first-of-type {
  font-size: 20px;
  font-family: var(--latobold) !important;
  margin-bottom: 5px;
  margin-top: 10px;
}
#custom_apps .item-description p:last-of-type,
#custom_apps .item-description p:last-of-type a {
  font-size: 16px;
  line-height: 1.5;
}
#custom_apps img {
  box-shadow: 0px 3px 6px #00000029;
}
#custom_apps .item-description {
  border-left: 3px solid #D2D2D2;
  padding-left: 15px;
  min-height: 110px;
}
@media (max-width: 991px), (max-width: 991.33px) {
  #custom_apps a[data-parent=".tab-pane"] {
    display: none;
  }
  #custom_apps .tab_content_wrap {
    flex: 0 0 auto;
    width: 100%;
  }
  #custom_apps .panel-collapse img {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  #custom_apps .tab-content>.tab-pane {
    opacity: 1;
    display: block;
    margin-bottom: 10px;
  }
  #custom_apps .panel-collapse.collapse.in {
    display: block;
  }
  #custom_apps .item-description {
    margin-bottom: 45px;
    border: 0 none;
    padding-left: 0 !important;
  }
  #custom_apps .tab-pane:last-child .item-description {
    margin-bottom: 0;
  }
}

.bg_pe_deep_blue .generic-titles h2,
.bg_pe_deep_blue .generic-titles p,
.bg_pe_mid_blue .generic-titles h2,
.bg_pe_mid_blue .generic-titles p,
.bg_pe_blue .generic-titles h2,
.bg_pe_blue .generic-titles p,
.bg_pe_teal .generic-titles h2,
.bg_pe_teal .generic-titles p,
.bg_pe_deep_blue h2,
.bg_pe_deep_blue p,
.bg_pe_mid_blue h2,
.bg_pe_mid_blue p,
.bg_pe_blue h2,
.bg_pe_blue p,
.bg_pe_teal h2,
.bg_pe_teal p,
.bg_pe_dblue_blue_gradient_left_to_right h2,
.bg_pe_dblue_blue_gradient_left_to_right p,
.bg_pe_dblue_blue_gradient h2,
.bg_pe_dblue_blue_gradient p {color:var(--pe_white);}
.customer-cta img.narrow {width:70%;}
.customer-cta img.wide {width:100%;}
@media (max-width: 767.33px) {
  .customer-cta img.narrow {width:100%;}  
}

.bg_pe_mid_blue p a:hover {
  color: var(--pe_white);
}

.s4 {
  background: transparent linear-gradient(181deg, #004AAA26 0%, #FFFFFF0D 120%) 0% 0% no-repeat padding-box;
}
.s7 * {
  color:var(--pe_white);
}
.s8 img {
  min-height: 95px;
  max-height: 95px;
}
@media (max-width: 575.33px) {
  .s8 h3,
  .s8 .col {
    flex: 0 0 auto;
    width: 100%;
    text-align: center !important;
  }
  .s8 .col p {
    padding: 0 15px;
  }
}

.customers_wrap a:focus {
  outline: none;
}
.customers_wrap a:hover {
  cursor: pointer
}
.modal-header .btn-close {
  box-shadow: none;
}
.customer_slider_wrap .img_wrap img {
  cursor: pointer;
  max-width: 100%;
}
.customer_slider_wrap .customers_wrap {
  max-width: 90%;
  margin: 0 auto;
}
.customer_slider_wrap .wistia_click_to_play {
  width: 100% !important;
}
.customer_slider_wrap .slick-arrow {
  width: auto;
  background: transparent;
}
.customers_wrap .slick-prev {
  left: -25px;
}
.customers_wrap .slick-next {
  right: -25px;
}
.customers_wrap .slick-next:before,
.customers_wrap .slick-prev:before {
  font-size: 55px;
}
.customer_slider_wrap .slick-prev:before {
    left: 0;
    content: '\f27f';
    transform: rotate(180deg);
}
.hidden_video_wrap {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.show_3_only .customers_item:nth-child(n+4) {
  display: none;
}
@media (max-width: 767px) {
  .customer_slider_wrap .customers_wrap > div {
    margin-bottom: 30px;
  }
  .customer_slider_wrap .customers_wrap > div:last-child {
    margin-bottom: 0;
  } 
}

.s1List ul.items li {
  display: table;
  position: relative;
}
.s1List ul.items li::before {
  content: '';
  background-image: url(https://www.caspio.com/wp-content/themes/caspio/img/svg/hs_check.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  position: relative;
  display: table-cell;
  top: 10px;
  left: -10px;
}
.s1List .list {
/*  border-right: 1px solid var(--pe_border);*/
  padding: 0 30px;
}
.s1List .list:first-child {
  padding-left: 20px;
}
.s1List .list:last-child {
  border-right: none;
  padding-right: 20px;
}
@media (max-width: 991.33px) {
  .s1List .list {
    border: none;
    padding: 0 20px;
  }
}
.lato {font-family: var(--latoregular) !important;}
#built-in_cloud_database h3,
#integration_and_extendibility h3 {
  position: relative;
}
#built-in_cloud_database h3 span,
#integration_and_extendibility h3 span {
  margin-left: 10px;
  font-size: 11px;
  background: var(--pe_mid_blue);
  padding: 4px 10px;
  color: var(--pe_white);
  border-radius: var(--border_radius_5);
  position: relative;
  top: -2px;
  /*font-weight: 700;*/
}
.pe_slider .slide_wrap .description_wrap {
  min-height: auto !important;
}
@media (max-width: 767.33px) {
  #slider_slides {
    padding-bottom: 70px;
  }
  #slider_slides.swipperd .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  #slider_slides.swipperd .swiper-button-prev {
    left: -8px;
  }
  #slider_slides.swipperd .swiper-button-next {
    right: -8px;
  }
}
@media (max-width: 500.33px) {
  #slider_slides.swipperd .swiper-button-prev {
    left: -15px;
  }
  #slider_slides.swipperd .swiper-button-next {
    right: -15px;
  }
}