/*---Fonts---*/

@font-face {
    font-family: EB Garamond SemiBold;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/css/fonts/EBGaramond-SemiBold.ttf");
}

@font-face {
    font-family: Hello Paris Light;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/css/fonts/HelloParisSerifVariable-Light.otf");
}

.tssFormValue, .fbSubmit div {
    text-align: center;
}

@font-face {
    font-family: Belluga;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/css/fonts/Belluga.otf");
}

.tssFormRow input[type=text], .tssFormRow select, .tssFormRow textarea.form-control {
    background-color: var(--brandcolor6);
}

h1 {
    line-height: 1 !important;
}

#bBody p, #bBody ul {
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {

 h1 {
  font-size: 36px;
}

 p, #bBody ul  {
   font-size: 16px;
}
}

input[type=submit], button#btnTSSSubmitForm {
    min-width: 200px !important;
    width: auto !important;
}

h2 {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0.25em !important;
} 

@media (max-width: 991px) {
.pad-me {
  margin-bottom: 25px;
}
}

section a:not(.btn):not(.read-more) {
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    font-weight: inherit !important;
}

.belluga1 {
font-family: 'Belluga';
text-transform: lowercase;
font-size: 150px;
line-height: 2.2;
color: #ffffff
}

.belluga2 {
font-family: 'Belluga';
text-transform: lowercase;
font-size: 150px;
line-height: .3;
color: #fff;
opacity: 0.5;
}

@media (min-width: 991px) {
.overwrite {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
}

@media (max-width: 991px) {

.belluga1, .belluga2 {
  font-size: 48px;
  white-space: nowrap;
}

.belluga2 {
  opacity: 0.75;
}

}

.robinSubheader {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 22px;
    text-shadow: 0px 0px 0.5px black;
    letter-spacing: 0.25em !important;
}


@media (max-width: 767px) {
    .robinSubheader {
        font-size: 16px
    }
}

h1, h2, h3, h4, h5, h6 {
font-variant-ligatures: none;
}
.belluga1, .belluga2 {
  font-variant-ligatures: normal;
}


/*----NAVIGATION----*/
@media (min-width: 992px) {

ul#fbTourNav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    }

nav#mainMenu {
    width: calc(100% - 260px);
}

    #header, #header-wrap, #logo img, 
    #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, 
    #mainMenu > ul, #header.header-sticky:not(.header-static) .nav-main-menu-responsive, 
    #header .side-panel-button {
        height: 150px !important;
    }

    #header #mainMenu > ul > li, 
    #header #mainMenu > ul > li > ul > li, 
    #header #mainMenu > ul > li > ul > li > ul > li {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }


    #header #mainMenu > ul > li > a, 
    #header #mainMenu > ul > li > ul > li > a, 
    #header #mainMenu > ul > li > ul > li > ul > li > a {
        width: 100%;
        line-height: 1;
        height: auto;
        letter-spacing: 0.1em;
    }

header#header:not(.header-sticky).header-fullwidth div#logo, 
header#header.header-fullwidth.header-sticky #header-wrap div#logo {
  height: 120px;
  width: 213px;
  margin-top: 30px;
}



header#header:not(.header-sticky).header-fullwidth div#logo a, 
header#header.header-fullwidth.header-sticky #header-wrap div#logo a, 
header#header:not(.header-sticky).header-fullwidth div#logo img, 
header#header.header-fullwidth.header-sticky #header-wrap div#logo img {
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    padding: 0px;
}

    #header .container {
        width: 100%;
        max-width: 1280px;
        padding: 0px 0px;
    }

    header#header:not(.header-sticky).header-fullwidth, header#header.header-fullwidth.header-sticky {
        height: 120px !important;
        position: absolute;
        width: 100vw;
        top: 0px;
        left: 0px;
        background-color: #fff;
    }

    header#header:not(.header-sticky).header-fullwidth #header-wrap, header#header.header-fullwidth.header-sticky #header-wrap {
        height: 120px !important;
        position: relative;
        box-shadow: none !important;
        background-color: transparent;
    }

}

#header .social-icons {
    display: none;
}

@media (max-width: 991px) {

  #logo img {
      height: 90px !important;
  }

  header#header, header#header #header-wrap {
      background-color: #fff !important;
  }


    #header.header-sticky #header-wrap, #header.header-sticky, #header:not(.header-sticky), #header:not(.header-sticky) #header-wrap {
    height: 90px;
    box-shadow: none;
}

