/**
 * @file
 * Visual styles for Business+'s layout.
 */
@import url('ckeditor.css');

/*Regions background colors*/
.region--white-background {
  background-color: #ffffff;
}
.region--gray-background {
  background-color: #f3f3f3;
}
.region--dark-gray-background {
  background-color: #424242;
}
.region--black-background {
  background-color: #000000;
}
.region--white-pattern {
  background-image: url('../../images/white-pattern.png');
  background-repeat: repeat;
  background-position: 0 0;
}

/*header-top-highlighted*/
.header-top-highlighted {
  position: relative;
}
.region--dark-background.header-top-highlighted:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-top-highlighted__container {
  position: relative;
  z-index: 498;
  padding: 10px 0;
}
.header-top-highlighted__section {
  font-size: 14px;
}
.region--dark-typography .header-top-highlighted__section {
  color: #424242;
}
@media (max-width: 767px) {
  .header-top-highlighted__container .row > div {
    min-height: 0;
  }
}

/*header-top layout*/
.region--dark-background.header-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-top {
  position: relative;
  z-index: 1;
}
.header-top-highlighted + .header-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: transparent;
}
.region--white-background.header-top,
.region--gray-background.header-top {
  border-top-color: #f0f0f0;
}
.region--light-typography.header-top {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.header-top__container {
  padding: 15px 0 5px;
}
.header-top__container p:last-child:first-child {
  padding-bottom: 0;
}
.header-top__section {
  font-size: 14px;
  font-weight: 400;
}
.region--dark-typography .header-top__section {
  color: #575757;
}
@media (max-width: 767px) {
  .header-top__section {
    text-align: center;
  }
  .header-top__container .row > div {
    min-height: 0;
  }
  .header-top-highlighted + .header-top {
    border-top-width: 0px;
  }
}

/*header layout*/
.region--dark-background.header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-container {
  padding: 0;
  position: relative;
  z-index: 100;
}
.header__container {
  padding: 20px 0;
  position: relative;
}
.header-container .header.region--gray-background {
  background-color: #f1f1f1;
}
.header-first {
  padding: 5px 0;
}
@media (max-width:767px) {
  .header__container {
    padding: 5px 0;
  }
  .header-first {
    padding: 5px 0;
    position: relative;
    z-index: 2;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .slideout-side-right .slideout ~ .page-container .container-fluid .header__container {
    padding-right: 100px;
  }
  .slideout-side-left .slideout ~ .page-container .container-fluid .header__container {
    padding-left: 50px;
  }
}

/*Regions spacing*/
.region--dark-background.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner {
  position: relative;
  padding: 0;
  overflow-y: hidden;
  height: auto;
/*  min-height: 270px; */
}
.path-frontpage .banner {
  padding: 0;
}
.banner:after {
  position: relative;
  background-image: url(../../images/banner-separator.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  height: 100px;
  width: 100%;
  bottom: 0;
  top: auto;
  z-index: 0;
  background: url(../../images/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100px, rgba(255,255,255,1) 100px, rgba(255,255,255,1) 100%);
  background: url(../../images/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100px, rgba(255,255,255,1) 100px, rgba(255,255,255,1) 100%);
  background: url(../../images/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100px, rgba(255,255,255,1) 100px, rgba(255,255,255,1) 100%);
}

.banner__container {
  position: relative;
  z-index: 1;
}
.container-fluid .banner__section {
  margin-left: -15px;
  margin-right: -15px;
}
.content-top__section {
  padding: 90px 0 80px;
}
.content-top-highlighted__section {
  padding: 90px 0;
}
/* .path-frontpage .main-content {
  background-image: url('../../images/frontpage-content-background.png');
  background-repeat: repeat;
  background-position: 50% 50%;
} */
.main-content__section,
.sidebar__section {
  padding: 0px 0;
}
@media (max-width: 991px) {
  .sidebar__section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .content-top-highlighted__section {
    padding: 40px 0;
  }
  .main-content__section,
  .sidebar__section {
    padding: 40px 0;
  }
  .path-frontpage .block-system-main-block.block {
    padding: 0;
  }
}
.content-bottom__section {
  padding: 40px 0;
}
.featured-top__section {
  padding: 80px 0 40px;
}
.featured__section {
  padding: 100px 0;
}
.featured-bottom__section {
  padding: 40px 0 30px;
}
.sub-featured__section {
  padding: 40px 0;
}
.highlighted-top__section {
  padding: 70px 0 80px;
}
.highlighted__section {
  padding: 70px 0 100px;
}

/*Footer top*/
.footer-top {
  position: relative;
  z-index: 1;
}
.region--white-dark-background.footer-top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.region--dark-background.footer-top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.footer-top__section {
  padding: 40px 0 60px;
}
.region--white-dark-background .footer-top__section {
  background-color: #f3f3f3;
  margin: 30px 0;
  padding: 40px 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 20px 35px 50px 0px rgba(0, 0, 0, 0.2);
}
.region--gray-background + .region--white-dark-background .footer-top__section {
  background-color: #ffffff;
}

/*Footer*/
.footer {
  position: relative;
}
.region--dark-background.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__section {
  padding: 80px 0 70px;
}
@media (max-width: 991px) {
  .col-12 .footer__section {
    padding: 80px 0 60px;
  }
  .footer__section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer__section {
    text-align: center;
    padding: 40px 0;
  }
}

/*Footer bottom*/
.footer-bottom {
  position: relative;
}
.region--dark-background.footer-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer-bottom__container {
  padding: 60px 0;
}
.region--black-background + .region--black-background .footer-bottom__container,
.region--colored-background + .region--colored-background .footer-bottom__container,
.region--dark-background + .region--dark-background .footer-bottom__container,
.region--white-background + .region--white-background .footer-bottom__container,
.region--gray-background + .region--gray-background .footer-bottom__container,
.region--dark-gray-background + .region--dark-gray-background .footer-bottom__container {
  padding-top: 0;
}
@media (max-width:767px) {
  .footer-bottom__section {
    text-align: center;
  }
}

/*Subfooter*/
.subfooter {
  position: relative;
}
.region--dark-background.subfooter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subfooter__container {
  padding: 25px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
}
.region--light-typography .subfooter__container {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.headings-wide-spacing-enabled .subfooter__section {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.subfooter__section h2.visually-hidden {
  display: none;
}
@media (max-width: 991px) {
  .subfooter__section {
    text-align: center;
  }
}

/*Regions Separators*/
/*incline diagonal*/
.region--separator-incline-diagonal {
  padding-top: 210px;
  position: relative;
  overflow: hidden;
}
.region--separator-incline-diagonal:before {
  position: absolute;
  top: 0;
  left: -5%;
  height: 140px;
  width: 110%;
  display: block;
}
.region--white-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #ffffff 49.5%, transparent 50%);
}
.region--gray-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #f5f5f5 49.5%, transparent 50%);
}
.region--dark-gray-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #575757 49.5%, transparent 50%);
}
.region--black-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #1d1d1d 49.5%, transparent 50%);
}
.region--white-background + .region--white-background.region--separator-incline-diagonal:before,
.region--gray-background + .region--gray-background.region--separator-incline-diagonal:before,
.region--dark-gray-background + .region--dark-gray-background.region--separator-incline-diagonal:before,
.region--colored-background + .region--colored-background.region--separator-incline-diagonal:before,
.region--dark-background + .region--dark-background.region--separator-incline-diagonal:before,
.region--black-background + .region--black-background.region--separator-incline-diagonal:before {
  background: none;
}
@media (max-width: 767px) {
  .region--separator-incline-diagonal {
    padding-top: 100px;
  }
  .region--separator-incline-diagonal:before {
    height: 70px;
  }
}

/*decline diagonal*/
.region--separator-decline-diagonal {
  padding-top: 210px;
  position: relative;
  overflow: hidden;
}
.region--separator-decline-diagonal:before {
  position: absolute;
  top: 0;
  left: -5%;
  height: 140px;
  width: 110%;
  display: block;
}
.region--white-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #ffffff 49.5%, transparent 50%);
}
.region--gray-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #f5f5f5 49.5%, transparent 50%);
}
.region--dark-gray-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #575757 49.5%, transparent 50%);
}
.region--black-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #1d1d1d 49.5%, transparent 50%);
}
.region--white-background + .region--white-background.region--separator-decline-diagonal:before,
.region--gray-background + .region--gray-background.region--separator-decline-diagonal:before,
.region--dark-gray-background + .region--dark-gray-background.region--separator-decline-diagonal:before,
.region--colored-background + .region--colored-background.region--separator-decline-diagonal:before,
.region--dark-background + .region--dark-background.region--separator-decline-diagonal:before,
.region--black-background + .region--black-background.region--separator-decline-diagonal:before {
  background: none;
}
@media (max-width: 767px) {
  .region--separator-decline-diagonal {
    padding-top: 100px;
  }
  .region--separator-decline-diagonal:before {
    height: 70px;
  }
}

