:root {
    --blue: #5000A0;
    --orange: #FF6600;
    --white: #ffffff;
    --black: #000000;
    --grey: #555555;
    --whtt: #ffffff50;
    --lightgrey: #D8D8D8;
    --greyf: #2b2b2b;
    --greyfa: #2b2b2b50;
    --lightgrey: #D8D8D8;
    --lightestgrey: #F3F3F3;
    font-family: 'AvenirNext LT Pro';
    font-size: 16px;
}

/** {*/

/*    overflow-y: hidden;*/

/* BACKGROUNDS */

.bg-white {
    background-color: var(--white);
}

.fs-19 {
    font-size: 19px;
}

/*}*/

.body {
    background: linear-gradient( 0deg, rgba(43, 43, 43, 0.2), rgba(43, 43, 43, 0.2)), linear-gradient( 0deg, rgba(72, 18, 154, 0.2), rgba(72, 18, 154, 0.2));
}

.navfade {
    background: -webkit-linear-gradient(rgba(80, 0, 160, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(rgba(80, 0, 160, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(rgba(80, 0, 160, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5000a0', endColorstr='#007db9e8', GradientType=0);
    position: absolute;
    display: flex;
    width: 100%;
    height: 280px;
    left: 0px;
    top: 0px;
    z-index: auto;
}

.wrapper {
    padding-left: 8%;
    padding-right: 8%;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

@media (max-width:720px) {
    .wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.z-index-9999 {
    z-index: 9999;
}

.show-important {
    display: block !important;
    opacity: 1 !important;
}

.hide-important {
    display: none !important;
    opacity: 1 !important;
}

.display-none {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.section-margins {
    margin-top: 6%;
}

h1.hero-slider-h1 {
    color: #ffffff;
}

h1.hero-slider-h1 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0px;
}

@media only screen and (min-width: 992px) {
    h1.hero-slider-h1 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 60px;
        line-height: 70px;
        /* or 117% */
        text-transform: uppercase;
    }
}

/* Fade Element */

fade {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 100%);
}

.white-text {
    color: white;
}

.orange-hover:hover span {
    color: var(--orange);
}

.orange-text {
    color: var(--orange);
}

.active-menu-item {
    color: var(--orange) !important;
}

.desktop-nav.nav-orange .active-menu-item {
    color: var(--blue) !important;
}

.desktop-nav.override-purple .active-menu-item {
    color: var(--orange) !important;
}

.desktop-nav.hover-purple-nav .active-menu-item {
    color: var(--orange) !important;
}

.mb-0-px {
    margin-bottom: 0px;
}

.mt-0-px {
    margin-top: 0px !important;
}

.mt--30-px {
    margin-bottom: -30px;
}

.ml--40-px {
    margin-left: -40px;
}

.mb-5-percent {
    margin-bottom: 5%;
}

.mt-2-percent {
    margin-top: 2%;
}

.mt-5-percent {
    margin-top: 5%;
}

.mt-10-percent {
    margin-top: 10%;
}

.mb-10-percent {
    margin-bottom: 6%;
}

.mt-20-percent {
    margin-top: 20%;
}

.mt-60-px {
    margin-top: 60px;
}

.mt-100-px {
    margin-top: 100px;
}

.mb-20-percent {
    margin-bottom: 20%;
}

.pt-0-px {
    padding-top: 0px !important;
}

.pt-5-px {
    padding-top: 5px;
}

.pt-15-px {
    padding-top: 15px;
}

.pr-40-px {
    padding-right: 40px;
}

.pl-15-percent {
    padding-left: 15%;
}

.p-10-px {
    padding: 10px;
}

.p-20-px {
    padding: 20px;
}

.pb-20-px {
    padding-bottom: 20px;
}

.pt-5-percent {
    padding-top: 5%;
}

.pt-10-percent {
    padding-top: 10%;
}

.pt-20-percent {
    padding-top: 20%;
}

.pt-40 {
    padding-top: 40%;
}

.pt-70 {
    padding-top: 70%;
}

.h-100 {
    height: 100%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-50-px {
    width: 50px !important;
}

.w-54-px {
    width: 54px;
}

.m-auto {
    margin: auto;
}

.border-40 {
    border-radius: 40px;
}

.border-20 {
    border-radius: 20px;
}

.border-top-0 {
    border-top: 0px;
}

.white-border-top {
    border-top: 1px solid var(--white);
}

/* Rich Text Editor */

.rte-heading {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #5000A0;
}

.rte-body-heading {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

/*.arrow-hover {*/

/*    transition: all 0.9s;*/

/*}*/

/*.arrow-hover:hover {*/

/*    width: 40%;*/

/*}*/

#distributor-search-icon,
#distributor-search-icon-m {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #FF6600;
    cursor: pointer;
    width: 0;
}

.landing-header-row {
    margin-top: 5%;
}

.landing-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 51px;
    line-height: 51px;
    /* or 100% */
    text-transform: uppercase;
    color: #5000A0;
}

.landing-content p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    /* identical to box height, or 312% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.landing-heading p {
    margin-top: 30%;
}

.landing-img img,
.landing-img video {
    border-radius: 60px;
}

.landing-copyright p {
    font-family: 'AvenirNext LT Pro';
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.landing-copyright {
    margin-top: 10%;
}

.error-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    /* or 89% */
    text-transform: uppercase;
    color: #FF6600;
}

.error-sub {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    /* or 150% */
    text-transform: uppercase;
    color: #5000A0;
}

@media only screen and (min-width: 992px) {
    .landing-copyright p {
        font-family: 'AvenirNext LT Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-align: right;
        color: #FFFFFF;
    }
    .landing-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 85px;
        line-height: 90px;
        /* or 106% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .landing-content p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 50px;
        /* identical to box height, or 167% */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .landing-logo {
        max-width: 193px;
    }
    .landing-header-row {
        margin-top: 5%;
    }
    .landing-heading {
        margin-top: 10%;
    }
    .landing-img {
        margin-top: 5%;
    }
    .landing-img img,
    .landing-img video {
        border-radius: 80px;
    }
    .error-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 112px;
        line-height: 100px;
        /* or 89% */
        text-transform: uppercase;
        color: #FF6600;
    }
    .error-sub {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .error-sub-row {
        margin-top: 114px;
    }
}

body p {
    overflow-wrap: break-word;
}

.text-purple {
    color: #5000A0;
}

/* Fix Safari Button Styling */

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
}

.images-scale-to-size img {
    width: 100%;
    height: 100%;
}

a {
    color: var(--orange);
}

a:hover {
    color: var(--blue);
}

body,
.nav.desktop-nav {
    /*max-width: 1800px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.parallax__GIT--2 img {
    left: 67%;
    top: -15px;
}