header#header.header-transparent, #header.header-sticky.header-transparent {
    position: absolute;
    width: 100%;
    height: 90px;

}

header#header.header-transparent div#header-wrap, header#header.header-transparent.header-sticky div#header-wrap {
    position: relative !important;
}

    #header.header-transparent.header-dark:not(.header-navigation-light), #header.header-dark-transparent.header-dark:not(.header-navigation-light) {
        background-color: transparent;
        border-bottom: none;
    }


    body#bBody:not(.tssEditMode) div#fbTourLogo #logo img {
        z-index: 10;
        margin: auto auto;
    }

        body#bBody:not(.tssEditMode) div#fbTourLogo #logo img.fade-me {
        filter: invert();
        opacity: 0.25;
        }

    :root {
        --navigationbackground: var(--brandcolor3);
        --innerpagenavigationbackground: var(--brandcolor3);
        --navigationsize: 20px;
        --innerpagenavigationbackgroundcolor: var(--brandcolor3);

    }

     .tcon-transform .lines::before,  .tcon-transform .lines::after {
        background-color: #000 !important;
        color: #000;
    }
    
     .tcon-transform .lines,  .tcon-transform .lines::before,  .tcon-transform .lines::after {
        z-index: 10;
        position: fixed;
    }

    #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > a, #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > span, #header.header-dark:not(.header-navigation-light) .mega-menu-title, #header.header-dark:not(.header-navigation-light) .mega-menu-content a {
        border-bottom: none !important;
        text-align: center;
        padding: 0px;
        line-height: 50px;
    }

    .navigation-active ul#fbTourNav {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    background-color: var(--brandcolor3);
    }

    .social-icons ul {
        margin-bottom: 0px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


.navigation-wrap.navigation-active::before {
    content:'';
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0px;
    background-color: var(--brandcolor3);
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

    #mainMenu ul > li {
        width: fit-content !important;
        padding: 0px 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

.navigation-active ul#fbTourNav {
    position: fixed;
    left: 0;
    width: 100vw;
    max-width: unset;
    top: 0;
    z-index: 1;
    height: 100vh !important;
}

    div#logo {
    max-width: 300px !important;
    width: 100% !important;
    margin: auto auto;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    height: 70px !important;
    filter: brightness(10);
    }

    button.lines-button.x {
    position: relative;
    height: 28px;
    z-index: 11;
    width: 100%;
    color: #fff;
}

span.lines::before, span.lines::after, span.lines {
    color: #000 !important;
    background-color: #000 !important;
}

 button.lines-button.x:not(.tcon-transform) {
    position: relative;
    height: 28px;
    z-index: 11;
}

.nav-main-menu-responsive {
    z-index: 10;
    margin-top: 30px;
    height: 60px;
    margin-left: 0px;
}

.tssHeaderFullWidth .top-social {
    width: 100%;
    text-align: center;
    margin: auto auto;
    color: #fff !important;
}

#mainMenu {
    margin-bottom: 0px;
}
#mainMenu ul::before {
    position: relative;
    content: '';
    height: 90px;
    width: 137px;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/images/logos/logo-header.png?Random=cd7231fb-f2f9-4f59-848c-7d520fd97aed');
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px auto auto auto;
}

}

@media (max-width: 991px) {
    body#bBody:not(.tssEditMode) section:first-of-type {
        padding-top: 40px !important;
    }

    img {
    max-width: 100% !important;
    height: auto !important;
}
}

@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p, body {
        text-align: inherit;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
:root {
  --navigationsize: 12px !important;
}
}


/*----Carousel----*/

.slick-carousel .slick-dots {
    text-align: right;
    margin-right: 10%;
}

.slick-dots li {
    margin: 0px 3px;
}

    .slick-carousel .slick-dots li button {
        width: 15px;
        height: 15px;
        margin: 5px 3px;
    }

div.edenCarousel-pic {
    position: relative;
    overflow: visible;
    margin: auto auto !important;
}



