/*---Carousel---*/

@font-face {
    font-family: Brittany;
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/BrittanySignature.ttf");
}

.carousel {
    margin: auto auto !important;
}

.regCaroArrowLeft {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: var(--primarybuttonbackground);
    left: 60px;
    top: 95px;
    color: var(--primarybuttoncolor) !important;
    text-align: center;
    padding: 14px 14px;
    line-height: 0;
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none !important;
    font-size: 24px;
    z-index: 10;
}

    .regCaroArrowLeft:hover, .regCaroArrowRight:hover {
        background-color: var(--primarybuttonbackgroundhover);
        transition: 0.2s ease;
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
        color: var(--primarybuttoncolorhover);
    }

.regCaroArrowRight {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: var(--primarybuttonbackground);
    right: 60px;
    top: 95px;
    color: var(--primarybuttoncolor) !important;
    text-align: center;
    padding: 14px 14px;
    line-height: 0;
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none !important;
    font-size: 24px;
}

div#regCaroImage, div#regCaroBody {
    margin: 25px auto;
}

div#regCaroBody {
    padding: 30px;
    overflow-y: auto;
}

div#regCaroBody {
    /* max-height: 350px; */
}

body.tssViewMode:not(.tssEditMode) div#regCaroBody p, body.tssViewMode:not(.tssEditMode) div#regCaroBody div {
    display: block;
}

body.tssViewMode:not(.tssEditMode) div#regCaroBody div#regCaroEntryName {
    display: block;
}

div#regCaroEntryName {
    margin-top: 15px;
}





@media (max-width: 1200px) {


 
    div#regCaroBody {
        margin: 0px auto !important;
    }

    div#regCaroImage {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991px) {

   a.regCaroArrowLeft {
        top: 170px;
        margin-right: -25px;
        left: 0px;
        z-index: 10;
        }

    a.regCaroArrowRight {
        top: 170px;
        margin-left: -25px;
        right: 0px;
        z-index: 10;
    }

     .owl-stage-outer {
    width: 100%;
   }

   div#regCaroImage {
       padding: 0px 0px;
   }

    .regCarousel img {
        width: 300px !important;
    }

    div#regCaroBody {
    padding: 0px 0px 0px 0px;
    /* max-height: 400px; */
    overflow-y: auto;
    max-width: 100%;
    /* text-align: center; */
}
}

.slick-slide ::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}

.slick-slide ::-webkit-scrollbar-track {
    width: 4px;
    border-radius: 4px;
}

.slick-slide ::-webkit-scrollbar-thumb {
   width: 4px;
   border-radius: 4px;
}


body.tssViewMode:not(.tssEditMode) div#regCaroBody {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 768px) {

    a.btn {
        text-align: center;
    }

    div#regCaroEntryName, .regCarousel p {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
body#bBody:not(.tssEditMode) div#regCaroBody {
    padding: 0px 0px;
}

.slick-slide, .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    /* min-height: 200px; */
}

.regCaroArrowLeft, .regCaroArrowRight {
    top: calc(50% - 25px);
}
}

.row.slick-slide:not(.slick-active) {
    opacity: 0;
    height: 0px;
    /* transition: all 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1); */
    max-height: unset;
}

.row.slick-slide.slick-active {
    opacity: 1;
    /* transition: all 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1); */
    height: fit-content;
    max-height: unset;
}



@media (max-width: 991px) {

   a.regCaroArrowLeft {
        top: unset !important;
        margin-right: 0px;
        left: calc(50% - 55px);
        z-index: 1;
        bottom: -40px;

        }

    a.regCaroArrowRight {
        top: unset !important;
        margin-left: 0px;
        right: calc(50% - 55px);
        z-index: 1;
        bottom: -40px;
    }

}


/*----Card Trio----*/

.regTrio .regTrioArrow {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: var(--primarybuttonbackground);
    top: 50% !important;
    margin-top: -25px !important;
    right: 0px;
    color: var(--primarybuttoncolor) !important;
    text-align: center;
    padding: 19px 14px;
    line-height: 0;
    cursor: pointer;
    transition: 0.3s ease !important;
    text-decoration: none !important;
    font-size: 24px;
    z-index: 1;
}

    .regTrio .regTrioArrow:hover {
        background-color: var(--primarybuttonbackgroundhover) !important;
        text-decoration: none !important;
    }

    .regTrio .regTrioArrow > a > i, .regTrio .regTrioArrow > i {
        color: var(--primarybuttoncolor) !important;
        text-decoration: none !important;
    }

    .regTrio .regTrioArrow:hover > a > i, .regTrio .regTrioArrow:hover > i, .regTrio a {
        color: var(--primarybuttoncolorhover) !important;
        text-decoration: none !important;
    }

.regTrio {
    height: 360px;
    width: 360px;
    padding: 20px;
    overflow: hidden;
    margin: 25px auto 15px auto !important;
    position: relative;
}

.regTrioImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: auto;
    padding: 5px;
}

.regTrio .regTrioArrow {
    top: 50% !important;
    margin-top: -25px !important;
    right: 0px;
}

