/*****
    SRC
    https://www.personalcarecouncil.org/wp-content/themes/pcpc-personal-care-products-council/assets/main.min.css?ver=5.4.1 
******/

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url('/fa-brands-400.eot');
    src: url('/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/fa-brands-400.woff2') format('woff2'), url('/fa-brands-400.woff') format('woff'), url('/fa-brands-400.ttf') format('truetype'), url('https://www.personalcarecouncil.org/wp-content/themes/pcpc-personal-care-products-council/fonts/font-awesome/fa-brands-400.svg#fontawesome') format('svg');
}

body {
    /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif*/
    font-family: proxima-nova, sans-serif;
    /*font-family: "Merriweather",serif;*/
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background-color: #fff
}

ol, ul {
    list-style: none;
}

/*.header {
    position: relative;
}*/

.header-top {
    border-bottom: 1px solid #888;
}

.header-nav {
    height: 58px;
    border-bottom: 1px solid #888;
}

.header-btn {
    display: none;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    left: 35px;
    top: 6%;
    transform: translateY(-50%);
    z-index: 9999;
}

.header-btn__icon {
    display: block;
    width: 24px;
    height: 4px;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

    .header-btn__icon:before {
        top: -8px;
    }

    .header-btn__icon:after {
        top: 8px;
    }

    .header-btn__icon:before, .header-btn__icon:after {
        content: '';
        display: block;
        width: 24px;
        height: 4px;
        background: #222;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform-origin: 0.28571rem center;
        transform-origin: 0.28571rem center;
        position: absolute;
        left: 0;
    }

.logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 20px 160px;
}

/*.header-nav {
    height: 58px;
    border-bottom: 1px solid #888;
}

.header-search {
    display: none;
    width: 100%;
    background: #ca3092;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}

.menu-top {
    text-align: right;
    position: absolute;
    top: -105px;
    right: 35px;
}

.menu-top li {
    margin: 10px 0;
}

.menu-top li a {
    font-size: 13px;
    font-weight: 300;
    color: #222;
    font-family: "Merriweather Sans",sans-serif;
}*/

.nav > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 58px;
    color: #222;
    /*font-family: "Merriweather Sans",sans-serif;*/
    font-weight: 300;
    padding: 15px;
    position: relative;
}

.nav > li:hover > a, .nav > li.active > a {
    text-decoration: none;
    color: #222;
}

    .nav > li:hover > a:before, .nav > li.active > a:before {
        content: "";
        width: 100%;
        height: 5px;
        background: #222;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.page-header {
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}

    .page-header > h1::before, .page-header > h1::after {
        display: inline-block;
        content: "";
        border-top: 2px solid #888;
        width: 2em;
        margin: 0 1rem;
        transform: translateY(-1rem);
    }

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

span.fa.fa-sign-in {
    padding-right: 5px;
}

.footer {
    background: #222;
    color: #fff;
    padding: 43px 0;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #ca3092;
            text-decoration: none;
        }

    .footer .row {
        align-items: flex-end;
    }

.footer-social-box {
    display: inline-block;
    margin: 0 -5px 10px;
}

    .footer-social-box li {
        float: left;
        margin: 0 5px 5px;
    }

    .footer-social-box a {
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        font-size: 17px;
        line-height: 40px;
        color: #222;
        text-align: center;
    }

.footer .footer-link-outer {
    padding: 0 0 20px;
}

.footer .footer-address-outer {
    padding: 0 0 20px;
    margin-top: 60px;
}

.footer [class^="col-"]:last-child {
    align-items: flex-end;
    text-align: right;
    margin: 0;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}


@media (max-width: 767px) {
    .logo {
        padding: 15px 50px;
    }

        .logo img {
            max-height: 60px;
        }

    .header-btn {
        display: block;
        left: 20px;
    }

    .header-nav {
        width: 100%;
        height: auto;
        background: #fff;
        border-bottom: none;
        top: 0;
        left: 0;
        z-index: 9998;
    }

    .nav {
        display: block;
        padding: 0;
        margin: 0;
    }

        .nav > li {
            border-bottom: 1px solid rgba(0,0,0,1);
        }

            .nav > li > a {
                height: auto;
                color: #222;
                padding: 11px 25px 11px 0;
            }
}

@font-face {
    font-family: freight-display-pro;
    src: url('https://use.typekit.net/af/868845/0000000000000000000132cb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3');
}

@font-face {
    font-family: proxima-nova;
    src: url('https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3');
}


h1, h2, h3, h4, h5, blockquote {
    font-family: freight-display-pro, serif;
    font-style: normal;
    font-weight: 500;
}


.print {
    display: none
}

@media print {
    .print {
        display: block;
    }

    .donotprint {
        display: none;
    }
}