.edenCarousel-pic img {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


div.edenCarousel-name {
    color: #606468;
    font-family: var(--bodyfont);
    text-transform: none;
    margin-top: 10px !important;
    letter-spacing: 0.1em;
    font-style: italic;
    font-size: 18px;

}

.edenCarousel-pic img.edenCarousel-leaves {
    position: absolute !important;
    top: 91px !important;
    left: -25px !important;
    width: 94px !important;
    height: initial !important;
    border-radius: 0px;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #808A83;
}

.slick-dots li button {
    background-color: #fff;
    opacity: 1;
}

img.edenCarousel-leaves {
    display:  none;
}

div.edenCarousel-pic {
    height: 250px;
    width: 250px;
}

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

 .slick-slide .col-md-8 {
     padding: 15px 20px;
     background-color: #fff;
 }


div.edenCarousel-text, div.edenCarousel-name {
    max-width: 750px;
    margin:  auto auto;
    text-align:  left;
    position: relative;
    margin-left: 0px;
    }

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

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

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



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

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

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

 div.edenCarousel-text {
    height: 130px;
    overflow-y: auto;
    letter-spacing: 0.05em;
    }

@media (min-width: 992px) {
 .slick-slide .row {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
 }

 .slick-slide .col-md-8 {
     padding: 40px 20px 40px 30px;
     background-color: #fff;
     width: 75%;
     order:1;
     z-index: 1;
 }

div.edenCarousel-pic {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: visible;
    margin: auto auto !important;
    background-color: #C4C4C4;
}


   body#bBody:not(.tssEditMode) .slick-slide .col-md-2 {
    width: calc(25% - 15px);
    order: 2;
    margin-left: -15px;
    z-index: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 70px;
  }

body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
    bottom: 0px; 
}
}

@media (max-width: 991px) {
 .slick-slide .row {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
 }
 
 div.edenCarousel-text {
     height: auto !important;
     max-height: 600px !important;
     margin-bottom: 20px;
 }

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

}




body#bBody:not(.tssEditMode) .slick-slide .col-md-2 {
    width: 100%;
    order: 2;
    margin-left: -5%;
    z-index:10;
    padding-left: 0px;
    padding-right: 0px;
}

 .slick-slide .col-md-8 {
     padding: 40px 20px 45px 20px;
     background-color: #fff;
     width: 100%;
     order:2;
     max-width: 400px;
     margin: 0px auto auto auto;
     z-index: -1;
 }

div.edenCarousel-pic {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: visible;
    margin: auto auto !important;
    background-color: #C4C4C4;
}

}


@media (max-width: 1199px) {


 body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
     margin-left: 5%
 }
}

@media (max-width: 991px) {
    body#bBody:not(.tssEditMode) .slick-slide .col-md-2 {
        margin-bottom: -25px;
        z-index: 1;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

 body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
    text-align: center !important;
    margin: auto auto auto auto !important;
    width: auto;
    margin-left: 10% !important;
    bottom: -10px;
    
}
}

.slick-slide.slick-active {
    opacity: 1;
    transition: var(--uxtransition);
}

.slick-slide:not(.slick-active) {
    opacity: 0;
    transition: var(--uxtransition);
}

.slick-list {
  overflow: visible;
}

.slick-slide .col-md-8::after {
  content: '';
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/bud1.png');
  z-index: 2;
  pointer-events: none;
  width: 122px;
  height: 129px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -68px;
  left: -46px;
}

.slick-slide .col-md-8::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/bud2.png');
  z-index: -1;
  pointer-events: none;
  width: 63px;
  height: 140px;
  top: 15px;
  left: -63px;
}

@media (max-width: 991px) {

.slick-slide {
  padding: 30px 20px !important;
}

.slick-slide .col-md-8::after {
  content: '';
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/bud1.png');
  z-index: 2;
  pointer-events: none;
  width: 122px;
  height: 129px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -68px;
  right: -46px;
  top: unset;
  left: unset;
transform: scaleX(-1)scaleY(-1);
}

.slick-slide .col-md-8::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/bud2.png');
  z-index: -1;
  pointer-events: none;
  width: 63px;
  height: 140px;
  bottom: 15px;
  right: -63px;
  top: unset;
  left: unset;
  transform: scaleX(-1)scaleY(-1);
}
}

body#bBody:not(.tssEditMode) section {
    overflow: visible;
}

/*----FLORAL ELEMENT: COLLAGE-----*/

.collageArranged::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/collagearrangement1.png');
    content: '';
    position: absolute;
    height: 1009px;
    width: 858px;
    top: -60px;
    right: -40%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1)scaleY(-1);
    pointer-events: none;
    z-index: -1;
}

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


.halfnhalf.arranged .halfnhalf-img {
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
.halfnhalf .halfnhalf-img {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
}

.halfnhalf.arranged {
    position: relative;
    z-index: 1;
}


.halfnhalf.arranged .halfnhalf-text {
    z-index: 10;

}

.halfnhalf .row div.collageArranged >  img {
  margin: auto auto auto 0px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: calc(var(--titlesize) * 0.8);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.collageArranged::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/collagearrangement1.png');
    content: '';
    position: absolute;
    height: 1009px;
    width: 858px;
    top: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1)scaleY(-1);
    pointer-events: none;
    z-index: -1;
}
}