@media (max-width: 1200px) {

    /*.regTrio .regTrioArrow {
        top: 140px !important;
        right: 0px;
    }*/

    .regTrio {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 991px) {

    /*.regTrio .regTrioArrow {
        top: 135px !important;
        right: 0px;
    }*/

    .regTrio {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 768px) {

    /*.regTrio .regTrioArrow {
        top: 132px !important;
        right: 0px;
    }*/

    .regTrio {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 479px) {

    /*.regTrio .regTrioArrow {
        top: 100px !important;
        right: 0;
    }*/

    .regTrio {
        height: 250px;
        width: 250px;
        margin: auto auto !important;
    }
}

body.tssEditMode .regTrio.trioBlog > .regTrioArrow {
    margin-right: 0px;
}

.regTrio.trioBlog {
    height: 260px;
    width: 260px;
    padding: 15px;
}


    .regTrio.trioBlog .regTrioArrow {
        top: 120px !important;
        right: 0px;
    }


/*--body.tssEditMode .regTrioArrow {
    margin-right: -30px
}--*/

.post-item-description p {
    max-height: 45px;
    overflow: hidden;
}

/*----STACKED IMAGES MODULE------*/
div. regImageStack {
    overflow: visible;
    height: fit-content;
}

.regImageStack {
    height: 510px;
    overflow: visible;
    max-width: 50vw;
    margin: auto auto;
    max-height: 550px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .regImageStack {
    height: 450px;
}
}

.regStack1 img {
    width: 100% !important;
    height: 100%;
    margin: auto auto;
    object-fit: cover;
    max-height: 550px;
}

.regStack2 img {
    border: 10px #fff solid;
    margin: auto auto;
    width: 60%;
    max-width: 60vw;
    background-color: #fff;
}


.regImageStack .regStack1 {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}


.regImageStack .regStack2 {
    position: relative;
    top: -200px;
    left: 50%;
    z-index: 1;
    margin: auto auto;
    margin-left: -50px;
}

.regStackBtn {
    z-index: 2;
    position: relative;
    top: 50px;
    left: 30%;
}

.regStackedHeader {
    margin-top: auto;
    max-width: 500px;
    position: relative;
    height: 366px;
    overflow-y: visible;
}

    .regStackedHeader h2 {
        position: absolute;
        bottom: 0;
    }

.regStackedBody {
    margin-top: 20px;
    max-width: 500px;
    margin-left: 130px;
    position: relative;
}


@media (max-width: 1200px) {

    .regStackedHeader {
        margin-top: auto;
        height: 297px;
        max-width: 500px;
    }

    .regStackedBody {
        margin-top: 0px;
        max-width: 500px;
        margin-left: 100px;
    }

    .regStackBtn {
        top: 30px;
    }
}


@media (max-width: 991px) {

    .regImageStack {
        max-width: 30vw;
        max-height: 300px
    }

    .regStackedHeader {
        margin-top: 120px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
        height: auto;
    }

        .regStackedHeader h2 {
            position: relative;
            top: 0;
        }

    .regStackedBody {
        margin-top: 25px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {

    .regStackBtn {
        position: relative;
        width: 100%;
        text-align: center;
        left: unset;
        right: unset;
        top: -30px
    }


    .regImageStack {
        max-width: 40vw;
        max-height: 300px
    }

    .regStackedHeader {
        margin-top: 15vw;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
}

@media (max-width: 680px) {

    .regStackedHeader {
        margin-top: 10vw;
    }
}

@media (max-width: 580px) {

.regStack1 img {
    width: 100% !important;
    height: 100%;
    margin: auto auto;
    object-fit: cover;
    max-height: 300px !important;
}

    .regStack2 img {
        display: none;
    }


    .regImageStack {
        max-width: 80vw;
        margin: auto auto;
    }

    .regStackBtn {
        position: absolute;
        text-align: center;
        width: 250px;
        left: 50%;
        margin-left: -125px;
        top: 70%;
        margin-top: -30px;
    }

    .regStackedHeader {
        margin-top: 10vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    .regStackedBody {
        margin-top: 25px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.reggie-placcard {
    border-radius: 0px;
    border: 0px transparent solid;
    padding: 20px !important;
    height: auto;
    margin: auto;
}

.reggie-placcard {
    background-color: rgba(255,255,255,0.90);
    max-width: 800px;
}






/*.footer-left {
    width: 50%;
    text-align: right;
    padding-right:  0px;
}

.footer-center {
    width: 50%;
    text-align: left !important;
    padding-left: 0px;
}*/

.footer-center, .footer-right, .footer-left {
    text-align: center;
}

#footer .social-icons {
    float: none;
    display: flex;
    justify-content: center;
}

.copyright-content {
    border-top: 1px solid rgba(0,0,0,0.0);
    padding: 0px 0px;
}

.footer-content {
    padding: 60px 0 0px 0;
}

footer .footer-content .container > .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    footer .footer-content .container > .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

    footer .footer-content .container > .row > div.col-md-4 {
        margin: 0px auto 24px auto;
}
}

/*--------Mobile Edits-----*/

@media (max-width: 991px) {
.row.regFooterListBox {
  border: none;
}

.regFooterList a {
    letter-spacing: 2px;
    font-size: 18px;
}

#logo img {
    padding: 10px 0px 10px 0;
}

footer img {
    max-width: 280px !important;
}
}

@media (max-width: 576px) {
    /*
div.wrapper > section:first-of-type.wavparallax {
    min-height: 80vh;
    }*/


.btn, .btn-primary, .btn-secondary, .btn-default {
    text-align: center;
}


.subheader {
    font-size: 24px
}

}

@media (max-width: 991px) {
.bgform .tssFormRow .col-md-8 {
    width: 100%;
    padding-right: 0px;
}

.bgform button#btnTSSSubmitForm {
  width: 100%;
}
}

.bgform {
    max-width: 500px;
    margin: auto auto;
}


.reg-iglabel {
    line-height: 1.5;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {

   .reg-iglabel {
        text-align: center;
    }

  .regCenter {
   text-align: center !important;
}

}

input[type=submit].btn-sm {
    width: auto;
    margin-left: 10px;
}

/*-----NEW NAVIGATION-----*/

@media (max-width: 1100px) {
header#header div#logo {
    width: 200px;
}

#header .header-inner #logo a .logo-default, #header #header-wrap #logo a .logo-default, #header:not(header-logo-centered) .header-inner #logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
}

#mainMenu.menu-left nav {
    float: right;
}

@media (min-width: 1024px) {

  
    #header .container, #footer .container {
        max-width: 1440px;
        width: 100% !important;
        padding: 0px 20px !important;
    }
    
    header#header, header#header.header-sticky.sticky-active {
      padding-top: 29px !important;
      background-color: var(--navigationbackground);
      height: 120px;
      position: relative !important;
      box-shadow: none !important;
    }

#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
  position: relative;
  box-shadow: none !important;
}
  
  header #mainMenu ul li a {
    height: var(--navigationsize) !important;
    padding-top: 0px;
    line-height: 1 !important;
    padding-bottom: 0px;
    padding-left: 15px;
    z-index: 0;
    letter-spacing: 0.1rem;
  }

  body#bBody:not(.tssEditMode) section:first-of-type > * {
    z-index: 1;
    position: relative;
  }

  body#bBody:not(.tssEditMode) header + section:not(.wavparallax):first-of-type::before {
      content: '';
      position: absolute;
      display: block;
      pointer-events: none;
      width: calc(100vw + 20px);
      height: 30px;
      background-color: var(--brandcolor1);
      top: 0px;
      left: -10px;
  }

  #mainMenu nav > ul > li.hover-active > a, 
  #mainMenu nav > ul > li.hover-active > span, 
  #mainMenu nav > ul > li.current > a, 
  #mainMenu nav > ul > li.current > span, 
  #mainMenu nav > ul > li:hover > a, 
  #mainMenu nav > ul > li:hover > span, 
  #mainMenu nav > ul > li:focus > a, 
  #mainMenu nav > ul > li:focus > span {
color: var(--navigationcolor) !important;
  }
  
#mainMenu ul li a::before {
   background-color: #fff;
   content: '';
   position: absolute;
   display: block;
   height: 15px;
   width: calc(100% - 25px);
   left: 12px;
   top: 6px;
   z-index: -1;
   transition: var(--uxtransition) !important;
   opacity: 0;
}

#mainMenu ul li:hover a::before {
    opacity: 1;
}

#mainMenu > ul > li {
    height: fit-content;
}

