@import url(https://fonts.googleapis.com/css?family=Inter);

/* --------------------  */
body {
    padding: 0;
    margin: 0;
    margin-top: 100px !important;
    font-family: 'Inter', 'Inter', sans-serif !important;
    font-size: 16px;
}

.pur-wrapper {
    padding: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.pur-breadcrumb-wrapper {
    padding: 16px 0;
    border-bottom: 1px solid #41536410;
    margin-bottom: 32px;
}

.pur-breadcrumb-wrapper a,
.pur-breadcrumb-link a,
.pur-breadcrumb-link a:visited {
    font-family: "Inter";
    font-size: 16px;
    color: #008895;
    text-decoration: none;
}

.pur-breadcrumb-divider {
    font-family: "Inter";
    font-size: 16px;
    color: #BBBBBB;
    padding: 0 8px;
}

.pur-breadcrumb-current-page {
    font-family: "Inter";
    font-size: 16px;
    color: #415364;
}

.pur-supernav-wrapper {
    top: 0;
    left:0;
    background-color: #ffffff;
    font-family: "Inter";
    color: #415364;
    box-shadow: 0 0 20px rgb(63 83 100 / 40%);
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999999;
    position: fixed;
}

.pur-support-mobile-nav {
    display: none;
}

.pur-utility-nav-color-bar {
    width: 100%;
    background-color: #F8F9F9;
}

.pur-utility-nav-wrapper {
    font-size: 12px;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    height: 30px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-right: 16px;

}

.pur-utility-nav-wrapper a {
    color: #7B004C;
    text-decoration: none;
}

.pur-utility-nav-wrapper a:hover {
    color: #7B004C;
    text-decoration: underline;
}

.pur-support-number {
    padding-right: 10px;
}

.pur-support-divider {
    padding: 0 1.5em;
    font-size: 10px;
    color: #41536480;
}

.pur-main-nav-wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

/* LOGO */

.pur-logo-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.pur-logo-wrapper img {
    width: 112px;
    margin-top: 0px;
}

/* LINKS */

.pur-nav-spacer {
    font-size: 12px;
    color: #41536440;
    padding: 0 8px;
}

.pur-nav-link {
    font-family: "Inter";
    color: #415364;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    /* font-weight: 100; */
    letter-spacing: .13em;
    padding: 0 5px;
    display: inline-block;
    padding: 4px 16px;
    position: relative;
    text-decoration: none;

}

.pur-nav-link:hover {
    color: #D6006D;
}

.pur-nav-link.pur-current-site {
    font-weight: 900;
    color: #D6006D;
}


/* 
Medium Devices 
- UI is centered
-------------------------------------------------- 
-------------------------------------------------- 
*/
@media (min-width: 1070px) and (max-width: 1400px) {

    .pur-wrapper {
        width: 80%;
    }

    .pur-logo-wrapper img {
        margin-top: 16px;
    }

    .pur-nav-link {
        font-size: 14px;
    }

    .pur-main-nav-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 110px;
    }

    .pur-logo-wrapper {
        margin: 0 auto;
    }

    .pur-menu-wrapper {
        margin-top: 20px;
        margin-bottom: 16px;
        font-size: 14px;
        text-align: center;

    }

    .pur-support-number {
        padding-right: 1.5em;
    }

    .pur-support-divider {
        padding: 0 1.5em;
    }

    body {
        margin-top: 150px !important;
    }
}


/* 
Mobile specific menu 
-------------------------------------------------- 
-------------------------------------------------- */

.pur-mobile-nav {
    display: none;
    margin-top: 10px;
    margin-right: 16px;
}

.pur-mobile-nav span {
    padding: 6px 6px;
    background: #ffffff;
    font-family: "Inter";
    font-size: 16px;
    color: #415364;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}

.pur-mobile-nav span:hover {
    color: #ff6ec7;
    text-decoration: underline;
}

.pur-logo-divider {
    font-size: 16px;
    color: #41536480;
    margin-top: 2px;
    margin-left: 8px;
    ;
}

#pur-touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#pur-touch:checked+.pur-menu-link-set {
    display: flex;
}


.logo-container {
    display: none;
}

.updates-dropdown-container {
    float: left !important;
}

/* 
Small Devices 
-------------------------------------------------- 
-------------------------------------------------- 
*/

@media (max-width: 1070px) {

    .pur-logo-wrapper img {
        margin-top: 0px;
    }

    .pur-main-nav-wrapper {
        justify-content: space-between;
        height: 80px;
    }

    .pur-utility-nav-wrapper {
        display: none;
    }

    .pur-support-mobile-nav {
        display: inline-block;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        font-size: 13px;
        border-top: 1px solid #41536430;
        margin: 16px;
        padding-top: 16px;
    }

    .pur-support-mobile-nav-links {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .pur-support-mobile-nav-links a {
        color: #008895;
        text-decoration: none;
    }

    .pur-support-mobile-nav-links a:hover {
        color: #008895;
        text-decoration: underline;
    }

    .pur-support-number {
        display: inline-block;
        padding: 8px;
    }

    .pur-support-divider {
        padding: 20px 1.5em;
    }

    .pur-logo-wrapper {
        margin-left: 16px;
        margin-right: 10px;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: left;

    }

    .pur-chevron-down {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        transform: scale(.8);
        width: 22px;
        height: 17px;
        border: 2px solid transparent;
        border-radius: 100px;
        margin-left: 8px;

    }

    .pur-chevron-down::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        left: 4px;
        top: 2px
    }


    .pur-mobile-nav {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: baseline;
    }

    .pur-menu-link-set {
        display: none;
        position: absolute;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        background-color: #ffffff;
        z-index: 999999;
        width: 100%;
        left: 0;
        box-shadow: 0 20px 20px rgb(63 83 100 / 40%);
        margin-top: 10px;
        padding-bottom: 16 px;

    }

    .pur-nav-spacer {
        display: none;
    }

    .pur-menu-link-set a {
        padding: 20px;

    }

    .pur-menu-link-set a:hover {
        background-color: #D6006D10;
    }


}