@media (max-width: 991px) {

.halfnhalf .row div.collageArranged >  img {
  margin: auto auto auto auto;
}

.collageArranged::after {
    right: unset;
    left: -60%;
    width: calc(858px * 0.65);
    height: calc(1009px * 0.65);
}
}

@media (max-width: 480px) {

.collageArranged::after {
    position: absolute;
    width: calc(858px * 0.45);
    height: calc(1009px * .45);
    top: -15vw;
    left: -35vw;
    content: '';
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/collagearrangement1.png');
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: contain;
    transform: rotate(0deg);
}
}



/*---FORGET ME NOT MENU----*/

div.number {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0px 5px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

div.number::before {
    content: '0.';
    font-family: 'Hello Paris Light';
    font-size: 200px;
    letter-spacing: .05em !important;
    text-align: center;
    color: rgba(255,255,255,0.5);
    position: absolute;
    line-height: 0.6;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

div.number#number1::before {
    content: '01.';

}

div.number#number2::before {
    content: '02.';

}

div.number#number3::before {
    content: '03.';

}

@media (max-width: 991px) {
    div.number::before {
        font-size: 160px;
    }
}

div.number p, div.number ul {
    line-height: 23.5px;
}

.forget-me-not {
    position: relative;
    z-index: 0;
}

.forget-me-not::before {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/forgetmenot.png');
    z-index: -1;
    pointer-events: none;
    width: 319px;
    height: 486px;
    top: -45%;
    left: -25%;
    transform: rotate(-30deg);
}

@media (max-width: 991px) {
    .forget-me-not::before {
    width: calc(319px * 0.6);
    height: calc(486px * 0.6);
    left: -30%;
    top: -15%;
    }
}

@media (max-width: 767px) {
    .forget-me-not::before {
    width: calc(319px * 0.8);
    height: calc(486px * 0.8);
    left: -16%;
    top: -5%;
    }
}

@media (max-width: 480px) {
    .forget-me-not::before {
    width: calc(319px * 0.7);
    height: calc(486px * 0.7);
    left: -16%;
    top: -5%;
    }
}

.fmn-cluster {
    position: relative;
    z-index: 0;
}

.fmn-cluster::before {
    position: relative;
content: '';
    position: absolute;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/forgetmenotcluster.png');
    z-index: 1;
    pointer-events: none;
    width: 147px;
    height: 145px;
    bottom: -5%;
    right: -7%;
}

@media (max-width: 991px) {
    .fmn-cluster::before {
    width: calc(147px * 0.8);
    height: calc(145px * 0.8);
    bottom: -5%;
    right: -15%;
    }
}

@media (max-width: 767px) {
    .fmn-cluster::before {
    width: 147px;
    height: 145px;
    bottom: -5%;
    right: 3%;
    }
}

@media (max-width: 480px) {
    .fmn-cluster::before {
    width: calc(147px * 0.7);
    height: calc(145px * 0.7);
    bottom: -5%;
    right: 0px;
    }
}

.fmn-cluster.cluster-raised::before {
    right: unset;
    left: -9%;
    bottom: 20%;
}

@media (max-width: 1199px) {
        .fmn-cluster.cluster-raised::before {
    right: unset;
    left: -16%;
    bottom: 20%;
}
}

@media (max-width: 991px) {
    .fmn-cluster.cluster-raised::before {
    right: unset;
    left: -9%;
    bottom: 20%;
}
}

@media (max-width: 767px) {
    .fmn-cluster.cluster-raised::before {
    right: unset;
    left: -16%;
    bottom: 20%;
}
}

@media (max-width: 480px) {
    .fmn-cluster.cluster-raised::before {
    right: unset;
    left: -10%;
    bottom: 10%;
}
}

/*----FLORAL ELEMENT: ARRANGEMENT----*/

.cornerArrangement {
    position: relative;
}

.cornerArrangement::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/cornerarrangement.png');
    content: '';
    position: absolute;
    height: 691px;
    width: 708px;
    bottom: calc(-50% + 70px);
    right: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(-1)scaleY(-1);
    pointer-events: none;
}

.halfnhalf .row div.cornerArrangement >  img {
  margin: auto auto auto 0px;
}