header #mainMenu ul li a {
  height: var(--navigationsize) !important;
  padding-top: 0px;
  line-height: 1 !important;
  padding-bottom: 0px;
  padding-left: 15px;
  z-index: 0;
  padding-right: 15px;
}

#mainMenu > ul,
header.header-sticky #mainMenu > ul {
    height: 90px !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
}

@media(max-width: 1023px) {
    section.wavparallax {
        padding: 80px 0px !important;
    }



#header[data-fullwidth="true"] .header-inner .container nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}


  
    body#bBody:not(.tssEditMode) section.wavparallax:first-of-type:not(:first-child) {
        padding: 90px 0px 80px 0px !important;
    }

body#bBody:not(.tssEditMode) section.wavparallax:first-of-type:first-child {
        padding: 5px 0px 40px 0px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1250px) {
header #mainMenu ul li a {
  padding-left: 5px;
  padding-right: 5px;
}
}

  @media (max-width: 767px) {
.header-extras {
  /* width: 100%; */
}
}





/*------------------HAYLEY HOBSON----------------*/
.cbUnitDescription {
    display: none;
}

.cbUnitCard {
    min-height: 200px;
}

.btn.pink {
    background-color: #FF2768!important;
    border-color: #FF2768!important;
    color: #FFFFFF!important;
}


/*-----FONTS-----*/

@font-face {
    font-family: 'Playfair Display Bold Italic';
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/PlayfairDisplay-BoldItalic.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miss Confidential';
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/MissConfidential-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Italic';
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/Lato-Italic.ttf");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lato Bold';
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/Lato-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold Italic';
    src: url("https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/fonts/Lato-BoldItalic.ttf");
    font-weight: normal;
    font-style: normal;
}

:root {
  --titlefont: 'Montserrat',sans-serif;
  --titlebold: 600;
}

.modal-backdrop.in {
    display: none;
}