/*Region paddings reset*/
.region--no-paddings,
.slideout.region--no-paddings,
.region--no-paddings .header-top-highlighted__container,
.region--no-paddings .header-top__container,
.region--no-paddings .header__container,
.region--no-paddings .content-top__section,
.region--no-paddings .content-top-highlighted__section,
.region--no-paddings .main-content__section,
.region--no-paddings .sidebar__section,
.region--no-paddings .sidebar__section,
.region--no-paddings .content-bottom__section,
.region--no-paddings .featured-top__section,
.region--no-paddings .featured__section,
.region--no-paddings .featured-bottom__section,
.region--no-paddings .sub-featured__section,
.region--no-paddings .highlighted-top__section,
.region--no-paddings .highlighted__section,
.region--no-paddings .footer-top__section,
.region--no-paddings .footer__section,
.region--no-paddings .footer-bottom__container,
.region--no-paddings .subfooter__container {
  padding-top: 0;
  padding-bottom: 0;
}

/*Bordered Container*/
.container--bordered-left {
  padding-left: 70px;
  border-width: 0 0 0 3px;
  border-color: #efefef;
  border-style: solid;
}

/*Custom Grid*/
.grid-gutter-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.container-fluid .grid-gutter-0 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid-gutter-0 .col-lg-6,
.grid-gutter-0 .col-lg-4,
.grid-gutter-0 .col-lg-3,
.grid-gutter-0 .col-md-6,
.grid-gutter-0 .col-md-4,
.grid-gutter-0 .col-md-3,
.grid-gutter-0 .col-sm-6,
.grid-gutter-0 .col-sm-4,
.grid-gutter-0 .col-sm-3,
.grid-gutter-0 .col-xs-6,
.grid-gutter-0 .col-xs-4,
.grid-gutter-0 .col-xs-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.grid-gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.container-fluid .grid-gutter-5 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid-gutter-5 .col-lg-6,
.grid-gutter-5 .col-lg-4,
.grid-gutter-5 .col-lg-3,
.grid-gutter-5 .col-md-6,
.grid-gutter-5 .col-md-4,
.grid-gutter-5 .col-md-3,
.grid-gutter-5 .col-sm-6,
.grid-gutter-5 .col-sm-4,
.grid-gutter-5 .col-sm-3,
.grid-gutter-5 .col-xs-6,
.grid-gutter-5 .col-xs-4,
.grid-gutter-5 .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.grid-gutter-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.container-fluid .grid-gutter-10 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid-gutter-10 .col-lg-6,
.grid-gutter-10 .col-lg-4,
.grid-gutter-10 .col-lg-3,
.grid-gutter-10 .col-md-6,
.grid-gutter-10 .col-md-4,
.grid-gutter-10 .col-md-3,
.grid-gutter-10 .col-sm-6,
.grid-gutter-10 .col-sm-4,
.grid-gutter-10 .col-sm-3,
.grid-gutter-10 .col-xs-6,
.grid-gutter-10 .col-xs-4,
.grid-gutter-10 .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/*Layout Mode*/
.boxed .banner__section {
  overflow: hidden;
}
@media (min-width:768px) {
  .boxed .page-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .boxed .page-container {
    width: 750px;
  }
  .onscroll.boxed .page-container .header-container .header.js-fixed {
    width: 748px;
  }
  .boxed.page-container-border-enabled .page-container,
  .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
    width: 780px;
  }
}
@media (min-width:992px) {
  .boxed .page-container {
    width: 970px;
  }
  .onscroll.boxed .page-container .header-container .header.js-fixed {
    width: 968px;
  }
  .boxed.page-container-border-enabled .page-container,
  .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
    width: 1000px;
  }
}
@media (min-width:1200px) {
  .boxed .page-container {
    width: 1170px;
  }
  .onscroll.boxed .page-container .header-container .header.js-fixed {
    width: 1168px;
  }
  .boxed.page-container-border-enabled .page-container,
  .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
    width: 1200px;
  }
}

