@charset "UTF-8";

.w-nav-button.w--open {
    background: transparent !important;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.w-nav-button {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


.slick-list {
    overflow-x: visible !important;
    overflow-y: visible !important;
} 

.w-nav-link, nav .menu li a {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.w-nav-link:hover, nav .menu li a:hover {
    color: #F08374;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.heroSection {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}



.heroSection.mobile {
    display: none;
}

 a {
    color: #f08374;
    text-decoration: none;
    cursor: pointer;
}



/* @media only screen and (max-width: 992px) {
    .heroSection.desktop {
        display: none;
    }

    .heroSection.mobile {
        display: block;
    }
} */

.hero-slide {
    position: relative;
    height: calc(90vh - 109.64px) !important;
    min-height: 500px;
    display: none;
}

.slick-initialized .hero-slide.slick-slide {
    display: block;
}

.hero-slide:first-child {
    display: block;
}

.hero-slide .hero-image {
    height: 100%;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: block;
    background-image: var(--landscape-image);
}

@media (max-aspect-ratio: 1/1) {
    .hero-slide .hero-image {
        background-image: var(--portrait-image);
    }


.heroSection .hero-slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8309917717086834)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8309917717086834) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8309917717086834) 100%);
}

}

.hero-slide .hero-content {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 250px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 650px;
    z-index: 1000;
}

.heroSection .slider-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

/* @media only screen and (max-width: 800px) { */
@media only screen and (max-width: 558px) {
    .heroSection .slider-dots {
        /* display: inline-block;
        position: absolute;
        bottom: auto;
        right: auto;
        top: calc(5% + 140px);
        left: 5%; */
        display: none !important;
    }
}

.heroSection .slider-dots ul {
    margin: 0;
    padding: 0;
}

.heroSection .slider-dots  li {
    display: inline-block;
    margin-left: 10px;
}

.heroSection .slider-dots  li button {
    height: 15px;
    display: block;
    width: 15px;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
    color: transparent;
}

.heroSection .slider-dots  li.slick-active button {
    background: #F08374;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.heroSection .slider-dots  li button:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.heroSection .slider-dots  li.slick-active button:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #F08374;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}




@media only screen and (max-aspect-ratio: 1/1) {
    .hero-slide .hero-content {
        width: 90%;
        left: 5%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-width: 78%;
        bottom: 10%;
        top: auto;
    }
}

@media only screen and (max-aspect-ratio: 1/1) {
    .hero-slide .hero-content h2 {
        font-size: 50px !important;
        line-height: 44px !important;
        margin: 0;
    }

    .hero-slide .hero-content h4 {
        font-size: 22px !important;
        line-height: 22px !important;
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }


}

.hero-slide .hero-content * {
    color: #fff;
}

.pageContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

h1, .hero-content h2 {
    font-size: 100px !important;
    line-height: 85px !important;
    font-family: 'beautiful freak';
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000;
    text-wrap: balance;
    margin-bottom: 2px;
}

h2 {
    font-family: 'beautiful freak';
    font-size: 70px;
    line-height: 60px;
    font-weight: 400;
    text-transform: lowercase;
    color: #000000;
    text-wrap: balance;
}

h3 {
    font-family: 'beautiful freak';
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    text-transform: math-auto;
    letter-spacing: 1px;
    color: #000000;
    text-wrap: balance;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-transform: lowercase;
    color: #000000;
    text-wrap: balance;
}

h4.small {
    font-size: 23px !important;
    line-height: 29px !important;
    margin-bottom: 0px !important;
}



p, ul {
    font-family: 'arboria';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
}

.center, .center * {
    text-align: center;
}

.hero-slide .hero-content h4 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'arboria';
    font-weight: 400;
    text-transform: unset;
}

.button {
    text-align: center;
    width: 200px;
    text-decoration: none;
    background-color: #F08374;
    display: block;
    color: #fff;
    padding: 12px 0px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-size: 16px;
    position: relative;
    font-family: 'arboria'; 
    font-weight: 500;
}

.button:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 200px 0 0;
    border-color: #F08374 transparent transparent transparent;
    border-style: solid;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}


.button:hover, input:checked + .button {
    background-color: #fff;
    color: #F08374;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.button:hover:before {
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.button.small {
    background: #fff;
    width: 100px;
    padding: 4px 0;
    font-size: 14px;
    color: #F08374;
}

.button.small:before {
    border-color: #fff transparent transparent transparent;
    border-width: 5px 100px 0 0;
}



.section {
    padding: 55px 0px;
    position: relative;
}

.section+.section {
    /* padding-top: 0px; */
}

.section.greyBG-bar-top {
    padding-top: 0px;
    margin-top: -40px;
}

.section.greyBG-bar-top.marginReset {
    margin-top: 0px;
    padding-top: 55px;
}

.section.margin-bottom {
    margin-bottom: 75px;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}
.wrapper img {
    margin: 0 auto;
    width: 100%;
    /* margin-bottom: 60px; */
}

 .inner-wrapper {
    /* max-width: 850px; */
    margin: auto;
} 
.inner-wrapper > *{
    max-width: 850px;
    /* margin: auto; */
}

.standardContent.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.standardContent .wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.standardContentBackgroundImage {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2em;
    background-position: center;
}

@media only screen and (max-width:800px) {
    .inner-wrapper {
        max-width: 850px;
        margin: auto;
        width: 90%;
    }
}

.intro-text * {
    text-align: center;
}

.intro-text {
    max-width: 800px;
    margin: 0 auto;
}

.carousel-link-holder.filters-search-message {
    font-size: 22px;
    font-family: 'arboria';
    margin-left: calc(5% - 10px);
}

.carousel-link-holder.filters-search-message a {
    padding-left: 18px;
}
.sliding-box-holder {
    padding-bottom: 155px;
    margin-bottom: -118px;
    position: relative;
    z-index: 3;
    padding-top: 35px;
    overflow-x: hidden;
}

.sliding-box-holder.slider {
    padding-left: 5%;
}

.sliding-box-holder.extra-padding-top {
    padding-top: 170px;
    margin-top: -200px;
}
/* 
.sliding-box-holder.extra-padding-top .arrows-holder {
    top: 75px;
} */

.slick-list {
    overflow: unset !important;
}



/** .sliding-box-holder:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5%;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 5;
    bottom: 0;
  }**/

/**@media only screen and (max-width: 1200px){
    .sliding-box-holder {
      margin-right: 5%; 
    }
  }**/

  .sliding-box-holder .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 10px;
    }
    
.sliding-box-holder .split-boxes-holder .slick-track {
    min-height: 411px;
}

.sliding-box-holder .slick-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: unset;
}
.page-links.sliding-box-holder  {
    padding-left: calc(5% - 10px);
}
.page-links.sliding-box-holder .slick-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
}

.page-links.sliding-box-holder h2, .page-links.grid-box-holder h2  {
    font-size: 45px;
    line-height: 48px;
}

/* .sliding-box-holder+.sliding-box-holder {
    margin-bottom: 0px;
} */

.slider-inner-holder {
    position: relative;
}

.sliding-box-holder .label {
    margin-bottom: 30px;
    margin-left: 10px;
    font-size: 25px;
    font-weight: 400;
}



.sliding-box-holder .label h4 {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 20px;
    line-height: 30px !important;
    margin: 0;
    font-family: 'arboria';
    font-weight: inherit;
    font-size: inherit;
    text-transform: capitalize;
}