@media (max-width: 1023px) and (min-width: 1200px) {
.halfnhalf .row {
  margin-left: 0px; 
  margin-right: 0px;  
}

.halfnhalf .row > div {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media (max-width: 1023px) {
.halfnhalf-img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.halfnhalf-text {
  margin-top: 24px;
}

.halfnhalf-text, .halfnhalf-text > * {
    width: 620px !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 767px) {
.halfnhalf-text, .halfnhalf-text > * {
    width: 420px !important;
    max-width: 100% !important;
}
}



@media (min-width: 1024px) {

.halfnhalf-text {
    max-width: 90% !important;
}
}

a {
   text-decoration: none !important;
}

@media (max-width: 1023px) {
.center-me, .center-me > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
}

button.btn-primary:not(.btn), a.btn-primary:not(.btn),
button.btn-primary:not(.btn):hover, a.btn-primary:not(.btn):hover,
button.btn-primary:not(.btn):active, a.btn-primary:not(.btn):active,
button.btn-primary:not(.btn):focus, a.btn-primary:not(.btn):focus,
button.btn-secondary:not(.btn), a.btn-secondary:not(.btn),
button.btn-secondary:not(.btn):hover, a.btn-secondary:not(.btn):hover,
button.btn-secondary:not(.btn):active, a.btn-secondary:not(.btn):active,
button.btn-secondary:not(.btn):focus, a.btn-secondary:not(.btn):focus,
button.btn-defaulty:not(.btn), a.btn-secondary:not(.btn),
button.btn-defaulty:not(.btn):hover, a.btn-secondary:not(.btn):hover,
button.btn-defaulty:not(.btn):active, a.btn-secondary:not(.btn):active,
button.btn-defaulty:not(.btn):focus, a.btn-secondary:not(.btn):focus {
    font-size: 16px;
    padding: 8px 20px;
    letter-spacing: 0.1rem;
    outline: none;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 6px;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    white-space: normal;
    max-width: 100%;
    width: fit-content;
    min-height: 50px;
    line-height: 18px;
}

button.btn-primary:not(.btn), a.btn-primary:not(.btn) {
    font-family: var(--primarybuttonfont);
    color: var(--primarybuttoncolor);
    text-transform: var(--primarybuttoncaps);
    text-decoration: var(--primarybuttonunderline);
    font-weight: var(--primarybuttonbold);
    font-style: var(--primarybuttonitalic);
    background-color: var(--primarybuttonbackground);
    border: var(--primarybuttonborder);
    border-radius: var(--primarybuttonradius);
    box-shadow: var(--primarybuttonshadow);
}

button.btn-primary:not(.btn):hover, a.btn-primary:not(.btn):hover,
button.btn-primary:not(.btn):active, a.btn-primary:not(.btn):active,
button.btn-primary:not(.btn):focus, a.btn-primary:not(.btn):focus {
    font-family: var(--primarybuttonfonthover);
    color: var(--primarybuttoncolorhover);
    text-transform: var(--primarybuttoncapshover);
    text-decoration: var(--primarybuttonunderlinehover);
    font-weight: var(--primarybuttonboldhover);
    font-style: var(--primarybuttonitalichover);
    background-color: var(--primarybuttonbackgroundhover);
    border: var(--primarybuttonborderhover);
    border-radius: var(--primarybuttonradiushover);
    box-shadow: var(--primarybuttonshadowhover);
}

button.btn-secondary:not(.btn), a.btn-secondary:not(.btn) {
    font-family: var(--secondarybuttonfont);
    color: var(--secondarybuttoncolor);
    text-transform: var(--secondarybuttoncaps);
    text-decoration: var(--secondarybuttonunderline);
    font-weight: var(--secondarybuttonbold);
    font-style: var(--secondarybuttonitalic);
    background-color: var(--secondarybuttonbackground);
    border: var(--secondarybuttonborder);
    border-radius: var(--secondarybuttonradius);
    box-shadow: var(--secondarybuttonshadow)
}


button.btn-secondary:not(.btn):hover, a.btn-secondary:not(.btn):hover,
button.btn-secondary:not(.btn):active, a.btn-secondary:not(.btn):active,
button.btn-secondary:not(.btn):focus, a.btn-secondary:not(.btn):focus{
    font-family: var(--secondarybuttonfonthover);
    color: var(--secondarybuttoncolorhover);
    text-transform: var(--secondarybuttoncapshover);
    text-decoration: var(--secondarybuttonunderlinehover);
    font-weight: var(--secondarybuttonboldhover);
    font-style: var(--secondarybuttonitalichover);
    background-color: var(--secondarybuttonbackgroundhover);
    border: var(--secondarybuttonborderhover);
    border-radius: var(--secondarybuttonradiushover);
    box-shadow: var(--secondarybuttonshadowhover)
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
    min-height: 50px !important;
    line-height: 1.15;
    display: inline-flex;
    max-width: 500px;
    width: fit-content !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    white-space: normal;
}

a.btn.btn-primary.long, a.btn.btn-secondary.long, a.btn.btn-default.long,
button.btn.btn-primary.long, button.btn.btn-secondary.long, button.btn.btn-default.long {
  max-width: 100% !important;
  width: 100% !important;
}

:root {
    --titlesize: 40px;
    --subtitlesize: 25px;
    --bodybold: 400;
}

  h1 {
     line-height: 1.225;
     letter-spacing: 0.1em;
}

   @media (max-width: 767px) {
     h1 {
       font-size: 28px;
     }
     h2 {
       font-size: 20px;
     }
     h3 {
       font-size: 16px;
     }
   }

 h2 {
    line-height: 1.32;
    letter-spacing: .00em;
}

  h3 {
     font-family: 'Montserrat SemiBold'
     line-height: 1.225;
     letter-spacing: 0.1em;
}

.script1 {
   font-family: "Miss Confidential";
   line-height: 1.48;
   text-transform: lowercase;
   letter-spacing: -.01em;
}

.script2 {
   font-family: "Miss Confidential";
   line-height: 1.5;
font-size: 40px;
   text-transform: lowercase;
   letter-spacing: -.01em;
}

.script3 {
   font-family: "Miss Confidential";
   line-height: 1.5;
   text-transform: lowercase;
   letter-spacing: -.01em;
}


@media (min-width: 1024px) {
.script1 {
   font-size: 100px;
}

.script2 {
   font-size: 60px;
}

.script3 {
   font-size: 40px;
}
}

@media (max-width: 1023px) {
  p, div {
   font-size: 15px;
}
}

.latobold {
   font-family: "Lato Bold";
   font-size: 25px;
   line-height: 1 !important;
   margin-top: 15px;
   align-content: space-around;
   align-content: space-around;
}





/*-----BANNER + LUCENT-----*/

@media (min-width: 1200px) {
section .container, header .container, footer .container {
    width: 1110px !important;
}
}

.halBanner {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 10;
}


@media (max-width: 1023px) {
  .halBanner {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.halBanner .halBanImage {
   width: 100%;
   max-width: 750px;
   height: 100%;
   max-height: 500px;
}

@media (min-width: 768px) {
.halBanner .halBanText {
    position: absolute;
    top: 100px;
    right: 0;
    width: 580px;
    z-index: 2;
}

.halBanner.inv .halBanText {
  right: unset;
  left: 0;
}

.halBanner.inv .halBanImage {
  margin-left: auto;
}
}

/*----
@media (min-width: 768px) and (max-width: 1023px) {
.halBanner .halBanText {
    position: absolute;
    top: 100px;
    right: -50px;
    width: 570px;
}

}---*/

div.lucent, .lucent {
    padding: 35px 35px 30px 35px;
}

div.lucent h1, .lucent h1 {
    margin: 0px auto;
}

section .row > div:last-child > div.image-pad {
  margin-bottom: 10px !important;
}

@media (max-width: 1023px) {

  .halBanner .halBanImage {
   width: 85%;
   height: 100%;
   max-height: 500px;
   margin-left: 0;
   margin-right: auto;
   min-width: 240px;
}

  
.halBanner .image-pad::before {
  top: -10px !important;
  bottom: unset !important;
  left: -10px !important;
  right: unset !important;
}


div.lucent, .lucent {
    padding: 16px 20px 30px 20px;
}
}

@media (max-width: 767px) {
  .halBanner .image-pad::before {
  top: -5px !important;
  bottom: unset !important;
  left: -5px !important;
  right: unset !important;
}

}

/*----FORMs----*/

.tssFormRow label, .tssFormValue, .tssFormRow .form-group > label {
    color: #a9a9a9;
}

.tssFormRow .form-group > label {
    margin-left: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=text], input[type=password], select, select.form-control, .tssFormRow textarea.form-control, .tssFormRow textarea.form-control:active, .tssFormRow textarea.form-control:focus {
    border-radius: 0 !important;
    border-color: #254C80 !important;
    border-width: 1.5px !important;
}
.tssFormRow {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}

input[type=submit], button#btnTSSSubmitForm {
    width: 200px;
    margin: auto auto auto auto;
}

div.form-title {
   background-color: transparent !important;
   border-left: 10px solid var(--brandcolor1);
   padding-left: 20px;
}

div.form-title > * {
  text-align: left !important;
}

@media (max-width: 1023px) {
  div.form-title {
   border-left: 5px solid var(--brandcolor1);
   padding-left: 10px;
}
}

div.form-title.setColor1 {
    border-left-color: var(--brandcolor1);
}

div.form-title.setColor2 {
    border-left-color: var(--brandcolor2);
}

div.form-title.setColor3 {
    border-left-color: var(--brandcolor3);
}

div.form-title.setColor4 {
    border-left-color: var(--brandcolor4);
}

div.form-title.setColor5 {
    border-left-color: var(--brandcolor5);
}

div.form-title.setColor6 {
    border-left-color: var(--brandcolor6);
}

div.form-title.setColorPeach {
    border-left-color: #F39785;
}

div.form-title.setColorNavy {
    border-left-color: #254C80;
}

/*----LUCENT BUTTONs----*/

.button-right,
.button-center,
.button-left {
    position: absolute !important;
    bottom: -25px;
    width: fit-content;
    height: fit-content;
}

.button-right {
  right: 50px;
  left: unset;
}

.button-left {
  right: unset;
  left: 50px;
}

.button-center {
  right: unset;
  left: 0px;
  width: 100%;
  text-align: center;
}



@media (max-width: 767px) {
.button-right {
  right: 20px;
  left: unset;
}

.button-left {
  right: unset;
  left: 20px;
}
}

@media (max-width: 480px) {
 .button-right,
.button-center,
.button-left {
  right: unset;
  left: 0px;
  width: 100%;
  text-align: center !important;
}

.btn.btn-primary, .btn.btn-secondary,
.btn.btn-primary:hover, .btn.btn-secondary:hover,
.btn.btn-primary:active, .btn.btn-secondary:active,
.btn.btn-primary:focus, .btn.btn-secondary:focus {
  font-size: 14px !important;
}
}

.button-right a.btn,
.button-center a.btn,
.button-left a.btn {
    margin: 0px 0px !important;
}

.halfnhalf-text p {
    line-height: 30px;
}

.halfnhalf-text > * {
  position: relative;
  z-index: 1;
}


.halCollage .halfnhalf-text {
    padding: 48px calc(10% - 15px);
}

.halCollage2 .halfnhalf-text {
    padding: 48px calc(10% - 15px);
}


.halCollage .flip1 .halfnhalf-text {
    padding: 25px calc(10% - 15px);
}

.halCollage2 .flip1 .halfnhalf-text {
    padding: 25px calc(10% - 15px);
}



@media (min-width: 1024px) {

    .halCollage .halfnhalf-text {
    padding: 48px calc(10% - 15px) 48px 0px;
    max-width: 100% !important
}

    .halCollage2 .halfnhalf-text {
    padding: 48px calc(10% - 15px) 48px 0px;
    max-width: 100% !important
}

  .halCollage .flip1 .halfnhalf-text {
    padding: 48px 0px 48px calc(10% - 15px);
    max-width: 100% !important
}

  .halCollage2 .flip1 .halfnhalf-text {
    padding: 48px 0px 48px calc(10% - 15px);
    max-width: 100% !important
}
}

.halCollage .halfnhalf-text::before {
    background-color: var(--brandcolor5);
    position: absolute;
    top: 0;
    right: 0px;
    width: 108%;
    height: 100%;
    display: block;
    z-index: 0;
    content: '';
}

.halCollage2 .halfnhalf-text::before {
    background-color: rgba(196,219,120, 0.8);
    position: absolute;
    top: 0;
    right: 0px;
    width: 108%;
    height: 100%;
    display: block;
    z-index: 0;
    content: '';
}

.halCollage .flip1 .halfnhalf-text::before {
  right: unset;
  left: 0px;
  width: 110%;
}

.halCollage2 .flip1 .halfnhalf-text::before {
  right: unset;
  left: 0px;
  width: 110%;
}

@media (max-width: 1023px) {
.halCollage .halfnhalf-text {
    padding: 50px 20px 20px 20px;
    width: 100% !important;
    max-width: 680px !important;
    margin: auto;
    position: relative;
}

.halCollage2 .halfnhalf-text {
    padding: 50px 20px 20px 20px;
    width: 100% !important;
    max-width: 680px !important;
    margin: auto;
    position: relative;
}

.halCollage .halfnhalf-text > * {
    text-align: left;
    margin-left:  auto;
    margin-right: auto;
}

.halCollage2 .halfnhalf-text > * {
    text-align: left;
    margin-left:  auto;
    margin-right: auto;
}

.halCollage .halfnhalf-text::before, .halCollage .flip1 .halfnhalf-text::before {
    width: 100% !important;
}

.halCollage2 .halfnhalf-text::before, .halCollage2 .flip1 .halfnhalf-text::before {
    width: 100% !important;
}

.halCollage .halfnhalf-img {
    max-width: 400px !important;
    margin: auto auto;
    margin-bottom: -24px;
}

.halCollage2 .halfnhalf-img {
    max-width: 400px !important;
    margin: auto auto;
    margin-bottom: -24px;
}
}

@media (max-width: 767px) {
.halCollage .halfnhalf-text {
    width: 100%;
    max-width: 400px;
    margin:  auto;
}

.halCollage2 .halfnhalf-text {
    width: 100%;
    max-width: 400px;
    margin:  auto;
}

.halCollage .halfnhalf-img {
    max-width: 400px !important;
    margin: auto auto;
    margin-bottom: -24px;
}

.halCollage2 .halfnhalf-img {
    max-width: 400px !important;
    margin: auto auto;
    margin-bottom: -24px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    body#bBody:not(.tssEditMode) .halCollage .col-md-4 {
        width: 100%;
    }

    body#bBody:not(.tssEditMode) .halCollage2 .col-md-4 {
        width: 100%;
    }
}

/*----COLORED IMAGE PAD----*/

.image-pad {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: var(--uxtransition) !important;
}

.image-pad.vimeo {
   width: 100%;
   margin: auto auto;
}

.image-pad img {
  margin: 0px 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: relative;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto auto !important;
  transition: var(--uxtransition) !important;
}

.image-pad::before {
    content: '';
    position: absolute;
    width: calc(50% + 10px);
    top: -10px;
    left: -10px;
    background-color: var(--brandcolor1);
    height: calc(50% + 10px);
    z-index: -1;
    transition: var(--uxtransition) !important;
}

.image-pad.setWide::before  {
   width: calc(100% + 20px);
}

.image-pad.setTall::before {
        height: calc(100% + 20px);
}

.image-pad.setRight::before {
        left: unset;
        right: -10px;
}

.image-pad.setBottom::before {
        top: unset;
        bottom: -10px;
}

@media (max-width: 767px) {
  .image-pad::before {
    top: -5px;
    left: -5px;
  }

.image-pad.setTall::before {
        height: calc(100% + 10px);
}

.image-pad.setRight::before {
        left: unset;
        right: -5px;
}

.image-pad.setBottom::before {
        top: -5px;
        bottom: unset;
}

.image-pad.setWide::before  {
   width: calc(100% + 10px);
}

}

.vimeo .fr-video > iframe {
    height: 600px;
    position: relative;
}

.image-pad.fr-video::before {
    z-index: -2;
}

.image-pad.fr-video::after {
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    }




@media (min-width: 1024px) and (max-width: 1199px) {
    .vimeo .fr-video > iframe {
    height: 518px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .vimeo .fr-video > iframe {
    height: 396px;
    margin-bottom: -20px;
}
}

@media (max-width: 767px) {
     .vimeo .fr-video > iframe {
    height: 130px !important;
    min-height: unset !important;
    width: 240px !important;
}

     .vimeo::before {
         max-width: 250px;
         left: 50%;
         margin-left: -125px;

     }
}

@media (min-width: 1024px) {
.image-pad:not(.vimeo) span.fr-video, .image-pad:not(.vimeo) iframe, .image-pad:not(.vimeo).fr-video {
    max-width: 835px;
    max-height: 505px;
    margin-left: auto;
    margin-right: auto;
}

.image-pad.vimeo, .image-pad.vimeo span.fr-video, .image-pad.vimeo iframe {
    max-width: 835px;
    max-height: 480px;
    margin-left: auto;
    margin-right: auto;
}
}


.setColor1::before {
    background-color: var(--brandcolor1);
}

.setColor2::before {
    background-color: var(--brandcolor2);
}

.setColor3::before {
    background-color: var(--brandcolor3);
}

.setColor4::before {
    background-color: var(--brandcolor4);
}

.setColor5::before {
    background-color: var(--brandcolor5);
}

.setColor6::before {
    background-color: var(--brandcolor6);
}

.setColorPeach::before {
    background-color: #F39785;
}

.setColorNavy::before { 
   background-color: #254C80;
}

.setColorDenim::before {
  background-color: #8298C4 !important;
}

.setColorRed::before {
  background-color: #FF2768;
}

/*---SCRIPT HIGHLIGHT----*/

.illuminate {
    position: relative;
    z-index: 0;
    display: block;
    width: fit-content;
    margin: auto auto 16px auto;
    line-height: 1;
    white-space: nowrap;
}

.illuminate::before {
    content: '';
    opacity: 0.8;
    display: inline;
    position: absolute;
    left: -30px;
    bottom: 0px;
    height: 50%;
    width: calc(100% + 60px);
    z-index: -1;
}

hr {
  margin-left: auto;
  margin-right: auto;
}

/*---CAROUSEL EDITS---*/

.slick-slide:not(.slick-active) {
    height: 10px;
    opacity: 0;
}

.row.slick-carousel.slick-initialized.slick-slider.slick-dotted::before {
    height: 70px;
    width: 85px;
    position: relative;
    background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/007449/css/quote-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    /* left: calc(50% - 42.5px); */
    /* margin-top: -25px; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: var(--brandcolor6);
}

.slick-dots li button {
    background-color: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
    transition: var(--uxtransition) !important;
}

img.edenCarousel-leaves {
    display:  none;
}

div.edenCarousel-pic {
    display: none;
}


div.edenCarousel-pic img {
    display: none;
}

body#bBody:not(.tssEditMode) .slick-slide .col-md-1 {
    display: none;
}

body#bBody:not(.tssEditMode) .slick-slide .col-md-2, .slick-slide .col-md-8 {
    width: 100%;
}

div.edenCarousel-text, div.edenCarousel-name {
    max-width: 800px;
    margin:  auto auto;
    text-align:  center;
}

div.edenCarousel-text {
    max-width: 900px;
    margin:  auto auto;
    text-align:  center;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 24px;
    /* max-height: 130px; */
    overflow-y: auto;
    padding: 0px 5px;
    line-height: 1.35;
}

.slick-slide ::-webkit-scrollbar {
  border-radius: 0px;
}

.slick-slide ::-webkit-scrollbar-track {
    border-radius: 0px;  background-color: var(--brandcolor2);
}

.slick-slide ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--brandcolor6);
}

body#bBody:not(.tssEditMode) div#edenCaroName > div {
    display:  inline-block;
    padding-left: 5px;
}

body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
    text-align: center;
    margin: auto auto auto auto;
}