@media (max-width: 1199px) {
    .cornerArrangement::after {
    height: calc(691px * 0.8);
    width: calc(708px * 0.8);
    bottom: -100px;
    right: -10px;
    }
}

@media (max-width: 991px) {

.halfnhalf.arranged .halfnhalf-text {
  margin-top: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.halfnhalf.arranged .halfnhalf-text.collageText {
  margin-top: 60px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}


.cornerArrangement img {
    margin: auto auto !important;
}
    .cornerArrangement::after {
    height: calc(691px * 0.8);
    width: calc(708px * 0.8);
    bottom: -100px;
    right: -100px;
    }
}

@media (max-width: 991px) {

.cornerArrangement img {
    margin: auto auto !important;
}
    .cornerArrangement::after {
    height: calc(80vw * 0.975);
    width: 80vw;
    bottom: -8vw;
    right: -8vw;
    max-height: calc(691px * 0.6);
    max-width: calc(708px * 0.6);
    }
}


@media (max-width: 480px) {

.halfnhalf.arranged .halfnhalf-text {
  margin-top: 15vw;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.cornerArrangement img {
    margin: auto auto !important;
}
    .cornerArrangement::after {
    height: calc(80vw * 0.975);
    width: 80vw;
    bottom: -10vw;
    right: -10vw;
    }
}

.squareCorner::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/square-corner.png');
    content: '';
    width: 560px;
    height: 539px;
    position: absolute;
    bottom: calc(-50% + 70px);
    right: -150px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1)scaleY(-1);
    pointer-events: none;
    overflow: visible;
}

@media (max-width: 991px) {
    .squareCorner::after {
    transform: scaleY(-1);
    right: unset;
    left: -190px;
    }


.cornerArrangement img {
    margin: auto auto !important;
}
    .squareCorner::after {
    height: calc(539px * 0.8);
    width: calc(560px * 0.8);
    bottom: -100px;
    left: -120px;
    }
}


@media (max-width: 480px) {

.squareCorner img {
    margin: auto auto !important;
}
   .squareCorner::after {
    height: calc(80vw * 0.975);
    width: 80vw;
    bottom: -25vw;
    left: -25vw;
    }
}

#wreath.squareCorner::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006624/elements/wreath.png');
    z-index: -1;
    right: -75px;
    bottom: unset;
    top: -15%;
}

@media (max-width: 991px) {
  #wreath.squareCorner::after {
  width: 500px;
  height: 500px;
  right: unset;
  left: -50px;
  margin: auto auto;
}
  #wreath.squareCorner {
    margin-bottom: 50px; 
  }
}

@media (max-width: 480px) {
  #wreath.squareCorner::after {
  width: 350px;
  height: 350px;
  right: unset;
  left: -25px;
  top: -25px;
  margin: auto auto;
}
  #wreath.squareCorner {
    margin-bottom: 0px; 
  }
}



@media (min-width: 1200px) {
div#stress.squareCorner::after {
    transform: rotate(270deg);
    right: unset !important;
    left: -120px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
div#stress.squareCorner::after {
    transform: rotate(270deg);
    right: unset !important;
    left: -150px !important;
}
}

@media (max-width: 991px) {
div#stress.squareCorner {
    width: fit-content;
    margin: auto auto 60px auto;

}

div#stress.squareCorner::after {
    left: 44px;
    width: calc(560px * 0.65);
    height: calc(539px * 0.65);
    bottom: calc(-50% + 170px);
}

#stressText {
    max-width: 400px;
    margin: auto auto;
}
}

@media (max-width: 991px) {
    div#stress.squareCorner::after {
        /* left: -100px; */
        bottom: -70px;
    }
}

@media (max-width: 767px) {

    div#stress.squareCorner::after {
        left: -100px;
        bottom: -70px;
    }
}

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


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

@media (min-width: 992px) {
.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-between;
}

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


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

.footer-content .row .col-md-4:first-child, .footer-content .row .col-md-4:last-child {
   width: 25% !important;
}
.footer-content .row .col-md-4:nth-child(2) {
    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 {
    width: 100% !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 0px;
    font-style: italic;
}

.copyright-text.footer-center.col-md-4.text-center a {
    text-transform: none;
    font-size: 16px;
}

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

@media (min-width: 992px) {

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

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

   .footer-content {
       padding-top: 32px;
   }

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

@media (max-width: 991px) {
    #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;
}

a#tssContentSubscribe {
    display: none;
}