/*Bordered page container */
.page-container-border-enabled .page-container {
  border-width: 10px;
  border-style: solid;
  overflow: hidden;
}

/*prevents display of horizontal scroll bar in pages with fullscreen slider*/
.page-container-border-enabled.transparent-header-active .page-container {
  position: relative;
}
.page-container-border-enabled .page-container > div,
.page-container-border-enabled .page-container > .footer {
  margin-left: -10px;
  margin-right: -10px;
}
.page-container-border-enabled:not(.onscroll) .page-container > .js-transparent-header,
.page-container-border-enabled .container-fluid .grid-gutter-10,
.page-container-border-enabled .container-fluid .grid-gutter-5,
.page-container-border-enabled .container-fluid .grid-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-container-border-enabled .page-container {
    border-width: 15px;
  }
  .page-container-border-enabled .page-container > div,
  .page-container-border-enabled .page-container > .footer {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-container-border-enabled:not(.onscroll) .page-container > .js-transparent-header,
  .page-container-border-enabled .container-fluid .grid-gutter-10,
  .page-container-border-enabled .container-fluid .grid-gutter-5,
  .page-container-border-enabled .container-fluid .grid-gutter-0,
  .page-container-border-enabled .container-fluid .field--mt-background-image-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-provide.provide-style-1 .item-provide {
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.list-provide.provide-style-1 .item-provide:hover .provide-title {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.list-provide.provide-style-1 .item-provide:hover .content-hover {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.list-provide.provide-style-1 .item-provide .provide-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.list-provide.provide-style-1 .item-provide .provide-title .dexp-table {
  display: table;
  height: 100%;
  width: 100%;
}
.list-provide.provide-style-1 .item-provide .provide-title .dexp-table::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}
.list-provide.provide-style-1 .item-provide .provide-title .dexp-table .dexp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.list-provide.provide-style-1 .item-provide .provide-title .dexp-table .dexp-table-cell h2 {
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.25px;
  font-size: 30px;
}
.list-provide.provide-style-1 .item-provide .content-hover {
  background-color: #5e599d;
  padding: 50px 25px;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.list-provide.provide-style-1 .item-provide .content-hover.red {
  background-color: #a25161;
}
.list-provide.provide-style-1 .item-provide .content-hover.blue {
  background-color: #4d659a;
}
.list-provide.provide-style-1 .item-provide .content-hover.green {
  background-color: #599d67;
}
.list-provide.provide-style-1 .item-provide .content-hover.gold {
  background-color: #a69826;
}
.list-provide.provide-style-1 .item-provide .content-hover.orange {
  background-color: #b87e2b;
}
.list-provide.provide-style-1 .item-provide .content-hover .title-provide {
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.25px;
  font-size: 30px;
}
.list-provide.provide-style-1 .item-provide .content-hover .title-provide::after {
  content: "";
  height: 2px;
  width: 15px;
  display: block;
  background: #ffffff;
  margin: 15px auto;
}
.list-provide.provide-style-1 .item-provide .content-hover .link-readmore {
  font-family: 'Playfair Display';
  font-style: italic;
  color: #fff;
  font-size: 14px;
}
.list-provide.provide-style-2 .item-provide {
  background: #fff;
}
.list-provide.provide-style-2 .item-provide .provide-image {
  position: relative;
}
.list-provide.provide-style-2 .item-provide .provide-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid solid solid dashed;
  border-color: transparent transparent transparent #ffffff;
  border-width: 33px 0 0 270px;
  width: 0;
  height: 0;
}
@media screen and (min-width: 1730px) {
  .list-provide.provide-style-2 .item-provide .provide-image::after {
    border-width: 40px 0 0 395px;
  }
}
@media screen and (max-width: 991px) {
  .list-provide.provide-style-2 .item-provide .provide-image::after {
    border-width: 40px 0 0 345px;
  }
}
@media screen and (max-width: 480px) {
  .list-provide.provide-style-2 .item-provide .provide-image::after {
    border-width: 40px 0 0 480px;
  }
}
.list-provide.provide-style-2 .item-provide .provide-image img {
  width: 100%;
  height: auto;
}
.list-provide.provide-style-2 .item-provide .provide-content {
  padding: 0px 20px 30px;
  margin-top: -50px;
  text-align: center;
  position: relative;
  z-index: 90;
}
.list-provide.provide-style-2 .item-provide .provide-content .provide-icon {
  background-color: #5e599d;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.list-provide.provide-style-2 .item-provide .provide-content .provide-icon i {
  padding-left: 3px;
}
.list-provide.provide-style-2 .item-provide .provide-content .provide-title {
  font-size: 20px;
}
.list-provide.provide-style-2 .item-provide .provide-content .btn-read-more {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.custom-col-20 {
float: left;
width: 20%;
}

.custom-col-25 {
float: left;
width: 25%;
}
@media (max-width: 1029px) {
  .custom-col-25 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .custom-col-25 {
    width: 100%;
  }
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner {
  padding-bottom: 45px;
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow {
  height: 23px;
  width: 23px;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
  line-height: 21px;
  top: auto;
  bottom: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow::before,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow::before {
  line-height: 21px;
  border: none;
  color: #515151;
  font-size: 14px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow.slick-prev,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-27px);
  -moz-transform: translateX(-27px);
  -ms-transform: translateX(-27px);
  -o-transform: translateX(-27px);
  transform: translateX(-27px);
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow.slick-next,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow.slick-next {
  right: 50%;
  -webkit-transform: translateX(27px);
  -moz-transform: translateX(27px);
  -ms-transform: translateX(27px);
  -o-transform: translateX(27px);
  transform: translateX(27px);
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow:hover,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow:hover {
  border-color: #030303;
}
.view-testimonials .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow:hover::before,
.view-taxonomy-term .dexp-slick-carousel .dexp-slick-carousel-inner .slick-arrow:hover::before {
  color: #030303;
}
.view-testimonials.style-1,
.view-taxonomy-term.style-1 {
  border: 1px solid #e8e8e8;
  padding: 50px 30px 75px 30px;
  text-align: center;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-image,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-image img,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-image img {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 100%;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .field--name-body p:before,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .field--name-body p:before {
  content: '“';
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .field--name-body p:after,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .field--name-body p:after {
  content: '”';
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .testimonial-name,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .testimonial-name {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 18px;
  position: relative;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .testimonial-name a,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .testimonial-name a {
  color: #5e599d;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .testimonial-name a:hover,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .testimonial-name a:hover {
  color: #303030;
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .testimonial-name::after,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .testimonial-name::after {
  content: "";
  background-color: #e8e8e8;
  width: 30px;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.view-testimonials .node--view-mode-teaser .content .testimonial-content .testimonial-position,
.view-taxonomy-term .node--view-mode-teaser .content .testimonial-content .testimonial-position {
  color: #303030;
}
.testimonial-style-1 .testimonial-item {
  margin-bottom: 20px;
}
.testimonial-style-1 .testimonial-item .testimonial-content {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #daf7fd;
  border-radius: 5px 5px 5px 5px;
  padding: 30px 35px 60px 35px;
  margin: 0;
  text-align: center;
}
.testimonial-style-1 .testimonial-item .testimonial-content p:before {
  content: '“';
}
.testimonial-style-1 .testimonial-item .testimonial-content p:after {
  content: '”';
}
.testimonial-style-1 .testimonial-item .testimonial-content p {
  margin-bottom: 0;
}
.testimonial-style-1 .testimonial-item .testimonial-image {
  margin-left: 25px;
  margin-top: -35px;
  height: 70px;
  width: 70px;
}
.testimonial-style-1 .testimonial-item .testimonial-image img {
  max-width: 70px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.testimonial-style-1 .testimonial-item .testimonial-info {
  padding-left: 25px;
  margin-top: 20px;
}
.testimonial-style-1 .testimonial-item .testimonial-info .testimonial-author .testimonial-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  line-height: 1.3em;
}
.testimonial-style-1 .testimonial-item .testimonial-info .testimonial-author .testimonial-title a {
  color: #303030;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.testimonial-style-1 .testimonial-item .testimonial-info .testimonial-author .testimonial-title a:hover {
  color: #5e599d;
}
.testimonial-style-1 .testimonial-item .testimonial-info .testimonial-author .testimonial-position {
  font-size: 10px;
  color: #515151;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.vol-img img {
    border-radius: 50%;
    max-width: 116px;
    width: 100%;
}

.vol-img {
    position: relative;
    max-width: 116px;
}

.vol-img:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.vol-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 4px solid #4d659a;
}

.view-committee-view .row {
padding-bottom: 1em;
}

blockquote {
color: #3e8a58;
}

.bio-img {
margin-top: 20px;
}

.view-chapters h4.Northeast {
color: #d2ac00;
}

.view-chapters h4.North.Central {
color: #6ba5d0;
}

.view-chapters h4.Southeast {
color: #d77815;
}

.view-chapters h4.Western {
color: #6fac59;
}

.path-frontpage .mm-page .page-container #main-content {
background: url('/sites/default/files/images/topCardsBG.gif') repeat-x top;
} 

@media (max-width: 1029px) {
.path-frontpage .mm-page .page-container #main-content {
background: none;
}
}

p {
padding-top: 7px;
padding-bottom: 18px;
}

p.m0 {
padding: 0 0 15px 0;
}

.centered {
text-align: center;
}

.banner {
overflow: hidden;
}

#content-top {
overflow: hidden;
}

.path-frontpage #content-bottom {
background-color: #cce5ff;
}

.header-top__section .menu--secondary-navigation ul.menu:not(.sf-accordion) li a, .header-top__section ul.menu:not(.sf-accordion) li > span {
padding: 0 10px 0;
font-size: 0.8rem;
}

.region-header .block-responsive-menu .responsive-menu-block-wrapper ul.horizontal-menu > li > a {
font-size: 1.1rem;
}

#block-horizontalmenu {
margin-top: 20px;
}

#block-secondarynavigation {
z-index: 222;
float: right;
position: absolute;
top: 0;
right: 0;
margin-top: -25px;
}

#block-secondarynavigation a {
font-size: 0.8rem;
border-bottom: none;
padding-bottom: 0;
}

.featured-region {
width: 106%;
margin-left: -3%;
margin-bottom: 3em; 
text-align: center;
}

.featured-content {
background-color: #33805a; 
//* background: url('/sites/default/files/images/topCardsGreen.gif'); *//
background-size: auto 200%;
background-position: -175px 0px;
color: #ffffff;
border-color: #ffffff;
border-radius: 0.5rem;
margin-top: 20px; 
//* flex: 0 0 100%;*//
}

.featured-content a {
color: #ffffff;
}

.featured-content a:hover {
color: #ff8f5c;
}

#views-exposed-form-news-page-1 label {
font-size: 2em;
font-weight: bold;
}

#views-exposed-form-news-page-1 .form-item {
margin: 0 0 0 0;
margin-top: 0;
margin-bottom: 0;
}

.views-field-field-corporate-partner-level .field-content {
text-align: center;
}

.views-field-field-corporate-partner-level .field-content .Strategic.Partner {
color: rgba(255,255,255,0);
}

.views-field-field-corporate-partner-level .field-content .Gold.Strategic.Partner, .views-field-field-corporate-partner-level .field-content .Platinum.Strategic.Partner {
color: #999999;
font-weight: bold;
}

.float-right-photo {
float: right;
width: 40%
max-width: 400px;
padding: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .float-right-photo {
  float: none;
  clear: both;
  padding: 10px 0 0 10px 0;
  width: 100%;
  max-width: 100%;
  }
}

.view-news .field-content img {
width: 100%;
}

.view-news .field-content h3, .block-views-blockhighlights-block-1 h3 {
margin-top: 0px;
}

.block-views-blockhighlights-block-1 h3 {
margin-bottom: 0px;
}

.view-news .field-content {
margin-bottom: 50px;
}

.list-provide.provide-style-1 .item-provide .content-hover h2.title-provide, .list-provide.provide-style-1 .item-provide .provide-title .dexp-table .dexp-table-cell h2 {
font-weight: bold !important;
}

#views-bootstrap-news-block-2 {
font-size: 95%;
}

#views-bootstrap-news-block-2 h3 {
font-size: 1.4rem;
}

.logo-overlay::before {
content: " ";
}

.logo-overlay::before {
width: 92%;
height: 75%;
position: absolute;
top: 0;
bottom: 25%;
left: 0;
background: url('/sites/default/files/images/gapnaOverlay.png');
background-size: 60%;
background-repeat: no-repeat;
background-position: right top;
z-index: +1;
}

li.share-everywhere {
list-style: none;
line-height: 1.1em;
}

.rrssb-prefix {
font-size: 1.3em;
font-weight: 400;
color: #cccccc;
line-height: 2.5em;
margin-right: -5px;
//* padding-right: 5px; *//
//* font-weight: bold; *//
//* color: #ff6824; *//
}

//* .rrssb-prefix:before {
content: "\f105";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 2px;
font-size: 15px;
top: 2px;
font-weight: 400;
} *//

.view-corporate-member-carousel.view-id-corporate_member_carousel.view-display-id-block_2 {
text-align: center;
}

.view-corporate-member-carousel.view-id-corporate_member_carousel.view-display-id-block_2 img {
max-width: 350px;
}

img.left.padded {
padding-right: 10px;
padding-bottom: 10px
}

#banner.banner.region--dark-background .container-fluid {
background: rgba(255,255,255,0.5);
}

#banner.banner.region--dark-background .container-fluid h1 {
color: rgba(44, 68, 154, 0.75);
color: #4d659a;
color: #3c5488;
}