body#bBody:not(.tssEditMode) div.edenCarousel-content:before {
    display: none;
}

.edenCarousel-content strong {
    font-family: 'Alegreya Sans'! important;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: normal;
}

div.edenCarousel-name {
    letter-spacing: 0;
    margin: 16px auto;
    font-size: var(--titlesize);
    font-family: 'Miss Confidential';
}

.slick-dotted .slick-slide .row .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* height: 220px; */
    align-content: center;
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
  div.edenCarousel-name, .script1, .script3 {
    font-size: 36px;
  }

  .script2 {
    font-size: 42px;
  }
 
  div.edenCarousel-text {
    font-size: 18px;
  }
}


@media (max-width: 1023px) and (min-width: 768px) {
.halMenuTitle.script2 {
  font-size: 32px !important;
}
}

@media (max-width: 767px) {
.halMenuTitle.script2 {
  font-size: 38px !important;
}
}



/*----INSTAGRAM----*/

span.block-me, h2.reg-iglabel {
  display: inline-block;
  margin-bottom: 8px;
}

span.block-me a {
  color: var(--bodycolor);
}

@media (max-width: 767px) {


h2.reg-iglabel {
  margin-bottom: 0px;
  display: block;
}

span.block-me {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
span.block-me > * {
  display: inline-block !important;

}

span.block-me a {
  font-size: 16px !important;
}

}

.widget.clearfix .animated.fadeInUp.visible {
    animation-duration: 0s;
    opacity: 1 !important;
}

.heading.heading.heading-center {
    margin-bottom: 0px;
}


/*-----MENU CARDS-----*/

.halMenuCard {
    width: 100%;
    max-width: 320px;
    margin: auto auto 32px auto;
    padding: 10px;
    position: relative;
    z-index: 0;
    height: 580px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.halMenuImage {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    z-index: 1;
}

.halMenuImage img {
    margin: 0px 0px 0px 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: relative;
}

.halMenuTitle {
    text-align: center;
    line-height: 1.5;
    z-index: 2;
    position: relative;
}

.halMenuCard .halMenuTitle {
  /* position: absolute; */
  /* top: -27px; */
  }

.halMenuCard .halMenuTitle.script3 {
 /* top: -15px; */
}

  .halMenuCard .halMenuBody p {
    line-height: 30px;
    position: relative;
    max-height: calc(100% - 55px);
    overflow-y: auto;
    padding: 0px 5px;
    margin: auto auto;
  }

.halMenuCard ::-webkit-scrollbar {
  border-radius: 0px;
  width: 4px;
}

.halMenuCard ::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.25);
}