.sliding-box-holder .label .label-more {
    display: inline-block;
    vertical-align: baseline;
    line-height: 30px;
    color: #B4B4B4;
    font-family: 'arboria';
    font-size: inherit;
    font-weight: inherit;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    text-decoration: none;
    font-size: 22px;
}

@media only screen and (min-width: 1000px) {
    .sliding-box-holder .label .label-more:hover {
        color: #F08374;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}



.winstons-logo {
    text-align: center;
    margin-top: 40px;
}

.winstons-logo img {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

.box {
    position: relative;
    background-size: cover;
    height: 100%;
    background-position: center;
    /**border: 5px solid #fff;**/
    color: #fff;
    padding: 30px;
    /* margin: 5px; */
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.box * {
    color: #fff;
    z-index: 100;
}

@media only screen and (min-width:1000px) {
    .box:hover {
        -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        z-index: 100000;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .8);
                box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .8);
    }
}





.box:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.box .tags {
    position: absolute;
    top: 0;
}

.box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.box .content h4 {
    font-family: 'beautiful freak';
    font-size: 22px !important;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 80%;
    /* position: absolute;
    bottom: 20px;
    left: 20px; */
}

.box .content .hidden-content {
    display: none;
    position: relative;
    /* position: absolute;
    right: 30px;
    bottom: 30px; */
}

.box .content .hidden-content p {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.box .content .hidden-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    /* width: 15%; */
    display: inline-block;
    /* position: absolute; */
    right: 0;
    bottom: 0px;
    z-index: 3000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box .content .hidden-content ul li {
    display: block;
    width: 31px;
    height: 31px;
    /* vertical-align: middle; */
}

.box .content .hidden-content ul li.plus-button {
    text-align: center;
    /* line-height: 30px; */
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box .content .hidden-content ul li.plus-button button {
    background-color: transparent;
    padding: 0;margin: 0;
}

.box .content .hidden-content ul li.box-chevron-button {
    /* display: inline-block; */
    vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box .content .hidden-content ul li.box-chevron-button img {
    display: block;
    height: 30px;
}

.box .content .sub-title {
    text-transform: none;
    display: none;
}

@media only screen and (min-width: 1000px) {
    .box .content .hidden-content ul li.plus-button:hover {
        -webkit-transform: rotate(359deg);
            -ms-transform: rotate(359deg);
                transform: rotate(359deg);
        background: #fff;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .box .content .hidden-content ul li.plus-button:hover i {
        color: #000;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .box .content .hidden-content ul li.box-chevron-button:hover {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px);
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }
}




.box .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}

.box .tags {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    list-style: none;
    right: 0;
    padding: 20px 20px 40px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.38) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 20%, rgba(0, 0, 0, 0) 100%);

    /* position: absolute;
    top: 20px;
    padding: 0;
    margin: 0;
    left: 20px;
    list-style: none;
    right: 0; */
}

.box .tags .tag {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin-right: 5px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box.category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.box.category:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #F08374; */
    background-color: rgba(90,90,90, 0.25);
    mix-blend-mode: multiply;
    opacity: 70%;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.box.category:hover:after {
    /* opacity: 70%; */

    -webkit-transition: all ease 0.4s;

    -o-transition: all ease 0.4s;

    transition: all ease 0.4s;

}

.box.category * {
    text-align: center;
}

.slide .tags .tag, .box .tags .tag {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.split-box * {
    color: #fff;
}

.slide:nth-child(3n+1) .split-box {
    background: #F08374;
}

.slide:nth-child(3n+2) .split-box {
    background: #5E4C5F;
}

.slide:nth-child(3n+3) .split-box {
    background: #70C8AA;
}

.boxes.monochrome .slide .split-box {
    background-color: #F9F9F9;
}

.monochrome .split-box * {
    color: #000000;
}

.monochrome .split-box .content .plus-button i, .monochrome .hidden-content ul span {
    color: #000000;
}

.tag.story {
    background-image: url("/assets/site/tags-story.png");
}

.tag.video {
    background-image: url("/assets/site/tags-video.png");;
}
.tag.podcast {
    background-image: url("/assets/site/podcast-icon.png");
}

.tag.advice {
    background-image: url("/assets/site/advice-tag-icon.png");
}

.tag.game {
    background-image: url("/assets/site/game-icon.png");
}

.tag.coping-kit {
    background-image: url("/assets/site/coping-kit-tag.png");
}



.box .tags .tag.new {
    right: 0px;
    position: absolute;
    margin: 0;
    width: 100px !important;
    background-image: url("/assets/site/tags-new.png");
    background-position: right;
}


@media only screen and (max-width:1770px) {
    .box .tags .tag {
        width: 40px !important;
        height: 40px !important;
    }
}


.greyBG {
    background: #3E3E3E;
}

.greyBG * {
    color: #fff;
}

.no-padding-bottom {
    padding-bottom: 30px;
}

.greyBG-bar-top {
    position: relative;
}

.greyBG-bar-top:before {
    content: "";
    position: absolute;
    height: 220px;
    left: 0;
    right: 0;
    top: -220px;
    bottom: 0;
    background: #3E3E3E;
    z-index: 0;
}

.greyBG-bar-top-large:before {
    content: "";
    position: absolute;
    height: 340px;
    left: 0;
    right: 0;
    top: -340px;
    bottom: 0;
    background: #3E3E3E;
    z-index: 0;
}

.hide-greyBar + .greyBG-bar-top:before {
    display: none;
}



.peachBG {
    background: #F08374;
}

.peachBG * {
    color: #fff;
}

.peachBG .button {
    color: #000;
    background: #fff;
    position: relative;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}



.peachBG .button:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 200px 0 0;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

@media only screen and (min-width: 1000px) {
    .peachBG .button:hover {
        background: #fcada2;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .peachBG .button:hover:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-width: 5px 200px 0 0;
        border-color: #fcada2 transparent transparent transparent;
        border-style: solid;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }
}

.textBlack * {
    color: #000;
}

.textWhite * {
    color: #fff;
}

.center .button {
    margin: 0 auto;
}

p+.button {
    margin-top: 30px !important;
}

.iconsExtra:before {
    content: "";
    position: absolute;
    background-image: url(https://uploads-ssl.webflow.com/654d0e27a8979816dd14a962/65537aa6625737c070e0b7cb_peachBG-icons-before.png);
    background-position: center;
    background-size: contain;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 330px;
    width: 330px;
    background-repeat: no-repeat;
}

.iconsExtra:after {
    content: "";
    position: absolute;
    background-image: url(https://uploads-ssl.webflow.com/654d0e27a8979816dd14a962/65537aa6625737c070e0b7cb_peachBG-icons-before.png);
    background-position: center;
    background-size: contain;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 330px;
    width: 330px;
    background-repeat: no-repeat;
}

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

    .iconsExtra:after,
    .iconsExtra:before {
        height: 200px;
        width: 200px;

    }

    .iconsExtra:after {
        right: 60px;
    }

    .iconsExtra:before {
        left: 60px;
    }
}

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

    .iconsExtra:after,
    .iconsExtra:before, 
    .standardContentBackgroundImage {
        display: none;
    }
}

.split-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: 5px; */
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
}

@media only screen and (min-width: 1000px) {
    .split-box:hover {
        -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        z-index: 200000;
        -webkit-box-shadow: 0 0px 30px -5px rgba(0, 0, 0, .8);
                box-shadow: 0 0px 30px -5px rgba(0, 0, 0, .8);

    }
}

.split-box .image,
.split-box .content {
    width: 100%;
    /* height: 50%; */
    display: inline-block;
    position: relative;
    padding: 30px;

}

.split-box .image {
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.split-box .content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}

.split-box .image .src {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box:hover .image .src {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box .image .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    margin: 0;
}

.slide .content .tags {
    padding: 0;
}




@media only screen and (max-width: 500px) {
    .split-box {
        display: block;
    }

    .split-box .image
    /* , .split-box .content  */
    {
        width: 100%;
        display: block;
    }

    .split-box .image {
        height: 300px;
    }
}

.section+.section.peachBG {
    padding-top: 30px;
}

.split-box .content h4 {
    font-family: 'beautiful freak';
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.split-box .content .buttons {
    padding: 0;
    margin: 0;
    list-style: none;
    /* padding-top: 30px; */
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.split-box .content .plus-button,
.hidden-content ul span, .post-search-content .top-holder .plus-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid;
    border-radius: 50px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box .content .plus-button button {
    padding: 0;
    background: transparent;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.split-box .content .plus-button i, 
.post-search-content .top-holder .plus-button i,
.hidden-content ul span {
    font-size: 16px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box .content .buttons .chevron-button,
.hidden-content ul span .chevron-button {
    display: inline-block;
    vertical-align: middle;
    /* height: 30px;
    width: 30px; */
    margin-left: 5.5px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box .content .buttons .chevron-button img {
    height: 25px;
}

.split-box:hover .content .buttons .chevron-button {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* height: 30px;
    width: 30px; */
    /* margin-left: 10px; */
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.peachBG .content .plus-button:hover {
    background: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.peachBG .content .plus-button:hover i {
    color: #F08374;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.purpleBG .content .plus-button:hover {
    background: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.purpleBG .content .plus-button:hover i {
    color: #5E4C5F;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.mintBG .content .plus-button:hover {
    background: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.split-box.mintBG .content .plus-button:hover i {
    color: #70C8AA;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.purpleBG {
    background: #5E4C5F;
}

.purpleBG * {
    color: #fff;
}

.mintBG {
    background: #70C8AA;
}

.mintBG * {
    color: #fff;
}

.podcast-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* margin: 5px; */
    position: relative;
    height: 100%;
    /**border: 5px solid #fff;**/
    text-decoration: none;
}

.yellowBG {
    background: #FFC36E;
}

.yellowBG * {
    color: #fff;
}

.podcast-box .image,
.podcast-box .content {
    width: 50%;
    display: inline-block;
    position: relative;
}

.podcast-box .image {
    width: 50%;
    display: inline-block;
    position: relative;
    max-height: 100%;
}

.podcast-box .image .src {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.podcast-box .content {
    padding: 80px 60px;
}


.podcast-box * {
    color: #fff;
}

.slide:nth-child(odd) .podcast-box {
    background: #F08374;
}

/* .slide:nth-child(odd) .podcast-box:before {
    content: "";
    position: absolute;
    width: 200px;
    right: 50%;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(240, 131, 116, 1) 100%);
    z-index: 200;
} */

.slide:nth-child(even) .podcast-box {
    background: #FFC36E;
}

.slide .split-box.blueBG, .slide .podcast-box.blueBG {
    background-color: #4285F4;
}
.slide .split-box.greenBG, .slide .podcast-box.greenBG {
    background-color: #70C8AA;
}
.slide .split-box.yellowBG, .slide .podcast-box.yellowBG {
    background-color: #FFC36E;
}
.slide .split-box.peachBG, .slide .podcast-box.peachBG {
    background-color: #f08374;
}

/* .slide:nth-child(even) .podcast-box:before {
    content: "";
    position: absolute;
    width: 200px;
    right: 50%;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 195, 110, 1) 75%);
    z-index: 200;
} */

.podcast-box .content h4 {
    font-family: 'beautiful freak';
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

.podcast-box .content .buttons img {
    max-width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.podcast-box .content .buttons h4 {
    display: inline-block;
    vertical-align: middle;
    font-size:28px;
}

.podcast-box .content .add-button {
    position: absolute;
    right: 28px;
    bottom: 28px;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
}

.podcast-box .content .add-button i {
    font-size: 20px;
    line-height: 37px;
    width: 38px;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.podcast-box .content .add-button:hover {
    background-color: #fff;

    -webkit-transition: all ease 0.4s;

    -o-transition: all ease 0.4s;

    transition: all ease 0.4s;
}

.podcast-box .content .add-button:hover i {
    color: #F08374;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.podcast-box.yellowBG .content .add-button:hover i {
    color: #FFC36E;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.podcast-box .content p {
    margin: 30px 0px;
}

.podcast-box .content .icon {
    max-height: 40px;
    margin-bottom: 20px;
}


.podcast-play-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 0 30px 30px;
}

.podcast-play-holder img {
    width: 40px;
    height: 40px;
}
.podcast-play-holder h5 {
    font-family: 'beautiful freak';
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding-top: 4px;
}

@media only screen and (max-width: 1200px) {
    .podcast-box {
        display: block;
    }

    .podcast-box .image,
    .podcast-box .content {
        width: 100%;

    }

    .podcast-box .content {
        padding: 30px 45px;
    }

    .podcast-box .image {
        height: 300px;
    }

    /* .podcast-box:before {
        content: "";
        position: absolute;
        width: 100%;
        right: 0;
        top: 250px;
        height: 150px;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(240, 131, 116, 1) 100%);
        z-index: 200;
        display: none;
    } */
}

/* .coping-kit {
    padding: 80px;
    margin: 0 5%;
} */
.standardWidthContainer {
    /* margin-left: 5%;
    margin-right: 5%; */

    margin: 35px 5%;
}

.lightgreyBG {
    background: #F8F5F5;
}

.coping-kit img {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 80px;
}

@media only screen and (max-width: 930px) {
    .coping-kit img {
        max-width: 100%;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 420px) {
    .coping-kit {
        padding: 30px;
    }
}

.coping-kit h3 {
    margin-bottom: 30px;
}

.coping-kit p {
    max-width: 800px;
    margin: 0 auto;
}

.sliding-box-holder .label .social-icons {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sliding-box-holder .label .social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.sliding-box-holder .label .social-icons li a img {

    height: 35px;
}

.social-post-box img {
    padding: 5px;
}


.support-list {
    margin:  0 auto;
    /* margin-top: 80px; */
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.support-item-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 230px;
            flex: 1 1 230px;
    max-width: 415px;
}

.blogBody .support-item-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 280px;
            flex: 1 1 280px;
}
.support-list .only-buttons.support-item-holder {
    padding-bottom: 16px;
}

.col-1-4 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1300px) {
    .col-1-4 {
        width: 50%;

    }


}

@media only screen and (max-width: 800px) {
    .col-1-4 {
        width: 100%;
        margin: 0px;
    }
}

.support-item .image-container {
    height: 80px;
    max-height: 80px;
}
.support-item .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.support-item h4 {
    margin: 25px 0px 10px 0;
    font-family: 'beautiful freak';
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.support-item p {
    max-width: 70%;
    margin: 0 auto;
}

.support-item {
    /* border-right: 2px solid #F08374; */
    /* min-height: 380px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.support-list .col-1-4:last-child .support-item {
    border-right: none;

}

@media only screen and (max-width: 1300px) {
    .support-item {
        padding-bottom: 20px;
        /* margin-bottom: 50px; */
        border-right: 0px;
        /* border-bottom: 2px solid #F08374; */
        /* min-height: 250px; */
    }


}

.label+.arrows-holder {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    top: 103px;
}

.arrows-holder {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}


.arrows-holder .arrow-styles {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.previous-arrow.slick-disabled {
    display: none !important;
}

.arrows-holder .arrow-styles.previous-arrow {
    left: -5.22%;
    right: unset;
}
.arrows-holder .arrow-styles img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 20px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.arrows-holder .arrow-styles:hover img {
    -webkit-transform: translate(-5%, -50%);
        -ms-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.arrow-styles.slick-arrow.slick-hidden {
    display: block;
}




@media only screen and (max-width: 991px) {
    .w-nav-link {
        font-family: 'beautiful freak' !important;
        font-size: 40px !important;
        color: #fff !important;
        position: relative;
    }

    .w-nav-menu a {
        position: relative;
    }

    /* .w-nav-menu a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        z-index: 30000;
        top: 15px;
        height: 30px;
        width: 30px;
        background-image: url("/assets/site/split-box-chevron.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(90deg);
    } */

    .nav-link {
        max-width: 100% !important;
    }

    .nan-menu a.link-block {
        float: left !important;
        margin-top: 22px !important;
        margin-right: 20px !important;
    }
}

@media only screen and (max-width:757px) {
    .arrows-holder .arrow-styles {
        display: none !important;
    }

    /* .section+.section.peachBG {
        padding-top: 20px;
    } */

    .section.margin-bottom {
        margin-bottom: 0px;
    }

    .sliding-box-holder {
        /* padding-bottom: 10px; */
    }

    .section.greyBG-bar-top {
        margin-top: 0px;
    }
    p+.button {
        margin-top: 26px !important;
    }
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200000;
}
.embeddedServiceSidebar, .uwif.userway_p5 {
    z-index: 300000 !important;
}

.embeddedServicePreventScrolling .uwy.umb.userway_p5.uac {
    z-index: 299999 !important;

}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}

.clear-filters.button.small {
    position: relative;
    top: -2px;
} 


.header-right .clear-filters {
    display: none;
}
.clear-filters.show {
    display: block;
}



@media screen and (max-width: 526px) {
    .header-right .clear-filters {
        display: none;
    }

}

.menu {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style: none;
    vertical-align: top;
}

.filterHolder {
    /* position: fixed; */
    /* top: 84px;
    left: 0;
    right: 0; */
    z-index: 999999;
    -webkit-box-shadow: 0 1px 15px -5px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 15px -5px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 0;
}

.filterHolder .filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 5%;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #F08374;
    -webkit-box-shadow: 0 1px 15px -5px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 15px -5px rgba(0, 0, 0, .4);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}


.filterHolder .filter-bar h3 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #fff;
    margin: 15px 20px 5px 0px;
    /* margin-right: 20px; */
    line-height: 35px;
    vertical-align: middle;
    font-size: 35px;
}

.filterHolder .filter-bar img {
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.filterHolder .filter-bar.active img {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
    
.filter-content {
    display: none;
    background-color: rgba(240, 131, 116, 0.95);
    position: absolute;
    width: 100%;
}

.post-type-filter, .post-type-filter .buttons-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.post-type-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.filter-content .filter-item {
    padding: 20px 5%;
}

.looking-for-pretext {
    font-weight: 500;
}

.filter-content * {
    color: #fff;
}

.filter-title {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
}

.filter-title p {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.filter-title img {
    display: inline-block;
    vertical-align: middle;
    max-height: 15px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.filter-title.active img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.filter-content .error-message {
    display: none;
    font-size: 16px;
    width: 100%;
}

.filter-content .error-message .arrow-up{
    position: relative;
    top: -3px;
}

.filter-checkbox {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.filter-checkbox label {
    padding: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    cursor: pointer;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.filter-checkbox label .toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
    margin-right: 12px;
    margin-top: 4px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    vertical-align: middle;
}

.filter-checkbox label .toggle:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-checkbox input:checked + .toggle:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    left: calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-checkbox label p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.post-type-filter .filter-checkbox label p, .filter-action-buttons-holder .button {
    background-color: #fff;
    color: #000;
}

.post-type-filter .filter-checkbox label p::before, .filter-action-buttons-holder .button::before { 
    border-top-color: #fff;
}

.post-type-filter .filter-checkbox label p:hover, .post-type-filter .filter-checkbox label input:checked + p, .filter-action-buttons-holder .button:hover {
    background-color: #000;
    color: #F08374;
}
.post-type-filter .filter-checkbox label p:hover::before, .post-type-filter .filter-checkbox label input:checked + p::before,  .filter-action-buttons-holder .button:hover::before{
    border-top-color: #000;
}



.filter-checkbox input {
    display: none;
}

.checkboxes {
    display: none;
    padding-top: 20px;
}

.filter-checkbox label img {
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.filter-checkbox:last-child {
    margin: 0;
}

.filter-item+.filter-item {
    padding-top: 0px;
}

.filter-item-main {
    overflow: auto;
    padding: 5px 5%;
}

.filter-item-main h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 20px;
    font-size: 30px;
    letter-spacing: 1px;
}

a.main-title {
    width: 100%;
    display: block;
}

.filter-item-main img {
    max-height: 22px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-top: -8px;
}

.filter-item-main .main-title.active img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.filter-item-main.black {
    background-color: #000;
}

.filter-item-main.darkGrey {
    background-color: #3E3E3E;
}

.filter-item-main.lightGrey {
    background-color: #5C5C5C;
}

.filter-item-main .main-content {
    display: none;
}

.filter-second-level-holder .filter-item-main:first-child .main-content {
    display: block;
}

.filter-action-buttons-holder {
    padding: 30px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}

.filter-action-buttons-holder input[type="submit"], .filter-action-buttons-holder .clear-filters {
    width: 200px;
    padding: 10px;
    color: #000;
    /* background: #fff; */
    border: none;
    font-size: 16px;
    position: relative;
    /* border: 2.5px solid #fff; */
}

.filter-action-buttons-holder input[type="submit"]:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 200px 0 0;
    border-color: #F08374 transparent transparent transparent;
    border-style: solid;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;

}

@media only screen and (max-width:767px) {
    .filterHolder {
        /* top: 87px; */
    }

    .hero-slide {
        height: 600px !important;
    }

    h1 {
        font-size: 65px !important;
        letter-spacing: 1px;
        line-height: 70px !important;
    }
    
    h2 {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: 1px;
    }
    
    h3 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 1px;
        /* margin-top: 0; */
    }
    
    p, li {
        font-size: 16px;
        line-height: 22px;
    }
    
    h4 {
        font-size: 25px !important;
        line-height: 31px;
    }
    .podcast-box .content h4 {
        line-height: 25px;
    }

    .sliding-box-holder .label {
        margin-bottom: 15px;
    }

    .winstons-logo img {
        max-width: 250px;
    }

    .section {
        padding: 35px 0px;
    }

    .sliding-box-holder {
        /* margin: 0; */
        padding-left: 5%;
        padding-right: 5%;
    }

    p.translation {
        margin-top: 0px !important;
        margin-bottom: 80px;
    }

    .support-item-holder {
        padding: 16px 0;
    }






}


@media only screen and (max-width:670px) {
    .filterHolder .filter-bar h3 {
        font-size: 25px;
        line-height: 25px;
        margin: 15px 20px 10px 0px;
    }

    .filterHolder .filter-bar img {
        max-width: 20px;
    }
}



p.translation {
    margin-top: 60px;
    margin-bottom: 80px;
}


.grid-box-holder {
    margin: 0 5%;
    /* margin-top: 50px; */
    position: relative;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    z-index: 0;
}

.grid-box-holder:hover {
    z-index: 1;
}

.additional-tiles {
    display: none;
}
.grid-box-holder.additional-tiles-holder {
    margin-top: 12px;
}

.show-more-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 44px;
}

.grid-box-holder .row {
    margin-bottom: 20px;
}

.grid-box-holder .row .col-1-3:first-child {
    margin-left: 0;
}

.grid-box-holder .row .col-1-3:last-child {
    margin-right: 0;
}

.grid-box-holder.no-margin-top {
    margin-top: 15px;
}

.grid-box-holder .label h4 {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 20px;
    line-height: 30px !important;
    margin: 0;
    font-family: 'arboria';
    font-weight: 500;
    text-transform: capitalize;
}

.grid-box-holder .label {
    margin-bottom: 10px;
}




.grid-box-holder .box {
    /* margin: 0 0.5%; */
    width: 100%;
    display: inline-block;
}

.grid-box-holder .box:first-child {
    margin-left: 0;
}

.grid-box-holder .box:last-child {
    margin-right: 0;
}

.grid-box-holder .button {
    margin: 0 auto;
}

.grid-box-holder .hidden-content {
    display: none;
}

.grid-box-holder .button.active {
    margin-top: 50px;
}


@media only screen and (max-width: 1291px) {
    .grid-box-holder {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 535px) {
    .grid-box-holder {
        grid-template-columns: 1fr ;
    }
}


.col-1-3 {
    width: 32.5%;
    margin: 0.5%;
    display: inline-block;
    vertical-align: middle;
}

.split-podcast {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F9F9F9;
}

.split-podcast .image {
    max-height: 100% !important;
    display: inline-block;
    width: 50%;
    position: relative;
}

.split-podcast .image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.split-podcast .image .src {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.split-podcast .content {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.split-podcast .content h4 {
    font-family: 'beautiful freak';
}

.split-podcast .content .buttons img {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.split-podcast .content .buttons h4 {
    font-family: 'beautiful freak';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.grid-box-holder .button.load-more {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
    .col-1-3 {
        width: 48%;
        margin: 1%;
    }

    .grid-box-holder .row .col-1-3:first-child {
        margin-left: 1%;
    }

    .grid-box-holder .row .col-1-3:last-child {
        margin-right: 1%;
    }
}

@media only screen and (max-width:900px) {
    .col-1-3 {
        width: 98%;
        margin: 1%;
    }

    .split-podcast {
        display: block;
        margin-top: 20px;
    }

    .split-podcast .image,
    .split-podcast .content {
        width: 100%;
    }
}

.testimonial {
    padding: 30px 0px;
}

.testimonial .author h4 {
    margin-top: 30px;
    font-family: 'beautiful freak';
    color: #000 !important;
}

/***********************************
*********** BLOG STYLES ***********
***********************************/


.blogTop, .section-holder {
    /* margin: 0 5%;
    width: 90%;
    min-width: 90%;
    max-width: 1400px; */
    margin: 0 auto;
    width: 90%;
    /* min-width: 90%; */
    max-width: 1350px;
}

.blogHeader, .section-content {
    width: 100%;
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}

.blogHeader .cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}

.blogHeader.no-video .cta-buttons {
    position: relative;
    top: 30px;
}

.blogHeader .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blogHeader .toggleFavourite {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    border: 2.5px solid;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blogHeader .toggleFavourite:hover {
    background: transparent;
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

}

.story-main, .section-content-inner {
    width: 100%;
    max-width: 1000px;
    margin-left: 2%;
    margin-right: 2%;
}



.related-posts, .section-spacer-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0.3 320px;
            flex: 1 0.3 320px;
}

.publish-date {
    line-height: unset;
}

.blogBody .section .inner-wrapper {
    width: 100%;
    max-width: unset;
}
.section .inner-wrapper p {
    text-align: center;
}
.blogBody .section .inner-wrapper p {
    text-align: left;
}

/* .blogBody .section .inner-wrapper a, .blog-footer a {
    color: #f08374;
    text-decoration: none;
} */

.blog-footer .section-content-inner {
    padding-top: 30px;
    border-top:  solid #f08374;
}

.podcast-widget  {
    padding: 55px 0 0 0;
}


/*****************************
********* MOBILE NAV *********
******************************/

.dropdown-menus-holder {
    position: absolute;
    /* position: relative; */
    width: 100%;
    z-index: 1;
}

.mobile-nav {
    width: 100%;
}

.mobile-nav-holder {
    display: none;
    /* max-height: 0; */
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.menu-button .w-icon-nav-menu {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

/* .menu-button.active .w-icon-nav-menu {
    transform: rotate(90deg);
} */

.menu-button .line {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-button.active .line-1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 7px 12px;
        -ms-transform-origin: 7px 12px;
            transform-origin: 7px 12px;
}
.menu-button.active .line-2 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 11px 15px;
        -ms-transform-origin: 11px 15px;
            transform-origin: 11px 15px;
}

.menu-button.active .line-3 {
    opacity: 0;
}


.blogContainer {
    padding-top: 100px;
}

.blogContainer .wrapper img {
    margin: 30px auto;
}

.footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clear-filters-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px 5%;
}
.clear-filters-holder .clear-filters {
    background: white;
    color: #f08779;
    padding: 3px 12px;
}

.blogBody p, .blogBody ul {
    font-size: 16px;
    width: 100%;
}


p.small{
    font-size: 12.5px;
}

p.large {
    font-size: 20px;
    font-weight: 500;
}

p.extra-large {
    font-size: 26px;
}

.blogBody .section-holder:first-child .section {
    padding-top: 20px;
}

.mobile-nav-holder .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 5%;
}

nav.mobile-nav li a {
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    border: 0 #000;
    border-bottom: 1px solid #fff;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 0;
    font-family: beautiful freak, sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}



@media screen and (min-width: 991px) {
    .mobile-nav-holder {
        display: none !important;
    }   
}

nav ul.menu li {
    position: relative;
    padding: 15px 0;
}

nav ul.menu li ul {
    position: absolute;
    padding: 20px 0;
    list-style: none;
    background-color: rgba(255,255,255,0.95);
    width: calc(100% + 90px);
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    top: 100%;
    left: -9px;
    opacity: 0;
    pointer-events: none;
    display: none;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

nav ul.menu li:hover  ul, 
nav ul.menu li +  ul:hover, 
nav ul.menu li a:focus + ul
nav ul.menu li ul:focus-within
{
    opacity: 1;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

nav ul.menu li ul li {
    padding: 0 30px;
}

nav ul.menu li ul a {
    width: 100%;
    border-bottom: 1px solid #F08374;
    padding: 0 0 10px 0;
}

.mobile-nav-holder ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mobile-nav-holder ul li  button {
    height: 30px;
    width: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.mobile-nav-holder ul li  button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.mobile-nav-holder ul li a button img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.mobile-nav-holder nav ul.menu a {
    border-bottom: 2px solid rgba(255,255,255, 0.4);
}
.mobile-nav-holder nav ul.menu li {
    padding-bottom: 0;
}

.mobile-nav-holder nav ul.menu li li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.mobile-nav-holder nav ul.menu li li button {
    width: 20px;
    height: 20px;
}

.mobile-nav-holder nav ul.menu li ul {
    display: none;
    position: relative;
    opacity: 1;
    background-color: transparent;
    gap: 0px;
    padding-bottom: 0;
}
.mobile-nav-holder nav ul.menu li ul a  {
    border-bottom: none;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 13px;
}

.mobile-nav-holder nav ul.menu li ul a img {
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
       object-fit: contain;
}

.links-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    padding-left: 20px;
}

.hero-small {
    height: 565px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: 50%;
    background-size: cover;
    padding: 5%;
    margin-bottom: 20px;
    background-image: var(--landscape-image);
}

@media only screen and (max-width:767px) {
    .hero-small {
        background-image: var(--portrait-image);
    }
}

.hero-small h1 {
    padding-top: 65px;
    line-height: 55px;
}

.wrapper.horizontal.row-reverse,.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
    .wrapper.horizontal.row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}

.split-box-image {
    width: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 992px) {
    .two-column-container  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .split-box-image {
        width: 100%;
    }
}


.spacer.small {
    height: 20px;
}
.spacer.medium {
    height: 40px;
}
.spacer.large {
    height: 80px;
}
.spacer.xl {
    height: 150px;
}
.spacer.xxl {
    height: 200px;
}
.spacer.xxxl {
    height: 350px;
}
.spacer.volunteer {
    height: 550px;
}

@media screen and (max-width: 1340px) {
    .spacer.small {
        height: 16px
    }
    .spacer.medium {
        height: 35px
    }
    .spacer.large {
        height: 64px
    }
    .spacer.xl {
        height: 120px
    }
    .spacer.xxl {
        height: 170px
2}
    .spacer.xxxl {
        height: 280px
    }
}

@media screen and (max-width: 1100px) {
    .spacer.volunteer {
        height: 620px;
    }
}

@media screen and (max-width: 767px) {
    .spacer.small {
        height: 12px
    }
    .spacer.medium {
        height: 26px
    }
    .spacer.large {
        height: 52px
    }
    .spacer.xl {
        height: 90px
    }
    .spacer.xxl {
        height: 140px
    }
    .spacer.xxxl {
        height: 220px
    }

    .spacer.volunteer {
        height: 700px;
    }
}

@media screen and (max-width: 510px) {
    .spacer.volunteer {
        height: 790px;
    }
}

.quotes-holder {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.quotes-holder .slick-arrow {
    display: none !important;
}
@media screen and (max-width: 576px) {
    .quotes-holder {
        padding: 32px 0;
    }

}

.quotes-holder .quote-holder {
    width: 100%;
    max-width: 775px;
    padding: 20px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 22px;
    font-family: 'arboria';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blogBody .quotes-holder .quote-holder, .blogBody .quotes-holder .quote-holder p  {
    font-size: 22px;
    line-height: 26px;
    color: #000;
}

.quotes-holder .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quotes-holder .quote-holder h4 {
    /* font-family: Beautiful Freak; */
    font-size: 22px;
    font-weight: 400;
    /* line-height: 30px; */
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    margin-top: 26px;
    /* color: #000; */
    width: 100%;
    text-transform: none;

}

.quotes-holder .quote-holder p {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
}

.quotation-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    color: #f08374;
}
.peachBG .quotation-icon,
.greyBG .quotation-icon
{
    color: #fff;
}

.quotation-icon svg {
    width: 50px;
    height: 50px;
}

.footer-legal p {
    font-size: 14px;
    margin: 0;
}



.two-column-body h2,
.two-column-body h3,
.two-column-body h4,
.two-column-body h5,
.two-column-body h6,
.two-column-body p,
.two-column-body ul,
.two-column-body ol,
.two-column-body li {
    text-align: left;
}
.two-column-container .icon-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
}


.page-links-text-below-container {
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-links-text-below-container[data-number-of-tiles="1"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}


.page-links-text-below-container[data-number-of-tiles="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-links-text-below-container[data-number-of-tiles="3"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.page-links-text-below-container[data-number-of-tiles="4"],
.page-links-text-below-container[data-number-of-tiles="5"],
.page-links-text-below-container[data-number-of-tiles="6"],
.page-links-text-below-container[data-number-of-tiles="7"],
.page-links-text-below-container[data-number-of-tiles="8"]
 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1180px) {
    .page-links-text-below-container[data-number-of-tiles] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 668px) {
    .page-links-text-below-container[data-number-of-tiles] {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page-link-text-below {
    width: 100%;
    margin: 0 auto;
    max-width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media only screen and (max-width:757px) {
    .page-links-text-below-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .page-link-text-below {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* @media only screen and (max-width: 420px) {
    .page-links-text-below-container {
        gap: 2vw 12px;
    }
} */

.page-link-text-below .feature-box {
    width: 100%;
    display: inline-block;
}

.page-link-text-below .feature-image {    
    aspect-ratio: 2 / 1;
    background-position: 50%;
    background-size: cover;
}

.page-link-text-below.feature-box .feature-content a {
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page-link-text-below.feature-box .feature-content a:hover {
    color: #f08374;
}

.page-links-text-below-container[data-number-of-tiles="4"] .page-link-text-below .feature-image,
.page-links-text-below-container[data-number-of-tiles="5"] .page-link-text-below .feature-image,
.page-links-text-below-container[data-number-of-tiles="6"] .page-link-text-below .feature-image,
.page-links-text-below-container[data-number-of-tiles="7"] .page-link-text-below .feature-image,
.page-links-text-below-container[data-number-of-tiles="8"] .page-link-text-below .feature-image
 {  
    aspect-ratio: 1 / 1;
}

.page-link-text-below .feature-content {    
    background-color: #3e3e3e;
    padding: 20px 20px 30px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.page-link-text-below .feature-content-title {    
    color: #fff;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-family: beautiful freak, sans-serif;
    font-weight: 400;
    
}

.page-link-text-below p {
    color: #fff;
}    

.page-link-text-below .feature-button {    
    position: absolute;
    bottom: -20px;
}

.support-list-row {
    max-width: 800px;
    grid-column-gap: 9px;
    grid-row-gap: 10px;
    /* grid-template-rows: auto auto; */
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
    display: grid;
}

@media only screen and (max-width:757px) {
.support-list-row {
    grid-template-columns: 1fr;
}
}

.support-list-row .get-in-touch-box {
    color: #000;
    overflow-wrap: normal;
    background-color: #f9f9f9;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1%;
    padding: 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.support-list-row .in-touch-image-holder {
    width: 20%;
    min-width: 50px;
    aspect-ratio: 1 / 1;
    margin-right: 25px;
    display: inline-block;
}

.support-list-row .get-in-touch-content {
    width: 70%;
    display: inline-block;
}

.support-list-row .title {
    margin-bottom: 0;
    font-family: arboria, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize;
    text-align: left;
}

.support-list-row .body p {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: arboria, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    text-align: left;
}

/* .events-list  {
    max-width: unset;
} */
.events-list .grid-box-holder  {
    gap: 30px 12px
}

.events-list .additional-tiles  {
    margin-top: 30px;
}

.event-item-holder .event-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.event-item-holder .event-image {
    aspect-ratio: 1 / 1;
    /* background-image: url(../images/The-movement-copy-1.jpg); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;    
}

.event-item-holder .event-content {
    background-color: #3e3e3e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.event-item-holder .event-content-title {
    color: #fff;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-family: beautiful freak, sans-serif;
    font-weight: 400;
}

.event-item-holder .event-date, .event-item-holder .event-location {
    color: #fff;
}

.event-item-holder .button {
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.loader-ripple {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .loader-ripple div {
    position: absolute;
    border: 4px solid #F08374;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .loader-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }
  @-webkit-keyframes loader-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  @keyframes loader-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
.faq-holder  {
    width: 100%;
}

.faq-holder .faq-element {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.faq-holder .question {
    color: #b4b4b4;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 50px;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.faq-holder .question.active h4 {
    color: #F08374 !important;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.faq-holder .question h4 {
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.faq-holder .question-content {
    color: #b4b4b4;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: beautiful freak, sans-serif;
}

.withinPage .faq-holder .question-content {
    color: #000;
}

.faq-holder .question.active:after, .question.active:before {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.faq-holder .question:before {
    content: "";
    position: absolute;
    /* top: calc(50% - 13px); */
    left: 0px;
    height: 8px;
    width: 30px;
    background: #F08374;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.faq-holder .question.active:after {
    height: 0px;
    /* top: 15px; */
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.faq-holder .question:after {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 13px;
    height: 30px;
    width: 6px;
    background: #F08374;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}


.faq-holder .faq-element .hidden-content {
    display: none;
}

.faq-holder .hidden-content {
    padding-left: 50px;
}
.faq-holder .hidden-content p {
    margin-bottom: 0;
    font-family: arboria, sans-serif;
    font-size: 16px;
    white-space: break-spaces;
}

.faq-holder .hidden-content p,
.faq-holder .hidden-content ul,
.faq-holder .hidden-content ol,
.faq-holder .hidden-content li
 {
    text-align: left;
}


.arrows-holder {
    display: block !important;
}

.sliding-box-holder[data-number-of-tiles="1"] .arrows-holder {
    display: none !important;
}

@media only screen and (min-width:900px) {
    .sliding-box-holder[data-number-of-tiles="2"] .arrows-holder {
        display: none !important;
    }
}

@media only screen and (min-width:1300px) {
    
    .sliding-box-holder[data-number-of-tiles="3"] .arrows-holder, 
    .sliding-box-holder[data-number-of-tiles="4"] .arrows-holder {
        display: none !important;
    }

}

.video-feature-holder {
    width: 100%;
    max-width: 1100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-feature-holder .play-video {
    padding: 0;
    margin: 0;
    background: transparent;
}

.video-holder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #f08374;
}

.video-holder .play-video, .video-holder iframe, .video-holder video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-holder iframe, .video-holder video {
    opacity: 0;
    display: none;
    background: #f08374;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.video-feature-content {
    background-color: #f08374;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.video-tag {
    font-family: arboria, sans-serif;
}

.video-header {
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: beautiful freak, sans-serif;
    font-weight: 400;
}

.sub-heading * {
    letter-spacing: 1px;
    font-family: arboria, sans-serif;
    font-size: 20px;
    color: #fff;
}

.play-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.play-btn-img {
    width: 50px;
    margin-right: 15px;
}

.play-heading {
    color: #000;
    letter-spacing: 1px;
    font-family: beautiful freak, sans-serif;
    font-weight: 400;
}


.video-feature-content .add-button {
    width: 40px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 30px;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.icon-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding: 36px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.icon-links a {
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 140px;
}

.icon-links img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

#toggleSearch {
    background: transparent;
    padding: 0;
    cursor: pointer;
}

#searchBar {
    position: absolute;
    width: 100%;
    min-height: 90px;
    background: rgba(255,255,255,0.95);
    padding: 24px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}


#searchBar form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

#searchBar form .nav-search {
    width: 24px;
    margin-top: 11px;
    -o-object-fit: contain;
       object-fit: contain;
}

#searchBar input[type="search"] {
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 11px;
    outline-color: #F08374;
    position: relative;
    left: -11px;
    top: 1.5px;

}

#searchBar input[type="search"]::-webkit-input-placeholder {
    color:#363636;
}

#searchBar input[type="search"]::-moz-placeholder {
    color:#363636;
}

#searchBar input[type="search"]:-ms-input-placeholder {
    color:#363636;
}

#searchBar input[type="search"]::-ms-input-placeholder {
    color:#363636;
}

#searchBar input[type="search"]::placeholder {
    color:#363636;
}

#searchResults {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}

#searchResults ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0;
}

#searchResults ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#searchResults ul li h4 { 
    font-family: 'beautiful freak';
    letter-spacing: 0.5px;
}

#searchResults ul li .image-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
            flex: 0 0 236px;
    /* height: 100%; */
    -o-object-fit: cover;
       object-fit: cover;
}
#searchResults ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#searchResults ul li .post-search-content{
    background-color: #fff;
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#searchResults ul li .read-more-button-holder {
    padding: 16px 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#searchResults ul li .post-search-content .top-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px 0 0;
}

#searchResults ul li .post-search-content .top-holder .plus-button {
    margin: 0;
    margin-top: 11.5px;
    margin-left: 22px;
    cursor: pointer;
    padding: 0;
    background: transparent;
}
#searchResults ul li .post-search-content .top-holder .plus-button i {
    color: #000;
}

#searchResults ul li .post-search-content .top-holder .plus-button:hover {
    background: #F08374;
    border-color: #F08374;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#searchResults ul li .post-search-content .top-holder .plus-button:hover i {
    color: #fff;
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

@media screen and (max-width: 672px) {
    #searchResults ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #searchResults ul li .image-holder {
        max-height: 288px;
    }
}

.sliding-box-holder.grid {
    padding-top: 100px;
    margin-top: -100px;
}

.hero-slider-holder .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}

.feature-quote .quotes-holder .quote-holder  p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

.feature-quote .quotes-holder .quote-holder h4 {
    font-family: Beautiful Freak;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 767px) {
    .story-main-heading {
        font-size: 40px;
        line-height: 34px;
    }
}
@media screen and (max-width: 400px) {
    .story-main-heading {
        font-size: 34px;
        line-height: 29px;
    }
}

button.story-main-player {
    padding: 0;
}

.quotes-with-images-slider {
    overflow: hidden;
}

.quotes-with-images-slider .quotation-icon svg {
    width: 35px;
    height: 35px;
}
.quotes-with-images-slider .quote-text {
    font-size: 22px;
    line-height: 26px;
}

.quotes-with-images-slider .person {
    font-size: 18px;
    line-height: 26px;
    margin-top: 50px;
}

.quotes-with-images-slider h3 {
    margin-bottom: 48px;
}

.quotes-with-images-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid-box-element .grid-box-image{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-box-element .grid-box-content {
    background-color: #f08374;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.grid-box-element h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: beautiful freak, sans-serif;
    font-weight: 400;
}
.section .grid-box-element p {
    color: #fff;
    font-family: arboria, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    white-space: break-spaces;
}
.grid-box-element .grid-box-content p a {
    padding: 2.5px 7px 5.5px;
    background: #3E3E3E;
    line-height: 31px;
}


.grid-box-element .grid-content-buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-box-element .button.black {
    color: #f08374;
    background-color: #1d1d1b;
    margin-right: 20px;
}
.grid-box-element .button.black:before {
    border-color: #1d1d1b transparent transparent transparent;
}
.grid-box-element .button.white {
    color: #f08374;
    background-color: #fff;
    margin-right: 20px;
}

.grid-box-element .button.white:before {
    border-color: #fff transparent transparent transparent;
}

.grid-boxes-holder {
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}

.grid-box-element {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    width: unset;
    max-width: calc(50% - 3em);
    margin: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.grid-boxes-holder .section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 1165px) {
    .grid-boxes-holder .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .grid-box-element {
        max-width: 60%;
    }
}

@media screen and (max-width: 854px) {
    .grid-box-element {
        max-width: calc(100% - 3em);
    }
    .grid-box-element .grid-content-buttons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
}

.share-form-holder {
    margin: 80px auto;
}

.share-form-holder form, .register-form-holder form, .account-success {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 20px 36px;
}

/* .share-form-holder form .form-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
} */
.share-form-holder form h3, .register-form-holder form h3 {
    letter-spacing: 1px;
    font-family: beautiful freak, sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.share-form-holder form input, .share-form-holder form textarea, .share-form-holder form .file-name,
.register-form-holder form input, .register-form-holder form textarea, .register-form-holder form .file-name
 {
    width: 100%;
    color: #000;
    -webkit-text-stroke-width: 0px;
    background-color: #f9f9f9;
    border-radius: 0;
    display: block;
    height: 38px;
    padding: 8px 16px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

.share-form-holder form textarea {
    font-size: 18px;
    height: 300px;
}


.share-form-holder input[type="text"], .share-form-holder input[type="email"], .share-form-holder form .file-name,
.register-form-holder input[type="text"], .register-form-holder input[type="email"], .register-form-holder input[type="password"], .register-form-holder form .file-name {
    border: 0px;
    height: 45px;
    font-size: 18px;
    font-family: 'arboria';
    font-weight: 400;
    
}

.share-form-holder select {
    border: 0;
    font-family: 'arboria';
    font-size: 18px;
    height: 50px;
    color: #777;
    position: relative;
    background: #f9f9f9;
    width: 100%;
    padding: 8px 16px;
    background-image: url('/assets/site/peach-dropdown-double-chevron.png');
    background-position:  calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.share-form-holder textarea {
    background: #f9f9f9;
    border: 0px;
    font-family: 'arboria';
    font-size: 20px;
    resize: vertical;
}

.share-form-holder .image-upload-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.share-form-holder .image-upload {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 12px);
            flex: 1 1 calc(25% - 12px);
    aspect-ratio: 1/1;
    background: #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
} 

.share-form-holder .image-upload input, .share-form-holder #media_upload {
    max-width: 0;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}


@media screen and (max-width: 738px) {
    .share-form-holder .image-upload {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 12px);
                flex: 1 1 calc(50% - 12px);
    }   
}

@media screen and (max-width: 442px) {
    .share-form-holder .image-upload {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}

.share-form-holder form .file-name {
    white-space: nowrap;
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    color: #757575;
}

label[for="media_upload"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

label[for="media_upload"] .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
}
@media screen and (max-width: 662px) {
    label[for="media_upload"] {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.donate-form-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.two-column-container {
    margin-top: 50px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.two-column-container + .two-column-container  {
    margin-top: 0;
}

.anchor-link-holder {
    position: relative;
}

.anchor-link-holder .section-reference-id {
    position: absolute;
    top: -100px;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.two-column-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wFormContainer .wFormHeader {
    height: unset !important;
}

.help-icon {
    position: fixed;
    top: 160px;
    right: calc(5% - 18.5px);
    width: 63px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 15px -3px rgba(0,0,0,0.11);
            box-shadow: 0 0 15px -3px rgba(0,0,0,0.11);
}

.help-icon span { 
    font-size: 18px;
    font-family: 'beautiful freak';
    color: #000;
    padding-top: 4px;
    text-align: center;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.support-list-column[data-number-of-items="7"] .support-item-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    max-width: 300px;
}


.menu-button.close-search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box .tags .tag.video {
    width: 31px !important;
    height: 31px !important;
}

.slider.large-caroursel {
    margin-bottom: -118px;    
    padding-top: 16px;
}

.section.standardContent {
    padding: 35px 0;
}

.footer-details {
    font-family: 'arboria';
    line-height: 15px;
}
.footer-details .ww-icon {
    width: 22px;
    position: relative;
    top: -1.2px;
}

.events-list .show-more-container {
    padding: 62px;
}

.standardContent + .slider.small-caroursel, .standardContent + .slider.medium-caroursel {
    padding-top: 75px;
}

.standardContent a.button {
    margin-bottom: 18px;
}

.standardContent.standardWidthContainer a.button {
    margin-bottom: 0;
}

.standardContent a.button {
    margin-bottom: 18px;
}

.standardContent.peachBG + .standardContent.no-bg  ,
.standardContent.greyBG + .standardContent.no-bg  ,
.standardContent.lightgreyBG + .standardContent.no-bg   
{
    margin-top: 35px;
}

.story-main {
    margin-bottom: 26px;
}

.wFormFooter {
    display: none;
}

.wFormContainer .supportInfo {
    display: none;
}

.wFormContainer .wForm {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.feature-content p {
    white-space: break-spaces;
}

.imageLinkWrapper {
    display: contents;
}

.tiktok-embed {
    border: 0;
}

.register-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #f08374;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6px;
    color: #f08374;
    font-size: 20px;
}

.register-breadcrumbs .step {
    padding: 14px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
    font-family: 'arboria';
}

.register-breadcrumbs .step.active {
    background: #f08374;
    color: #fff;
}

.register-breadcrumbs .step-number {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #f08374;
    color: #fff;
    padding-bottom: 2px;
}

.register-breadcrumbs .step.active .step-number {
    color: #f08374;
    background: #fff;
}


.account-success {
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.alert-holder {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    padding: 28px 36px;
    gap: 20px;
}

.account-success p, .alert-holder p {
    max-width: 742px;
    margin-bottom: 0;
}

.account-success .notification-icon, .alert-holder .notification-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #f08779;

}

.notificationsHolder {
    position: fixed;
    z-index: 21;
    top: 149px;
    left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.notificationsHolder  .notificationHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: #f9f9f9;
    padding: 10px 15px 13px 15px;
    position: relative;
    -webkit-box-shadow: 0 0 15px -3px rgba(0,0,0,0.11);
            box-shadow: 0 0 15px -3px rgba(0,0,0,0.11);
}

.notificationHolder p {
    margin: 0;
    line-height: 1;
}
.notificationHolder .iconHolder {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F08374;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px;
}


.notificationHolder .iconHolder svg {
    color: #fff;    
}

.notificationHolder .iconHolder svg path {
    fill: currentColor;
}

.notificationsHolder  .notificationHolder .timeBar {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f08374;
    left: 0;
    -webkit-animation-name: timebar;
            animation-name: timebar;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
}

.notificationsHolder  .notificationHolder:hover .timeBar {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

@-webkit-keyframes timebar {
    from {width: 100%;}
    to {width: 0;}
  }

@keyframes timebar {
    from {width: 100%;}
    to {width: 0;}
  }
  

  .toggleFavourite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

.account-welcome-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.login-secondary-links-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.login-secondary-links-holder a {
    color: #000000;
    text-decoration: underline;

}

.account-welcome-message .logout-message {
    color: #7f7f7f;
}

.register-intro-holder {
    margin-bottom: 56px;
}

.tiktok-holder {
    max-width: 780px;
    min-width: 288px;
    padding: 10px 20px;
    margin: 0 auto;
}

.tiktok-holder .socials-button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
}

.tiktok-holder .socials-button-holder p {
    margin: 0;
    font-size: 26px;
}

.tiktok-holder blockquote { 
    padding: 0;
}

body .uwy.uon .uwif {
    height: calc(100vh - 144px) !important;
    top: 143px;
}

#resendVerficationEmail {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: underline;
    color: #f08374;
}

.section.filters-no-posts-found {
    padding: 0 0 100px 0;
}
.section.filters-no-posts-found a {
    color: #B4B4B4;
    padding-left: 18px;
}

.section.filters-no-posts-found a:hover {
    color: #f08374;
}


.userway-s3-2 .invert-userway-dark-mode {
    -webkit-filter: invert(1);
            filter: invert(1);
}

.blogContainer .support-item .image-container img {
    margin: 0;
}

.video-grid-holder {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
    .video-grid-holder {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .video-grid-holder {
        grid-template-columns: 1fr;
    }
}