.banner__container h1.page-title {
text-align: left;
margin-left: 10%;
}

.ncpd {
container-type: inline-size;
text-align: center;
background-image: url("/sites/default/files/images/education/ncpdBackground.png");
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
aspect-ratio: 1 / 1;
width: 100%;
max-height: 100%;
padding-top: 50%;
padding-left: 10px;
padding-right: 10px;
}

.smalltext {
font-size: 4cqw;
}

.normaltext {
font-size: 6cqw;
}

#block-views-block-events-block-2 .views-field-field-dates .field-content {
padding: 8px;
display: flex;
align-items: center;
}

#block-views-block-events-block-2 .views-field-field-dates .field-content .event-date, #block-views-block-events-block-2 .views-field-field-dates .field-content .event-detail {
display: inline-block;
padding: 6px;
}

#block-views-block-events-block-2 .views-field-field-dates {
background-color: #4d659a;
border: #ffffff;
border-radius: 0.5em;
min-height: 100%;
display: flex;
align-items: center;
}


#block-views-block-events-block-2 .views-field-field-dates .field-content .event-date {
width: 10%;
vertical-align: top;
text-align: center;
font-size: 1.5em;
font-weight: 900;
line-height: 1em;
aspect-ratio: 1/1;
color: #ffffff;
border: 4px solid #ffffff;
border-radius: 50%;
background-color: #ff8f5c;
padding: 8px;
height: 100%;
min-width: 75px;
max-width: 75px;
}

#block-views-block-events-block-2 .views-field-field-dates .field-content .event-date .date-text {
padding: 2px;

}

#block-views-block-events-block-2 .views-field-field-dates .field-content .event-detail {
width: 80%;
margin-bottom: 0px;
}

#block-views-block-events-block-2 .row .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
margin-bottom: 10px;
}

#block-views-block-events-block-2 .row {
  display: flex;
  align-items: stretch;
}

#block-views-block-events-block-2 .views-field-field-dates p, #block-views-block-events-block-2 .views-field-field-dates a {
color: #ffffff;
}

#block-views-block-events-block-2 .views-field-field-dates a:hover {
color: #ff8f5c;
}