.halMenuCard ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #F39785;
}

.halMenuCard.setColor3 ::-webkit-scrollbar-thumb {
  background-color: var(--brandcolor3);
}


.halMenuBody {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.halMenuCard a.btn {
    min-width: 100% !important;
    width: 100% !important;
  margin-bottom: 0px !important;
}

.halMenuBody div {
      min-width: 100% !important;
    width: 100% !important;
}


@media (max-width: 1023px) and (min-height: 768px) {

  .halMenuCard:not(.bio) {
    height: 550px;
  }

  .halMenuCard:not(.bio) .halMenuImage {
    height: 186px
  }

.halMenuCard .halMenuTitle {
  /* position: absolute; */
  /* top: -17px; */
  }

  .halMenuCard:not(.bio) .halMenuBody p {
    line-height: 20px;
    text-align: justify;
  }

      .halMenuCard a.btn {
    font-size: 10px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
}

}

@media (max-width: 767px) {
  .halMenuBody:not(.bio) {
    display: flex;
    height: 100%;
}

  .halMenuCard:not(.bio) {
    height: auto;
  }
  

.halMenuCard:not(.bio) .halMenuBody {
  height: 100%;
}

.halMenuCard:not(.bio) .halMenuBody p {
  max-height: calc(100% - 30px);
  /* margin-top: 45px; */
  line-height: 30px;
  margin: 5px auto;
  text-align: justify;
  line-height:1.5;
}


}

div.halMenuCard.setColor1, div.halPriceCard.setColor1, div.halPriceCard .setColor1 {
    background-color: var(--brandcolor1);
}

div.halMenuCard.setColor2, div.halPriceCard.setColor2, div.halPriceCard .setColor2 {
    background-color: var(--brandcolor2);
}

div.halMenuCard.setColor3, div.halPriceCard.setColor3, div.halPriceCard .setColor3 {
    background-color: var(--brandcolor3);
}

div.halMenuCard.setColor4, div.halPriceCard.setColor4, div.halPriceCard .setColor4 {
    background-color: var(--brandcolor4);
}

div.halMenuCard.setColor5 , div.halPriceCard.setColor5, div.halPriceCard .setColor5 {
    background-color: var(--brandcolor5);
}

div.halMenuCard.setColor6, div.halPriceCard.setColor6, div.halPriceCard .setColor6 {
    background-color: var(--brandcolor6);
}

div.halMenuCard.setColorPeach {
    background-color: #F39785;
}

/*-----BIO CARDS-----*/

.halMenuCard.bio {
  max-width: 420px;
  height: 680px;
}



.halMenuCard.bio .halMenuImage {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 320px;
    z-index: 1;
}

.halMenuCard.bio .halMenuBody p {
    margin-bottom: 8px;
    line-height: 30px;
    max-width: 360px;
    padding: 0px 0px;
    max-height: 200px;
}

.halMenuCard.bio .halMenuBody {
    position: relative;
    height: 340px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

@media (max-width: 1023px) {
  .halMenuCard.bio {
  max-width: 420px;
  height: auto;

}

.halMenuCard.bio .halMenuBody {
  height: auto;
}

.halMenuCard.bio .halMenuBody p {
  max-height: unset;
  margin-bottom: 8px;
  text-align: justify;
  line-height: 1.5;
}

.halMenuCard.bio .halMenuBody .latobold {
  margin-top: 8px !important;
}

}


/*---------FOOTER--------*/


#footer a:hover {
    color: var(--brandcolor4) !important;
}

@media (min-width: 1024px) {
.footer-content .row .col-md-4:first-child, .footer-content .row .col-md-4:last-child {
   width: 25%;
}
.footer-content .row .col-md-4:nth-child(2) {
    width: 50%;
}
}

.row.regFooterListBox {
    border: 0px solid transparent !important;
}

.FooterListBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    align-content: space-around;
}

