.building-block{
  position: relative;
  overflow-x: hidden;
}

.building-block__bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.building-block--padding-top-xl{
  padding-top: 100px;
}
.building-block--padding-top-lg{
  padding-top: 80px;
}
.building-block--padding-top-md{
  padding-top: 60px;
}
.building-block--padding-top-sm{
  padding-top: 20px;
}
.building-block--padding-top-default{
  padding-top: 40px;
}
.building-block--padding-top-none{
  padding-top: 0px;
}

.building-block--padding-bottom-xl{
  padding-bottom: 100px;
}
.building-block--padding-bottom-lg{
  padding-bottom: 80px;
}
.building-block--padding-bottom-md{
  padding-bottom: 60px;
}
.building-block--padding-bottom-sm{
  padding-bottom: 20px;
}
.building-block--padding-bottom-default{
  padding-bottom: 40px;
}

.building-block--padding-bottom-none{
  padding-bottom: 0px;
}

.bb-wrapper{
  padding: 0 20px;
  max-width: 1380px;
  margin: auto;
}

.bb-wrapper--md{
  max-width: 1140px;
}

.bb-wrapper--sm{
  max-width: 768px;
}

.bb-wrapper--full{
  width: 100%;
  max-width: 100%;
}

.building-block__bg--white,
.u-bg--white{
  background-color: #fff !important;
}

.building-block__bg--beige-dark,
.u-bg--beige-dark{
  background-color: #f3e6e6 !important;
}

.building-block__bg--navy,
.u-bg--navy{
  background-color: #862432 !important;
}

.building-block__bg--orange,
.u-bg--orange{
  background-color: #E47A56 !important;
}

.building-block__bg--light-orange,
.u-bg--light-orange{
  background-color: #e47a56 !important;
}

.building-block__bg--yellow,
.u-bg--yellow{
  background-color: #f8c74a !important;
}

.building-block__bg--beige,
.u-bg--beige{
  background-color: #f9efe7!important;
}

.u-border-color--white{
  border-color: #fff !important;
}

.u-border-color--beige-dark{
  border-color: #f3e6e6 !important;
}

.u-border-color--navy{
  border-color: #2A2E72 !important;
}

.u-border-color--orange{
  border-color: #E47A56 !important;
}

.u-border-color--light-orange{
  border-color: #EA9C73 !important;
}

.u-border-color--yellow{
  border-color: #efbe44 !important;
}

.u-border-color--beige{
  border-color: #f9f0ee !important;
}