.FooterListBox a {
    line-height: 33px;
    letter-spacing: 0.1em;
    font-size: 18px;
    text-decoration: none !important;
    }




@media (min-width: 768px) and (max-width: 1023px) {
footer .footer-content .container > .row {
   flex-direction: row
}

.footer-content .row .col-md-4:first-child, .footer-content .row .col-md-4:last-child {
   max-width: 25% !important;
}
.footer-content .row .col-md-4:nth-child(2) {
    min-width: 50% !important;
}

.FooterListBox a {
    font-size: 12px
}
}

@media (max-width: 767px) {
    .FooterListBox {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .FooterListBox a {
        line-height: 44px
    }
}


.row.regFooterListBox {
    border: none;
}

.copyright-content .col-md-4.footer-right, .copyright-text.footer-left.col-md-4 {
    display: none !important;
}

.copyright-text.footer-center.col-md-4.text-center {
    min-width: 100% !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 0px;
    font-family: 'Lato';
}

.crightline  {
  padding-right: 5px;
}

.copyright-text.footer-center.col-md-4.text-center a {
    text-transform: none;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: normal;
    text-decoration: underline !important;
    padding: 0px 5px;
}

.copyright-content {
    min-height: unset;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {

   #footer .row .col-md-4:nth-child(1), #footer .row .col-md-4:nth-child(3) {
     max-width: 20%;
   }

   #footer .row .col-md-4:nth-child(2) {
       min-width: 60%;
       max-width: 60%;
   }

   .footer-content {
       padding-top: 80px;
       padding-bottom: 40px;
   }

   span.crightline::after {
   content: '\2022';
   color: #fff;
   display: inline-block;
   position: relative;
   padding-left: 4px;
}
    
}

@media (max-width: 1023px) {
    #footer .row .col-md-4:nth-child(1) img {
        text-align: center;
        margin: auto auto !important;
    }

span.crightline {
    display: block;
}
}

@media (min-width: 768px) {
footer#footer > div.footer-content .container >.row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
}

@media (max-width: 767px) {
footer#footer > div.footer-content .container > .row > .col-md-4 {
   margin: 25px auto 15px auto ;
}
}

#footer .social-icons ul {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*---PRICE CARDS---*/

.halPriceCard {
    position: relative;
    width: 100%;
    margin: auto auto 16px auto;
    background-color: var(--brandcolor5);
    height: 520px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 25px;
    max-width: 340px;
}

.setColor7::before {
    background-color:#254c80;
}

.setColor8::before {
    background-color:#ff00ff;
}


.halPriceCard > * {
    text-align: center;
    width: 100%;
    position: relative;
}

.halPriceCard > *:not(.halPriceHeader) {
    padding: 0px 30px;
}

.halPriceHeader {
    background-color: #F39785;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 50px;
}

.halPriceUpperBody {
    height: 275px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.halPriceCard .halPriceHr {
    max-width: 200px;
    border-top: 1.5px solid #A9A9A9;
    position: relative;
    height: auto;
    width: 100%;
    padding: unset;
    margin: auto auto;
}

.halPriceTitle {
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-align: center;
color: #000000;
}

.halPriceSubtitle {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
margin-bottom: 10px !important;
}

.halPriceValue {
font-style: normal;
font-weight: 900;
font-size: 75px;
line-height: 80px;
margin-bottom: 5px !important;
}

.halPriceRenewal {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
}

.halPriceDetails {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.halPriceBtn {
    width: 100%;
}

.halPriceBtn a.btn,
.halPriceBtn a.btn:hover,
.halPriceBtn a.btn:active,
.halPriceBtn a.btn:focus {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    min-width: unset;
    display: flex;
}

.halPriceLowerBody {
    height: 165px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 1024px) and (max-width: 1199px) {
       .halPriceDetails {
            font-size: 14px;
            line-height: 20px;
        }

        .halPriceBtn a.btn,
.halPriceBtn a.btn:hover,
.halPriceBtn a.btn:active,
.halPriceBtn a.btn:focus {
        font-size: 16px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        letter-spacing: 1px !important;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {

      .halPriceCard > *:not(.halPriceHeading) {
    padding: 0px 10px;
    }
    .halPriceCard {
        padding-bottom: 15px;
    }
      .halPriceHeader {
        font-size: 12px;
        line-height: 40px;
    }

.halPriceBtn a.btn,
.halPriceBtn a.btn:hover,
.halPriceBtn a.btn:active,
.halPriceBtn a.btn:focus {
        font-size: 14px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        letter-spacing: 1px !important;
    }

            .halPriceDetails {
            font-size: 12px;
            line-height: 20px;
        }
                .halPriceCard .halPriceHr {
            max-width: 160px;
        }
}

@media (max-width: 380px) {

      .halPriceHeader {
        font-size: 14px;
        line-height: 40px;
    }

.halPriceBtn a.btn,
.halPriceBtn a.btn:hover,
.halPriceBtn a.btn:active,
.halPriceBtn a.btn:focus {
        font-size: 12px !important;
    }

    .halPriceCard > *:not(.halPriceHeading) {
    padding: 0px 10px;
    }
    .halPriceCard {
        padding-bottom: 15px;
    }

        .halPriceDetails {
            font-size: 14px;
            line-height: 24px;
        }

        .halPriceCard .halPriceHr {
            max-width: 160px;
        }
}

@media (min-width: 767px) and (max-width: 1023px) {
.halPriceValue {
  font-size: 56px
}

.halPriceRenewal {
  font-size: 16px;
  line-height: 1.25
}
}

.halPriceCard.shortened {
    height: 400px;
}

.halPriceCard.shortened .halPriceRenewal {
    height: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .halPriceTitle {
        font-size: 18px;
}
}

/*----CHECKMARKS----*/

.halfnhalf ul li, .halfnhalf ol li {
    margin-bottom: 8px;
}

ul.checks {
  list-style: none;
}

ul.checks li:before {
  content: '\2713';
  margin-right: 8px;
  font-weight: 700;
}


ul.checks.peach li:before {
    color: #F39785;
}

ul.checks.color3 li:before {
    color: var(--brandcolor3);
}

ul.checks.color6 li:before {
    color: var(--brandcolor6);
}

ul.checks.exed li::before {
    content: '\2715'
}

/*-----SLIDESHOW BANNERS-----*/
.tp-caption.NotGeneric-Title.banner-text {
    font-size: unset !important;
    color: unset !important;
    font-family: unset !important;
    letter-spacing: unset !important;
    transform: none !important;
    transform-origin: unset !important;
    /* opacity: 1 !important; */
}


.hades.tparrows {
    opacity: 1 !important;
    visibility: inherit !important;
    width: 50px;
    height: 50px;
}


.hades.tparrows:before {
    opacity: 1;
    background-color: var(--brandcolor6);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hades.tparrows:hover:before {
    color: #fff;
    background-color: var(--brandcolor1);
}

/*
.hades.tparrows.tp-leftarrow:before {
 content: '\1F860' !important; 
}

.hades.tparrows.tp-rightarrow:before {
    content: '\1F862' !important;
}*/


.forcefullwidth_wrapper_tp_banner {
    margin-left:  auto;
    margin-right: auto;
}

.tp-bannertimer {
    visibility: hidden !important;
}

/*----WIDE CARDS----*/
.halBlockCard {
    padding: 20px 25px;
    background-color: rgba(181, 210, 81, 0.8);
    margin-bottom: 16px;
}

.halBlockBody {
    padding: 0px 20px;
    line-height: 30px;
}

/*----ONE CARD + IMAGE----*/

.flexCardBg {
    display: flex;
    max-width: 1060px;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.flexCardBg .BgImage {
    width: 680px;
    height: 520px;
    max-height: 100%;
    max-width: 100%;
    margin: 0px 0px;
}

.flexCardBg .BgImage img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0px 0px; 
}

.flexCardBg .halPriceCard {
    margin: 0px 0px;
}

@media (max-width: 1023px) {
    .flexCardBg {
    display: flex;
    max-width: 1060px;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.flexCardBg .BgImage {
    max-width: 340px;
    width: 100%;
    height: auto;
}

}

/*----FAQ CAROUSEL-----*/


.row.slick-slide:not(.slick-active) {
    opacity: 0;
    height: 0px;
    transition: var(--uxtransitionhover);
}

.row.slick-slide.slick-active {
    opacity: 1;
    transition: var(--uxtransitionhover);
    max-height: unset;
}

.regCaroArrowLeft, .regCaroArrowRight {
    background-color: var(--brandcolor6)
}

.regCaroArrowLeft:hover, .regCaroArrowRight:hover {
    background-color: var(--brandcolor6);
}

div#regCaroBody, body.tssViewMode:not(.tssEditMode) div#regCaroBody div#regCaroEntryName {
    text-align: center !important;
}

div#regCaroImage {
    display: none;
    width: 100%;
}

div#regCaroBody.col-sm-12.col-md-9.col-md-pull-3 {
    width: 100% !important;
    position: relative;
    right: unset !important;
    left: unset !important;
    margin: auto auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: unset;
}

div#regCaroBody > :not(#regCaroEntryName) {
  order: 2;
}


div#regCaroEntryName {
    color: var(--subtitlecolor);
    font-family: var(--subtitlefont);
    font-weight: var(--subtitlebold);
    text-decoration: var(--subtitleunderline);
    font-style: var(--subtitleitalic);
    text-transform: var(--subtitlecaps);
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {

   a.regCaroArrowLeft {
        top: unset !important;
        margin-right: -25px;
        left: 0px;
        z-index: 1;
        bottom: 0px;

        }

    a.regCaroArrowRight {
        top: unset !important;
        margin-left: -25px;
        right: 0px;
        z-index: 1;
        bottom: 0px;
    }

}


/*---FRONT END MODALS---*/
div.modal:not(#fbAdminIFrame) .modal-lg {
    max-width: 600px;
}

/*----BLOG----*/

.modal a#btnNewsSubscribe,
.modal a#btnPodcastSubscribe,
.modal a#btnBlogSubscribe {
  height: 37px !important;
  margin: 0px 0px;
  min-width: unset !important;
  min-height: unset;
  font-size: 12px !important;
}



/*----LANDING PAGE PRICING CARDS-----*/

.npc {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto auto 32px auto;
    width: 100%;
    max-width: 480px;
    border: 2px solid var(--bodycolor);
    text-align: center;
    background-color: #fff;
    min-height: 325px;
    flex-wrap: nowrap;
}

.npc > * {
    transition: var(--uxtransition);
}

.npcHeader {
    background-color: var(--bodycolor);
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
    height: 50px;
}

.npcBody {
    padding: 10px 7.55%;
    min-height: calc(325px - 116.33px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

.npcAction {
  padding: 0px 15% 15px 15%;
  height: 66.33px;
  margin-top: 8px;
}

.npcEyebrow {
    font-size: 14px;
}

.npc.npcBlue {

}

.btn.npcBtn {
    width: 100%;
    margin: auto auto;
    background-color: var(--bodycolor);
    border-radius: 0px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.05em;
}

.btn.npcBtn:hover {
    transition: var(--uxtransition);
    opacity: 0.75
}

.npc hr {
    border-top: 1.5px solid #eee;
    width: 100%;
    max-width: unset;
}

.npcNote {
    font-size: 16px;
    font-style: italic;
}

.npcPrice {
    font-size: 42px;
    font-weight: bold;
    margin: 8px auto;
}

.npcPeriod {
    font-size: 14px;
    margin-bottom: auto;
}

.npcBlue .npcHeader, .npcBlue .npcBtn.btn {
  background-color: #2E446F;
}

.npcBlue {
  border-color: #2E446F;
}

.npcGreen .npcHeader, .npcGreen .npcBtn.btn {
  background-color: #55AC92;
}

.npcGreen {
  border-color: #55AC92;
}

.npcOrange .npcHeader, .npcOrange .npcBtn.btn {
  background-color: #EA8732;
}

.npcOrange {
  border-color: #EA8732;
}

.cbCourseCardGutter {
    background-color: rgba(0,0,0,0.6);
}


@media all and (max-width: 675px) {

.halBanImage {

   width: 100%!important;
   max-width: none;
   text-align: center;
   margin-left: auto!important;
   margin-right: auto!important;
  }
.halBanText {

   width: 100%!important;
   max-width: none;
   text-align: center;
   margin-left: auto!important;
   margin-right: auto!important;
  }
}