.dot{
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.dot-white{
  background-color: #fff !important;
}

.dot-light-orange{
  background-color: #EA9C73 !important;
}

.dot-orange{
  background-color: #f68d65 !important;
}

.dot-navy{
  background-color: #862432 !important;
}

.dot-yellow{
  background-color: #f8c74a!important;
}

.dot-beige{
  background-color: #f9b8b0 !important;
}

.dot-300{
  width: 300px;
  height: 300px;
}

.dot-200{
  width: 200px;
  height: 200px;
}

.dot-130{
  width: 130px;
  height: 130px;
}


.bb-button-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.bb-button{
  margin: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  transition: all .3s linear;
}

.bb-button--orange{
  font-family: 'Gotham-Medium';
  font-size: 13px;
  font-weight: 350;
  line-height: 14px;
  padding: 16px 30px 15px;
  border-radius: 24px;
  background: #F3744C;
  color: #000 !important;
  display: flex;
  margin: auto;
  width: fit-content;
  transition: all .3s linear;
}
.bb-button--orange:hover,
.bb-button--orange:active,
.bb-button--orange:focus{
  background: #fd8244;
  color: #000 !important; 
}

.bb-button--maroon{
  font-family: 'Gotham-Medium';
  font-size: 13px;
  font-weight: 350;
  line-height: 14px;
  padding: 16px 30px 15px;
  border-radius: 24px;
  background: #862432;
  color: #fff !important;
  display: flex;
  margin: auto;
  transition: all .3s linear;
  width: fit-content;
}
.bb-button--maroon:hover,
.bb-button--maroon:active,
.bb-button--maroon:focus{
  background: #671925;
  color: #fff !important; 
}

.bb-button--maroon-border{
  font-family: 'Gotham-Medium';
  font-size: 13px;
  font-weight: 350;
  line-height: 14px;
  padding: 14px 30px 13px;
  border-radius: 24px;
  background: #fff;
  border: 2px solid #862432;
  color: #862432 !important;
  display: flex;
  transition: all .3s linear;
  margin: auto;
  width: fit-content;
}
.bb-button--maroon-border:hover,
.bb-button--maroon-border:active,
.bb-button--maroon-border:focus{
  background: #fff;
  border: 2px solid #671925;
  color: #671925 !important;
}

.bb-button--navy{
  font-family: 'Gotham-Medium';
  font-size: 13px;
  font-weight: 350;
  line-height: 14px;
  padding: 16px 30px 15px;
  border-radius: 24px;
  background: #862432;
  color: #fff !important;
  display: flex;
  transition: all .3s linear;
  margin: auto;
  width: fit-content;
}

.bb-button--navy:hover,
.bb-button--navy:active,
.bb-button--navy:focus{
  background: #6d1b27;
  color: #fff !important;
}

.bb-button--link-blue{
  color: #2a2e72;
  border-bottom: 1px solid #2a2e72 !important;
}

.bb-button--link-blue:hover{
  color: #565cb8;
}

/* CUSTOM FORMS MODAL */

.bb-forms-modal{
  position: fixed;
  background: #0009;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.bb-forms-modal__inner{
  padding: 60px 40px 40px;
  background-color: white;
  width: fit-content;
  position: relative;
  min-width: 60%;
  margin: 0 30px;
  border-radius: 10px;
}

.bb-forms-modal__form{
  max-height: 70vh;
  overflow: scroll;
}

.bb-forms-modal__form .gform_required_legend{
  display: none;
}

.bb-forms-modal__form form input[type="submit"]{
  font-size: 16px;
  font-weight: bold;
  transition: all .3s linear;
  background: #f7996a;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  border: 1px solid #f7996a !important;
}

.bb-forms-modal__form form .gform_footer{
  padding: 20px 0 0 !important;
  margin: 0 !important;
  text-align: right;
}

.bb-forms-modal__form form .gform_footer input{
  margin: 0 !important;
}

.bb-forms-modal__form form input,
.bb-forms-modal__form form select,
.bb-forms-modal__form form textarea{
  border: 1px solid #ebebeb !important;
  outline: none !important;
  box-shadow: 0px 0px !important;
}

.bb-forms-modal__form form input:focus,
.bb-forms-modal__form form select:focus,
.bb-forms-modal__form form textarea:focus{
  border: 1px solid #fd8244 !important;
}

.bb-forms-modal__form form .gfield_label,
.bb-forms-modal__form form .gfield_label span{
  font-weight: bold !important;
  font-size: 13px !important;
  text-transform: uppercase;
  color: #2a2e72;
  font-family: 'Gotham-Medium';
}
.bb-forms-modal__form form .gfield_label span{
  color: #fd8244;
}

.bb-forms-modal__form .gform_confirmation_message{
  color: #2a2e72;
  font-size: 15px;
  font-weight: bold;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-forms-modal__close{
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  font-size: 18px;
  background: #000;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all .3s linear;
}

.bb-forms-modal__close:hover{
  color: #fd8244;
}

.bb-videos-modal h2{
  text-align: center;
  font-size: 52px;
  margin: 0 0 20px;
}

.bb-videos-modal p{
  text-align: center;
  font-size: 18px;
}

.bb-videos-modal .bb-button-group{
  justify-content: center;
}

@media only screen and (max-width: 960px){
  .dot-130{
    width: 80px;
    height: 80px;
  }
  .dot-200{
    width: 150px;
    height: 150px;
  }
  .dot-300{
    width: 190px;
    height: 190px;
  }
  .wysiwyg-editor p{
    font-size: 18px !important;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px){
  .building-block--padding-bottom-xl{
    padding-bottom: 40px;
  }
  .building-block--padding-bottom-lg{
    padding-bottom: 40px;
  }
  .building-block--padding-top-xl{
    padding-top: 40px;
  }
  .building-block--padding-top-lg{
    padding-top: 40px;
  }
}

@media only screen and (min-width: 2000px){
  .bb-wrapper{
    position: relative;
  }
}


.block--navy .bb-cards-title,
.block--navy .hero-text__inner,
.block--navy .hero-text__inner h1,
.block--navy .hero-text__inner h2,
.block--navy .hero-text__inner h3,
.block--navy .hero-text__inner h4,
.block--navy .hero-text__inner h5,
.block--navy .hero-text__inner h6,
.block--navy .hero-text__inner ul,
.block--navy .hero-text__inner ol,
.block--navy .hero-text__inner li,
.block--navy .hero-text__inner p{
  color: #ffffff !important;
}

/* VIDEO SINGLE PAGE */
.container--video-post{
  max-width: 800px;
  margin: auto;
  padding: 80px 20px;
}

.post{
  overflow: hidden;
}

.video-post-iframe{
  margin: 0 0 40px;
}

.video-post-iframe iframe{
  width: 100% !important;
}

.video-post-headline{
  font-family: 'GoldenbookW01-Bold';
  text-transform: uppercase;
  font-size: 26px;
  margin: 20px 0 40px;
}

.event-form input[type="submit"]{
  font-size: 14px;
  font-weight: bold;
  transition: all .3s linear;
  background: #f3734c;
  color: #fff;
  padding: 11px 20px;
  border-radius: 5px;
  border: 1px solid #f4724c !important;
  margin: 0 0 0 auto;
}

.event-form .gform_body{
  display: none !important;
}

.bb-accordion h2{
  text-align: center;
  margin: 0 0 60px;
}

.bb-accordion-btn {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 20px;
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #dedede;
  border-radius: 5px;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  display: block;
  text-decoration: none;
  font-family: 'Gotham-Medium';
}

.bb-accordion-btn-active,
.bb-accordion-btn:hover {
  background-color: #f3e4e1;
  outline: none;
  border: 1px solid #f3e4e1;
  text-decoration: none;
  color: #000;
}


.bb-accordion-btn:focus,
.bb-accordion-btn:active{
  text-decoration: none;
}

.bb-accordion-panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.bb-accordion-panel p{
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}


.bb-accordion-btn:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.bb-accordion-btn-active:after {
  content: "\2796";
}

.bb-basic-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 200;
}

.bb-basic-text--white > *{
  color: white;
}

.bb-basic-text--white h2{
  color: white !important;
}

.bb-basic-text--navy > *{
  color: #000;
}

.bb-basic-text--white div,
.bb-basic-text--white div p,
.bb-basic-text--white div ul li,
.bb-basic-text--white div ol li{
  color: white;
}

.bb-basic-text--border-1{
  padding: 60px 40px;
}

.bb-basic-text .box_y{
  height: 100%;
}

.bb-basic-text__border{
  position: absolute;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bb-basic-text__border-inner{
  position: absolute;
  border: 2px solid #fff;
  border-radius: 10px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}

.bb-basic-text h2{
  text-align: center;
  margin: 0 0 20px;
  color: #000;
}

.bb-basic-text .wysiwyg-editor{
  text-align: center;
  max-width: 760px;
  margin: auto;
}

.bb-basic-text .custom-link{
  display: inline-block;
  text-align: center;
  margin: 40px auto 0;
  font-weight: bold;
  border-bottom: 1px solid white;
}

.bb-basic-text--white > .custom-link,
.bb-basic-text--white > .custom-link:hover,
.bb-basic-text--white > .custom-link:visited{
  border-bottom: 1px solid #fff;
  color: #fff;
}

.bb-basic-text--navy > .custom-link,
.bb-basic-text--navy > .custom-link:hover,
.bb-basic-text--navy > .custom-link:visited{
  border-bottom: 1px solid #2b2b76;
  color: #2b2b76;
}

.bb-basic-text--navy .bb-basic-text__border,
.bb-basic-text--navy .bb-basic-text__border-inner{
  border: 2px solid #862432;
}

.bb-basic-text--navy .bdr-white.bg-w{
  background-color: #862432;
}

.bb-card-items{
  display: flex;
  flex-wrap: wrap;
}

.bb-single-card{
  width: calc(33.33% - 20px);
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

/* Location cards */

.bb-cards-title{ 
  text-align: center;
  margin: 0 0 40px;
}

.bb-card-location{
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.bb-card-location:nth-child(even){
  background-color: #f9efe7 !important;
  border: 2px solid #f9efe7;
}

.bb-card-location:nth-child(odd){
  background-color: #ffffff !important;
  border: 2px solid #f3e6e6;
}

.bb-card-location div{
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
  height: 250px;  
  width: 100%;
  background: white;
}

.bb-card-location div img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bb-card-location p{
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.bb-card-location p span{
  font-family: 'Gotham-Bold';
  display: block;
}

.bb-card-location h3{
  font-size: 26px;
  font-family: 'Heldane';
  font-weight: 400;
  margin: 0 0 10px;
}

.bb-card-location__img--soon{
  background-color: #f8f0ed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.bb-card-location:nth-child(even) .bb-card-location__img--soon{
  background-color: #fff !important;
}

/* Members cards */

.bb-card-member{
  border-radius: 10px;
  align-items: center;
  border: 1px solid #f9efe7;
  padding: 0 0 20px;
  overflow: hidden;
}

.bb-card-member .bb-card-member__img {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px;
}

.bb-card-member .comm-head{
  font-family: 'Gotham-Bold';
  color: #f3744c;
  padding: 0;
  margin: 0 auto 5px;
  font-size: 12px;
  max-width: 90%;
}

.bb-card-member__text,
.bb-card-member__text > p{
  color: #000;
  padding: 0 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}

.bb-card-member .bb-card-member__img img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bb-card-member h3{
  font-family: 'Gotham-Bold';
  font-size: 16px;
  margin: 0 0 20px;
  background: #f9efe7;
  width: 100%;
  text-align: center;
  padding: 13px 6px;
  color: #000;
}

.bb-card-member h4{
  font-size: 26px;
  margin: 0 0 5px !important;
  font-family: 'Heldane';
  color: #000;
}

/* Videos cards */
.bb-card-video{
  color: #2b2b76 !important;
  padding: 0;
}

.bb-card-video h3{
  font-family: 'Heldane';
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.bb-card-video span{
  display: block;
  background: #f9b8b0;
  padding: 7px 26px;
  border-radius: 15px;
  margin: 0 0 10px;
  width: fit-content;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  letter-spacing: .4px;
  line-height: 1;
  color: #000;
  font-size: 11px;
}

.bb-card-videos__img{
  margin: 0 0 20px;
  position: relative;
  background: #2b2b7642;
  height: 250px;
  overflow: hidden;
  /* aspect-ratio: 1/1; */
}

.bb-card-videos__img img{
  /* height: 100%; */
  /* object-fit: cover; */
  width: 100%;
  height: auto;
}


.bb-card-videos__img:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1010869c;
  transition: all .3s linear;
  filter: brightness(.2);
}

.bb-card-videos__text iframe{
  display: none;
}


.bb-card-videos__text{
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

.bb-card-video:hover .bb-card-videos__img:after{
  opacity: 0;
}

/* Events cards */
.bb-card-event{
  color: #2b2b76 !important;
  padding: 0;
}

.bb-card-event h3{
  font-family: 'Heldane';
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.bb-card-event span{
  display: block;
  background: #862432;
  padding: 7px 26px;
  border-radius: 15px;
  margin: 0 0 10px;
  width: fit-content;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  letter-spacing: .4px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
}

.bb-card-events__img{
  margin: 0 0 10px;
  position: relative;
  height: 330px;
  background: #ffedc26e;
  overflow: hidden;
}

.bb-card-events__img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bb-card-events__img--fade:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #50101abd;
  transition: all .3s linear;
}

.bb-card-events__text iframe{
  display: none;
}
.bb-card-events__text{
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}
.bb-card-event:hover .bb-card-events__img:after{
  opacity: 0;
}

.bb-single-event__time{
  margin: 10px 0 0px;
  display: flex;
  font-size: 12px;
  color: #000;
  font-family: 'Gotham-Medium';
}

.bb-single-event__time div{
  margin: 0 5px 0 0;
  font-size: 14px;
}


/* Blog post cards */
.bb-card-post{
  color: #2b2b76 !important;
  padding: 0;
}

.bb-card-post h3{
  font-family: 'Heldane';
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.bb-card-post span{
  display: block;
  background: #862432;
  padding: 7px 26px;
  border-radius: 15px;
  margin: 0 0 10px;
  width: fit-content;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  letter-spacing: .4px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
}

.bb-card-post__img{
  margin: 0 0 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}

.bb-card-post__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
}

.bb-card-post__img:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b2b767a;
  transition: all .3s linear;
}


.bb-card-post__text{
  line-height: 1.5;
  color: #000;
}

.bb-card-posts__text{
  font-size: 15px;
  line-height: 1.5;
}

.bb-card-post:hover .bb-card-post__img:after{
  opacity: 0;
}

@media only screen and (max-width: 1200px){
  .bb-single-card{
    width: calc(50% - 20px);
    margin: 20px 10px;
  }
}


@media only screen and (max-width: 768px){
  .bb-single-card{
    width: 100%;
    margin: 20px 0;
  }
  .bb-card-videos__img{
    min-height: 250px;
  }
}

.bb-carousel__wrap{
    padding: 0 70px;
}

.bb-carousel h2{
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Gotham-Medium';
    font-size: 2.6rem;
}

.bb-carousel h2 red{
    color: #f3744c;
}

.bb-carousel h2 teal{
    color: #6fa0af;
}

.bb-carousel h2 yellow{
    color: #efbe44;
}

.bb-carousel h2 pink{
    color: #fd8982;
}

.bb-carousel h2 orange{
    color: #f7996b;
}

.bb-carousel__item{ 
    display: flex !important;
    background-color: white;
    border-radius: 35px;
    padding: 30px;
    align-items: center;
}

.bb-carousel__item img{
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    border: 10px solid #f3744c;
}

.bb-carousel__text{
    flex: 1;
    padding: 0 0 0 40px;
}  

.bb-carousel__text h3{
    font-family: 'Gotham-Book';
    color: #f3744c;
    font-size: 2.3rem;
    margin: 0 0 30px;
}

.bb-carousel__text div > *{
    font-size: 15px;
    line-height: 1.4;
}

.bb-carousel__text div ul li,
.bb-carousel__text div ol li{
    margin: 10px 0;
}


.bb-carousel .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    margin: 20px 0 0;
}

.bb-carousel .slick-dots li{
    list-style: none;
}

.bb-carousel .slick-dots button{
    padding: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 6px;
    border: 1px solid #2b2b76;
}

.bb-carousel .slick-dots .slick-active button{
    background: #2b2b76;
}

.bb-carousel .slick-next, 
.bb-carousel .slick-prev{
    position: absolute;
    top: 0;
    bottom: 0;
}

.bb-carousel .slick-arrow i{
    color: white;
    font-size: 77px;
}

.bb-carousel .slick-next{
    right: 0;
}

.bb-carousel .slick-prev{
    left: 0;
}

.bb-carousel .slick-track{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px){
    .bb-carousel__item img {
        width: 320px;
        height: 320px;
    }
}

@media only screen and (max-width: 960px){
    .bb-carousel__item{
        flex-direction: column;
        padding: 50px;
    }
    .bb-carousel__text{
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 600px){
    .bb-carousel__item{
        padding: 30px;
    }
    .bb-carousel__wrap{
        padding: 0 20px;
    }
    .bb-carousel .slick-arrow i{
        font-size: 50px;
    }
    .bb-carousel .slick-next {
        right: -20px;
    }
    .bb-carousel .slick-prev {
        left: -20px;
    }
    .bb-carousel__text h3{
        font-size: 1.6rem;
    }

    .bb-carousel h2{
        font-size: 2rem;
    }
}

@media only screen and (max-width: 480px){
    .bb-carousel__item img{
        width: 100%;
        border-radius: 25px;
        height: 250px;
    }
}

.event-filters {
    width: 100%;
    padding: 0 20px;
    display: flex;
    margin: 0 0 40px;
    position: relative;
    align-items: center;
}

.event-filters .clear-filters{
        color: #2b2b76;
        font-size: 17px;
        margin: 0 0 0 auto;
}

.event-filters .event-filters__form-wrap {
    display: flex;
    position: relative;
    min-width: 310px;
    margin: 0 10px 0 0;
}

.event-filters .event-filters__form-wrap .search-form {
    display: flex;
    height: 40px;
    width: 100%;
    margin: 0;
}

.event-filters .event-filters__form-wrap input {
    border: 2px solid #2b2b76;
    border-radius: 25px;
    padding: 0 0 0 40px;
    width: 100%;
    font-size: 15px;
    color: #2b2b76;
    height: 40px;
    outline: none !important;
}

.event-filters .event-filters__form-wrap label {
    width: 100%;
    margin: 0;
}

.event-filters .event-filters__form-wrap .search-submit {
    display: none;
}

.event-filters .event-filters__form-wrap input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #d4d4d4;
}

.event-filters .event-filters__form-wrap input::placeholder {
    color: #d4d4d4;
}

.event-filters .event-filters__form-wrap svg {
    width: 25px;
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    height: 20px;
    margin: auto;
}

.event-filters .filter__select {
    position: relative;
}

.event-filters .filter__select-btn {
    min-width: 110px;
    margin: 0 10px;
    border-radius: 25px;
    background: white;
    border: 2px solid #2b2b76;
    color: #2b2b76;
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    font-weight: 800;
    transition: 0.3s all linear;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-filters .filter__select-btn:hover,
.event-filters .filter__select-btn:visited,
.event-filters .filter__select-btn:active {
    background-color: #2b2b76;
    color: #fff;
}

.event-filters .filter__select-wrapper {
    display: none;
    position: absolute;
    max-width: 170px;
    border: 2px solid #2b2b76;
    border-radius: 20px;
    top: 45px;
    left: 10px;
    z-index: 200;
    min-width: 220px;
    background: white;
    overflow: hidden;
}

.event-filters .filter__select-innerwrapper {
    padding: 15px 0 0 0;
}

.event-filters .filter__select-innerwrapper.form--scroll {
    padding: 15px 11px 0 0;
}

/* width */
.event-filters .filter__select-innerwrapper .filter-checkboxes::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.event-filters .filter__select-innerwrapper .filter-checkboxes::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.event-filters .filter__select-innerwrapper .filter-checkboxes::-webkit-scrollbar-thumb {
    background: #2b2b76;
    border-radius: 100px;
}

/* Handle on hover */
.event-filters .filter__select-innerwrapper .filter-checkboxes::-webkit-scrollbar-thumb:hover {
    background: #2b2b76;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes {
    display: flex;
    flex-direction: column;
    max-height: 180px;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes.form--scroll {
    padding: 0 11px 0 0;
    overflow-y: scroll;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label {
    padding: 9px 20px;
    color: #f56a60;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s all linear;
    position: relative;
    line-height: 1;
    margin: 0;
    display: block;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label span {
    padding: 0;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label input {
    position: absolute;
    width: 90%;
    border-radius: 0;
    height: 20px;
    opacity: 0;
}

.event-filters .filter__select-innerwrapper span {
    padding: 0 20px 15px;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label:hover {
    background-color: #f4eeee;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label:nth-child(odd) {
    color: #2b2b76;
}

.event-filters .filter__select-innerwrapper .filter-checkboxes label:nth-child(odd):hover {
    color: #333232;
}

/* results */
.events-results {
    width: 100%;
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.events-results h2 {
    padding: 0 20px;
    font-family: "Gotham-Bold";
    font-size: 24px;
    letter-spacing: 0;
    margin: 0 0 40px;
    width: 100%;
}

.events-results h2 span {
    color: #e47956;
}

.event-filters__radio-form {
    display: flex;
}

.event-filters__radio-form .filters__button {
}

.filters-checkbox__items {
    display: inline;
}

.filters-checkbox__items span:before {
    content: ", ";
}

.filters-checkbox__items span:first-of-type::before{
    display: none;
}

.event-filters__radio-form .filters__button button {
    min-width: 110px;
    margin: 0 10px;
    border-radius: 25px;
    background: #f3744c;
    border: 2px solid #f3744c;
    color: white;
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    font-weight: 800;
    transition: 0.3s all linear;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-no-results{
    padding: 0 20px;
    font-size: 20px;
}

@media only screen and (max-width: 960px) {
    .event-filters__radio-form .filters__button {
        width: 100%;
        margin: 20px 0 0;
    }
    .event-filters__radio-form .filters__button button {
        margin: 0;
    }
    .event-filters .event-filters__form-wrap {
        width: 100%;
        height: 40px;
        margin: 0 0 20px;
        min-width: 100%;
    }

    .event-filters {
        flex-wrap: wrap;
        margin: 0 0 20px;
        padding: 0 10px;
        align-items: flex-start;
    }

    .event-filters .filter__select-btn {
        margin: 0 20px 0 0;
    }

    .event-filters .filter__select-wrapper {
        left: 0;
    }

    .events-results h2 {
        padding: 0 10px;
        margin: 30px 0 0;
    }
    .event-filters__radio-form {
        flex-wrap: wrap;
    }
    .events-no-results{
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .event-filters .filter__select {
        width: auto;
        margin: 0 20px 20px 0;
    }
    
    .event-filters .clear-filters{
        margin: 20px 0 0;
    }

    .event-filters .filter__select-btn {
        margin: 0;
    }
    .event-filters__radio-form .filters__button {
        margin: 0;
    }
}

.bb-form{
  display: flex;
}

.bb-form__left{
  flex: 1;
  padding: 0 60px 0 0;
}

.bb-form__left h2,
.bb-form__left p{
  color: #fff;
}

.bb-form__left p{
  font-size: 16px;
  line-height: 1.3;
}

.bb-form__left h2{
  margin: 0 0 30px;
}

.bb-form__right{
  flex: 1;
}

.bb-form__right form input,
.bb-form__right form select{
  outline: none;
}

.bb-form__right .gform_footer input[type="submit"] {
  background: #f3744c;
  border: 0;
  border-radius: 20px;
  color: white;
  padding: 14px 30px;
  font-weight: 900;
  font-size: 14px;
}

@media only screen and (max-width: 1140px){
  .bb-form__left h2{
    margin: 0 0 10px;
  }
  .bb-form {
    max-width: 700px;
    margin: auto;
  }

  .bb-form__left{
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 960px){
  .bb-form{
    flex-direction: column;
  }
  .bb-form__left{
    margin: 0 0 40px;
    padding: 0;
  }
  .bb-form__left p{
    font-size: 16px;
    line-height: 1.4;
  }
}


#parlayCanHelp .bb-form__left h2, 
#parlayCanHelp .bb-form__left p {
  color: #000;
}

#parlayCanHelp .bb-form__left h2{
  font-family: 'Heldane';
  margin: 0 0 10px;
}

#parlayCanHelp .gform_wrapper.gravity-theme .gfield_label{
  color: #000;
  font-family: "Gotham-Medium";
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 5px;
}

#parlayCanHelp .gform_wrapper.gravity-theme .ginput_complex label, 
#parlayCanHelp .gform_wrapper.gravity-theme .ginput_complex legend,
#parlayCanHelp .gform_wrapper.gravity-theme .field_sublabel_above .description, 
#parlayCanHelp .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, 
#parlayCanHelp .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description{
  color: #000;
  font-family: "Gotham-Book";
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 5px 0 3px;
}

#parlayCanHelp .gform_wrapper.gravity-theme .gfield textarea,
#parlayCanHelp .gform_wrapper.gravity-theme input[type=email],
#parlayCanHelp .gform_wrapper.gravity-theme input[type=text]{
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px 20px;
  font-size: 15px;
}

#parlayCanHelp .gform_wrapper.gravity-theme input[type=submit]{
  background-color: #f3744c !important;
  border: none !important;
  padding: 15px 70px !important;
  font-family: "Gotham-Bold" !important;
  margin: 20px 0 0 !important;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #000 !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 350;
  line-height: 14px !important;
}

/* HERO BASIC = WHITE BG AND MIDDLE LOGO + TEXT */
.hero-basic{
  min-height: 50vh;
}

.hero-basic-logo{
  max-width: initial;
  background-image: url("../images/newLogo.svg");
  max-width: 900px;
  width: 100%;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  margin: 10px auto;
}

.hero-basic .hero-year{
  color: #000;
  font-size: 14px;
}

.hero-basic-dots .dot-orange{
  bottom: 40px;
  left: -100px;
}
.hero-basic-dots .dot-navy{
  top: 40px;
  left: 10%;
}
.hero-basic-dots .dot-yellow{
  top: 70%;
  right: 10%;
}
.hero-basic-dots .dot-beige{
  right: -100px;
  top: 50px;
}

.hero-basic-text{
  text-align: center;
}

.hero-basic-text span{
  font-family: 'Heldane';
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  display: block;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.hero-basic-text h1{
  padding: 0px 15px 25px;
  max-width: 400px;
  margin: 20px auto 0 !important;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Gotham-Book';
  color: #000;
}

.house-text{
  font-size: 55px !important;
  font-family: Bayshore !important;
  color: #2b2b76;
  margin-bottom: 0 !important;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2b2b76;
}

.hero-basic-text h2{
  font-family: 'Gotham-Book';
  font-size: 18px;
  letter-spacing: 0;
  color: #2b2b76;
}

.hero-basic-paragraph{
  padding: 0;
  margin: 20px 0;
}

.hero-basic-paragraph p{
  font-size: 16px;
  line-height: 1.5;
}

.hero-basic-links{
  display: flex;
  justify-content: center;
}

.hero-basic-links a{
  text-decoration: none;
  color: #2b2b76;
  border-bottom: 1px solid #2b2b76;
  padding-bottom: 1px;
  margin: 0 15px;
  font-size: 11px;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
}

/* HERO TEXT + DOTS */

.hero-text{
  min-height: 35vh;
  display: flex;
  align-items: flex-end;
}

.hero-text__inner{
  display: flex;
}
.hero-text__text{
  flex: 1;
  padding: 0 100px 0 0;
}

.hero-text__text h1{
  font-family: 'Heldane';
  color: #000;
  margin-bottom: 20px;
}
.hero-text__text h2{
  color: #000;
  font-size: 21px;
  line-height: 1.4;
  font-family: 'Gotham-Medium';
  letter-spacing: 0;
  margin: 0 0 20px;
}
.hero-text__text div{
  font-size: 16px;
  font-family: 'Gotham-Book';
}

.hero-text__circles{
  flex: 1.4;
}

.hero-text__circles .dot-130{
  top: 80px;
}
.hero-text__circles .dot-200{
  right: 30%;
  bottom: 50px;
}
.hero-text__circles .dot-300{
  right: -150px;
  top: 80px;
}

/* IMAGES + TEXT */
.hero-img{
  display: flex;
}

.hero-img-rect{
  align-items: center;
  display: flex;
}

.hero-img--rect{
  align-items: center;
  display: flex;
}

.hero-img-image{
  flex: 1.3;
}

.hero-img-wrap{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.hero-img-text{
  flex: 1;
  padding: 0 0 0 60px;
  max-width: 550px;
}

.hero-img-circles{
  display: flex;
}

.hero-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-wrap--circle{
  border-radius: 50%;
  overflow: hidden;
}

.hero-img-wrap--circle:nth-child(1){
  width: 200px;
  height: 200px;
  box-shadow: -8px -6px #f8c74a;
  margin: 0 40px 0 0;
}

.hero-img-wrap--circle:nth-child(2){
  width: 400px;
  height: 400px;
  box-shadow: -14px -15px #f68d65;
}

.hero-img-text h1{
  font-family: 'Heldane';
  color: #000;
  margin-bottom: 10px;
  font-weight: 300;
}

.hero-img-text h2{
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Gotham-Medium';
  margin: 0 0 20px;
  letter-spacing: 0;
}
.hero-img-text div{
  font-size: 16px;
  font-family: 'Gotham-Book';
}

.hero-img .dot{
  right: -100px;
  top: 40px;
}

.bdr-white.bg-w {
  background-color: white;
}

.new-box-img{
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 0;
  border: 4px solid white;
  margin: 20px;
}

.hero-img-rect--1{
  align-items: center;
  display: flex;
}

.hero-img-rect--2 .hero-img-wrap:nth-child(1){
  margin: -160px 30px 0 0;
  flex: 1.5;
}

.hero-img-rect--2 .hero-img-wrap:nth-child(2){
  flex: 2;
}

.hero-img-rect--3{
  flex-wrap: wrap;
}

.hero-img-rect--3 .hero-img-wrap:nth-child(1){
  width: 40%;
  height: 260px;
  margin: 0 20px 0 0;
}

.hero-img-rect--3 .hero-img-wrap:nth-child(2){
  width: calc(60% - 20px);
  max-height: 400px;
  float: right;
  max-height: 100%;
  height: 510px;
  margin: 0 0 -250px;
}

.hero-img-rect--3 .hero-img-wrap:nth-child(3){
  width: 40%;
  height: 230px;
  margin: 20px auto 0 0;
}


@media only screen and (max-width: 960px){
  .hero-basic-dots .dot-orange{
    bottom: 40px;
    left: -90px;
  }
  .hero-basic-dots .dot-navy{
    top: 20px;
    left: -40px;
  }
  .hero-basic-dots .dot-yellow{
    top: auto;
    bottom: 30px;
    right: 30px;
  }
  .hero-basic-dots .dot-beige{
    right: -90px;
    top: 50px;
  }
  .hero-basic-logo{
    max-width: 300px;
  }
  .hero-text__inner{
    flex-direction: column-reverse;
  }
  .hero-text__text{
    flex: 1;
    padding: 40px 0 0;
  }
  .hero-text__circles{
    height: 200px;
    position: relative;
    flex: none;
  }
  .hero-text__circles .dot-300 {
    right: 30%;
    top: -80px;
  }
  .hero-text__circles .dot-200 {
    right: 0%;
    bottom: auto;
    top: 80px;
  }
  .hero-img{
    flex-direction: column;
  }
  .hero-img-text{
    padding: 60px 0 0;
  }
  .hero-img .dot{
    right: -70px;
  }
  .bdr-white.bg-w{
    width: 18px !important;
    height: 18px !important;
  }
  .hero-img-text{
    max-width: 100%;
  }
  .hero-basic-paragraph p{
    font-size: 16px !important;
    line-height: 1.4;
  }
}


@media only screen and (max-width: 768px){
  .hero-basic-logo{
    max-width: 200px;
    height: 30px;
  }
  .hero-basic-links{
    flex-direction: column;
    display: inline-flex;
  }
  .hero-basic-links a{
    margin: 10px 0;
  }
  .hero-img-circles{
    flex-direction: column;
  }
  .hero-img-wrap--circle:nth-child(2){
    width: 340px;
    height: 340px;
    margin: 20px auto;
  }
  .hero-img-wrap--circle:nth-child(1) {
    width: 200px;
    height: 200px;
  }
  .hero-img-text{
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 600px){
  .hero-img-rect{
    flex-direction: column;
    margin: 0 0 20px;
  }
  .hero-img-rect--2 .hero-img-wrap:nth-child(1){
    margin: 0 0 20px 0;
    flex: 1;
  }
  .hero-img-rect--2 .hero-img-wrap:nth-child(2){
    flex: 1;
  }
  .hero-img-rect--3 .hero-img-wrap:nth-child(1){
    width: 100%;
    margin: 0 0 20px;
  }
  
  .hero-img-rect--3 .hero-img-wrap:nth-child(2){
    width: 100%;
    height: 340px;
    margin: 0;
  }
  
  .hero-img-rect--3 .hero-img-wrap:nth-child(3){
    display: none;
  }
}


@media only screen and (max-width: 480px){
  .hero-text__circles .dot-300 {
    width: 160px;
    height: 160px;
  }
  .hero-text__circles .dot-200 {
    width: 120px;
    height: 120px;
  }
  .hero-img-wrap--circle:nth-child(2){
    width: 290px;
    height: 290px;
    margin: 20px auto;
  }
}


.hero-dot-200-basic-small{
  width: 130px;
  height: 130px;
}

.hero-dot-130-basic-small{
  width: 70px;
  height: 70px;
}

.hero-dot-200-basic-small.dot-orange{
  left: -30px;
}

.hero-dot-200-basic-small.dot-beige{
  right: -20px;
}

.bb-logos__top h2{
  color: white;
  text-align: center;
  margin: 0 0 40px;
}

.bb-logos__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bb-logos__item{
  max-width: 20%;
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
}

.bb-logos__item img{
  height: 60px;
  object-fit: contain;
  width: 100%;
}


@media only screen and (max-width: 768px){
  .bb-logos__item{
    max-width: 33.33%;
  }
  .bb-logos__top h2{
    margin: 0 0 20px;
  }
}


@media only screen and (max-width: 600px){
  .bb-logos__item{
    max-width: 50%;
  }
}


.bb-shortcode
{
  margin: 60px 0 0;
}

.bb-shortcode-title
{
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Heldane';
  color: #000;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: 400;
}

.bb-shortcode-subtitle
{
  text-align: center;
  font-family: 'Gotham-Book';
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
}

.eventbrite-events
{
  margin: 40px 0 0;
}

.eventbrite-events .wfea-card
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  justify-self: center;
}

.eventbrite-events .wfea-card-list-item
{
  width: calc(33.33% - 40px) !important;
  max-width: 100% !important;
  margin: 20px 20px !important;
  padding: 0 !important;
  border: 1px solid #e2e2e2;
}

.eventbrite-events .eaw-thumb-wrap img
{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.eventbrite-events .eaw-content-wrap
{
  margin: 0;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.eventbrite-events .eaw-content-block{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eventbrite-events .eaw-buttons{
  margin: auto 0 0;
}

.eventbrite-events .eaw-calendar-date
{
  display: none;
}

.eventbrite-events .eaw-time published{
    font-size: 16px;
}

.eventbrite-events .eaw-calendar-date-day{
  margin: 0 0 0 5px;
}

.eventbrite-events .eaw-time
{
  font-size: 13px;
  color: #000;
  margin: 0px 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
}

.eventbrite-events .eaw-button-details
{
  color: #000;
  background: white;
  border: 0;
  text-align: left;
  padding: 0;
  font-weight: normal;
  font-family: Gotham-Bold;
  margin: 0px 0 0;
}

.eventbrite-events .eaw-card-details
{
  color: #000;
  font-family: 'Gotham-Book';
  margin: 5px 0 0;
}

.eventbrite-events .eaw-booknow
{
  margin: 25px 0 0;
  display: flex;
}

.eaw-content-block h3 a{
  font-family: 'Gotham-Bold';
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: block;
}

.eventbrite-events .wfea-button
{
  background: #f3744c;
  border: 0;
  border-radius: 20px;
  color: #fff;
  padding: 10px 21px;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Gotham-Medium';
}

.eventbrite-events .wfea-card-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.eventbrite-events .eaw-thumb-wrap{
  min-width: 100% !important;
}

@media only screen and (max-width: 1024px){
  .eventbrite-events .wfea-card-list-item {
    width: calc(50% - 40px) !important;
  }
  .eventbrite-events .wfea-card{
    padding: 0!important;
  }
}

@media only screen and (max-width: 600px){
  .eventbrite-events .wfea-card-list-item {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}


.bb-slider{
  display: flex !important;
  align-items: center;
}

.bb-slider__title{
  text-align: center;
  margin: 0 0 20px;
}

.bb-slider--gallery{
  max-width: 1100px;
  margin: auto;
}

.bb-slider--testimonials{
  max-width: 1100px;
  margin: auto;
}

.bb-slider-testimonial__item{
  display: flex !important;
  align-items: center;
  padding: 20px 60px;
}

.bb-slider-testimonial__item img{
  border-radius: 50%;
  width: 360px;
  height: 360px;
  box-shadow: -10px -10px #efbe44;
  object-fit: cover;
}

.bb-slider-testimonial__text{
  margin: 0 0 0 60px;
}

.bb-slider-testimonial__text h3{
  text-transform: uppercase;
  margin: 0 0 30px;
}

.bb-slider-testimonial__text .wysiwyg-editor{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.bb-slider-testimonial__name{
  margin: 20px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
} 

.bb-slider-gallery__item{
  padding: 20px 60px;
}

.bb-slider-gallery__item img{
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media only screen and (max-width: 960px){
  .bb-slider-testimonial__item{
    flex-direction: column;
  }

  .bb-slider-testimonial__item img{
    margin: 0 0 30px;
    width: 250px;
    height: 250px;
  }

  .bb-slider-testimonial__item{
    text-align: center;
  }
  .bb-slider-testimonial__text{
    margin: 0;
  }
  .bb-slider-testimonial__text h3{
    margin: 0 0 10px;
  }
  .bb-slider-gallery__item {
    padding: 20px 10px;
  }
  .bb-slider-testimonial__item{
    padding: 20px;
  }
}

.building-block--split_content{
  padding: 0 !important;
}

.building-block--split_content .bb-wrapper{
  max-width: 100%;
  width: 100%;
}

.bb-split-content__item{
  width: 100%;
}

.bb-split-content--left .bb-split-content__item{
  display: flex;
  flex-wrap: wrap;
}

.bb-split-content--left .bb-split-content__text{
  padding: 40px 0 40px 0;
}

.bb-split-content--right .bb-split-content__item{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.bb-split-content--right .bb-split-content__text{
  padding: 40px 0 40px 0;
}

.bb-split-content--mix .bb-split-content__item:nth-child(odd){
  display: flex;
  flex-direction: row-reverse;
}

.bb-split-content--mix .bb-split-content__item:nth-child(even){
  display: flex;
}

.bb-split-content--mix .bb-split-content__item:nth-child(odd) .bb-split-content__text{
  padding: 40px 0 40px 0;
}

.bb-split-content--mix .bb-split-content__item:nth-child(even) .bb-split-content__text{
  padding: 40px 0 40px 0;
}


.bb-split-content--right .bb-split-content__image{
  margin: 0 -20px 0 0;
}

.bb-split-content--left .bb-split-content__image{
  margin: 0 0 0 -20px;
}

.bb-split-content--mix .bb-split-content__item:nth-child(odd) .bb-split-content__image{
  margin: 0 -20px 0 0;
}

.bb-split-content--mix .bb-split-content__item:nth-child(even) .bb-split-content__image{
  margin: 0 0 0 -20px;
}

.bb-split-content__image{
  width: calc(50% + 20px);
}

.bb-split-content__text p{
  font-size: 16px;
  line-height: 1.5;
}

.bb-split-content__text{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bb-split-content__logo{
  max-width: 250px;
  margin: 0 auto 20px;
  display: block;
}

.bb-split-content__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-split-content__text .wysiwyg-editor{
  max-width: 80%;
}

.bb-split-content__links{
  display: flex;
  margin: 20px 0 0;
}

.bb-split-content__links a{
  display: inline-block;
  text-align: center;
  margin: 10px 20px 0;
  font-weight: 600;
  border-bottom: 1px solid #2b2b76;
  color: #2b2b76;
}

.bb-split-content__links a,
.bb-split-content__links a:hover,
.bb-split-content__links a:visited{
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-family: 'Gotham-Medium';
}

@media only screen and (max-width: 960px){
  .bb-split-content__item{
    flex-direction: column !important;
    margin: 0 0 40px;
  }
  .bb-split-content__image{
    margin: 0 -20px 0px !important;
    max-height: 600px;
    overflow: hidden;
    width: calc(100% + 40px);
  }
  .bb-split-content__text{
    padding: 30px 20px !important;
    width: 100%;
  }
  .bb-split-content__text .wysiwyg-editor{
    max-width: 100%;
  }
  .bb-split-content__text .wysiwyg-editor p{
    font-size: 18px;
    line-height: 1.4;
  }
  .bb-split-content__logo{
    max-width: 200px;
  }
}

.bb-columns{
  display: flex;
  flex-wrap: wrap;
} 

.bb-columns--center{
  text-align: center;
}

.bb-columns__item{
  padding: 0 40px;
  margin: 20px 0;
}

.bb-columns__item--1{
  width: 100%;
}

.bb-columns__item--2{
  width: 50%;
}

.bb-columns__item--3{
  width: 33.33%;
}

.bb-columns__item--4{
  width: 25%;
}

.bb-columns__item h3{
  margin: 0 0 10px;
  font-weight: 700;
}

.bb-columns__item a{
  display: inline-block;
  text-align: center;
  margin: 10px auto 0;
  font-weight: bold;
  color: #e47a56;
  font-size: 18px;
}

.bb-columns__item .wysiwyg-editor,
.bb-columns__item .wysiwyg-editor p{
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 960px){
  .bb-columns__item--4{
    width: 33.33%;
  }
  .bb-columns__item .wysiwyg-editor{
    font-size: 18px;
    line-height: 1.4;
  }
  .bb-columns__item a{
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 768px){
  .bb-columns__item--2,
  .bb-columns__item--3,
  .bb-columns__item--4{
    width: 50%;
  }
  .bb-columns__item{
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px){
  .bb-columns__item--2,
  .bb-columns__item--3,
  .bb-columns__item--4{
    width: 100%;
  }
  .bb-columns__item{
    padding: 0;
  }
}

@media only screen and (max-width: 480px){

}
.bb-txt-img{
  display: flex;
  width: 100%;
  margin: 0 0 160px;
  position: relative;
}

.bb-txt-img:last-child{
  margin: 0;
}

.bb-txt-img:nth-child(even){
  flex-direction: row-reverse;
}

.bb-txt-img__img{
  width: 55%;
}

.bb-txt-img__content{
  width: 45%;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.bb-txt-img:nth-child(even) .bb-txt-img__content{
  margin: 0 auto 0 40px;
}

.bb-text-img--text-img-square .bb-txt-img__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-text-img--text-img-square .bb-txt-img__img-bg{
  width: 45%;
  height: calc(100% + 60px);
  position: absolute;
  left: -80px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.bb-txt-img:nth-child(even).bb-text-img--text-img-square .bb-txt-img__img-bg{
  left: auto;
  right: -80px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.bb-txt-img:nth-child(even).bb-text-img--text-img-square .bb-txt-img__img-border{
  margin: 0 40px 0 auto;
}

.bb-txt-img__title-circle{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -30px;
}


.bb-text-img--text-img-square .bb-txt-img__content h2{
  margin: 0 0 40px;
  padding: 0 0 0 50px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}


.bb-txt-img__img-border{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto 0 40px;
  display: block;
  height: 100%; 
  object-fit: cover;
  min-height: 300px;
  max-height: 500px;
  border: 4px solid white;
}

.bb-txt-img__content a{
  padding: 20px 40px;
  display: inline-block;
  margin: 10px 0 20px;
  border-radius: 35px;
  color: white;
  font-weight: 900;
  font-size: 16px;
  transition: all .5s linear;
  width: fit-content;
}

.bb-txt-img__content a:hover{
  opacity: 0.8;
}

.bb-txt-img__content p{
  font-size: 16px;
  line-height: 1.4;
}

/* circle layout */

.bb-text-img--text-img-circle{
  border: 4px solid #e47a56;
  border-radius: 20px;
  padding: 90px;
}

.bb-text-img--text-img-circle .new-box-img{
  left: 0;
}

.bb-txt-img__img-rounded{
  border-radius: 50%;
  overflow: hidden;
  width: 500px;
  height: 500px;
  position: relative;
}
.bb-txt-img__img-rounded img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-text-img--text-img-circle .bb-txt-img__img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 80px 0 0;
}

.bb-text-img--text-img-circle:nth-child(even) .bb-txt-img__img{
  margin: 0 0 0 80px;
}

.bb-text-img--text-img-circle .bb-txt-img__img img{
  z-index: 100;
  position: relative;
  margin: 20px;
  border-radius: 50%;
}

.bb-text-img--text-img-circle .bb-txt-img__img-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bb-text-img--text-img-circle .bb-txt-img__content h2{
  margin: 0 0 20px;
}


@media only screen and (max-width: 1200px){
  .bb-txt-img__img-rounded{
    width: 400px;
    height: 400px;
  }
  .bb-text-img--text-img-circle .bb-txt-img__img{
    margin: 0 20px 0 0;
  }
  .bb-text-img--text-img-circle:nth-child(even) .bb-txt-img__img{
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 1140px){
  .bb-txt-img__title-circle{
    width: 60px;
    height: 60px;
    top: -20px;
  }
  .bb-text-img--text-img-square .bb-txt-img__content h2{
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 960px){
  .bb-text-img--text-img-circle .bb-txt-img__img{
    margin: 0 0 40px !important;
  }
  .bb-text-img--text-img-circle .bb-txt-img__content h2{
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
  }

  .bb-txt-img__img-rounded{
    width: 100%;
    border-radius: 20px;
    max-height: 550px;
    height: auto;
  }

  .bb-text-img--text-img-circle .bb-txt-img__img img{
    border-radius: 20px;
    margin: 0;
  }

  .bb-text-img--text-img-circle{
    padding: 50px 40px;
  }

  .bb-txt-img{
    flex-direction: column !important;
  }
  .bb-txt-img__img,
  .bb-txt-img__content{
    width: 100% !important;
    max-width: 100% !important;
  }
  .bb-txt-img__img-border{
    width: 100%;
    margin: 0 0 60px !important;
    max-height: 400px;
    height: 400px;
  }
  .bb-text-img--text-img-square .bb-txt-img__img-bg{
    height: 470px;
    top: -30px;
    width: 80%;
    bottom: auto;
  }
  .bb-txt-img{
    margin: 0 0 80px !important;
  }
  .bb-txt-img:last-child{
    margin: 0 !important;
  }
  .bb-text-img--text-img-square .bb-txt-img__content h2{
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
  }
  .bb-txt-img__title-circle{
    display: none;
  }
  .bb-txt-img__content{
    margin: 0 !important;
  }
  .bb-txt-img__content p{
    font-size: 16px;
  }
}

.bb-title-text-img__item{
  display: flex;
  margin: 40px 0 160px;
}

.bb-title-text-img__item:last-child{
  margin: 40px 0 0;
}

.bb-title-text-img__item:nth-child(even){
  flex-direction: row-reverse;
}

.bb-title-text-img__left{
  width: 50%;
  margin: 0 60px;
}

.bb-title-text-img__left h2{
  font-weight: bold;
}

.bb-title-text-img__left div p{
  font-size: 18px;
  line-height: 1.4;
}

.bb-title-text-img__left a{
  padding: 20px 40px;
  display: inline-block;
  margin: 10px 0 20px;
  border-radius: 35px;
  color: white;
  font-weight: 900;
  font-size: 16px;
  transition: all .5s linear;
}

.bb-title-text-img__left a:hover{
  opacity: 0.8;
}

.bb-title-text-img__list{
  margin: 20px 0 0;
}

.bb-title-text-img__list h3{
  font-weight: bold;
  margin: 0 0 20px;
}

.bb-title-text-img__list div{
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.2;
}

.bb-title-text-img__right{
  width: 50%;
  position: relative;
  margin: 0 60px;
  height: 480px;
}

.bb-title-text-img__right img{
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-title-text-img__right-bg{
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: -40px;
  right: -40px;
  border-radius: 30px;
  z-index: -1;
}

@media only screen and (max-width: 1200px){
  .bb-title-text-img__left{
    margin: 0 20px;
  }
  .bb-title-text-img__left h2{
    font-size: 22px;
    margin: 0 0 20px;
  }
}


@media only screen and (max-width: 960px){
  .bb-title-text-img__left{
    width: 40%;
  }
  .bb-title-text-img__right{
    width: 60%;
  }
  .bb-title-text-img__left div p{
    font-size: 16px;
  }
  .bb-title-text-img__list div{
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px){
  .bb-title-text-img__left{
    width: 100%;
  }
  .bb-title-text-img__right{
    padding: 0 0px 0;
    margin: 0 0 40px;
    width: calc(100% - 40px);
    height: 480px;
  }
  .bb-title-text-img__left{
    margin: 0;
  }
  .bb-title-text-img__list {
    margin: 20px 0 0;
  }
  .bb-title-text-img__item{
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .bb-title-text-img{
    margin: 60px 0 0;
  }
  .bb-title-text-img__left h2{
    font-size: 30px;
    margin: 0 0 20px;
  }
  .bb-title-text-img__item{
    margin: 40px 0 100px;
  }
  .bb-title-text-img__item:last-child{
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 480px){
  .bb-title-text-img__right{
    height: 300px;
  }
  .bb-title-text-img__right{
    width: calc(100% - 20px);
  }
  .bb-title-text-img__right-bg{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: -20px;
    right: -20px;
  }
  .bb-title-text-img__left h2{
    margin: 0 0 10px;
  }
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-next, .slick-prev{
    background: transparent;
    font-size: 42px;
    padding: 10px;
    border: 0 !important;
    color: #862432;
    outline: none !important;
}

.slick-next:visited,
.slick-prev:visited,
.slick-next:active,
.slick-prev:active,
.slick-next:focus,
.slick-prev:focus{
    outline: none;
    border: 0;
}
