﻿@charset "UTF-8";
/* Load in the base variables */
/*  Company: Zero Zero One
    Project: Stor-Age Redevelopment
    Description : This file was generated using the Site.scss sass file */
@font-face {
    font-family: FuturaStdLig;
    src: url("/fonts/Futura Std Light.otf") format("opentype");
}

@font-face {
    font-family: FuturaStdMed;
    src: url("/fonts/Futura Std Medium.otf") format("opentype");
}

/* Fonts and text sizes */
/* Load in the base variables */
/* Default site spacing variables */
/* Websites Breakpoints */
/* mixins */
/* General styles */
body, html {
    border: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
    z-index: 1;
    position: relative;
    font-family: "Open Sans";
    font-size: 12px;
    /*background-color: $corp-colour-smokewhite;*/
    height: 100%;
}

    body.noscroll, html.noscroll {
        overflow-y: hidden;
    }

    body:not(.empty-body) {
        padding-top: 80px;
        /*> header, > nav, > section, > article, > footer {
        //box-shadow: 0 $white-spacing-px 0 $corp-colour-white;
        margin-bottom: $white-spacing-px;
    }

    .seperate-line {
        //box-shadow: 0 $white-spacing-px 0 $corp-colour-white;
        margin-bottom: $white-spacing-px;
    }*/
        /* Header, Navigation and Footer styling*/
        /* Header Styling */
        /* Footer Styling */
        /*
        --------------------------------------------------------------------->>
    */
        /* ---------------------------- 
        Main Content Container
    ------------------------------- */
    }

@media screen and (max-width: 530px) {
    body:not(.empty-body).content section.quick-links-alt {
        height: 500px;
    }
}

@media screen and (max-width: 860px) {
    body:not(.empty-body).quotelayout article.content {
        /*margin-top: 45px;*/
    }

    body:not(.empty-body).content section.quick-links-alt {
        height: 300px;
    }
}

@media screen and (min-width: 860px) {
    body:not(.empty-body).quotelayout article.content {
        /*margin-top: 10px;*/
    }
}

@media screen and (min-width: 1240px) {
    body:not(.empty-body).quotelayout article.content {
        /*margin-top: 0;*/
    }
}

body:not(.empty-body).no-sep-correction {
    padding-top: 80px;
    background-color: #7b838e;
}

body:not(.empty-body) h1, body:not(.empty-body) h2, body:not(.empty-body) h3, body:not(.empty-body) h4, body:not(.empty-body) h5, body:not(.empty-body) h6, body:not(.empty-body) p, body:not(.empty-body) div, body:not(.empty-body) header, body:not(.empty-body) nav, body:not(.empty-body) article {
    font-family: "Open Sans";
}

body:not(.empty-body) header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #14225C;
    min-height: 80px;
    z-index: 10;
}

    body:not(.empty-body) header table {
        position: absolute;
        width: 100%;
        height: 80px;
        max-height: 80px;
        /* Navigation Styling */
    }

        body:not(.empty-body) header table tr nav {
            width: 100%;
            text-align: center;
        }

            body:not(.empty-body) header table tr nav > ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                body:not(.empty-body) header table tr nav > ul .menu-item > a::after {
                    content: '|';
                    color: #FFFFFF;
                }

                body:not(.empty-body) header table tr nav > ul > li {
                    display: inline;
                    position: relative;
                }

                    body:not(.empty-body) header table tr nav > ul > li > a {
                        position: relative;
                        color: #FFFFFF;
                        /*font-size: $default-font-size + 4px;*/
                        text-decoration: none;
                        font-weight: 500;
                    }

                        body:not(.empty-body) header table tr nav > ul > li > a:hover {
                            color: #FFFFFF;
                            text-decoration: none;
                        }

                        body:not(.empty-body) header table tr nav > ul > li > a::before {
                            content: '';
                            width: 0;
                            position: absolute;
                            background-color: white;
                            height: 1px;
                            bottom: 0;
                            display: inline-block;
                            -moz-transition: width 0.5s;
                            -o-transition: width 0.5s;
                            -webkit-transition: width 0.5s;
                            transition: width 0.5s;
                        }

                        body:not(.empty-body) header table tr nav > ul > li > a:hover::before {
                            width: calc(100% - 54px);
                        }

                    body:not(.empty-body) header table tr nav > ul > li:last-of-type > a::after {
                        content: '';
                        color: #FFFFFF;
                        margin-left: 35px;
                    }

                    body:not(.empty-body) header table tr nav > ul > li > ul.level-2 {
                        display: none;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        position: absolute;
                        top: 100%;
                        right: 25%;
                        background-color: #7b838e;
                        text-align: left;
                        margin-top: 10px;
                        box-shadow: 0px 0px 5px #333;
                        margin-left: -50% !important;
                        z-index: 20;
                        width: 235px !important;
                    }

                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li {
                            position: relative;
                        }

                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > a {
                                color: #FFFFFF;
                                font-weight: 500;
                                padding: 10px;
                                width: 100%;
                                display: block;
                                text-decoration: none;
                            }

                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li::after {
                                content: '';
                                color: #FFFFFF;
                                position: absolute;
                                background-color: #FFFFFF;
                                height: 1px;
                                width: 90%;
                                bottom: 0;
                                left: 5%;
                            }

                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li:last-of-type::after {
                                content: '';
                                height: 0;
                            }

                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li:hover {
                                background-color: #676f7a;
                            }

                                body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li:hover > div.scroll-wrapper {
                                    display: block;
                                }

                                    body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li:hover > div.scroll-wrapper > ul.level-3 {
                                        display: block;
                                    }

                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper {
                                display: none;
                                position: absolute !important;
                                background-color: #7b838e;
                                width: 100%;
                                text-align: left;
                                box-shadow: 0px 0px 5px #333;
                                top: 0;
                                left: 100%;
                                overflow: hidden;
                                max-height: 250px;
                            }

                                body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 {
                                    display: none;
                                    margin: 0;
                                    padding: 0;
                                    list-style: none;
                                    /*padding-right: 15px;*/
                                }

                                    body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li {
                                        position: relative;
                                    }

                                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li > a {
                                            color: #FFFFFF;
                                            font-weight: 500;
                                            padding: 10px;
                                            width: 100%;
                                            display: block;
                                            text-decoration: none;
                                        }

                                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li::after {
                                            content: '';
                                            color: #FFFFFF;
                                            position: absolute;
                                            background-color: #FFFFFF;
                                            height: 1px;
                                            width: 90%;
                                            bottom: 0;
                                            left: 5%;
                                        }

                                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li:last-of-type::after {
                                            content: '';
                                            height: 0;
                                        }

                                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li:hover {
                                            background-color: #676f7a;
                                        }

                                            body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3 > li:hover > ul.level-3 {
                                                display: block;
                                            }

                                    body:not(.empty-body) header table tr nav > ul > li > ul.level-2 > li > div.scroll-wrapper > ul.level-3::after {
                                        content: '';
                                        width: 100%;
                                        position: absolute;
                                        bottom: 100%;
                                        height: 10px;
                                    }

                        body:not(.empty-body) header table tr nav > ul > li > ul.level-2::after {
                            content: '';
                            width: 100%;
                            position: absolute;
                            bottom: 100%;
                            height: 10px;
                        }

                    body:not(.empty-body) header table tr nav > ul > li:hover > ul.level-2 {
                        display: block;
                    }

        body:not(.empty-body) header table tr .site-logo {
            width: 220px;
            height: 100%;
            position: relative;
            /*&::before {
                        content: url('Images/General/logo-trans.png');
                        width: 180px;
                        position: relative;
                        display: block;
                        float: right;
                    }*/
        }

            body:not(.empty-body) header table tr .site-logo > a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
            }

        body:not(.empty-body) header table tr .site-social {
            width: 140px;
            height: 100%;
            position: relative;
        }

            body:not(.empty-body) header table tr .site-social #btnSearch.open {
                background-color: #000e48;
            }

                body:not(.empty-body) header table tr .site-social #btnSearch.open:hover::after {
                    color: #ebebeb;
                }

            body:not(.empty-body) header table tr .site-social #btnSocial.open {
                background-color: #000e48;
            }

                body:not(.empty-body) header table tr .site-social #btnSocial.open:hover::after {
                    color: #ebebeb;
                }

        body:not(.empty-body) header table tr div.social-bar-share {
            position: absolute;
            top: 12px;
            right: 154px;
            width: 0px;
            overflow: hidden;
            -moz-transition: width 0.2s ease-in-out, opacity 0.2s linear;
            -o-transition: width 0.2s ease-in-out, opacity 0.2s linear;
            -webkit-transition: width 0.2s ease-in-out, opacity 0.2s linear;
            transition: width 0.2s ease-in-out, opacity 0.2s linear;
            padding: 5px 5px 1px 5px;
            margin-top: -8px;
            opacity: 0;
        }

            body:not(.empty-body) header table tr div.social-bar-share.open {
                background-color: #E41937;
                width: calc(100% - 370px);
                opacity: 1;
            }

            body:not(.empty-body) header table tr div.social-bar-share > span {
                display: inline;
            }

            body:not(.empty-body) header table tr div.social-bar-share .social-options {
                width: 265px;
                margin: 0 auto;
            }

            body:not(.empty-body) header table tr div.social-bar-share > .blurb {
                display: block;
                bottom: 29px;
                color: #fff;
            }

        body:not(.empty-body) header table tr div.search {
            position: absolute;
            top: 27px;
            right: 154px;
            height: 25px;
            width: 0px;
            overflow: hidden;
            -moz-transition: width 0.2s ease-in-out;
            -o-transition: width 0.2s ease-in-out;
            -webkit-transition: width 0.2s ease-in-out;
            transition: width 0.2s ease-in-out;
        }

            body:not(.empty-body) header table tr div.search.open {
                width: calc(100% - 370px);
            }

            body:not(.empty-body) header table tr div.search .site-search {
                background-color: #505e98;
                border: 0;
            }

            body:not(.empty-body) header table tr div.search form {
                position: relative;
                display: inline-block;
                width: 100%;
                height: 25px;
            }

                body:not(.empty-body) header table tr div.search form.focus .site-search {
                    background-color: #FFFFFF;
                    color: #333;
                }

                body:not(.empty-body) header table tr div.search form.focus .icon-search::after {
                    color: #14225C;
                }

                body:not(.empty-body) header table tr div.search form input {
                    width: 100%;
                    height: 25px;
                    padding-left: 30px;
                }

            body:not(.empty-body) header table tr div.search .icon-search {
                position: absolute;
                font-size: 18px;
                margin-left: 3px;
            }

                body:not(.empty-body) header table tr div.search .icon-search::after {
                    font-family: IcoMoonSet1;
                    content: '\e986';
                    color: #FFFFFF;
                    position: absolute;
                    -moz-transform: rotateY(180deg);
                    -ms-transform: rotateY(180deg);
                    -o-transform: rotateY(180deg);
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

    body:not(.empty-body) header .mobile-menu-toggle {
        display: none;
        height: 39px;
        width: 43px;
        position: relative;
        border: 3px solid transparent;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        margin-top: 20px;
        margin-right: 15px;
        z-index: 11;
    }

        body:not(.empty-body) header .mobile-menu-toggle::after {
            color: #FFFFFF;
            height: 35px;
            width: 35px;
            font-size: 32px;
            position: absolute;
            bottom: 5px;
            left: 3px;
        }

        body:not(.empty-body) header .mobile-menu-toggle.open {
            /*opacity: 0;*/
            /*background-color: $corp-colour-white;
                border: 3px solid $corp-colour-primary - 20;

                &::after {
                    color: $corp-colour-primary;
                }*/
            /*z-index:1000;*/
        }

@media screen and (min-width: 1224px) {
    body:not(.empty-body) header table td.site-logo {
        width: 220px;
    }

        body:not(.empty-body) header table td.site-logo > a > img {
            max-width: 180px;
            max-height: 60px;
            margin: 9px 15px;
        }

        body:not(.empty-body) header table td.site-logo::before {
            width: 180px;
        }

    body:not(.empty-body) header table nav > ul > li {
        /*Level 2*/
    }

        body:not(.empty-body) header table nav > ul > li > a {
            font-size: 16px;
        }

            body:not(.empty-body) header table nav > ul > li > a::after {
                margin-left: 15px;
                margin-right: 10px;
            }

        body:not(.empty-body) header table nav > ul > li:hover > ul {
            display: block;
            width: 150px;
            left: -28px;
        }

        body:not(.empty-body) header table nav > ul > li > ul > li {
            /*Level 3*/
        }

            body:not(.empty-body) header table nav > ul > li > ul > li a {
                font-size: 16px;
            }

            body:not(.empty-body) header table nav > ul > li > ul > li > ul > li a {
                font-size: 16px;
            }

        body:not(.empty-body) header table nav > ul > li.search .site-search {
            height: 25px;
            padding-left: 30px;
            color: #FFFFFF;
        }

        body:not(.empty-body) header table nav > ul > li.search .icon-search {
            height: 25px;
            width: 25px;
            bottom: 0;
        }

            body:not(.empty-body) header table nav > ul > li.search .icon-search::after {
                font-size: 18px;
                top: 4px;
                left: 6px;
            }
}

@media screen and (max-width: 1224px) {
    body:not(.empty-body) header table td.site-logo {
        width: 220px;
    }

        body:not(.empty-body) header table td.site-logo > a > img {
            width: 180px;
            margin: 9px 15px;
        }

        body:not(.empty-body) header table td.site-logo::before {
            width: 180px;
        }

    body:not(.empty-body) header table nav > ul > li {
        /*Level 2*/
    }

        body:not(.empty-body) header table nav > ul > li > a {
            font-size: 15px;
        }

            body:not(.empty-body) header table nav > ul > li > a::after {
                margin-left: 10px;
                margin-right: 5px;
            }

        body:not(.empty-body) header table nav > ul > li:hover > ul {
            left: -15px;
        }

        body:not(.empty-body) header table nav > ul > li > ul > li {
            /*Level 3*/
        }

            body:not(.empty-body) header table nav > ul > li > ul > li a {
                font-size: 15px;
            }

            body:not(.empty-body) header table nav > ul > li > ul > li > ul > li a {
                font-size: 15px;
            }

        body:not(.empty-body) header table nav > ul > li.search .site-search {
            height: 22px;
            width: 120px;
            padding-left: 30px;
            color: #FFFFFF;
        }

        body:not(.empty-body) header table nav > ul > li.search .icon-search {
            height: 23px;
            width: 23px;
            bottom: 0;
        }

            body:not(.empty-body) header table nav > ul > li.search .icon-search::after {
                font-size: 16px;
                top: 4px;
                left: 6px;
            }
}

@media screen and (max-width: 1024px) {
    body:not(.empty-body) header table td.site-logo {
        width: 220px;
    }

        body:not(.empty-body) header table td.site-logo > a > img {
            width: 180px;
            margin: 9px 15px;
        }

        body:not(.empty-body) header table td.site-logo::before {
            width: 180px;
        }

    body:not(.empty-body) header table nav > ul {
        margin-top: 5px;
    }

        body:not(.empty-body) header table nav > ul > li {
            /*Level 2*/
        }

            body:not(.empty-body) header table nav > ul > li > a {
                font-size: 14px;
            }

                body:not(.empty-body) header table nav > ul > li > a::after {
                    margin-left: 5px;
                    margin-right: 2px;
                }

            body:not(.empty-body) header table nav > ul > li:hover > ul {
                left: -18px;
                width: 120px;
            }

            body:not(.empty-body) header table nav > ul > li > ul > li {
                /*Level 3*/
            }

                body:not(.empty-body) header table nav > ul > li > ul > li a {
                    font-size: 14px;
                }

                body:not(.empty-body) header table nav > ul > li > ul > li > ul > li a {
                    font-size: 14px;
                }

            body:not(.empty-body) header table nav > ul > li.search .site-search {
                height: 20px;
                width: 115px;
                padding-left: 30px;
                color: #FFFFFF;
            }

            body:not(.empty-body) header table nav > ul > li.search .icon-search {
                height: 21px;
                width: 21px;
                bottom: 0;
            }

                body:not(.empty-body) header table nav > ul > li.search .icon-search::after {
                    font-size: 14px;
                    top: 4px;
                    left: 6px;
                }
}

@media screen and (max-width: 960px) {
    body:not(.empty-body) header table td.site-logo {
        width: 140px;
    }

        body:not(.empty-body) header table td.site-logo > a > img {
            width: 100px;
            margin: 9px 15px;
        }

        body:not(.empty-body) header table td.site-logo::before {
            width: 120px;
        }

    body:not(.empty-body) header table nav > ul {
        margin-top: 15px;
    }

        body:not(.empty-body) header table nav > ul > li {
            /*Level 2*/
        }

            body:not(.empty-body) header table nav > ul > li > a {
                font-size: 13px;
            }

                body:not(.empty-body) header table nav > ul > li > a::after {
                    margin-left: 5px;
                    margin-right: 2px;
                }

            body:not(.empty-body) header table nav > ul > li > ul > li {
                /*Level 3*/
            }

                body:not(.empty-body) header table nav > ul > li > ul > li a {
                    font-size: 13px;
                }

                body:not(.empty-body) header table nav > ul > li > ul > li > ul > li a {
                    font-size: 13px;
                }

            body:not(.empty-body) header table nav > ul > li.search form {
                display: block !important;
            }

            body:not(.empty-body) header table nav > ul > li.search .site-search {
                height: 20px;
                width: 50%;
                margin-top: 5px;
                padding-left: 30px;
                color: #FFFFFF;
            }

            body:not(.empty-body) header table nav > ul > li.search .icon-search {
                height: 24px;
                width: 21px;
                bottom: 0;
            }

                body:not(.empty-body) header table nav > ul > li.search .icon-search::after {
                    font-size: 14px;
                    top: 4px;
                    left: 6px;
                }
}

@media screen and (max-width: 1024px) {
    body:not(.empty-body) header .mobile-menu-toggle {
        display: block;
    }

    body:not(.empty-body) header #btnSearch, body:not(.empty-body) header #btnShare {
        display: none;
    }

    body:not(.empty-body) header table {
        width: calc(100% - 55px);
    }

        body:not(.empty-body) header table tr td.site-logo {
            width: 100px;
        }

            body:not(.empty-body) header table tr td.site-logo > a > img {
                width: 80px;
                margin: 9px 15px;
            }

            body:not(.empty-body) header table tr td.site-logo::before {
                width: 120px;
            }

        body:not(.empty-body) header table tr td nav {
            display: none;
        }
}

body:not(.empty-body) .contact-button-wrapper {
    position: fixed;
    right: 0;
    margin-top: 2px;
    z-index: 2;
}

body:not(.empty-body) .home-contact-button-wrapper {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding-top: 320px;
    width: 100%;
}

    body:not(.empty-body) .home-contact-button-wrapper .home-contact-button-inline {
        display: inline-block;
    }

        body:not(.empty-body) .home-contact-button-wrapper .home-contact-button-inline button {
            margin-left: 80px;
        }

    body:not(.empty-body) .home-contact-button-wrapper .header-button {
        width: 157px;
    }

    body:not(.empty-body) .contact-button-wrapper .contact-number > span:last-of-type, body:not(.empty-body) .home-contact-button-wrapper .contact-number > span:last-of-type {
        font-weight: bold;
        font-size: 18px;
        font-family: 'Futura-Dem';
    }

    body:not(.empty-body) .contact-button-wrapper .contact-number > span, body:not(.empty-body) .home-contact-button-wrapper .contact-number > span {
        display: block;
    }

    body:not(.empty-body) .contact-button-wrapper .contact-number, body:not(.empty-body) .home-contact-button-wrapper .contact-number {
        padding: 5px 13px;
        background-color: #747D7D;
        color: #fff;
        font-size: 15px;
        margin-top: 7px;
        margin-right: 20px;
        border-radius: 0px 0px 0px 0px;
        border: 3px solid #fff;
        height: 44px;
        line-height: 29px;
        width: 157px;
        text-align: center;
    }

    body:not(.empty-body) .contact-button-wrapper a, body:not(.empty-body) .home-contact-button-wrapper a {
        text-decoration: none;
    }

@media screen and (max-width: 1880px) {
    body:not(.empty-body) .home-contact-button-wrapper {
        padding-top: 280px;
    }
}

@media screen and (max-width: 480px) {
    body:not(.empty-body) .contact-button-wrapper {
        position: fixed;
        display: inline-block;
        padding-top: 0px !important;
        margin-top: 0px;
        width: 100%;
        z-index: 2;
    }

        body:not(.empty-body) .contact-button-wrapper > div, body:not(.empty-body) .contact-button-wrapper > a {
            display: flex;
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
        }

        body:not(.empty-body) .contact-button-wrapper > .contact-number {
            width: 100%;
        }

            body:not(.empty-body) .contact-button-wrapper > .contact-number span:last-of-type {
                margin: 0 auto;
                margin-top: 8px;
            }

        body:not(.empty-body) .contact-button-wrapper > a, body:not(.empty-body) .contact-button-wrapper > #btnLiveChat {
            width: 50%;
            padding: 0 !important;
            margin: 0 !important;
            float: left;
            border: 0 !important;
            cursor: pointer !important;
            pointer-events: all !important;
        }

            body:not(.empty-body) .contact-button-wrapper > a::after, body:not(.empty-body) .contact-button-wrapper > #btnLiveChat::after {
                margin: 0 !important;
            }

        body:not(.empty-body) .contact-button-wrapper #btnGetQuote {
            padding: 0 !important;
            margin: 0 !important;
            width: 100%;
            border: 0 !important;
        }

    body:not(.empty-body) .home-contact-button-wrapper {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-top: 0px;
        top: 0;
        padding-top: 0px;
    }

        body:not(.empty-body) .home-contact-button-wrapper > .contact-number {
            display: block !important;
            width: 100%;
            margin: 0px;
            border: 0px;
        }

            body:not(.empty-body) .home-contact-button-wrapper > .contact-number span:last-of-type {
                margin: 0;
            }

        body:not(.empty-body) .home-contact-button-wrapper .quote-contact-button-wrapper {
            width: 50%;
            float: left;
            margin: 0px;
        }

            body:not(.empty-body) .home-contact-button-wrapper .quote-contact-button-wrapper a {
                width: 100%;
            }

        body:not(.empty-body) .home-contact-button-wrapper .live-chat-contact-button-wrapper {
            width: 50%;
            float: right;
            margin: 0px;
        }

        body:not(.empty-body) .home-contact-button-wrapper .home-contact-button-inline {
            display: inline-block;
        }

            body:not(.empty-body) .home-contact-button-wrapper .home-contact-button-inline .header-button {
                padding: 0;
                margin: 0;
                border: 0;
                cursor: pointer;
                pointer-events: all;
                width: 100%;
            }

            body:not(.empty-body) .home-contact-button-wrapper .home-contact-button-inline button {
                margin: 0px;
            }
}

@media screen and (max-width: 305px) {
    body:not(.empty-body) .icon-speech::after {
        content: none;
    }
}

body:not(.empty-body) div.mobile-nav {
    width: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    body:not(.empty-body) div.mobile-nav nav {
        overflow: hidden;
        position: relative;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

        body:not(.empty-body) div.mobile-nav nav ul {
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            body:not(.empty-body) div.mobile-nav nav ul li {
                position: relative;
                display: inline-block;
                width: 100%;
            }

        body:not(.empty-body) div.mobile-nav nav > ul {
            margin-top: 120px;
        }

            body:not(.empty-body) div.mobile-nav nav > ul > li {
                /*background-color: $corp-colour-mobilemenu;*/
                /* Level - 2 */
            }

                body:not(.empty-body) div.mobile-nav nav > ul > li > a {
                    display: inline-block;
                    padding: 10px 0 10px 15px;
                    color: #FFFFFF;
                    width: calc(100% - 50px);
                    font-size: 18px;
                }

                body:not(.empty-body) div.mobile-nav nav > ul > li > span {
                    display: inline-block;
                    width: 36px;
                    height: 36px;
                    cursor: pointer;
                    position: absolute;
                    font-size: 16px;
                }

                    body:not(.empty-body) div.mobile-nav nav > ul > li > span::after {
                        height: 36px;
                        width: 50px;
                        display: block;
                        color: #FFFFFF;
                        padding: 10px 0 0 10px;
                    }

                body:not(.empty-body) div.mobile-nav nav > ul > li > ul {
                    display: none;
                }

                    body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li {
                        /*background-color: $corp-colour-mobilemenu - 20;*/
                        /* Level - 3 */
                    }

                        body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li > a {
                            display: inline-block;
                            padding: 10px 0 10px 25px;
                            color: #FFFFFF;
                            width: calc(100% - 50px);
                            font-size: 16px;
                        }

                        body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li > span {
                            display: inline-block;
                            width: 36px;
                            height: 36px;
                            cursor: pointer;
                            position: absolute;
                            color: #FFFFFF;
                            padding: 10px 0 0 10px;
                            font-size: 16px;
                        }

                        body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li > ul > li {
                            /*background-color: $corp-colour-mobilemenu - 40;*/
                        }

                            body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li > ul > li > a {
                                display: inline-block;
                                padding: 10px 0 10px 35px;
                                color: #FFFFFF;
                                width: calc(100% - 50px);
                                font-size: 14px;
                            }

                            body:not(.empty-body) div.mobile-nav nav > ul > li > ul > li > ul > li > span {
                                display: inline-block;
                                width: 36px;
                                height: 36px;
                                cursor: pointer;
                                position: absolute;
                                color: #FFFFFF;
                                padding: 10px 0 0 10px;
                                font-size: 16px;
                            }

                body:not(.empty-body) div.mobile-nav nav > ul > li.open {
                    z-index: 10000;
                }

                    body:not(.empty-body) div.mobile-nav nav > ul > li.open > ul {
                        height: auto;
                    }

        body:not(.empty-body) div.mobile-nav nav div.search {
            margin-top: 0px;
            position: absolute;
            top: 0;
            width: 100%;
        }

            body:not(.empty-body) div.mobile-nav nav div.search::before {
                content: 'Stor-Age Self Storage';
                display: block;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 20px;
                border-bottom: 1px solid #fff;
            }

            body:not(.empty-body) div.mobile-nav nav div.search::after {
                content: 'Navigation';
                display: block;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                margin-top: 25px;
                border-bottom: 1px solid #fff;
            }

            body:not(.empty-body) div.mobile-nav nav div.search .site-search {
                height: 25px;
                padding-left: 30px;
                color: #FFFFFF;
                background-color: #CCC;
                border: 0;
                width: 100%;
            }

            body:not(.empty-body) div.mobile-nav nav div.search form {
                display: block;
                margin: 0px 15px 0px 15px;
            }

                body:not(.empty-body) div.mobile-nav nav div.search form.focus .site-search {
                    background-color: #FFFFFF;
                    color: #333;
                }

                body:not(.empty-body) div.mobile-nav nav div.search form.focus .icon-search::after {
                    color: #14225C;
                }

            body:not(.empty-body) div.mobile-nav nav div.search .icon-search {
                height: 29px;
                width: 25px;
                bottom: 48px;
                position: absolute;
            }

                body:not(.empty-body) div.mobile-nav nav div.search .icon-search::after {
                    font-size: 18px;
                    top: 4px;
                    left: 6px;
                    font-family: IcoMoonSet1;
                    content: '\e986';
                    color: #FFFFFF;
                    position: absolute;
                    -moz-transform: rotateY(180deg);
                    -ms-transform: rotateY(180deg);
                    -o-transform: rotateY(180deg);
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

    body:not(.empty-body) div.mobile-nav.open {
        width: 100%;
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    body:not(.empty-body) div.mobile-nav.closed {
        width: 100%;
        visibility: hidden;
        opacity: 0;
    }

    body:not(.empty-body) div.mobile-nav .social-bar-share {
        text-align: center;
        color: #fff;
        background-color: #333;
        border-radius: 5px;
        margin-left: 15px;
        margin-right: 15px;
    }

    body:not(.empty-body) div.mobile-nav .mobile-menu-toggle {
        /* display: none; */
        height: 39px;
        width: 43px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        margin-top: 20px;
        margin-right: 15px;
        z-index: 11;
        right: 1px;
        top: 1px;
        /*&.open {
                background-color: $corp-colour-white;
                border: 3px solid $corp-colour-primary - 20;

                &::after {
                    color: $corp-colour-primary;
                }
            }*/
    }

        body:not(.empty-body) div.mobile-nav .mobile-menu-toggle::after {
            color: #FFFFFF;
            height: 35px;
            width: 35px;
            font-size: 32px;
            position: absolute;
            bottom: 5px;
            left: 3px;
        }

body:not(.empty-body) footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

    body:not(.empty-body) footer a {
        text-decoration: none;
    }

        body:not(.empty-body) footer a:hover {
            text-decoration: none;
        }

    body:not(.empty-body) footer .footer-content {
        /*min-height: 310px;*/
        background-color: #14225C;
        text-align: center;
    }

        body:not(.empty-body) footer .footer-content .container {
            max-width: 890px;
            color: #FFFFFF;
            padding-top: 15px;
        }

            body:not(.empty-body) footer .footer-content .container h4 {
                position: relative;
                font-size: 20px;
                font-weight: 600;
                /*&::first-letter {
                        font-weight: 500;
                    }*/
            }

                body:not(.empty-body) footer .footer-content .container h4::after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    background-color: #FFFFFF;
                    bottom: -8px;
                    left: 0;
                }

            body:not(.empty-body) footer .footer-content .container .content {
                position: relative;
                min-height: 165px;
                padding: 5px 15px 1px 15px;
            }

                body:not(.empty-body) footer .footer-content .container .content > img {
                    width: 100%;
                }

                body:not(.empty-body) footer .footer-content .container .content > ul {
                    margin-top: 10px;
                }

                body:not(.empty-body) footer .footer-content .container .content span {
                    font-size: 14px;
                }

                body:not(.empty-body) footer .footer-content .container .content > div {
                    margin-top: 10px;
                    /*&:last-of-type {
                            margin-top: 25px;
                        }*/
                }

                    body:not(.empty-body) footer .footer-content .container .content > div > select {
                        width: 100%;
                    }

                body:not(.empty-body) footer .footer-content .container .content > .absolute {
                    position: absolute;
                }

                body:not(.empty-body) footer .footer-content .container .content > .right {
                    right: 0;
                    margin-right: 15px;
                }

@media screen and (min-width: 768px) {
    body:not(.empty-body) footer .footer-content .container .content {
        position: relative;
        padding: 5px 15px 15px 15px;
        min-height: 0;
    }
}

body:not(.empty-body) footer .footer-content .social {
    text-align: center;
    padding: 0px 0 15px 0;
    position: relative;
    display: inline-flex;
}

    body:not(.empty-body) footer .footer-content .social span > a > div {
        color: #FFFFFF;
        padding: 0px;
        display: inline-block;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 11px;
        font-weight: 300;
        cursor: pointer;
    }

        body:not(.empty-body) footer .footer-content .social span > a > div span {
            font-weight: 500;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div::before {
            width: 40px;
            height: 40px;
            background-color: #FFFFFF;
            color: #14225C;
            font-family: socicon !important;
            font-size: 25px;
            display: block;
            border-radius: 25px;
            position: relative;
            top: 0;
            left: 0;
            padding: 3px;
            -moz-transition: background-color 0.5s ease, color 0.5s ease;
            -o-transition: background-color 0.5s ease, color 0.5s ease;
            -webkit-transition: background-color 0.5s ease, color 0.5s ease;
            transition: background-color 0.5s ease, color 0.5s ease;
            border: 3px solid #14225C;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div:hover::before {
            background-color: #000e48;
            color: #FFFFFF;
            border: 3px solid #FFFFFF;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div:hover > i {
            color: #FFFFFF;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.facebook::before {
            content: '\e041';
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.twitter::before {
            content: '\e040';
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.google::before {
            content: '\e042';
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.customsocial > i, body:not(.empty-body) footer .footer-content .social span > a > div.customsocial > span {
            position: absolute;
            top: 6.3px;
            text-align: center;
            color: #E41937;
            left: 8.5px;
            font-size: 28px;
            -moz-transition: background-color 0.5s ease, color 0.5s ease;
            -o-transition: background-color 0.5s ease, color 0.5s ease;
            -webkit-transition: background-color 0.5s ease, color 0.5s ease;
            transition: background-color 0.5s ease, color 0.5s ease;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.customsocial::before {
            content: ' ';
            font-family: FontAwesome;
            display: flex;
            text-align: center;
        }

        body:not(.empty-body) footer .footer-content .social span > a > div.customsocial:hover > i, body:not(.empty-body) footer .footer-content .social span > a > div.customsocial:hover > span {
            color: #FFFFFF;
        }

@media screen and (max-width: 768px) {
    body:not(.empty-body) footer .footer-content .social > span {
        display: block;
        width: 33.3%;
        float: left;
        padding: 0 2%;
    }
}

@media screen and (max-width: 430px) {
    body:not(.empty-body) footer .footer-content .social > span {
        float: left;
        padding: 0 1%;
    }
}

@media screen and (max-width: 420px) {
    body:not(.empty-body) footer .footer-content .social {
        position: relative;
        display: inline-block;
    }

        body:not(.empty-body) footer .footer-content .social > span {
            margin-bottom: 15px;
            display: block;
            float: left;
            padding: 0 1%;
        }
}

body:not(.empty-body) footer .footer-copyright {
    text-align: center;
    padding-top: 2px;
    background-color: #7b838e;
    /*height: $default-space-multiplier;*/
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 3px;
}

    body:not(.empty-body) footer .footer-copyright a {
        color: #FFFFFF;
        margin-right: 2px;
    }

        body:not(.empty-body) footer .footer-copyright a::after {
            content: '|';
            padding-left: 5px;
            color: #333;
        }

    body:not(.empty-body) footer .footer-copyright span {
        color: #FFFFFF;
    }

body:not(.empty-body) footer.quote {
    position: relative;
    bottom: 0;
}

body:not(.empty-body) select#GetAQuoteReion, body:not(.empty-body) select#GetAQuoteStore {
    padding: 7px 0px;
    border-radius: 0px;
}

body:not(.empty-body) article.content {
    position: relative;
}

    body:not(.empty-body) article.content section.overhead-slider {
        /*max-width: 1920px;*/
        margin: 0 auto;
        height: 430px;
        position: relative;
    }

@media (min-width: 1920px) {
    body:not(.empty-body) article.content section.overhead-slider {
        padding-bottom: 25%;
        height: 33%;
    }
}

body:not(.empty-body) article.content section.overhead-slider div.quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
    /*text-shadow: 0 0 10px black;*/
}

body:not(.empty-body) article.content section.overhead-slider .slide {
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

    body:not(.empty-body) article.content section.overhead-slider .slide.current {
        left: 0;
        -moz-transition: left 0.5s linear;
        -o-transition: left 0.5s linear;
        -webkit-transition: left 0.5s linear;
        transition: left 0.5s linear;
    }

    body:not(.empty-body) article.content section.overhead-slider .slide.previous {
        right: 100%;
        -moz-transition: right 0.5s linear;
        -o-transition: right 0.5s linear;
        -webkit-transition: right 0.5s linear;
        transition: right 0.5s linear;
    }

    body:not(.empty-body) article.content section.overhead-slider .slide.inverse {
        left: 0;
        right: 100%;
    }

        body:not(.empty-body) article.content section.overhead-slider .slide.inverse.current {
            right: 0;
            -moz-transition: right 0.5s linear;
            -o-transition: right 0.5s linear;
            -webkit-transition: right 0.5s linear;
            transition: right 0.5s linear;
        }

        body:not(.empty-body) article.content section.overhead-slider .slide.inverse.previous {
            left: 100%;
            -moz-transition: left 0.5s linear;
            -o-transition: left 0.5s linear;
            -webkit-transition: left 0.5s linear;
            transition: left 0.5s linear;
        }

body:not(.empty-body) article.content section.overhead-slider .next, body:not(.empty-body) article.content section.overhead-slider .prev {
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

body:not(.empty-body) article.content section.overhead-slider .next {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -35px;
    border-radius: 0;
}

    body:not(.empty-body) article.content section.overhead-slider .next::after {
        content: '\2771';
        color: #FFFFFF;
        top: 0;
        position: absolute;
        bottom: 0;
        width: 30px;
        align-items: center;
        display: flex;
        font-size: 30px;
        padding: 7px;
    }

body:not(.empty-body) article.content section.overhead-slider .prev {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: -35px;
    border-radius: 0;
}

    body:not(.empty-body) article.content section.overhead-slider .prev::after {
        content: '\2770';
        color: #FFFFFF;
        top: 0;
        position: absolute;
        bottom: 0;
        width: 30px;
        align-items: center;
        display: flex;
        font-size: 30px;
        padding: 7px;
    }

body:not(.empty-body) article.content section.overhead-slider:hover .next {
    right: 0;
}

body:not(.empty-body) article.content section.overhead-slider:hover .prev {
    left: 0;
}

body:not(.empty-body) article.content section.overhead-slider .prog {
    content: '';
    height: 3px;
    position: absolute;
    width: 1%;
    background-color: #14225C;
    opacity: 0.6;
    bottom: 0;
    z-index: 2;
    -moz-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

    body:not(.empty-body) article.content section.overhead-slider .prog::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 0;
    }

body:not(.empty-body) article.content section.overhead-slider::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 2px;
    z-index: 1;
}

body:not(.empty-body) article.content section.testimonials {
    height: 300px;
    /*background-color: #7b838e;*/
    background-color: #f1f1f1;
}

    body:not(.empty-body) article.content section.testimonials div.quote {
        line-height: 25px;
        max-width: 890px;
        width: 100%;
        margin: 0 auto;
        padding: 35px 35px;
        color: #4c4c4c;
        /*text-shadow: 0 0 10px black;*/
    }

        body:not(.empty-body) article.content section.testimonials div.quote div.customer-testimony {
            padding-left: 155px;
            padding-top: 25px;
            font-weight: 500;
            position: relative;
            word-spacing: 4px;
        }

            body:not(.empty-body) article.content section.testimonials div.quote div.customer-testimony div.customer-hancock {
                padding-top: 35px;
                text-align: right;
                padding-right: 175px;
            }

            body:not(.empty-body) article.content section.testimonials div.quote div.customer-testimony::after {
                content: '\201D';
                font-family: "serif";
                float: right;
                margin-top: 5px;
                font-weight: 900;
            }

        body:not(.empty-body) article.content section.testimonials div.quote::before {
            content: '\201C';
            font-family: "serif";
            position: absolute;
            margin-top: 95px;
            margin-left: 35px;
            font-weight: 900;
        }

@media screen and (min-width: 1224px) {
    body:not(.empty-body) article.content section.testimonials {
        height: 300px;
    }

        body:not(.empty-body) article.content section.testimonials div.quote {
            font-size: 34px;
        }

            body:not(.empty-body) article.content section.testimonials div.quote::before {
                font-size: 200px;
            }

        body:not(.empty-body) article.content section.testimonials div.customer-testimony {
            font-size: 20px;
            line-height: 24px;
        }

            body:not(.empty-body) article.content section.testimonials div.customer-testimony::after {
                font-size: 200px;
            }
}

@media screen and (max-width: 1224px) {
    body:not(.empty-body) article.content section.testimonials {
        height: 285px;
    }

        body:not(.empty-body) article.content section.testimonials div.quote {
            font-size: 3vw;
        }

            body:not(.empty-body) article.content section.testimonials div.quote::before {
                font-size: 14vw;
            }

        body:not(.empty-body) article.content section.testimonials div.customer-testimony {
            font-size: 1.5vw;
            line-height: 2vw;
        }

            body:not(.empty-body) article.content section.testimonials div.customer-testimony::after {
                font-size: 14vw;
            }
}

@media screen and (max-width: 1024px) {
    body:not(.empty-body) article.content section.testimonials {
        height: 285px;
    }

        body:not(.empty-body) article.content section.testimonials div.quote {
            font-size: 28px;
        }

            body:not(.empty-body) article.content section.testimonials div.quote::before {
                font-size: 120px;
            }

        body:not(.empty-body) article.content section.testimonials div.customer-testimony {
            font-size: 14px;
            line-height: 16px;
        }

            body:not(.empty-body) article.content section.testimonials div.customer-testimony::after {
                font-size: 120px;
            }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.testimonials {
        height: 280px;
    }

        body:not(.empty-body) article.content section.testimonials div.quote {
            font-size: 28px;
        }

            body:not(.empty-body) article.content section.testimonials div.quote::before {
                font-size: 120px;
                margin-top: 66px;
                margin-left: 17px;
            }

        body:not(.empty-body) article.content section.testimonials div.customer-testimony {
            font-size: 14px;
            line-height: 16px;
            padding-left: 90px !important;
            padding-top: 25px !important;
        }

            body:not(.empty-body) article.content section.testimonials div.customer-testimony::after {
                font-size: 120px;
            }

            body:not(.empty-body) article.content section.testimonials div.customer-testimony div.customer-hancock {
                padding-top: 20px !important;
                text-align: right;
                padding-right: 100px !important;
            }
}

body:not(.empty-body) article.content section.quick-links {
    background-color: #14225C;
}

    body:not(.empty-body) article.content section.quick-links .container {
        max-width: 890px;
        color: #FFFFFF;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
    }

        body:not(.empty-body) article.content section.quick-links .container .content {
            position: relative;
            height: 100%;
        }

            body:not(.empty-body) article.content section.quick-links .container .content .quicklink {
                position: relative;
                height: 100%;
                /*border: 3px solid $corp-colour-primary;*/
                border-radius: 0px;
                -moz-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease;
            }

                body:not(.empty-body) article.content section.quick-links .container .content .quicklink.single-line h4 {
                    padding: 0px 15px;
                    padding-top: 15px;
                }

                body:not(.empty-body) article.content section.quick-links .container .content .quicklink h4 {
                    font-size: 18px;
                    text-align: center;
                    font-weight: 300;
                    min-height: 34px;
                }

                    body:not(.empty-body) article.content section.quick-links .container .content .quicklink h4 > span {
                        /*font-weight: 700;*/
                    }

                body:not(.empty-body) article.content section.quick-links .container .content .quicklink:hover {
                    /*border: 3px solid ($corp-colour-white);*/
                    background-color: #000e48;
                    color: #FFFFFF;
                }

                    body:not(.empty-body) article.content section.quick-links .container .content .quicklink:hover:after {
                        color: #14225C;
                    }

        body:not(.empty-body) article.content section.quick-links .container .quicklink {
            position: relative;
            display: inline-block;
            height: 100%;
            width: 100%;
            color: #FFFFFF;
            text-decoration: none;
            text-align: center;
        }

            body:not(.empty-body) article.content section.quick-links .container .quicklink .icon {
                height: 55px;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center top;
                margin-top: 15px;
            }

    body:not(.empty-body) article.content section.quick-links.slim .container .links {
        text-align: center;
    }

        body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper {
            display: inline-block;
        }

            body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content {
                width: 75px;
                margin: 0 auto;
            }

                body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink {
                    padding-top: 5px;
                }

                    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink > div {
                        height: 53px;
                        width: 53px;
                        background-color: white;
                        border-radius: 100%;
                        margin: 0 auto;
                        -moz-transition: background-color 0.5s ease;
                        -o-transition: background-color 0.5s ease;
                        -webkit-transition: background-color 0.5s ease;
                        transition: background-color 0.5s ease;
                        border: solid 3px #14225C;
                    }

                        body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink > div:after {
                            color: #14225C;
                            font-size: 30px;
                            display: block;
                            height: 53px;
                            padding-top: 2px;
                        }

                    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink h4 {
                        font-size: 13px;
                        font-weight: 600;
                        display: table-cell;
                        width: 75px;
                        height: 26px;
                        vertical-align: bottom;
                        text-align: center;
                    }

                    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover {
                        background-color: #14225C;
                    }

                        body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover > div {
                            background-color: #14225C;
                            border: solid 3px #FFFFFF;
                        }

                            body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover > div:after {
                                color: #FFFFFF;
                            }

                        body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover h4 {
                            font-size: 13px;
                            font-weight: 600;
                            text-decoration: underline;
                        }

@media screen and (min-width: 768px) {
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(8),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(7),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(7):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(8):nth-last-child(1) {
        width: 12%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(7),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(7):nth-last-child(1) {
        width: 14%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(1) {
        width: 12.67%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(1) {
        width: 19%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(1) {
        width: 24.2%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(1) {
        width: 33%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(1) {
        width: 49.5%;
    }

    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(1) {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.quick-links.slim .container .links .link-wrapper {
        width: 33.3%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

body:not(.empty-body) article.content section.quick-links.use-wrapper {
    position: relative;
}

    body:not(.empty-body) article.content section.quick-links.use-wrapper .container {
        vertical-align: top;
        text-align: center;
        height: 100%;
        position: relative;
    }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper {
            display: inline-block;
            height: 100%;
            position: relative;
        }

            body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper a {
                display: inline-table;
            }

@media screen and (min-width: 768px) {
    body:not(.empty-body) article.content section.quick-links.use-wrapper .container {
        height: 175px;
    }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(8),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(7),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(8):nth-last-child(1) {
            width: 12%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(7),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(1) {
            width: 14%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(1) {
            width: 12.67%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(1) {
            width: 19%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(1) {
            width: 24.2%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(1) {
            width: 33%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(1) {
            width: 49.5%;
        }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(1) {
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.quick-links.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper {
            width: 33.3%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 530px) {
    body:not(.empty-body) article.content section.quick-links.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper {
            width: 50%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
            height: 143px;
        }

            body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper:last-of-type {
                float: none;
            }
}

@media screen and (max-width: 320px) {
    body:not(.empty-body) article.content section.quick-links.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links.use-wrapper .container .link-wrapper {
            width: 100%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

body:not(.empty-body) article.content section.quick-links-alt {
    background-color: #FFFFFF;
}

    body:not(.empty-body) article.content section.quick-links-alt .container {
        max-width: 890px;
        color: #FFFFFF;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
    }

        body:not(.empty-body) article.content section.quick-links-alt .container.home-pad {
            padding-top: 95px;
            padding-bottom: 75px;
            height: auto !important;
        }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.quick-links-alt .container.home-pad {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

body:not(.empty-body) article.content section.quick-links-alt .container .content {
    position: relative;
    height: 100%;
}

    body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink {
        position: relative;
        height: 100%;
        /*border: 3px solid $corp-colour-primary;*/
        border-radius: 0px;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

        body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink.single-line h4 {
            padding: 0px 15px;
            padding-top: 15px;
        }

        body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink h4 {
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            min-height: 34px;
        }

            body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink h4 > span {
                /*font-weight: 700;*/
            }

        body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink:hover .icon {
            background-color: #283670;
        }

        body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink:hover h4 {
            font-weight: 500;
        }

        body:not(.empty-body) article.content section.quick-links-alt .container .content .quicklink:hover:after {
            color: #14225C;
        }

body:not(.empty-body) article.content section.quick-links-alt .container .quicklink {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #333;
    text-decoration: none;
    text-align: center;
}

    body:not(.empty-body) article.content section.quick-links-alt .container .quicklink .icon {
        height: 55px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        margin-top: 15px;
        background-color: #14225C;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

        body:not(.empty-body) article.content section.quick-links-alt .container .quicklink .icon > img {
            width: 40px;
            vertical-align: middle;
            padding-top: 20px;
        }

body:not(.empty-body) article.content section.quick-links-alt.slim .container .links {
    text-align: center;
}

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper {
        display: inline-block;
    }

        body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content {
            width: 75px;
            margin: 0 auto;
        }

            body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink {
                padding-top: 5px;
            }

                body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink > div {
                    height: 53px;
                    width: 53px;
                    background-color: white;
                    border-radius: 100%;
                    margin: 0 auto;
                    -moz-transition: background-color 0.5s ease;
                    -o-transition: background-color 0.5s ease;
                    -webkit-transition: background-color 0.5s ease;
                    transition: background-color 0.5s ease;
                    border: solid 3px #14225C;
                }

                    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink > div:after {
                        color: #14225C;
                        font-size: 30px;
                        display: block;
                        height: 53px;
                        padding-top: 2px;
                    }

                body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink h4 {
                    font-size: 13px;
                    font-weight: 600;
                    display: table-cell;
                    width: 75px;
                    height: 26px;
                    vertical-align: bottom;
                    text-align: center;
                }

                body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover {
                    background-color: #14225C;
                }

                    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover > div {
                        background-color: #14225C;
                        border: solid 3px #FFFFFF;
                    }

                        body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover > div:after {
                            color: #FFFFFF;
                        }

                    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover h4 {
                        font-size: 13px;
                        font-weight: 600;
                        text-decoration: underline;
                    }

@media screen and (min-width: 768px) {
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(8),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(7),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(7):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(8):nth-last-child(1) {
        width: 12%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(7),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(7):nth-last-child(1) {
        width: 14%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(6),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(1) {
        width: 12.67%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(5),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(1) {
        width: 19%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(4),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(1) {
        width: 24.2%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(3),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(1) {
        width: 33%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(2),
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(1) {
        width: 49.5%;
    }

    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(1) {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.quick-links-alt.slim .container .links .link-wrapper {
        width: 33.3%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

body:not(.empty-body) article.content section.quick-links-alt.use-wrapper {
    position: relative;
}

    body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container {
        vertical-align: top;
        text-align: center;
        height: 100%;
        position: relative;
    }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper {
            display: inline-block;
            height: 100%;
            position: relative;
        }

            body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper a {
                display: inline-table;
            }

@media screen and (min-width: 768px) {
    body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container {
        height: 175px;
    }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(8),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(7),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(8):nth-last-child(1) {
            width: 12%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(7),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(1) {
            width: 14%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(6),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(1) {
            width: 12.67%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(5),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(1) {
            width: 19%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(4),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(1) {
            width: 24.2%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(3),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(1) {
            width: 33%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(2),
        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(1) {
            width: 49.5%;
        }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(1) {
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper {
            width: 33.3%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 530px) {
    body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper {
            width: 50%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
            height: 143px;
        }

            body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper:last-of-type {
                float: none;
            }
}

@media screen and (max-width: 320px) {
    body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container {
        height: 100%;
    }

        body:not(.empty-body) article.content section.quick-links-alt.use-wrapper .container .link-wrapper {
            width: 100%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

body:not(.empty-body) article.content section.brand-block {
    background-color: #7b838e;
}

    body:not(.empty-body) article.content section.brand-block .container {
        max-width: 890px;
        color: #FFFFFF;
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
    }

        body:not(.empty-body) article.content section.brand-block .container .content {
            font-size: 20px;
            position: relative;
        }

            body:not(.empty-body) article.content section.brand-block .container .content button {
                position: absolute;
                right: 0;
                bottom: -30px;
            }

body:not(.empty-body) article.content section.brand-block-alt {
    background-color: #FFFFFF;
}

    body:not(.empty-body) article.content section.brand-block-alt .container {
        max-width: 890px;
        color: #333;
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
    }

        body:not(.empty-body) article.content section.brand-block-alt .container .content {
            font-size: 20px;
            position: relative;
        }

            body:not(.empty-body) article.content section.brand-block-alt .container .content button {
                position: absolute;
                right: 0;
                bottom: -30px;
                color: #7b838e;
                background-color: #FFF;
            }

body:not(.empty-body) article.content section.store-locator {
    min-height: 0;
    max-height: 710px;
    background-color: #d2dcdb;
}

body:not(.empty-body) article.content section.information-links {
    background-color: #7b838e;
}

    body:not(.empty-body) article.content section.information-links .container {
        max-width: 890px;
        color: #FFFFFF;
        padding-top: 15px;
        padding-bottom: 15px;
    }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content section.information-links .container > div {
        text-align: center;
    }

        body:not(.empty-body) article.content section.information-links .container > div a {
            width: 100%;
            padding: 15px;
            display: block;
        }
}

body:not(.empty-body) article.content > section.content, body:not(.empty-body) article.content > div.content {
    position: relative;
    display: flex;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 2px 0 #FFFFFF;
    margin-bottom: 2px;
}

    body:not(.empty-body) article.content > section.content .content-wrapper, body:not(.empty-body) article.content > div.content .content-wrapper {
        max-width: 890px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

        body:not(.empty-body) article.content > section.content .content-wrapper.full, body:not(.empty-body) article.content > div.content .content-wrapper.full {
            max-width: 100%;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper.extralarge, body:not(.empty-body) article.content > div.content .content-wrapper.extralarge {
            max-width: 1080px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper.large, body:not(.empty-body) article.content > div.content .content-wrapper.large {
            max-width: 950px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper.medium, body:not(.empty-body) article.content > div.content .content-wrapper.medium {
            max-width: 750px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper.small, body:not(.empty-body) article.content > div.content .content-wrapper.small {
            max-width: 500px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper table tbody tr td, body:not(.empty-body) article.content > div.content .content-wrapper table tbody tr td {
            padding: 5px 10px 0 0;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper table.formatted-table, body:not(.empty-body) article.content > div.content .content-wrapper table.formatted-table {
            width: 100%;
        }

            body:not(.empty-body) article.content > section.content .content-wrapper table.formatted-table tr.header, body:not(.empty-body) article.content > div.content .content-wrapper table.formatted-table tr.header {
                border-bottom: 1px solid #333;
            }

            body:not(.empty-body) article.content > section.content .content-wrapper table.formatted-table td, body:not(.empty-body) article.content > div.content .content-wrapper table.formatted-table td {
                font-size: 12px;
                padding: 5px 10px 5px 5px;
            }

                body:not(.empty-body) article.content > section.content .content-wrapper table.formatted-table td.AltRow, body:not(.empty-body) article.content > div.content .content-wrapper table.formatted-table td.AltRow {
                    background-color: #DBE0E6;
                }

        body:not(.empty-body) article.content > section.content .content-wrapper > div.search-result p, body:not(.empty-body) article.content > div.content .content-wrapper > div.search-result p {
            font-size: 14px;
            color: #333;
            padding-left: 15px;
            padding-bottom: 25px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-across, body:not(.empty-body) article.content > div.content .content-wrapper .content-across {
            width: 100%;
            display: inline-block;
            position: relative;
        }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across.blog p a, body:not(.empty-body) article.content > div.content .content-wrapper .content-across.blog p a {
                color: #fff;
                margin-right: 5px;
                margin-left: 5px;
            }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper {
                position: relative;
            }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .summary, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .summary {
                    padding-left: 0px;
                    position: relative;
                    font-size: 16px;
                    text-align: left;
                    font-weight: 600;
                    /*&::before {
                                content: '\00bb';
                                color: #FFFFFF;
                                top: -20px;
                                left: -8px;
                                position: absolute;
                                width: 30px;
                                align-items: center;
                                display: flex;
                                font-size: 30px;
                                padding: 7px;
                            }*/
                }

                    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .summary > span, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .summary > span {
                        padding-left: 18px;
                        font-weight: 500;
                        display: block;
                    }

                    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .summary.quote, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .summary.quote {
                        font-size: 28px;
                        font-weight: 600;
                        padding-left: 0px;
                        text-decoration: underline;
                    }

                        body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .summary.quote::before, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .summary.quote::before {
                            content: none;
                        }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .button-container, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .button-container {
                    text-align: right;
                    padding-right: 0px;
                    padding-bottom: 25px;
                }

                    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper .button-container button, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper .button-container button {
                        display: inline-block;
                    }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper.small, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper.small {
                    width: calc(66% - 180px);
                    float: left;
                }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-image, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-image {
                width: 165px;
                float: left;
                object-fit: fill;
                overflow: hidden;
                border-radius: 0px;
                margin-top: 10px;
            }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-image > img, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-image > img {
                    max-height: 138px;
                    border-radius: 0px;
                }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-blurb, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-blurb {
                width: 33%;
                float: right;
                background-color: #90979F;
                margin-top: 10px;
                border-radius: 0px;
                margin-right: 18px;
                padding: 10px;
                padding-left: 20px;
                min-height: 137px;
                max-height: 137px;
            }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-blurb h3, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-blurb h3 {
                    font-size: 16px;
                    font-weight: 700;
                    margin-top: 17px;
                }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-blurb p, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-blurb p {
                    font-size: 14px;
                }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across > .summary, body:not(.empty-body) article.content > div.content .content-wrapper .content-across > .summary {
                padding-left: 0px;
                position: relative;
                text-align: left;
                padding-right: 20px;
                /*&::before {
                            content: '\00bb';
                            color: #FFFFFF;
                            top: -20px;
                            left: -8px;
                            position: absolute;
                            width: 30px;
                            align-items: center;
                            display: flex;
                            font-size: 30px;
                            padding: 7px;
                        }*/
            }

                body:not(.empty-body) article.content > section.content .content-wrapper .content-across > .summary > span, body:not(.empty-body) article.content > div.content .content-wrapper .content-across > .summary > span {
                    padding-left: 18px;
                    font-weight: 500;
                    display: block;
                }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper {
        width: calc(100% - 260px);
        float: left;
        z-index: 1;
        min-height: 130px;
        padding: 4px 15px;
        text-shadow: 0px 0px 2px black;
    }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper.small, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper.small {
            width: 100%;
            padding: 4px 15px;
            text-shadow: 0px 0px 2px black;
        }

            body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper.small > .summary, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper.small > .summary {
                font-size: 14px;
            }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-wrapper > .summary, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-wrapper > .summary {
            font-size: 14px;
        }

    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-image, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-image {
        z-index: 0;
        position: absolute;
        width: calc(100% - 100px);
    }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-image > img, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-image > img {
            max-height: 137px;
            height: 137px;
            width: 100%;
            border-radius: 0px;
            object-fit: cover;
            opacity: 0.5;
        }

    body:not(.empty-body) article.content > section.content .content-wrapper .content-across .summary-blurb, body:not(.empty-body) article.content > div.content .content-wrapper .content-across .summary-blurb {
        width: 242px;
        position: absolute;
        right: 0;
        z-index: 1;
    }
}

body:not(.empty-body) article.content > section.content .content-wrapper .content-left, body:not(.empty-body) article.content > div.content .content-wrapper .content-left {
    width: calc(55% - 10px);
    float: left;
}

    body:not(.empty-body) article.content > section.content .content-wrapper .content-left.lonesome, body:not(.empty-body) article.content > div.content .content-wrapper .content-left.lonesome {
        width: 100%;
    }

    body:not(.empty-body) article.content > section.content .content-wrapper .content-left.blog, body:not(.empty-body) article.content > div.content .content-wrapper .content-left.blog {
        width: 145px;
        min-height: 80px;
        padding-bottom: 25px;
    }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-left.blog img.responsive, body:not(.empty-body) article.content > div.content .content-wrapper .content-left.blog img.responsive {
            width: 100%;
        }

    body:not(.empty-body) article.content > section.content .content-wrapper .content-left.responsive-img > img, body:not(.empty-body) article.content > div.content .content-wrapper .content-left.responsive-img > img {
        width: 100%;
    }

body:not(.empty-body) article.content > section.content .content-wrapper .content-right, body:not(.empty-body) article.content > div.content .content-wrapper .content-right {
    width: calc(45% - 10px);
    float: right;
}

    body:not(.empty-body) article.content > section.content .content-wrapper .content-right.blog, body:not(.empty-body) article.content > div.content .content-wrapper .content-right.blog {
        width: calc(100% - 180px);
        min-height: 80px;
        padding-bottom: 25px;
        text-align: justify;
        font-size: 16px;
    }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-right.blog.lonesome, body:not(.empty-body) article.content > div.content .content-wrapper .content-right.blog.lonesome {
            width: 100%;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-right.blog img.responsive, body:not(.empty-body) article.content > div.content .content-wrapper .content-right.blog img.responsive {
            width: 100%;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-right.blog a u, body:not(.empty-body) article.content > div.content .content-wrapper .content-right.blog a u {
            display: block;
            margin-top: 35px;
        }

        body:not(.empty-body) article.content > section.content .content-wrapper .content-right.blog p, body:not(.empty-body) article.content > div.content .content-wrapper .content-right.blog p {
            font-size: 16px;
        }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content > section.content .content-wrapper .content-left, body:not(.empty-body) article.content > section.content .content-wrapper .content-right, body:not(.empty-body) article.content > div.content .content-wrapper .content-left, body:not(.empty-body) article.content > div.content .content-wrapper .content-right {
        width: 100%;
        float: none;
    }
}

body:not(.empty-body) article.content > section.content h1, body:not(.empty-body) article.content > div.content h1 {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
}

    body:not(.empty-body) article.content > section.content h1:first-of-type, body:not(.empty-body) article.content > div.content h1:first-of-type {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    body:not(.empty-body) article.content > section.content h1.lighter, body:not(.empty-body) article.content > div.content h1.lighter {
        font-weight: 500;
    }

body:not(.empty-body) article.content > section.content h2, body:not(.empty-body) article.content > div.content h2 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    /*overflow: hidden;
                height: 20px;*/
    line-height: 20px;
}

body:not(.empty-body) article.content > section.content h4, body:not(.empty-body) article.content > div.content h4 {
    color: #14225C;
    font-size: 22px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

body:not(.empty-body) article.content > section.content p, body:not(.empty-body) article.content > div.content p {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    body:not(.empty-body) article.content > section.content p.bigger, body:not(.empty-body) article.content > div.content p.bigger {
        font-size: 20px;
        font-weight: 500;
    }

    body:not(.empty-body) article.content > section.content p, body:not(.empty-body) article.content > section.content div, body:not(.empty-body) article.content > section.content p > a, body:not(.empty-body) article.content > section.content div > a, body:not(.empty-body) article.content > div.content p, body:not(.empty-body) article.content > div.content div, body:not(.empty-body) article.content > div.content p > a, body:not(.empty-body) article.content > div.content div > a {
        font-size: 14px;
    }

body:not(.empty-body) article.content > section.content.white-bg, body:not(.empty-body) article.content > div.content.white-bg {
    background-color: #FFFFFF;
    color: #333;
}

    body:not(.empty-body) article.content > section.content.white-bg .link-button:hover, body:not(.empty-body) article.content > div.content.white-bg .link-button:hover {
        background-color: white;
    }

    body:not(.empty-body) article.content > section.content.white-bg .place-holder, body:not(.empty-body) article.content > div.content.white-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #ebebeb;
        border-radius: 0px;
    }

    body:not(.empty-body) article.content > section.content.white-bg h2, body:not(.empty-body) article.content > div.content.white-bg h2 {
        color: #14225C;
        /*&::after {
                        background-color: $corp-colour-primary;
                    }*/
    }

body:not(.empty-body) article.content > section.content.whiteblu-bg, body:not(.empty-body) article.content > div.content.whiteblu-bg {
    background-color: #FFFFFF;
    color: #4D616F;
}

    body:not(.empty-body) article.content > section.content.whiteblu-bg .link-button:hover, body:not(.empty-body) article.content > div.content.whiteblu-bg .link-button:hover {
        background-color: white;
    }

    body:not(.empty-body) article.content > section.content.whiteblu-bg .place-holder, body:not(.empty-body) article.content > div.content.whiteblu-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #ebebeb;
        border-radius: 0px;
    }

    body:not(.empty-body) article.content > section.content.whiteblu-bg h2, body:not(.empty-body) article.content > div.content.whiteblu-bg h2 {
        color: #14225C;
    }

        body:not(.empty-body) article.content > section.content.whiteblu-bg h2::after, body:not(.empty-body) article.content > div.content.whiteblu-bg h2::after {
            background-color: #14225C;
        }

body:not(.empty-body) article.content > section.content.red-bg, body:not(.empty-body) article.content > div.content.red-bg {
    background-color: #14225C;
    color: #FFFFFF;
}

    body:not(.empty-body) article.content > section.content.red-bg .link-button:hover, body:not(.empty-body) article.content > div.content.red-bg .link-button:hover {
        background-color: #283670;
    }

    body:not(.empty-body) article.content > section.content.red-bg .place-holder, body:not(.empty-body) article.content > div.content.red-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #000e48;
        border-radius: 0px;
    }

    body:not(.empty-body) article.content > section.content.red-bg table.formatted-table tr.header, body:not(.empty-body) article.content > div.content.red-bg table.formatted-table tr.header {
        border-bottom: 1px solid #333;
        background-color: #333;
    }

    body:not(.empty-body) article.content > section.content.red-bg table.formatted-table td, body:not(.empty-body) article.content > div.content.red-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px;
    }

        body:not(.empty-body) article.content > section.content.red-bg table.formatted-table td.AltRow, body:not(.empty-body) article.content > div.content.red-bg table.formatted-table td.AltRow {
            background-color: #FFFFFF;
            color: #333;
        }

    body:not(.empty-body) article.content > section.content.red-bg h2, body:not(.empty-body) article.content > div.content.red-bg h2 {
        color: #FFFFFF;
    }

        body:not(.empty-body) article.content > section.content.red-bg h2::after, body:not(.empty-body) article.content > div.content.red-bg h2::after {
            background-color: #FFFFFF;
        }

body:not(.empty-body) article.content > section.content.grey-bg, body:not(.empty-body) article.content > div.content.grey-bg {
    background-color: #7b838e;
    color: #FFFFFF;
    /*.content-right > * :not(input) {
                    color: $corp-colour-white !important;
                }*/
}

    body:not(.empty-body) article.content > section.content.grey-bg .link-button:hover, body:not(.empty-body) article.content > div.content.grey-bg .link-button:hover {
        background-color: #8f97a2;
    }

    body:not(.empty-body) article.content > section.content.grey-bg .place-holder, body:not(.empty-body) article.content > div.content.grey-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #676f7a;
        border-radius: 0px;
    }

    body:not(.empty-body) article.content > section.content.grey-bg table.formatted-table tr.header, body:not(.empty-body) article.content > div.content.grey-bg table.formatted-table tr.header {
        border-bottom: 1px solid #333;
        background-color: #333;
    }

    body:not(.empty-body) article.content > section.content.grey-bg table.formatted-table td, body:not(.empty-body) article.content > div.content.grey-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px;
    }

        body:not(.empty-body) article.content > section.content.grey-bg table.formatted-table td.AltRow, body:not(.empty-body) article.content > div.content.grey-bg table.formatted-table td.AltRow {
            background-color: #FFFFFF;
            color: #333;
        }

    body:not(.empty-body) article.content > section.content.grey-bg h2, body:not(.empty-body) article.content > div.content.grey-bg h2 {
        color: #FFFFFF;
    }

        body:not(.empty-body) article.content > section.content.grey-bg h2::after, body:not(.empty-body) article.content > div.content.grey-bg h2::after {
            background-color: #FFFFFF;
        }

body:not(.empty-body) article.content > section.content.smoke-bg, body:not(.empty-body) article.content > div.content.smoke-bg {
    background-color: #F1F1F1;
    color: #333;
}

    body:not(.empty-body) article.content > section.content.smoke-bg .link-button, body:not(.empty-body) article.content > div.content.smoke-bg .link-button {
        border-color: #333;
        color: #333;
    }

        body:not(.empty-body) article.content > section.content.smoke-bg .link-button:hover, body:not(.empty-body) article.content > div.content.smoke-bg .link-button:hover {
            background-color: white;
        }

    body:not(.empty-body) article.content > section.content.smoke-bg .place-holder, body:not(.empty-body) article.content > div.content.smoke-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #dddddd;
        border-radius: 0px;
    }

    body:not(.empty-body) article.content > section.content.smoke-bg table.formatted-table td, body:not(.empty-body) article.content > div.content.smoke-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px;
    }

        body:not(.empty-body) article.content > section.content.smoke-bg table.formatted-table td.AltRow, body:not(.empty-body) article.content > div.content.smoke-bg table.formatted-table td.AltRow {
            background-color: #FFFFFF;
            color: #333;
        }

    body:not(.empty-body) article.content > section.content.smoke-bg h2, body:not(.empty-body) article.content > div.content.smoke-bg h2 {
        color: #14225C;
    }

        body:not(.empty-body) article.content > section.content.smoke-bg h2::after, body:not(.empty-body) article.content > div.content.smoke-bg h2::after {
            background-color: #14225C;
        }

body:not(.empty-body) article.content > section.content:last-of-type, body:not(.empty-body) article.content > div.content:last-of-type {
    box-shadow: 0 2px 0 #FFFFFF;
    margin-bottom: 0;
}

body:not(.empty-body) article.content > section.content .indent, body:not(.empty-body) article.content > div.content .indent {
    padding-left: 25px;
}

body:not(.empty-body) article.content > section.content .center, body:not(.empty-body) article.content > div.content .center {
    text-align: center;
}

body:not(.empty-body) article.content > section.content .space-top, body:not(.empty-body) article.content > div.content .space-top {
    padding-top: 15px;
    display: block;
}

body:not(.empty-body) article.content > section.content .space-bottom, body:not(.empty-body) article.content > div.content .space-bottom {
    padding-bottom: 15px;
    display: block;
}

body:not(.empty-body) article.content > section.content.aboveline, body:not(.empty-body) article.content > div.content.aboveline {
    margin-top: -2px;
}

body:not(.empty-body) article.content > section.content .link-button, body:not(.empty-body) article.content > div.content .link-button {
    color: #FFFFFF;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 600;
    border: 3px solid #FFFFFF;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

body:not(.empty-body) article.content > section.content .nopad-top, body:not(.empty-body) article.content > div.content .nopad-top {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content > section.content .nopad-top, body:not(.empty-body) article.content > div.content .nopad-top {
        padding-top: 35px;
    }
}

body:not(.empty-body) article.content > section.content.no-sep, body:not(.empty-body) article.content > div.content.no-sep {
    margin-bottom: 0px;
    box-shadow: 0 0 0 transparent;
}

body:not(.empty-body) article.content > section.content.sitemap, body:not(.empty-body) article.content > div.content.sitemap {
    width: 100%;
}

    body:not(.empty-body) article.content > section.content.sitemap > .container, body:not(.empty-body) article.content > div.content.sitemap > .container {
        width: 100%;
    }

        body:not(.empty-body) article.content > section.content.sitemap > .container h1, body:not(.empty-body) article.content > div.content.sitemap > .container h1 {
            text-align: center;
        }

        body:not(.empty-body) article.content > section.content.sitemap > .container .content ul, body:not(.empty-body) article.content > div.content.sitemap > .container .content ul {
            list-style: none;
            text-align: left;
            padding: 10px 0;
        }

            body:not(.empty-body) article.content > section.content.sitemap > .container .content ul li, body:not(.empty-body) article.content > div.content.sitemap > .container .content ul li {
                display: block;
                padding: 0 10px;
            }

        body:not(.empty-body) article.content > section.content.sitemap > .container .content > ul > li, body:not(.empty-body) article.content > div.content.sitemap > .container .content > ul > li {
            display: inline;
            text-transform: uppercase;
            padding: 0 10px;
            letter-spacing: 5px;
            font-weight: 700;
            font-size: 18px;
            border-bottom: 2px solid #eee;
        }

        body:not(.empty-body) article.content > section.content.sitemap > .container .content > ul > ul > li, body:not(.empty-body) article.content > div.content.sitemap > .container .content > ul > ul > li {
            font-weight: 600;
            border-bottom: 1px solid #eee;
        }

            body:not(.empty-body) article.content > section.content.sitemap > .container .content > ul > ul > li > a, body:not(.empty-body) article.content > div.content.sitemap > .container .content > ul > ul > li > a {
                padding-left: 15px;
                display: block;
            }

        body:not(.empty-body) article.content > section.content.sitemap > .container .content > ul > ul > ul > li > a, body:not(.empty-body) article.content > div.content.sitemap > .container .content > ul > ul > ul > li > a {
            padding-left: 30px;
            display: block;
        }

        body:not(.empty-body) article.content > section.content.sitemap > .container .content ul li a, body:not(.empty-body) article.content > div.content.sitemap > .container .content ul li a {
            text-decoration: none;
            color: #333;
        }

            body:not(.empty-body) article.content > section.content.sitemap > .container .content ul li a:hover, body:not(.empty-body) article.content > div.content.sitemap > .container .content ul li a:hover {
                text-decoration: underline;
            }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content > section.content, body:not(.empty-body) article.content > div.content {
        padding-right: 0;
    }
}

body:not(.empty-body) article.content.quote {
    position: relative;
    width: 100%;
    /*bottom: 22px;
            top: 80px;*/
    min-height: calc(100% - 50px);
    /*min-height: calc(100% - 27px);*/
}

    body:not(.empty-body) article.content.quote > section.content {
        min-height: calc(100% - 173px);
    }

body:not(.empty-body) article.content .quote-process {
    max-height: 110px;
    height: 110px;
}

    body:not(.empty-body) article.content .quote-process > div {
        height: 100%;
    }

        body:not(.empty-body) article.content .quote-process > div > span {
            color: #7b838e;
            position: relative;
            display: block;
            font-size: 22px;
            font-weight: 800;
            text-align: center;
            margin: 20px 20px 20px 1px;
        }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-process > div > span {
        margin: 0 auto;
    }
}

body:not(.empty-body) article.content .quote-process > div::before {
    content: ' ';
    background-color: #5C636D;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 205px;
    max-height: 110px;
    top: 0;
    left: 0;
    border-radius: 0px;
    padding: 15px;
}

body:not(.empty-body) article.content .quote-process > div::after {
    content: '';
    position: relative;
    display: block;
    width: 0;
    height: 0;
}

body:not(.empty-body) article.content .quote-process > div.current > span {
    color: #E61839;
}

body:not(.empty-body) article.content .quote-process > div.current::before {
    background-color: #fff;
}

body:not(.empty-body) article.content .quote-process > div.complete > span {
    color: #5C636D;
}

body:not(.empty-body) article.content .quote-process > div.complete::before {
    background-color: #90979F;
}

body:not(.empty-body) article.content .quote-process > div.complete::after {
    border-top-color: #90979F !important;
}

@media screen and (max-width: 852px) {
    body:not(.empty-body) article.content .quote-process > div {
        display: none;
    }

        body:not(.empty-body) article.content .quote-process > div.current {
            display: block;
            width: calc(100% - 5px);
            margin-top: -15px;
        }

            body:not(.empty-body) article.content .quote-process > div.current::before {
                width: calc(100% - 15px);
                max-width: none;
            }

            body:not(.empty-body) article.content .quote-process > div.current::after {
                display: none;
            }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-process > div.current::before {
        top: -20px;
    }

    body:not(.empty-body) article.content .quote-process > div.current::after {
        display: none;
    }
}

body:not(.empty-body) article.content .quote-process > div:nth-child(1)::after {
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #5C636D;
    position: absolute;
    top: 100%;
    left: 22px;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(1).current::after {
    border-top: 30px solid #fff;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(2)::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #5C636D;
    position: absolute;
    top: 100%;
    left: 38.5%;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(2).current::after {
    border-top: 30px solid #fff;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(3)::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #5C636D;
    position: absolute;
    top: 100%;
    right: 46%;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(3).current::after {
    border-top: 30px solid #fff;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(4)::after {
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 30px solid #5C636D;
    position: absolute;
    top: 100%;
    right: 40px;
}

body:not(.empty-body) article.content .quote-process > div:nth-child(4).current::after {
    border-top: 30px solid #fff;
}

@media all and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-process {
        margin-bottom: -35px;
    }
}

body:not(.empty-body) article.content .quote-progress {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 35px;
}

    body:not(.empty-body) article.content .quote-progress > div:not(.indicator) {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: #5C636D;
        z-index: 2;
    }

        body:not(.empty-body) article.content .quote-progress > div:not(.indicator)::after {
            content: '';
            display: block;
            position: relative;
            background-color: #8f97a2;
            height: 36px;
            width: 36px;
            border-radius: 100%;
            margin: 7px;
        }

        body:not(.empty-body) article.content .quote-progress > div:not(.indicator).step-2 {
            position: absolute;
            left: 34%;
        }

        body:not(.empty-body) article.content .quote-progress > div:not(.indicator).step-3 {
            position: absolute;
            right: 36%;
        }

        body:not(.empty-body) article.content .quote-progress > div:not(.indicator).step-4 {
            position: absolute;
            right: 18px;
        }

        body:not(.empty-body) article.content .quote-progress > div:not(.indicator).current {
            background-color: #fff;
        }

            body:not(.empty-body) article.content .quote-progress > div:not(.indicator).current::after {
                background-color: #E51837;
            }

            body:not(.empty-body) article.content .quote-progress > div:not(.indicator).current.step-2::before {
                content: '';
                display: block;
                position: absolute;
                height: 8px;
                width: 290px;
                top: 21px;
                left: -262px;
                background-color: #E51837;
            }

            body:not(.empty-body) article.content .quote-progress > div:not(.indicator).current.step-3::before {
                content: '';
                display: block;
                position: absolute;
                height: 8px;
                width: 290px;
                top: 21px;
                left: -262px;
                background-color: #E51837;
            }

            body:not(.empty-body) article.content .quote-progress > div:not(.indicator).current.step-4::before {
                content: '';
                display: block;
                position: absolute;
                height: 8px;
                width: 290px;
                top: 21px;
                left: -262px;
                background-color: #E51837;
            }

    body:not(.empty-body) article.content .quote-progress > div.indicator {
        border-radius: 0;
        height: 8px;
        width: calc(100% - 20px);
        position: absolute;
        top: 21px;
        background-color: #5C636D;
        z-index: 1;
    }

@media screen and (max-width: 852px) {
    body:not(.empty-body) article.content .quote-progress {
        margin-top: 0px;
        height: 0px;
    }

        body:not(.empty-body) article.content .quote-progress > div {
            display: none !important;
        }
}

body:not(.empty-body) article.content .quote-form-extra {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    margin-top: 15px;
    padding: 15px 35px;
    border-radius: 0px;
    font-size: 16px !important;
}

body:not(.empty-body) article.content .quote-form {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    border-radius: 0px;
}

    body:not(.empty-body) article.content .quote-form [type="text"] {
        color: #000;
    }

    body:not(.empty-body) article.content .quote-form #help-link-1 {
        background-color: #FFF;
        color: #7b838e;
        display: block;
        width: 34px;
        height: 34px;
        text-align: center;
        font-size: 25px;
        font-weight: 800;
        border-radius: 100%;
        border: 1px solid #f1f1f1;
        line-height: 30px;
        text-decoration: none;
        margin-bottom: 15px;
    }

        body:not(.empty-body) article.content .quote-form #help-link-1:hover {
            background-color: #d7d7d7;
            color: #535b66;
        }

    body:not(.empty-body) article.content .quote-form .popover + #help-link-1 {
        background-color: #7b838e;
        color: #FFF;
    }

    body:not(.empty-body) article.content .quote-form h1.bigger {
        font-size: 28px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-1 {
        padding-top: 35px;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > div {
            text-align: left;
            width: calc(100% - 45%);
            margin: 0 auto;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > div > button {
                display: inline-block;
                background-color: #E51837;
                color: #fff;
            }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > div > button::after {
                    color: #fff;
                }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > div > button:hover {
                    display: inline-block;
                    background-color: #fff;
                    color: #E51837;
                }

                    body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > div > button:hover::after {
                        color: #E51837;
                    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(1) {
            width: calc(100% - 45%);
            margin: 0 auto;
            padding-bottom: 20px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(2) > input, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(2) > select, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(2) > span, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(2) > div, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(3) > input, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(3) > select, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(3) > span, body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(3) > div {
            width: 100%;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-1 > :nth-child(4) {
            margin-top: 20px;
            text-align: right;
            width: calc(100% - 70px);
            padding-bottom: 35px;
        }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 {
        padding-top: 35px;
    }

@media all and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div {
        clear: both;
    }
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div #_selectedUnitSize {
        width: 195px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div > button {
        display: inline-block;
        background-color: #E51837;
        color: #fff;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div > button::after {
            color: #fff;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div > button:hover {
            display: inline-block;
            background-color: #fff;
            color: #E51837;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div > button:hover::after {
                color: #E51837;
            }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.unitImage {
        width: 275px;
        float: left;
        padding-left: 35px;
        padding-bottom: 40px;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.unitImage > img {
            width: 100%;
            max-width: 275px;
            max-height: 173px;
            height: 100%;
            object-fit: cover;
        }

@media all and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.unitBlurb {
        float: none;
        padding-right: 35px;
        padding-top: 10px;
        padding-left: 14px;
        display: block;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.unitBlurb {
        float: none;
    }
}

@media all and (min-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.unitBlurb {
        width: calc(100% - 345px);
        float: right;
        padding-right: 35px;
        padding-top: 10px;
        padding-left: 0px;
    }
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div.button-container {
    text-align: right;
    padding-right: 30px;
    display: inline-block;
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > div > div div.button-container {
    text-align: right;
    padding-right: 35px;
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-bottom: 20px;
}

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > h1 {
        max-width: 300px;
        width: 100%;
        display: inline;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div {
        padding-left: 30px;
        display: inline-block;
        max-width: calc(100% - 300px);
        width: 100%;
        float: right;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
            padding-left: 0;
            display: inline-flex;
            float: right;
            width: calc(100%);
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button {
                display: inline-block;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > select {
                width: 400px;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > span {
                display: inline-block;
            }

@media all and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
        width: 320px;
        background-color: transparent;
        padding-left: 30px;
        display: inline-table;
        height: 75px;
        position: relative;
        margin-bottom: 10px;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button {
            position: absolute;
            width: calc(100% - 50%);
            bottom: 0;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button#usPrev {
                left: 30px;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button#usNext {
                right: 0;
            }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > span {
            position: relative;
            width: 100% !important;
        }
}

@media all and (max-width: 1024px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
        display: inline-flex;
    }
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-3 {
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}

    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div {
        text-align: left;
        width: calc(100% - 55%);
        margin: 0 auto;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div h1:first-of-type {
            margin-top: 0px;
            padding-top: 0px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div .login-container {
            background-color: #7b838e;
            margin: 0px 35px 35px 0px;
            padding: 25px;
            border-radius: 0px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div.content-right {
            width: 100%;
            padding-left: 35px;
            /*padding-right: 35px;*/
            padding-top: 30px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div.content-left {
            padding-top: 30px;
            width: 100%;
            padding-left: 35px;
            padding-right: 35px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div .button-container {
            text-align: right;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div .button-container > button {
                display: inline-block;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div .button-container .button-support {
                display: inline;
                padding-right: 10px;
                font-size: 14px;
            }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > :nth-child(1) {
        width: calc(100% - 45%);
        margin: 0 auto;
        padding-bottom: 20px;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > :nth-child(1) h1 {
            padding-top: 0px;
            margin-top: 0px;
        }

@media screen and (max-width: 540px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 .input-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-3 .input-container > input {
            width: 100%;
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div.content-left {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 > div.content-right {
        padding-left: 35px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 [name="Step3Button"] {
        margin-top: 11px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-3 .content-right {
        padding-top: 30px;
        /*&::before {
                            content: ' ';
                            display: block;
                            width: 100%;
                            height: 2px;
                            border-radius: 25px;
                            background-color: #7b838e;
                            position: absolute;
                            left: 0;
                            margin-top: -24px;
                        }*/
    }
}

body:not(.empty-body) article.content .quote-form > form > .quote-form-4 {
    padding-top: 35px;
}

    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 > div {
        text-align: left;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 > :nth-child(1) {
        width: calc(100% - 70px);
        margin: 0 auto;
        padding-bottom: 20px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .button-support {
        display: inline;
        padding-right: 10px;
        font-size: 14px;
    }

    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper {
        margin-top: -20px;
        font-size: 18px;
        float: none !important;
        text-shadow: 0 !important;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper > .summary {
            font-size: 18px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image {
            float: right;
            width: 185px;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > img {
                border-radius: 0;
                max-height: 145px;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating {
                text-align: center;
                position: absolute;
            }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating > span {
                    font-size: 30px;
                }

                    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating > span::before {
                        font-size: 30px;
                    }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote {
                position: absolute;
                margin-top: 0px;
                text-align: right;
                width: 183px;
            }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote > a {
                    color: #fff !important;
                }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container {
            position: relative;
            /*display: inline-table;*/
            width: 100%;
            margin-bottom: 15px;
            font-size: 14px;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody {
                width: 100%;
                /*display:inline-flex;*/
            }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr {
                    width: 100%;
                    /*display:table-cell;*/
                }

                    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr:first-of-type {
                        padding-right: 5px;
                    }

                    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td {
                        /*display:inline;*/
                    }

                        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td:last-of-type {
                            padding-right: 0;
                        }

@media screen and (max-width: 768px) {
    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper {
        width: 100% !important;
        text-shadow: 0 0 0 transparent !important;
    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper > .summary {
            padding-left: 0px;
            position: relative;
            font-size: 16px;
            display: inline-block;
            width: 100%;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary.quote {
            padding-top: 15px;
        }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image {
            float: none;
            width: 100%;
            display: block;
            position: relative;
            padding-top: 0px;
            margin-top: 0px;
            margin-bottom: 15px;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > img {
                opacity: 1;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating {
                text-align: center;
                position: absolute;
                bottom: 0;
                background-color: rgba(255, 255, 255, 0.5);
                width: 100%;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote {
                position: absolute;
                text-align: right;
                width: 122px;
                border-radius: 0px 0px 0px 15px;
                right: 0;
                top: 0;
                margin-top: 0;
                background-color: rgba(0, 0, 0, 0.7);
            }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container {
            position: relative;
            /*display: inline-block;*/
            width: 100%;
            margin-bottom: 15px;
            font-size: 14px;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody {
                width: 100%;
                display: block;
            }

                body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr {
                    display: block;
                    width: 100%;
                }

                    body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td {
                        display: block;
                        width: 100%;
                        padding-right: 0;
                    }

        body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container {
            width: 100%;
            display: block;
        }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container .button-support {
                width: 100%;
                text-align: center;
                display: block;
                padding-bottom: 5px;
            }

            body:not(.empty-body) article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container button#btnSubmit4 {
                width: 49%;
            }
}

body:not(.empty-body) article.content .quote-form select {
    border-radius: 0;
    height: 35px;
    border: 0;
    margin: 5px 0px;
    font-size: 16px;
    color: #5C636D;
    padding-left: 10px;
    font-weight: 600;
}

    body:not(.empty-body) article.content .quote-form select:active, body:not(.empty-body) article.content .quote-form select:focus {
        border-radius: 0;
    }

body:not(.empty-body) article.content .quote-form + .terms {
    font-size: 12px;
    margin-bottom: 15px;
}

    body:not(.empty-body) article.content .quote-form + .terms + .summary {
        font-size: 15px;
        margin-bottom: 15px;
        position: relative;
    }

body:not(.empty-body) article.content .quote-test {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    min-height: 75px;
    border-radius: 0;
}

* {
    outline: none;
}

.no-sep {
    margin-bottom: 0px;
    box-shadow: 0 0 0 transparent;
}

.input-container {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    margin-bottom: 15px;
}

    .input-container td > input {
        border-radius: 0;
        border: 1px solid #F1F1F1;
        padding: 2.5px 12px;
        width: calc(100%);
    }

    .input-container > input {
        border-radius: 0;
        border: 1px solid #F1F1F1;
        padding: 2.5px 12px;
        width: calc(50% - 5px);
    }

        .input-container > input:first-of-type {
            float: left;
        }

        .input-container > input:last-of-type {
            float: right;
        }

    .input-container.single > input {
        width: calc(100%);
    }

        .input-container.single > input:first-of-type {
            float: none;
            margin-bottom: 20px;
        }

        .input-container.single > input:last-of-type {
            float: none;
        }

    .input-container ::-webkit-input-placeholder {
        color: #b5b5b5;
    }

    .input-container :-moz-placeholder {
        /* Firefox 18- */
        color: #b5b5b5;
    }

    .input-container ::-moz-placeholder {
        /* Firefox 19+ */
        color: #b5b5b5;
    }

    .input-container :-ms-input-placeholder {
        color: #b5b5b5;
    }

/* Container types ----- Parallax */
.parallax-container {
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: auto;
}

    .parallax-container div.section {
        width: 100%;
    }

    .parallax-container div.parallax {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .parallax-container div.parallax img {
            display: none;
            position: absolute;
            left: 50%;
            bottom: 0;
            min-width: 100%;
            max-height: none;
            object-fit: cover;
        }

ul.pagination li a {
    height: 45px;
    width: 45px;
    border-radius: 100% !important;
    margin-right: 5px;
    background-color: white;
    border: 2px solid #606060;
    color: #606060;
    align-items: center;
    vertical-align: middle;
    display: block;
    padding-top: 11px;
    text-align: center;
}

ul.pagination li.active a {
    background-color: #fff;
    color: #E51839;
    border-color: #E51839;
}

    ul.pagination li.active a:hover {
        background-color: #fff;
        color: #E51839;
        border-color: #E51839;
    }

ul.pagination li.previous {
    position: relative;
    overflow: hidden;
}

/* Buttons */
button, .reButton {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    padding: 5px 15px;
    font-size: 16px;
    color: #14225C;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none !important;
    border-radius: 0px;
    text-align: center;
    line-height: 29px;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}

    button.arrow-icon-right::after, .reButton.arrow-icon-right::after {
        font-family: "greyskull001";
        content: '\e801';
        height: 28px;
        width: 28px;
        border-radius: 25px;
        display: block;
        background-color: #14225C;
        color: #FFFFFF;
        float: right;
        margin-left: 10px;
        -moz-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        -o-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
    }

    button::after, .reButton::after {
        -moz-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        -o-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
        transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
    }

    button:hover, .reButton:hover {
        background-color: #000e48;
        color: #FFFFFF;
    }

        button:hover::after, .reButton:hover::after {
            background-color: #FFFFFF;
            color: #14225C;
        }

    button.QuoteBtn, .reButton.QuoteBtn {
        background-color: #000e48;
        color: #FFFFFF;
        border-radius: 0px;
    }

        button.QuoteBtn::after, .reButton.QuoteBtn::after {
            background-color: #FFFFFF;
            color: #14225C;
        }

        button.QuoteBtn:hover, .reButton.QuoteBtn:hover {
            background-color: #ebebeb;
            color: #14225C;
        }

            button.QuoteBtn:hover::after, .reButton.QuoteBtn:hover::after {
                background-color: #14225C;
                color: #FFFFFF;
            }

    button.header-button, .reButton.header-button {
        height: 44px;
        width: 157px;
        margin: 7px 15px 0 0;
        border: 3px solid #FFFFFF;
        color: #FFFFFF;
        background-color: #14225C;
        border-radius: 0px;
    }

        button.header-button:hover, .reButton.header-button:hover {
            border: 3px solid #14225C;
            color: #14225C;
            background-color: #FFFFFF;
            text-decoration: none;
        }

    button.top-header-button, .reButton.top-header-button {
        padding: 0;
        margin: 0;
        border: 0;
        float: right;
        margin-right: 15px;
        font-size: 24px;
        color: #FFFFFF;
        background-color: #14225C;
    }

        button.top-header-button:hover, .reButton.top-header-button:hover {
            color: #14225C;
            background-color: #FFFFFF;
        }

        button.top-header-button::after, .reButton.top-header-button::after {
            position: relative;
        }

    button.icon-speech, .reButton.icon-speech {
        padding-left: 0;
        padding-right: 42px;
    }

        button.icon-speech:after, .reButton.icon-speech:after {
            font-family: "greyskull001";
            content: '\e800';
            width: 47px;
            height: 24px;
            position: absolute;
            margin: 0 0 0 8px;
        }

        button.icon-speech:hover:after, .reButton.icon-speech:hover:after {
            background-color: transparent;
        }

    button.icon-top-search:after, .reButton.icon-top-search:after {
        font-family: "greyskull001";
        content: '\e802';
        width: 47px;
        height: 24px;
    }

    button.icon-top-search:hover:after, .reButton.icon-top-search:hover:after {
        background-color: transparent;
    }

    button.icon-top-share:after, .reButton.icon-top-share:after {
        font-family: "greyskull001";
        content: '\e803';
        width: 47px;
        height: 24px;
    }

    button.icon-top-share:hover:after, .reButton.icon-top-share:hover:after {
        background-color: transparent;
    }

    button.small-grey, .reButton.small-grey {
        background-color: #7b838e;
        color: #FFFFFF;
        font-size: 12px;
        padding: 2.5px 12px;
        border-radius: 0;
    }

        button.small-grey::after, .reButton.small-grey::after {
            background-color: #FFFFFF;
            color: #7b838e;
        }

        button.small-grey:hover, .reButton.small-grey:hover {
            background-color: #FFFFFF;
            color: #7b838e;
        }

            button.small-grey:hover::after, .reButton.small-grey:hover::after {
                background-color: #7b838e;
                color: #FFFFFF;
            }

    button.grey, .reButton.grey {
        background-color: #7b838e;
        color: #FFFFFF;
    }

        button.grey::after, .reButton.grey::after {
            background-color: #FFFFFF;
            color: #7b838e;
        }

        button.grey:hover, .reButton.grey:hover {
            background-color: #FFFFFF;
            color: #7b838e;
        }

            button.grey:hover::after, .reButton.grey:hover::after {
                background-color: #7b838e;
                color: #FFFFFF;
            }

    button[disabled^="disabled"], .reButton[disabled^="disabled"] {
        background-color: darkgrey !important;
    }

        button[disabled^="disabled"]:hover, .reButton[disabled^="disabled"]:hover {
            color: lightgrey !important;
        }

            button[disabled^="disabled"]:hover:after, .reButton[disabled^="disabled"]:hover:after {
                color: lightgrey !important;
            }

[name^="_selectedStore"] + span {
    margin-top: 5px !important;
}

div.button-group {
    position: relative;
    width: 100%;
    clear: both;
}

    div.button-group a.greyed {
        position: relative;
        background-color: #7b838e;
        color: #fff;
        display: inline-block;
        min-width: 75px;
        border-radius: 0;
        text-align: center;
        padding: 5px 20px;
        margin-right: 5px;
        text-decoration: none;
    }

        div.button-group a.greyed:hover {
            background-color: #535b66;
        }

        div.button-group a.greyed.back::before {
            content: '<';
            display: block;
            position: absolute;
            color: #fff;
            left: 3px;
            top: 3px;
            font-size: 16px;
            -webkit-transform: scale(1, 1.7);
            /* Safari and Chrome */
            -moz-transform: scale(1, 1.7);
            /* Firefox */
            -ms-transform: scale(1, 1.7);
            /* IE 9 */
            -o-transform: scale(1, 1.7);
            /* Opera */
            transform: scale(1, 1.7);
            /* W3C */
        }

        div.button-group a.greyed.forward::after {
            content: '>';
            display: block;
            position: absolute;
            color: #fff;
            right: 3px;
            top: 3px;
            font-size: 16px;
            -webkit-transform: scale(1, 1.7);
            /* Safari and Chrome */
            -moz-transform: scale(1, 1.7);
            /* Firefox */
            -ms-transform: scale(1, 1.7);
            /* IE 9 */
            -o-transform: scale(1, 1.7);
            /* Opera */
            transform: scale(1, 1.7);
            /* W3C */
        }

@media screen and (max-width: 768px) {
    div.button-group {
        margin-top: 35px;
    }
}

/* Dynamic regional map */
.sixteen-nine {
    position: relative;
}

    .sixteen-nine:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .sixteen-nine > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.dynamic-map-container {
    background-color: #fff;
}

    .dynamic-map-container .dynamic-map {
        background-color: #fff;
        font-family: FuturaStdLig;
        display: block;
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }

        .dynamic-map-container .dynamic-map #Stor-Age-Map {
            display: block;
            height: auto;
            width: 100%;
            max-width: 1400px;
            position: absolute;
            top: 0;
            z-index: 1;
        }

        .dynamic-map-container .dynamic-map .store-counter {
            border-radius: 100%;
            width: 70px;
            height: 70px;
            position: absolute;
            margin-left: -35px;
            margin-top: -35px;
            border: 2px solid #e31836;
            z-index: 2;
            cursor: pointer;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .dynamic-map-container .dynamic-map .store-counter > div {
                content: '';
                display: block;
                position: absolute;
                width: 85%;
                height: 85%;
                background-color: #e31836;
                border-radius: 100%;
                margin-top: 7.5%;
                margin-left: 7.5%;
            }

                .dynamic-map-container .dynamic-map .store-counter > div:before {
                    content: attr(data-amount);
                    display: block;
                    color: #fff;
                    font-weight: bold;
                    font-size: 16px;
                    text-align: center;
                    margin: 0 auto;
                    line-height: 350%;
                }

            .dynamic-map-container .dynamic-map .store-counter.area-cape-town {
                top: 111%;
                left: 22%;
            }

            .dynamic-map-container .dynamic-map .store-counter.area-pretoria {
                top: 34%;
                left: 66.8%;
            }

            .dynamic-map-container .dynamic-map .store-counter.area-johannesburg {
                top: 43%;
                left: 63%;
            }

            .dynamic-map-container .dynamic-map .store-counter.area-bloemfontein {
                top: 66.5%;
                left: 55.5%;
            }

            .dynamic-map-container .dynamic-map .store-counter.area-durban {
                top: 72%;
                left: 76.5%;
            }

            .dynamic-map-container .dynamic-map .store-counter.area-port-elizabeth {
                top: 108%;
                left: 52%;
            }

            .dynamic-map-container .dynamic-map .store-counter > span {
                position: absolute;
                line-height: 350%;
                left: calc(100% + 20px);
                white-space: nowrap;
                font-size: 20px;
                font-weight: 600;
                color: #333;
                text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
            }

            .dynamic-map-container .dynamic-map .store-counter:hover {
                -moz-transform: scale(1.3);
                -ms-transform: scale(1.3);
                -o-transform: scale(1.3);
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
            }

            .dynamic-map-container .dynamic-map .store-counter.s-small {
                width: 70px;
                height: 70px;
                margin-left: -35px;
                margin-top: -35px;
            }

            .dynamic-map-container .dynamic-map .store-counter.s-medium {
                width: 80px;
                height: 80px;
                margin-left: -40px;
                margin-top: -40px;
            }

                .dynamic-map-container .dynamic-map .store-counter.s-medium > div:before {
                    font-size: 19px;
                }

            .dynamic-map-container .dynamic-map .store-counter.s-large {
                width: 100px;
                height: 100px;
                margin-left: -50px;
                margin-top: -50px;
            }

                .dynamic-map-container .dynamic-map .store-counter.s-large > div:before {
                    font-size: 22px;
                }

dl {
    position: relative;
    width: 100%;
}

    dl dt {
        width: 35%;
        float: left;
        padding-bottom: 5.5px;
    }

    dl dd {
        padding-left: 5px;
        width: 65%;
        float: right;
        padding-bottom: 5.5px;
    }

@media screen and (max-width: 768px) {
    dl dt {
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }

    dl dd {
        width: 100%;
        float: none;
    }
}

.number-reveal {
    cursor: pointer;
}

.reavealer span:first-of-type {
    display: inline-block;
}

.reavealer span:last-of-type {
    display: none;
}

.reavealer.revealed span:first-of-type {
    display: none;
}

.reavealer.revealed span:last-of-type {
    display: inline-block;
}

/* Lists */
ul.arrow-list {
    list-style: none;
    padding-left: 0;
}

    ul.arrow-list li {
        margin-bottom: 10px;
        font-weight: 500;
        position: relative;
    }

        ul.arrow-list li::before {
            font-family: "greyskull001";
            content: '\e801';
            height: 17px;
            width: 17px;
            margin-top: 2px;
            border-radius: 0;
            display: block;
            background-color: #FFFFFF;
            color: #14225C;
            float: left;
            margin-right: 10px;
            font-size: 12px;
            -moz-transition: background-color 0.5s ease, color 0.5s ease;
            -o-transition: background-color 0.5s ease, color 0.5s ease;
            -webkit-transition: background-color 0.5s ease, color 0.5s ease;
            transition: background-color 0.5s ease, color 0.5s ease;
        }

        ul.arrow-list li > a {
            position: relative;
            color: #FFFFFF;
            text-decoration: none;
            font-size: 14px;
            display: table-row;
        }

            ul.arrow-list li > a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

            ul.arrow-list li > a::before {
                content: '';
                width: 0;
                position: absolute;
                background-color: white;
                height: 1px;
                bottom: 0;
                display: inline-block;
                -moz-transition: width 0.5s;
                -o-transition: width 0.5s;
                -webkit-transition: width 0.5s;
                transition: width 0.5s;
            }

            ul.arrow-list li > a:hover::before {
                width: calc(100% - 15px);
            }

        ul.arrow-list li:hover::before {
            background-color: #000e48;
            color: #FFFFFF;
        }

a.store-link {
    display: block;
    padding: 5px 0px;
}

    a.store-link::before {
        content: '\00bb';
        display: inline-block;
        margin-right: 8px;
        color: #000;
        font-weight: 600;
    }

/* fixes */
.LPMimage {
    display: none;
}

.LPMcontainer.LPMoverlay {
    z-index: 0 !important;
}

.rating {
    unicode-bidi: bidi-override;
    direction: ltr;
    float: left;
}

    .rating > span {
        font-size: 85px;
        -webkit-text-stroke: 1px #000;
        text-shadow: 0px 0px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

        .rating > span:before {
            font-size: 85px;
            -webkit-text-stroke: 1px #FD0002;
            text-shadow: 0px 0px 0 #FD0002, -1px -1px 0 #FD0002, 1px -1px 0 #FD0002, -1px 1px 0 #FD0002, 1px 1px 0 #FD0002;
            color: #FD0002;
        }

@media screen and (max-width: 950px) {
    .rating > span {
        font-size: 9vw;
    }

        .rating > span::before {
            font-size: 9vw;
        }
}

.rating + .right {
    margin-top: 42px;
    display: flex;
}

@media screen and (max-width: 950px) {
    .rating {
        font-size: 9vw;
    }

        .rating + .right {
            margin-top: 4.5vw;
        }

        .rating::before {
            font-size: 9vw;
        }
}

@media screen and (max-width: 530px) {
    .rating {
        width: 100%;
        float: none;
        text-align: center;
    }

        .rating + .right {
            margin-top: 0px;
            float: none;
            width: 100%;
            text-align: center;
        }
}

.rating.star1 > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star1-half > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star1-half > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
    width: 35%;
    overflow: hidden;
}

.rating.star2 > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star2 > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star2-half > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star2-half > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star2-half > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
    width: 35%;
    overflow: hidden;
}

.rating.star3 > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3 > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3 > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3-half > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3-half > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3-half > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
}

.rating.star3-half > span:nth-child(4)::before {
    content: "\2605";
    position: absolute;
    width: 35%;
    overflow: hidden;
}

.rating.star4 > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4 > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4 > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4 > span:nth-child(4)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4-half > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4-half > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4-half > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4-half > span:nth-child(4)::before {
    content: "\2605";
    position: absolute;
}

.rating.star4-half > span:nth-child(5)::before {
    content: "\2605";
    position: absolute;
    width: 35%;
    overflow: hidden;
}

.rating.star5 > span:nth-child(1)::before {
    content: "\2605";
    position: absolute;
}

.rating.star5 > span:nth-child(2)::before {
    content: "\2605";
    position: absolute;
}

.rating.star5 > span:nth-child(3)::before {
    content: "\2605";
    position: absolute;
}

.rating.star5 > span:nth-child(4)::before {
    content: "\2605";
    position: absolute;
}

.rating.star5 > span:nth-child(5)::before {
    content: "\2605";
    position: absolute;
}

.rating > span {
    display: inline-block;
    position: relative;
    width: 1.2em;
}

/*.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}*/
.header-extention a {
    text-decoration: none;
}

.header-extention #btnLiveChat {
    left: calc(100% - 185px);
}

article.content .external-use {
    margin-top: -30px;
    margin-bottom: -30px;
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
    /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
    /*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
}

    article.content .external-use .materialize-red {
        background-color: #e51c23 !important;
    }

    article.content .external-use .materialize-red-text {
        color: #e51c23 !important;
    }

    article.content .external-use .materialize-red.lighten-5 {
        background-color: #fdeaeb !important;
    }

    article.content .external-use .materialize-red-text.text-lighten-5 {
        color: #fdeaeb !important;
    }

    article.content .external-use .materialize-red.lighten-4 {
        background-color: #f8c1c3 !important;
    }

    article.content .external-use .materialize-red-text.text-lighten-4 {
        color: #f8c1c3 !important;
    }

    article.content .external-use .materialize-red.lighten-3 {
        background-color: #f3989b !important;
    }

    article.content .external-use .materialize-red-text.text-lighten-3 {
        color: #f3989b !important;
    }

    article.content .external-use .materialize-red.lighten-2 {
        background-color: #ee6e73 !important;
    }

    article.content .external-use .materialize-red-text.text-lighten-2 {
        color: #ee6e73 !important;
    }

    article.content .external-use .materialize-red.lighten-1 {
        background-color: #ea454b !important;
    }

    article.content .external-use .materialize-red-text.text-lighten-1 {
        color: #ea454b !important;
    }

    article.content .external-use .materialize-red.darken-1 {
        background-color: #d0181e !important;
    }

    article.content .external-use .materialize-red-text.text-darken-1 {
        color: #d0181e !important;
    }

    article.content .external-use .materialize-red.darken-2 {
        background-color: #b9151b !important;
    }

    article.content .external-use .materialize-red-text.text-darken-2 {
        color: #b9151b !important;
    }

    article.content .external-use .materialize-red.darken-3 {
        background-color: #a21318 !important;
    }

    article.content .external-use .materialize-red-text.text-darken-3 {
        color: #a21318 !important;
    }

    article.content .external-use .materialize-red.darken-4 {
        background-color: #8b1014 !important;
    }

    article.content .external-use .materialize-red-text.text-darken-4 {
        color: #8b1014 !important;
    }

    article.content .external-use .red {
        background-color: #F44336 !important;
    }

    article.content .external-use .red-text {
        color: #F44336 !important;
    }

    article.content .external-use .red.lighten-5 {
        background-color: #FFEBEE !important;
    }

    article.content .external-use .red-text.text-lighten-5 {
        color: #FFEBEE !important;
    }

    article.content .external-use .red.lighten-4 {
        background-color: #FFCDD2 !important;
    }

    article.content .external-use .red-text.text-lighten-4 {
        color: #FFCDD2 !important;
    }

    article.content .external-use .red.lighten-3 {
        background-color: #EF9A9A !important;
    }

    article.content .external-use .red-text.text-lighten-3 {
        color: #EF9A9A !important;
    }

    article.content .external-use .red.lighten-2 {
        background-color: #E57373 !important;
    }

    article.content .external-use .red-text.text-lighten-2 {
        color: #E57373 !important;
    }

    article.content .external-use .red.lighten-1 {
        background-color: #EF5350 !important;
    }

    article.content .external-use .red-text.text-lighten-1 {
        color: #EF5350 !important;
    }

    article.content .external-use .red.darken-1 {
        background-color: #E53935 !important;
    }

    article.content .external-use .red-text.text-darken-1 {
        color: #E53935 !important;
    }

    article.content .external-use .red.darken-2 {
        background-color: #D32F2F !important;
    }

    article.content .external-use .red-text.text-darken-2 {
        color: #D32F2F !important;
    }

    article.content .external-use .red.darken-3 {
        background-color: #C62828 !important;
    }

    article.content .external-use .red-text.text-darken-3 {
        color: #C62828 !important;
    }

    article.content .external-use .red.darken-4 {
        background-color: #B71C1C !important;
    }

    article.content .external-use .red-text.text-darken-4 {
        color: #B71C1C !important;
    }

    article.content .external-use .red.accent-1 {
        background-color: #FF8A80 !important;
    }

    article.content .external-use .red-text.text-accent-1 {
        color: #FF8A80 !important;
    }

    article.content .external-use .red.accent-2 {
        background-color: #FF5252 !important;
    }

    article.content .external-use .red-text.text-accent-2 {
        color: #FF5252 !important;
    }

    article.content .external-use .red.accent-3 {
        background-color: #FF1744 !important;
    }

    article.content .external-use .red-text.text-accent-3 {
        color: #FF1744 !important;
    }

    article.content .external-use .red.accent-4 {
        background-color: #D50000 !important;
    }

    article.content .external-use .red-text.text-accent-4 {
        color: #D50000 !important;
    }

    article.content .external-use .pink {
        background-color: #e91e63 !important;
    }

    article.content .external-use .pink-text {
        color: #e91e63 !important;
    }

    article.content .external-use .pink.lighten-5 {
        background-color: #fce4ec !important;
    }

    article.content .external-use .pink-text.text-lighten-5 {
        color: #fce4ec !important;
    }

    article.content .external-use .pink.lighten-4 {
        background-color: #f8bbd0 !important;
    }

    article.content .external-use .pink-text.text-lighten-4 {
        color: #f8bbd0 !important;
    }

    article.content .external-use .pink.lighten-3 {
        background-color: #f48fb1 !important;
    }

    article.content .external-use .pink-text.text-lighten-3 {
        color: #f48fb1 !important;
    }

    article.content .external-use .pink.lighten-2 {
        background-color: #f06292 !important;
    }

    article.content .external-use .pink-text.text-lighten-2 {
        color: #f06292 !important;
    }

    article.content .external-use .pink.lighten-1 {
        background-color: #ec407a !important;
    }

    article.content .external-use .pink-text.text-lighten-1 {
        color: #ec407a !important;
    }

    article.content .external-use .pink.darken-1 {
        background-color: #d81b60 !important;
    }

    article.content .external-use .pink-text.text-darken-1 {
        color: #d81b60 !important;
    }

    article.content .external-use .pink.darken-2 {
        background-color: #c2185b !important;
    }

    article.content .external-use .pink-text.text-darken-2 {
        color: #c2185b !important;
    }

    article.content .external-use .pink.darken-3 {
        background-color: #ad1457 !important;
    }

    article.content .external-use .pink-text.text-darken-3 {
        color: #ad1457 !important;
    }

    article.content .external-use .pink.darken-4 {
        background-color: #880e4f !important;
    }

    article.content .external-use .pink-text.text-darken-4 {
        color: #880e4f !important;
    }

    article.content .external-use .pink.accent-1 {
        background-color: #ff80ab !important;
    }

    article.content .external-use .pink-text.text-accent-1 {
        color: #ff80ab !important;
    }

    article.content .external-use .pink.accent-2 {
        background-color: #ff4081 !important;
    }

    article.content .external-use .pink-text.text-accent-2 {
        color: #ff4081 !important;
    }

    article.content .external-use .pink.accent-3 {
        background-color: #f50057 !important;
    }

    article.content .external-use .pink-text.text-accent-3 {
        color: #f50057 !important;
    }

    article.content .external-use .pink.accent-4 {
        background-color: #c51162 !important;
    }

    article.content .external-use .pink-text.text-accent-4 {
        color: #c51162 !important;
    }

    article.content .external-use .purple {
        background-color: #9c27b0 !important;
    }

    article.content .external-use .purple-text {
        color: #9c27b0 !important;
    }

    article.content .external-use .purple.lighten-5 {
        background-color: #f3e5f5 !important;
    }

    article.content .external-use .purple-text.text-lighten-5 {
        color: #f3e5f5 !important;
    }

    article.content .external-use .purple.lighten-4 {
        background-color: #e1bee7 !important;
    }

    article.content .external-use .purple-text.text-lighten-4 {
        color: #e1bee7 !important;
    }

    article.content .external-use .purple.lighten-3 {
        background-color: #ce93d8 !important;
    }

    article.content .external-use .purple-text.text-lighten-3 {
        color: #ce93d8 !important;
    }

    article.content .external-use .purple.lighten-2 {
        background-color: #ba68c8 !important;
    }

    article.content .external-use .purple-text.text-lighten-2 {
        color: #ba68c8 !important;
    }

    article.content .external-use .purple.lighten-1 {
        background-color: #ab47bc !important;
    }

    article.content .external-use .purple-text.text-lighten-1 {
        color: #ab47bc !important;
    }

    article.content .external-use .purple.darken-1 {
        background-color: #8e24aa !important;
    }

    article.content .external-use .purple-text.text-darken-1 {
        color: #8e24aa !important;
    }

    article.content .external-use .purple.darken-2 {
        background-color: #7b1fa2 !important;
    }

    article.content .external-use .purple-text.text-darken-2 {
        color: #7b1fa2 !important;
    }

    article.content .external-use .purple.darken-3 {
        background-color: #6a1b9a !important;
    }

    article.content .external-use .purple-text.text-darken-3 {
        color: #6a1b9a !important;
    }

    article.content .external-use .purple.darken-4 {
        background-color: #4a148c !important;
    }

    article.content .external-use .purple-text.text-darken-4 {
        color: #4a148c !important;
    }

    article.content .external-use .purple.accent-1 {
        background-color: #ea80fc !important;
    }

    article.content .external-use .purple-text.text-accent-1 {
        color: #ea80fc !important;
    }

    article.content .external-use .purple.accent-2 {
        background-color: #e040fb !important;
    }

    article.content .external-use .purple-text.text-accent-2 {
        color: #e040fb !important;
    }

    article.content .external-use .purple.accent-3 {
        background-color: #d500f9 !important;
    }

    article.content .external-use .purple-text.text-accent-3 {
        color: #d500f9 !important;
    }

    article.content .external-use .purple.accent-4 {
        background-color: #a0f !important;
    }

    article.content .external-use .purple-text.text-accent-4 {
        color: #a0f !important;
    }

    article.content .external-use .deep-purple {
        background-color: #673ab7 !important;
    }

    article.content .external-use .deep-purple-text {
        color: #673ab7 !important;
    }

    article.content .external-use .deep-purple.lighten-5 {
        background-color: #ede7f6 !important;
    }

    article.content .external-use .deep-purple-text.text-lighten-5 {
        color: #ede7f6 !important;
    }

    article.content .external-use .deep-purple.lighten-4 {
        background-color: #d1c4e9 !important;
    }

    article.content .external-use .deep-purple-text.text-lighten-4 {
        color: #d1c4e9 !important;
    }

    article.content .external-use .deep-purple.lighten-3 {
        background-color: #b39ddb !important;
    }

    article.content .external-use .deep-purple-text.text-lighten-3 {
        color: #b39ddb !important;
    }

    article.content .external-use .deep-purple.lighten-2 {
        background-color: #9575cd !important;
    }

    article.content .external-use .deep-purple-text.text-lighten-2 {
        color: #9575cd !important;
    }

    article.content .external-use .deep-purple.lighten-1 {
        background-color: #7e57c2 !important;
    }

    article.content .external-use .deep-purple-text.text-lighten-1 {
        color: #7e57c2 !important;
    }

    article.content .external-use .deep-purple.darken-1 {
        background-color: #5e35b1 !important;
    }

    article.content .external-use .deep-purple-text.text-darken-1 {
        color: #5e35b1 !important;
    }

    article.content .external-use .deep-purple.darken-2 {
        background-color: #512da8 !important;
    }

    article.content .external-use .deep-purple-text.text-darken-2 {
        color: #512da8 !important;
    }

    article.content .external-use .deep-purple.darken-3 {
        background-color: #4527a0 !important;
    }

    article.content .external-use .deep-purple-text.text-darken-3 {
        color: #4527a0 !important;
    }

    article.content .external-use .deep-purple.darken-4 {
        background-color: #311b92 !important;
    }

    article.content .external-use .deep-purple-text.text-darken-4 {
        color: #311b92 !important;
    }

    article.content .external-use .deep-purple.accent-1 {
        background-color: #b388ff !important;
    }

    article.content .external-use .deep-purple-text.text-accent-1 {
        color: #b388ff !important;
    }

    article.content .external-use .deep-purple.accent-2 {
        background-color: #7c4dff !important;
    }

    article.content .external-use .deep-purple-text.text-accent-2 {
        color: #7c4dff !important;
    }

    article.content .external-use .deep-purple.accent-3 {
        background-color: #651fff !important;
    }

    article.content .external-use .deep-purple-text.text-accent-3 {
        color: #651fff !important;
    }

    article.content .external-use .deep-purple.accent-4 {
        background-color: #6200ea !important;
    }

    article.content .external-use .deep-purple-text.text-accent-4 {
        color: #6200ea !important;
    }

    article.content .external-use .indigo {
        background-color: #3f51b5 !important;
    }

    article.content .external-use .indigo-text {
        color: #3f51b5 !important;
    }

    article.content .external-use .indigo.lighten-5 {
        background-color: #e8eaf6 !important;
    }

    article.content .external-use .indigo-text.text-lighten-5 {
        color: #e8eaf6 !important;
    }

    article.content .external-use .indigo.lighten-4 {
        background-color: #c5cae9 !important;
    }

    article.content .external-use .indigo-text.text-lighten-4 {
        color: #c5cae9 !important;
    }

    article.content .external-use .indigo.lighten-3 {
        background-color: #9fa8da !important;
    }

    article.content .external-use .indigo-text.text-lighten-3 {
        color: #9fa8da !important;
    }

    article.content .external-use .indigo.lighten-2 {
        background-color: #7986cb !important;
    }

    article.content .external-use .indigo-text.text-lighten-2 {
        color: #7986cb !important;
    }

    article.content .external-use .indigo.lighten-1 {
        background-color: #5c6bc0 !important;
    }

    article.content .external-use .indigo-text.text-lighten-1 {
        color: #5c6bc0 !important;
    }

    article.content .external-use .indigo.darken-1 {
        background-color: #3949ab !important;
    }

    article.content .external-use .indigo-text.text-darken-1 {
        color: #3949ab !important;
    }

    article.content .external-use .indigo.darken-2 {
        background-color: #303f9f !important;
    }

    article.content .external-use .indigo-text.text-darken-2 {
        color: #303f9f !important;
    }

    article.content .external-use .indigo.darken-3 {
        background-color: #283593 !important;
    }

    article.content .external-use .indigo-text.text-darken-3 {
        color: #283593 !important;
    }

    article.content .external-use .indigo.darken-4 {
        background-color: #1a237e !important;
    }

    article.content .external-use .indigo-text.text-darken-4 {
        color: #1a237e !important;
    }

    article.content .external-use .indigo.accent-1 {
        background-color: #8c9eff !important;
    }

    article.content .external-use .indigo-text.text-accent-1 {
        color: #8c9eff !important;
    }

    article.content .external-use .indigo.accent-2 {
        background-color: #536dfe !important;
    }

    article.content .external-use .indigo-text.text-accent-2 {
        color: #536dfe !important;
    }

    article.content .external-use .indigo.accent-3 {
        background-color: #3d5afe !important;
    }

    article.content .external-use .indigo-text.text-accent-3 {
        color: #3d5afe !important;
    }

    article.content .external-use .indigo.accent-4 {
        background-color: #304ffe !important;
    }

    article.content .external-use .indigo-text.text-accent-4 {
        color: #304ffe !important;
    }

    article.content .external-use .blue {
        background-color: #2196F3 !important;
    }

    article.content .external-use .blue-text {
        color: #2196F3 !important;
    }

    article.content .external-use .blue.lighten-5 {
        background-color: #E3F2FD !important;
    }

    article.content .external-use .blue-text.text-lighten-5 {
        color: #E3F2FD !important;
    }

    article.content .external-use .blue.lighten-4 {
        background-color: #BBDEFB !important;
    }

    article.content .external-use .blue-text.text-lighten-4 {
        color: #BBDEFB !important;
    }

    article.content .external-use .blue.lighten-3 {
        background-color: #90CAF9 !important;
    }

    article.content .external-use .blue-text.text-lighten-3 {
        color: #90CAF9 !important;
    }

    article.content .external-use .blue.lighten-2 {
        background-color: #64B5F6 !important;
    }

    article.content .external-use .blue-text.text-lighten-2 {
        color: #64B5F6 !important;
    }

    article.content .external-use .blue.lighten-1 {
        background-color: #42A5F5 !important;
    }

    article.content .external-use .blue-text.text-lighten-1 {
        color: #42A5F5 !important;
    }

    article.content .external-use .blue.darken-1 {
        background-color: #1E88E5 !important;
    }

    article.content .external-use .blue-text.text-darken-1 {
        color: #1E88E5 !important;
    }

    article.content .external-use .blue.darken-2 {
        background-color: #1976D2 !important;
    }

    article.content .external-use .blue-text.text-darken-2 {
        color: #1976D2 !important;
    }

    article.content .external-use .blue.darken-3 {
        background-color: #1565C0 !important;
    }

    article.content .external-use .blue-text.text-darken-3 {
        color: #1565C0 !important;
    }

    article.content .external-use .blue.darken-4 {
        background-color: #0D47A1 !important;
    }

    article.content .external-use .blue-text.text-darken-4 {
        color: #0D47A1 !important;
    }

    article.content .external-use .blue.accent-1 {
        background-color: #82B1FF !important;
    }

    article.content .external-use .blue-text.text-accent-1 {
        color: #82B1FF !important;
    }

    article.content .external-use .blue.accent-2 {
        background-color: #448AFF !important;
    }

    article.content .external-use .blue-text.text-accent-2 {
        color: #448AFF !important;
    }

    article.content .external-use .blue.accent-3 {
        background-color: #2979FF !important;
    }

    article.content .external-use .blue-text.text-accent-3 {
        color: #2979FF !important;
    }

    article.content .external-use .blue.accent-4 {
        background-color: #2962FF !important;
    }

    article.content .external-use .blue-text.text-accent-4 {
        color: #2962FF !important;
    }

    article.content .external-use .light-blue {
        background-color: #03a9f4 !important;
    }

    article.content .external-use .light-blue-text {
        color: #03a9f4 !important;
    }

    article.content .external-use .light-blue.lighten-5 {
        background-color: #e1f5fe !important;
    }

    article.content .external-use .light-blue-text.text-lighten-5 {
        color: #e1f5fe !important;
    }

    article.content .external-use .light-blue.lighten-4 {
        background-color: #b3e5fc !important;
    }

    article.content .external-use .light-blue-text.text-lighten-4 {
        color: #b3e5fc !important;
    }

    article.content .external-use .light-blue.lighten-3 {
        background-color: #81d4fa !important;
    }

    article.content .external-use .light-blue-text.text-lighten-3 {
        color: #81d4fa !important;
    }

    article.content .external-use .light-blue.lighten-2 {
        background-color: #4fc3f7 !important;
    }

    article.content .external-use .light-blue-text.text-lighten-2 {
        color: #4fc3f7 !important;
    }

    article.content .external-use .light-blue.lighten-1 {
        background-color: #29b6f6 !important;
    }

    article.content .external-use .light-blue-text.text-lighten-1 {
        color: #29b6f6 !important;
    }

    article.content .external-use .light-blue.darken-1 {
        background-color: #039be5 !important;
    }

    article.content .external-use .light-blue-text.text-darken-1 {
        color: #039be5 !important;
    }

    article.content .external-use .light-blue.darken-2 {
        background-color: #0288d1 !important;
    }

    article.content .external-use .light-blue-text.text-darken-2 {
        color: #0288d1 !important;
    }

    article.content .external-use .light-blue.darken-3 {
        background-color: #0277bd !important;
    }

    article.content .external-use .light-blue-text.text-darken-3 {
        color: #0277bd !important;
    }

    article.content .external-use .light-blue.darken-4 {
        background-color: #01579b !important;
    }

    article.content .external-use .light-blue-text.text-darken-4 {
        color: #01579b !important;
    }

    article.content .external-use .light-blue.accent-1 {
        background-color: #80d8ff !important;
    }

    article.content .external-use .light-blue-text.text-accent-1 {
        color: #80d8ff !important;
    }

    article.content .external-use .light-blue.accent-2 {
        background-color: #40c4ff !important;
    }

    article.content .external-use .light-blue-text.text-accent-2 {
        color: #40c4ff !important;
    }

    article.content .external-use .light-blue.accent-3 {
        background-color: #00b0ff !important;
    }

    article.content .external-use .light-blue-text.text-accent-3 {
        color: #00b0ff !important;
    }

    article.content .external-use .light-blue.accent-4 {
        background-color: #0091ea !important;
    }

    article.content .external-use .light-blue-text.text-accent-4 {
        color: #0091ea !important;
    }

    article.content .external-use .cyan {
        background-color: #00bcd4 !important;
    }

    article.content .external-use .cyan-text {
        color: #00bcd4 !important;
    }

    article.content .external-use .cyan.lighten-5 {
        background-color: #e0f7fa !important;
    }

    article.content .external-use .cyan-text.text-lighten-5 {
        color: #e0f7fa !important;
    }

    article.content .external-use .cyan.lighten-4 {
        background-color: #b2ebf2 !important;
    }

    article.content .external-use .cyan-text.text-lighten-4 {
        color: #b2ebf2 !important;
    }

    article.content .external-use .cyan.lighten-3 {
        background-color: #80deea !important;
    }

    article.content .external-use .cyan-text.text-lighten-3 {
        color: #80deea !important;
    }

    article.content .external-use .cyan.lighten-2 {
        background-color: #4dd0e1 !important;
    }

    article.content .external-use .cyan-text.text-lighten-2 {
        color: #4dd0e1 !important;
    }

    article.content .external-use .cyan.lighten-1 {
        background-color: #26c6da !important;
    }

    article.content .external-use .cyan-text.text-lighten-1 {
        color: #26c6da !important;
    }

    article.content .external-use .cyan.darken-1 {
        background-color: #00acc1 !important;
    }

    article.content .external-use .cyan-text.text-darken-1 {
        color: #00acc1 !important;
    }

    article.content .external-use .cyan.darken-2 {
        background-color: #0097a7 !important;
    }

    article.content .external-use .cyan-text.text-darken-2 {
        color: #0097a7 !important;
    }

    article.content .external-use .cyan.darken-3 {
        background-color: #00838f !important;
    }

    article.content .external-use .cyan-text.text-darken-3 {
        color: #00838f !important;
    }

    article.content .external-use .cyan.darken-4 {
        background-color: #006064 !important;
    }

    article.content .external-use .cyan-text.text-darken-4 {
        color: #006064 !important;
    }

    article.content .external-use .cyan.accent-1 {
        background-color: #84ffff !important;
    }

    article.content .external-use .cyan-text.text-accent-1 {
        color: #84ffff !important;
    }

    article.content .external-use .cyan.accent-2 {
        background-color: #18ffff !important;
    }

    article.content .external-use .cyan-text.text-accent-2 {
        color: #18ffff !important;
    }

    article.content .external-use .cyan.accent-3 {
        background-color: #00e5ff !important;
    }

    article.content .external-use .cyan-text.text-accent-3 {
        color: #00e5ff !important;
    }

    article.content .external-use .cyan.accent-4 {
        background-color: #00b8d4 !important;
    }

    article.content .external-use .cyan-text.text-accent-4 {
        color: #00b8d4 !important;
    }

    article.content .external-use .teal {
        background-color: #009688 !important;
    }

    article.content .external-use .teal-text {
        color: #009688 !important;
    }

    article.content .external-use .teal.lighten-5 {
        background-color: #e0f2f1 !important;
    }

    article.content .external-use .teal-text.text-lighten-5 {
        color: #e0f2f1 !important;
    }

    article.content .external-use .teal.lighten-4 {
        background-color: #b2dfdb !important;
    }

    article.content .external-use .teal-text.text-lighten-4 {
        color: #b2dfdb !important;
    }

    article.content .external-use .teal.lighten-3 {
        background-color: #80cbc4 !important;
    }

    article.content .external-use .teal-text.text-lighten-3 {
        color: #80cbc4 !important;
    }

    article.content .external-use .teal.lighten-2 {
        background-color: #4db6ac !important;
    }

    article.content .external-use .teal-text.text-lighten-2 {
        color: #4db6ac !important;
    }

    article.content .external-use .teal.lighten-1 {
        background-color: #26a69a !important;
    }

    article.content .external-use .teal-text.text-lighten-1 {
        color: #26a69a !important;
    }

    article.content .external-use .teal.darken-1 {
        background-color: #00897b !important;
    }

    article.content .external-use .teal-text.text-darken-1 {
        color: #00897b !important;
    }

    article.content .external-use .teal.darken-2 {
        background-color: #00796b !important;
    }

    article.content .external-use .teal-text.text-darken-2 {
        color: #00796b !important;
    }

    article.content .external-use .teal.darken-3 {
        background-color: #00695c !important;
    }

    article.content .external-use .teal-text.text-darken-3 {
        color: #00695c !important;
    }

    article.content .external-use .teal.darken-4 {
        background-color: #004d40 !important;
    }

    article.content .external-use .teal-text.text-darken-4 {
        color: #004d40 !important;
    }

    article.content .external-use .teal.accent-1 {
        background-color: #a7ffeb !important;
    }

    article.content .external-use .teal-text.text-accent-1 {
        color: #a7ffeb !important;
    }

    article.content .external-use .teal.accent-2 {
        background-color: #64ffda !important;
    }

    article.content .external-use .teal-text.text-accent-2 {
        color: #64ffda !important;
    }

    article.content .external-use .teal.accent-3 {
        background-color: #1de9b6 !important;
    }

    article.content .external-use .teal-text.text-accent-3 {
        color: #1de9b6 !important;
    }

    article.content .external-use .teal.accent-4 {
        background-color: #00bfa5 !important;
    }

    article.content .external-use .teal-text.text-accent-4 {
        color: #00bfa5 !important;
    }

    article.content .external-use .green {
        background-color: #4CAF50 !important;
    }

    article.content .external-use .green-text {
        color: #4CAF50 !important;
    }

    article.content .external-use .green.lighten-5 {
        background-color: #E8F5E9 !important;
    }

    article.content .external-use .green-text.text-lighten-5 {
        color: #E8F5E9 !important;
    }

    article.content .external-use .green.lighten-4 {
        background-color: #C8E6C9 !important;
    }

    article.content .external-use .green-text.text-lighten-4 {
        color: #C8E6C9 !important;
    }

    article.content .external-use .green.lighten-3 {
        background-color: #A5D6A7 !important;
    }

    article.content .external-use .green-text.text-lighten-3 {
        color: #A5D6A7 !important;
    }

    article.content .external-use .green.lighten-2 {
        background-color: #81C784 !important;
    }

    article.content .external-use .green-text.text-lighten-2 {
        color: #81C784 !important;
    }

    article.content .external-use .green.lighten-1 {
        background-color: #66BB6A !important;
    }

    article.content .external-use .green-text.text-lighten-1 {
        color: #66BB6A !important;
    }

    article.content .external-use .green.darken-1 {
        background-color: #43A047 !important;
    }

    article.content .external-use .green-text.text-darken-1 {
        color: #43A047 !important;
    }

    article.content .external-use .green.darken-2 {
        background-color: #388E3C !important;
    }

    article.content .external-use .green-text.text-darken-2 {
        color: #388E3C !important;
    }

    article.content .external-use .green.darken-3 {
        background-color: #2E7D32 !important;
    }

    article.content .external-use .green-text.text-darken-3 {
        color: #2E7D32 !important;
    }

    article.content .external-use .green.darken-4 {
        background-color: #1B5E20 !important;
    }

    article.content .external-use .green-text.text-darken-4 {
        color: #1B5E20 !important;
    }

    article.content .external-use .green.accent-1 {
        background-color: #B9F6CA !important;
    }

    article.content .external-use .green-text.text-accent-1 {
        color: #B9F6CA !important;
    }

    article.content .external-use .green.accent-2 {
        background-color: #69F0AE !important;
    }

    article.content .external-use .green-text.text-accent-2 {
        color: #69F0AE !important;
    }

    article.content .external-use .green.accent-3 {
        background-color: #00E676 !important;
    }

    article.content .external-use .green-text.text-accent-3 {
        color: #00E676 !important;
    }

    article.content .external-use .green.accent-4 {
        background-color: #00C853 !important;
    }

    article.content .external-use .green-text.text-accent-4 {
        color: #00C853 !important;
    }

    article.content .external-use .light-green {
        background-color: #8bc34a !important;
    }

    article.content .external-use .light-green-text {
        color: #8bc34a !important;
    }

    article.content .external-use .light-green.lighten-5 {
        background-color: #f1f8e9 !important;
    }

    article.content .external-use .light-green-text.text-lighten-5 {
        color: #f1f8e9 !important;
    }

    article.content .external-use .light-green.lighten-4 {
        background-color: #dcedc8 !important;
    }

    article.content .external-use .light-green-text.text-lighten-4 {
        color: #dcedc8 !important;
    }

    article.content .external-use .light-green.lighten-3 {
        background-color: #c5e1a5 !important;
    }

    article.content .external-use .light-green-text.text-lighten-3 {
        color: #c5e1a5 !important;
    }

    article.content .external-use .light-green.lighten-2 {
        background-color: #aed581 !important;
    }

    article.content .external-use .light-green-text.text-lighten-2 {
        color: #aed581 !important;
    }

    article.content .external-use .light-green.lighten-1 {
        background-color: #9ccc65 !important;
    }

    article.content .external-use .light-green-text.text-lighten-1 {
        color: #9ccc65 !important;
    }

    article.content .external-use .light-green.darken-1 {
        background-color: #7cb342 !important;
    }

    article.content .external-use .light-green-text.text-darken-1 {
        color: #7cb342 !important;
    }

    article.content .external-use .light-green.darken-2 {
        background-color: #689f38 !important;
    }

    article.content .external-use .light-green-text.text-darken-2 {
        color: #689f38 !important;
    }

    article.content .external-use .light-green.darken-3 {
        background-color: #558b2f !important;
    }

    article.content .external-use .light-green-text.text-darken-3 {
        color: #558b2f !important;
    }

    article.content .external-use .light-green.darken-4 {
        background-color: #33691e !important;
    }

    article.content .external-use .light-green-text.text-darken-4 {
        color: #33691e !important;
    }

    article.content .external-use .light-green.accent-1 {
        background-color: #ccff90 !important;
    }

    article.content .external-use .light-green-text.text-accent-1 {
        color: #ccff90 !important;
    }

    article.content .external-use .light-green.accent-2 {
        background-color: #b2ff59 !important;
    }

    article.content .external-use .light-green-text.text-accent-2 {
        color: #b2ff59 !important;
    }

    article.content .external-use .light-green.accent-3 {
        background-color: #76ff03 !important;
    }

    article.content .external-use .light-green-text.text-accent-3 {
        color: #76ff03 !important;
    }

    article.content .external-use .light-green.accent-4 {
        background-color: #64dd17 !important;
    }

    article.content .external-use .light-green-text.text-accent-4 {
        color: #64dd17 !important;
    }

    article.content .external-use .lime {
        background-color: #cddc39 !important;
    }

    article.content .external-use .lime-text {
        color: #cddc39 !important;
    }

    article.content .external-use .lime.lighten-5 {
        background-color: #f9fbe7 !important;
    }

    article.content .external-use .lime-text.text-lighten-5 {
        color: #f9fbe7 !important;
    }

    article.content .external-use .lime.lighten-4 {
        background-color: #f0f4c3 !important;
    }

    article.content .external-use .lime-text.text-lighten-4 {
        color: #f0f4c3 !important;
    }

    article.content .external-use .lime.lighten-3 {
        background-color: #e6ee9c !important;
    }

    article.content .external-use .lime-text.text-lighten-3 {
        color: #e6ee9c !important;
    }

    article.content .external-use .lime.lighten-2 {
        background-color: #dce775 !important;
    }

    article.content .external-use .lime-text.text-lighten-2 {
        color: #dce775 !important;
    }

    article.content .external-use .lime.lighten-1 {
        background-color: #d4e157 !important;
    }

    article.content .external-use .lime-text.text-lighten-1 {
        color: #d4e157 !important;
    }

    article.content .external-use .lime.darken-1 {
        background-color: #c0ca33 !important;
    }

    article.content .external-use .lime-text.text-darken-1 {
        color: #c0ca33 !important;
    }

    article.content .external-use .lime.darken-2 {
        background-color: #afb42b !important;
    }

    article.content .external-use .lime-text.text-darken-2 {
        color: #afb42b !important;
    }

    article.content .external-use .lime.darken-3 {
        background-color: #9e9d24 !important;
    }

    article.content .external-use .lime-text.text-darken-3 {
        color: #9e9d24 !important;
    }

    article.content .external-use .lime.darken-4 {
        background-color: #827717 !important;
    }

    article.content .external-use .lime-text.text-darken-4 {
        color: #827717 !important;
    }

    article.content .external-use .lime.accent-1 {
        background-color: #f4ff81 !important;
    }

    article.content .external-use .lime-text.text-accent-1 {
        color: #f4ff81 !important;
    }

    article.content .external-use .lime.accent-2 {
        background-color: #eeff41 !important;
    }

    article.content .external-use .lime-text.text-accent-2 {
        color: #eeff41 !important;
    }

    article.content .external-use .lime.accent-3 {
        background-color: #c6ff00 !important;
    }

    article.content .external-use .lime-text.text-accent-3 {
        color: #c6ff00 !important;
    }

    article.content .external-use .lime.accent-4 {
        background-color: #aeea00 !important;
    }

    article.content .external-use .lime-text.text-accent-4 {
        color: #aeea00 !important;
    }

    article.content .external-use .yellow {
        background-color: #ffeb3b !important;
    }

    article.content .external-use .yellow-text {
        color: #ffeb3b !important;
    }

    article.content .external-use .yellow.lighten-5 {
        background-color: #fffde7 !important;
    }

    article.content .external-use .yellow-text.text-lighten-5 {
        color: #fffde7 !important;
    }

    article.content .external-use .yellow.lighten-4 {
        background-color: #fff9c4 !important;
    }

    article.content .external-use .yellow-text.text-lighten-4 {
        color: #fff9c4 !important;
    }

    article.content .external-use .yellow.lighten-3 {
        background-color: #fff59d !important;
    }

    article.content .external-use .yellow-text.text-lighten-3 {
        color: #fff59d !important;
    }

    article.content .external-use .yellow.lighten-2 {
        background-color: #fff176 !important;
    }

    article.content .external-use .yellow-text.text-lighten-2 {
        color: #fff176 !important;
    }

    article.content .external-use .yellow.lighten-1 {
        background-color: #ffee58 !important;
    }

    article.content .external-use .yellow-text.text-lighten-1 {
        color: #ffee58 !important;
    }

    article.content .external-use .yellow.darken-1 {
        background-color: #fdd835 !important;
    }

    article.content .external-use .yellow-text.text-darken-1 {
        color: #fdd835 !important;
    }

    article.content .external-use .yellow.darken-2 {
        background-color: #fbc02d !important;
    }

    article.content .external-use .yellow-text.text-darken-2 {
        color: #fbc02d !important;
    }

    article.content .external-use .yellow.darken-3 {
        background-color: #f9a825 !important;
    }

    article.content .external-use .yellow-text.text-darken-3 {
        color: #f9a825 !important;
    }

    article.content .external-use .yellow.darken-4 {
        background-color: #f57f17 !important;
    }

    article.content .external-use .yellow-text.text-darken-4 {
        color: #f57f17 !important;
    }

    article.content .external-use .yellow.accent-1 {
        background-color: #ffff8d !important;
    }

    article.content .external-use .yellow-text.text-accent-1 {
        color: #ffff8d !important;
    }

    article.content .external-use .yellow.accent-2 {
        background-color: #ff0 !important;
    }

    article.content .external-use .yellow-text.text-accent-2 {
        color: #ff0 !important;
    }

    article.content .external-use .yellow.accent-3 {
        background-color: #ffea00 !important;
    }

    article.content .external-use .yellow-text.text-accent-3 {
        color: #ffea00 !important;
    }

    article.content .external-use .yellow.accent-4 {
        background-color: #ffd600 !important;
    }

    article.content .external-use .yellow-text.text-accent-4 {
        color: #ffd600 !important;
    }

    article.content .external-use .amber {
        background-color: #ffc107 !important;
    }

    article.content .external-use .amber-text {
        color: #ffc107 !important;
    }

    article.content .external-use .amber.lighten-5 {
        background-color: #fff8e1 !important;
    }

    article.content .external-use .amber-text.text-lighten-5 {
        color: #fff8e1 !important;
    }

    article.content .external-use .amber.lighten-4 {
        background-color: #ffecb3 !important;
    }

    article.content .external-use .amber-text.text-lighten-4 {
        color: #ffecb3 !important;
    }

    article.content .external-use .amber.lighten-3 {
        background-color: #ffe082 !important;
    }

    article.content .external-use .amber-text.text-lighten-3 {
        color: #ffe082 !important;
    }

    article.content .external-use .amber.lighten-2 {
        background-color: #ffd54f !important;
    }

    article.content .external-use .amber-text.text-lighten-2 {
        color: #ffd54f !important;
    }

    article.content .external-use .amber.lighten-1 {
        background-color: #ffca28 !important;
    }

    article.content .external-use .amber-text.text-lighten-1 {
        color: #ffca28 !important;
    }

    article.content .external-use .amber.darken-1 {
        background-color: #ffb300 !important;
    }

    article.content .external-use .amber-text.text-darken-1 {
        color: #ffb300 !important;
    }

    article.content .external-use .amber.darken-2 {
        background-color: #ffa000 !important;
    }

    article.content .external-use .amber-text.text-darken-2 {
        color: #ffa000 !important;
    }

    article.content .external-use .amber.darken-3 {
        background-color: #ff8f00 !important;
    }

    article.content .external-use .amber-text.text-darken-3 {
        color: #ff8f00 !important;
    }

    article.content .external-use .amber.darken-4 {
        background-color: #ff6f00 !important;
    }

    article.content .external-use .amber-text.text-darken-4 {
        color: #ff6f00 !important;
    }

    article.content .external-use .amber.accent-1 {
        background-color: #ffe57f !important;
    }

    article.content .external-use .amber-text.text-accent-1 {
        color: #ffe57f !important;
    }

    article.content .external-use .amber.accent-2 {
        background-color: #ffd740 !important;
    }

    article.content .external-use .amber-text.text-accent-2 {
        color: #ffd740 !important;
    }

    article.content .external-use .amber.accent-3 {
        background-color: #ffc400 !important;
    }

    article.content .external-use .amber-text.text-accent-3 {
        color: #ffc400 !important;
    }

    article.content .external-use .amber.accent-4 {
        background-color: #ffab00 !important;
    }

    article.content .external-use .amber-text.text-accent-4 {
        color: #ffab00 !important;
    }

    article.content .external-use .orange {
        background-color: #ff9800 !important;
    }

    article.content .external-use .orange-text {
        color: #ff9800 !important;
    }

    article.content .external-use .orange.lighten-5 {
        background-color: #fff3e0 !important;
    }

    article.content .external-use .orange-text.text-lighten-5 {
        color: #fff3e0 !important;
    }

    article.content .external-use .orange.lighten-4 {
        background-color: #ffe0b2 !important;
    }

    article.content .external-use .orange-text.text-lighten-4 {
        color: #ffe0b2 !important;
    }

    article.content .external-use .orange.lighten-3 {
        background-color: #ffcc80 !important;
    }

    article.content .external-use .orange-text.text-lighten-3 {
        color: #ffcc80 !important;
    }

    article.content .external-use .orange.lighten-2 {
        background-color: #ffb74d !important;
    }

    article.content .external-use .orange-text.text-lighten-2 {
        color: #ffb74d !important;
    }

    article.content .external-use .orange.lighten-1 {
        background-color: #ffa726 !important;
    }

    article.content .external-use .orange-text.text-lighten-1 {
        color: #ffa726 !important;
    }

    article.content .external-use .orange.darken-1 {
        background-color: #fb8c00 !important;
    }

    article.content .external-use .orange-text.text-darken-1 {
        color: #fb8c00 !important;
    }

    article.content .external-use .orange.darken-2 {
        background-color: #f57c00 !important;
    }

    article.content .external-use .orange-text.text-darken-2 {
        color: #f57c00 !important;
    }

    article.content .external-use .orange.darken-3 {
        background-color: #ef6c00 !important;
    }

    article.content .external-use .orange-text.text-darken-3 {
        color: #ef6c00 !important;
    }

    article.content .external-use .orange.darken-4 {
        background-color: #e65100 !important;
    }

    article.content .external-use .orange-text.text-darken-4 {
        color: #e65100 !important;
    }

    article.content .external-use .orange.accent-1 {
        background-color: #ffd180 !important;
    }

    article.content .external-use .orange-text.text-accent-1 {
        color: #ffd180 !important;
    }

    article.content .external-use .orange.accent-2 {
        background-color: #ffab40 !important;
    }

    article.content .external-use .orange-text.text-accent-2 {
        color: #ffab40 !important;
    }

    article.content .external-use .orange.accent-3 {
        background-color: #ff9100 !important;
    }

    article.content .external-use .orange-text.text-accent-3 {
        color: #ff9100 !important;
    }

    article.content .external-use .orange.accent-4 {
        background-color: #ff6d00 !important;
    }

    article.content .external-use .orange-text.text-accent-4 {
        color: #ff6d00 !important;
    }

    article.content .external-use .deep-orange {
        background-color: #ff5722 !important;
    }

    article.content .external-use .deep-orange-text {
        color: #ff5722 !important;
    }

    article.content .external-use .deep-orange.lighten-5 {
        background-color: #fbe9e7 !important;
    }

    article.content .external-use .deep-orange-text.text-lighten-5 {
        color: #fbe9e7 !important;
    }

    article.content .external-use .deep-orange.lighten-4 {
        background-color: #ffccbc !important;
    }

    article.content .external-use .deep-orange-text.text-lighten-4 {
        color: #ffccbc !important;
    }

    article.content .external-use .deep-orange.lighten-3 {
        background-color: #ffab91 !important;
    }

    article.content .external-use .deep-orange-text.text-lighten-3 {
        color: #ffab91 !important;
    }

    article.content .external-use .deep-orange.lighten-2 {
        background-color: #ff8a65 !important;
    }

    article.content .external-use .deep-orange-text.text-lighten-2 {
        color: #ff8a65 !important;
    }

    article.content .external-use .deep-orange.lighten-1 {
        background-color: #ff7043 !important;
    }

    article.content .external-use .deep-orange-text.text-lighten-1 {
        color: #ff7043 !important;
    }

    article.content .external-use .deep-orange.darken-1 {
        background-color: #f4511e !important;
    }

    article.content .external-use .deep-orange-text.text-darken-1 {
        color: #f4511e !important;
    }

    article.content .external-use .deep-orange.darken-2 {
        background-color: #e64a19 !important;
    }

    article.content .external-use .deep-orange-text.text-darken-2 {
        color: #e64a19 !important;
    }

    article.content .external-use .deep-orange.darken-3 {
        background-color: #d84315 !important;
    }

    article.content .external-use .deep-orange-text.text-darken-3 {
        color: #d84315 !important;
    }

    article.content .external-use .deep-orange.darken-4 {
        background-color: #bf360c !important;
    }

    article.content .external-use .deep-orange-text.text-darken-4 {
        color: #bf360c !important;
    }

    article.content .external-use .deep-orange.accent-1 {
        background-color: #ff9e80 !important;
    }

    article.content .external-use .deep-orange-text.text-accent-1 {
        color: #ff9e80 !important;
    }

    article.content .external-use .deep-orange.accent-2 {
        background-color: #ff6e40 !important;
    }

    article.content .external-use .deep-orange-text.text-accent-2 {
        color: #ff6e40 !important;
    }

    article.content .external-use .deep-orange.accent-3 {
        background-color: #ff3d00 !important;
    }

    article.content .external-use .deep-orange-text.text-accent-3 {
        color: #ff3d00 !important;
    }

    article.content .external-use .deep-orange.accent-4 {
        background-color: #dd2c00 !important;
    }

    article.content .external-use .deep-orange-text.text-accent-4 {
        color: #dd2c00 !important;
    }

    article.content .external-use .brown {
        background-color: #795548 !important;
    }

    article.content .external-use .brown-text {
        color: #795548 !important;
    }

    article.content .external-use .brown.lighten-5 {
        background-color: #efebe9 !important;
    }

    article.content .external-use .brown-text.text-lighten-5 {
        color: #efebe9 !important;
    }

    article.content .external-use .brown.lighten-4 {
        background-color: #d7ccc8 !important;
    }

    article.content .external-use .brown-text.text-lighten-4 {
        color: #d7ccc8 !important;
    }

    article.content .external-use .brown.lighten-3 {
        background-color: #bcaaa4 !important;
    }

    article.content .external-use .brown-text.text-lighten-3 {
        color: #bcaaa4 !important;
    }

    article.content .external-use .brown.lighten-2 {
        background-color: #a1887f !important;
    }

    article.content .external-use .brown-text.text-lighten-2 {
        color: #a1887f !important;
    }

    article.content .external-use .brown.lighten-1 {
        background-color: #8d6e63 !important;
    }

    article.content .external-use .brown-text.text-lighten-1 {
        color: #8d6e63 !important;
    }

    article.content .external-use .brown.darken-1 {
        background-color: #6d4c41 !important;
    }

    article.content .external-use .brown-text.text-darken-1 {
        color: #6d4c41 !important;
    }

    article.content .external-use .brown.darken-2 {
        background-color: #5d4037 !important;
    }

    article.content .external-use .brown-text.text-darken-2 {
        color: #5d4037 !important;
    }

    article.content .external-use .brown.darken-3 {
        background-color: #4e342e !important;
    }

    article.content .external-use .brown-text.text-darken-3 {
        color: #4e342e !important;
    }

    article.content .external-use .brown.darken-4 {
        background-color: #3e2723 !important;
    }

    article.content .external-use .brown-text.text-darken-4 {
        color: #3e2723 !important;
    }

    article.content .external-use .blue-grey {
        background-color: #607d8b !important;
    }

    article.content .external-use .blue-grey-text {
        color: #607d8b !important;
    }

    article.content .external-use .blue-grey.lighten-5 {
        background-color: #eceff1 !important;
    }

    article.content .external-use .blue-grey-text.text-lighten-5 {
        color: #eceff1 !important;
    }

    article.content .external-use .blue-grey.lighten-4 {
        background-color: #cfd8dc !important;
    }

    article.content .external-use .blue-grey-text.text-lighten-4 {
        color: #cfd8dc !important;
    }

    article.content .external-use .blue-grey.lighten-3 {
        background-color: #b0bec5 !important;
    }

    article.content .external-use .blue-grey-text.text-lighten-3 {
        color: #b0bec5 !important;
    }

    article.content .external-use .blue-grey.lighten-2 {
        background-color: #90a4ae !important;
    }

    article.content .external-use .blue-grey-text.text-lighten-2 {
        color: #90a4ae !important;
    }

    article.content .external-use .blue-grey.lighten-1 {
        background-color: #78909c !important;
    }

    article.content .external-use .blue-grey-text.text-lighten-1 {
        color: #78909c !important;
    }

    article.content .external-use .blue-grey.darken-1 {
        background-color: #546e7a !important;
    }

    article.content .external-use .blue-grey-text.text-darken-1 {
        color: #546e7a !important;
    }

    article.content .external-use .blue-grey.darken-2 {
        background-color: #455a64 !important;
    }

    article.content .external-use .blue-grey-text.text-darken-2 {
        color: #455a64 !important;
    }

    article.content .external-use .blue-grey.darken-3 {
        background-color: #37474f !important;
    }

    article.content .external-use .blue-grey-text.text-darken-3 {
        color: #37474f !important;
    }

    article.content .external-use .blue-grey.darken-4 {
        background-color: #263238 !important;
    }

    article.content .external-use .blue-grey-text.text-darken-4 {
        color: #263238 !important;
    }

    article.content .external-use .grey {
        background-color: #9e9e9e !important;
    }

    article.content .external-use .grey-text {
        color: #9e9e9e !important;
    }

    article.content .external-use .grey.lighten-5 {
        background-color: #fafafa !important;
    }

    article.content .external-use .grey-text.text-lighten-5 {
        color: #fafafa !important;
    }

    article.content .external-use .grey.lighten-4 {
        background-color: #f5f5f5 !important;
    }

    article.content .external-use .grey-text.text-lighten-4 {
        color: #f5f5f5 !important;
    }

    article.content .external-use .grey.lighten-3 {
        background-color: #eee !important;
    }

    article.content .external-use .grey-text.text-lighten-3 {
        color: #eee !important;
    }

    article.content .external-use .grey.lighten-2 {
        background-color: #e0e0e0 !important;
    }

    article.content .external-use .grey-text.text-lighten-2 {
        color: #e0e0e0 !important;
    }

    article.content .external-use .grey.lighten-1 {
        background-color: #bdbdbd !important;
    }

    article.content .external-use .grey-text.text-lighten-1 {
        color: #bdbdbd !important;
    }

    article.content .external-use .grey.darken-1 {
        background-color: #757575 !important;
    }

    article.content .external-use .grey-text.text-darken-1 {
        color: #757575 !important;
    }

    article.content .external-use .grey.darken-2 {
        background-color: #616161 !important;
    }

    article.content .external-use .grey-text.text-darken-2 {
        color: #616161 !important;
    }

    article.content .external-use .grey.darken-3 {
        background-color: #424242 !important;
    }

    article.content .external-use .grey-text.text-darken-3 {
        color: #424242 !important;
    }

    article.content .external-use .grey.darken-4 {
        background-color: #212121 !important;
    }

    article.content .external-use .grey-text.text-darken-4 {
        color: #212121 !important;
    }

    article.content .external-use .shades.black {
        background-color: #000 !important;
    }

    article.content .external-use .shades-text.text-black {
        color: #000 !important;
    }

    article.content .external-use .shades.white {
        background-color: #fff !important;
    }

    article.content .external-use .shades-text.text-white {
        color: #fff !important;
    }

    article.content .external-use .shades.transparent {
        background-color: transparent !important;
    }

    article.content .external-use .shades-text.text-transparent {
        color: transparent !important;
    }

    article.content .external-use .black {
        background-color: #000 !important;
    }

    article.content .external-use .black-text {
        color: #000 !important;
    }

    article.content .external-use .white {
        background-color: #fff !important;
    }

    article.content .external-use .white-text {
        color: #fff !important;
    }

    article.content .external-use .transparent {
        background-color: transparent !important;
    }

    article.content .external-use .transparent-text {
        color: transparent !important;
    }

    article.content .external-use html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    article.content .external-use body {
        margin: 0;
    }

    article.content .external-use article, article.content .external-use aside, article.content .external-use details, article.content .external-use figcaption, article.content .external-use figure, article.content .external-use footer, article.content .external-use header, article.content .external-use hgroup, article.content .external-use main, article.content .external-use menu, article.content .external-use nav, article.content .external-use section, article.content .external-use summary {
        display: block;
    }

    article.content .external-use audio, article.content .external-use canvas, article.content .external-use progress, article.content .external-use video {
        display: inline-block;
        vertical-align: baseline;
    }

        article.content .external-use audio:not([controls]) {
            display: none;
            height: 0;
        }

    article.content .external-use [hidden], article.content .external-use template {
        display: none;
    }

    article.content .external-use a {
        background-color: transparent;
    }

        article.content .external-use a:active, article.content .external-use a:hover {
            outline: 0;
        }

    article.content .external-use abbr[title] {
        border-bottom: 1px dotted;
    }

    article.content .external-use b, article.content .external-use strong {
        font-weight: bold;
    }

    article.content .external-use dfn {
        font-style: italic;
    }

    article.content .external-use h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    article.content .external-use mark {
        background: #ff0;
        color: #000;
    }

    article.content .external-use small {
        font-size: 80%;
    }

    article.content .external-use sub, article.content .external-use sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    article.content .external-use sup {
        top: -0.5em;
    }

    article.content .external-use sub {
        bottom: -0.25em;
    }

    article.content .external-use img {
        border: 0;
    }

    article.content .external-use svg:not(:root) {
        overflow: hidden;
    }

    article.content .external-use figure {
        margin: 1em 40px;
    }

    article.content .external-use hr {
        box-sizing: content-box;
        height: 0;
    }

    article.content .external-use pre {
        overflow: auto;
    }

    article.content .external-use code, article.content .external-use kbd, article.content .external-use pre, article.content .external-use samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    article.content .external-use button, article.content .external-use input, article.content .external-use optgroup, article.content .external-use select, article.content .external-use textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    article.content .external-use button {
        overflow: visible;
    }

    article.content .external-use button, article.content .external-use select {
        text-transform: none;
    }

    article.content .external-use button, article.content .external-use html input[type="button"], article.content .external-use input[type="reset"], article.content .external-use input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        article.content .external-use button[disabled], article.content .external-use html input[disabled] {
            cursor: default;
        }

        article.content .external-use button::-moz-focus-inner, article.content .external-use input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    article.content .external-use input {
        line-height: normal;
    }

        article.content .external-use input[type="checkbox"], article.content .external-use input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }

        article.content .external-use input[type="number"]::-webkit-inner-spin-button, article.content .external-use input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        article.content .external-use input[type="search"] {
            -webkit-appearance: textfield;
            box-sizing: content-box;
        }

            article.content .external-use input[type="search"]::-webkit-search-cancel-button, article.content .external-use input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    article.content .external-use fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    article.content .external-use legend {
        border: 0;
        padding: 0;
    }

    article.content .external-use textarea {
        overflow: auto;
    }

    article.content .external-use optgroup {
        font-weight: bold;
    }

    article.content .external-use table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    article.content .external-use td, article.content .external-use th {
        padding: 0;
    }

    article.content .external-use html {
        box-sizing: border-box;
    }

    article.content .external-use *, article.content .external-use *:before, article.content .external-use *:after {
        box-sizing: inherit;
    }

    article.content .external-use ul {
        list-style-type: none;
    }

        article.content .external-use ul.browser-default {
            list-style-type: initial;
        }

    article.content .external-use a {
        color: #039be5;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    article.content .external-use .valign-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        article.content .external-use .valign-wrapper .valign {
            display: block;
        }

    article.content .external-use ul {
        padding: 0;
    }

        article.content .external-use ul li {
            list-style-type: none;
        }

    article.content .external-use .clearfix {
        clear: both;
    }

    article.content .external-use .z-depth-0 {
        box-shadow: none !important;
    }

    article.content .external-use .z-depth-1, article.content .external-use nav, article.content .external-use .card-panel, article.content .external-use .card, article.content .external-use .toast, article.content .external-use .btn, article.content .external-use .btn-large, article.content .external-use .btn-floating, article.content .external-use .dropdown-content, article.content .external-use .collapsible, article.content .external-use .side-nav {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

        article.content .external-use .z-depth-1-half, article.content .external-use .btn:hover, article.content .external-use .btn-large:hover, article.content .external-use .btn-floating:hover {
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

    article.content .external-use .z-depth-2 {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    article.content .external-use .z-depth-3 {
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    }

    article.content .external-use .z-depth-4, article.content .external-use .modal {
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    article.content .external-use .z-depth-5 {
        box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    }

    article.content .external-use .hoverable {
        transition: box-shadow .25s;
        box-shadow: 0;
    }

        article.content .external-use .hoverable:hover {
            transition: box-shadow .25s;
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

    article.content .external-use .divider {
        height: 1px;
        overflow: hidden;
        background-color: #e0e0e0;
    }

    article.content .external-use blockquote {
        margin: 20px 0;
        padding-left: 1.5rem;
        border-left: 5px solid #ee6e73;
    }

    article.content .external-use i {
        line-height: inherit;
    }

        article.content .external-use i.left {
            float: left;
            margin-right: 15px;
        }

        article.content .external-use i.right {
            float: right;
            margin-left: 15px;
        }

        article.content .external-use i.tiny {
            font-size: 1rem;
        }

        article.content .external-use i.small {
            font-size: 2rem;
        }

        article.content .external-use i.medium {
            font-size: 4rem;
        }

        article.content .external-use i.large {
            font-size: 6rem;
        }

    article.content .external-use img.responsive-img, article.content .external-use video.responsive-video {
        max-width: 100%;
        height: auto;
    }

    article.content .external-use .pagination li {
        display: inline-block;
        font-size: 1.2rem;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 2px;
        text-align: center;
    }

        article.content .external-use .pagination li a {
            color: #444;
        }

        article.content .external-use .pagination li.active a {
            color: #fff;
        }

        article.content .external-use .pagination li.active {
            background-color: #ee6e73;
        }

        article.content .external-use .pagination li.disabled a {
            cursor: default;
            color: #999;
        }

        article.content .external-use .pagination li i {
            font-size: 2.2rem;
            vertical-align: middle;
        }

        article.content .external-use .pagination li.pages ul li {
            display: inline-block;
            float: none;
        }

@media screen and (max-width: 992px) {
    article.content .external-use .pagination {
        width: 100%;
    }

        article.content .external-use .pagination li.prev, article.content .external-use .pagination li.next {
            width: 10%;
        }

        article.content .external-use .pagination li.pages {
            width: 80%;
            overflow: hidden;
            white-space: nowrap;
        }
}

article.content .external-use .breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    article.content .external-use .breadcrumb i, article.content .external-use .breadcrumb [class^="mdi-"], article.content .external-use .breadcrumb [class*="mdi-"], article.content .external-use .breadcrumb i.material-icons {
        display: inline-block;
        float: left;
        font-size: 24px;
    }

    article.content .external-use .breadcrumb:before {
        content: '\E5CC';
        color: rgba(255, 255, 255, 0.7);
        vertical-align: top;
        display: inline-block;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        margin: 0 10px 0 8px;
        -webkit-font-smoothing: antialiased;
    }

    article.content .external-use .breadcrumb:first-child:before {
        display: none;
    }

    article.content .external-use .breadcrumb:last-child {
        color: #fff;
    }

article.content .external-use .parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

article.content .external-use .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    article.content .external-use .parallax img {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

article.content .external-use .pin-top, article.content .external-use .pin-bottom {
    position: relative;
}

article.content .external-use .pinned {
    position: fixed !important;
}

article.content .external-use ul.staggered-list li {
    opacity: 0;
}

article.content .external-use .fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

@media screen and (max-width: 600px) {
    article.content .external-use .hide-on-small-only, article.content .external-use .tabs-wrapper, article.content .external-use .hide-on-small-and-down {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    article.content .external-use .hide-on-med-and-down {
        display: none !important;
    }
}

@media screen and (min-width: 601px) {
    article.content .external-use .hide-on-med-and-up {
        display: none !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    article.content .external-use .hide-on-med-only {
        display: none !important;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use .hide-on-large-only {
        display: none !important;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use .show-on-large {
        display: block !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    article.content .external-use .show-on-medium {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    article.content .external-use .show-on-small {
        display: block !important;
    }
}

@media screen and (min-width: 601px) {
    article.content .external-use .show-on-medium-and-up {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    article.content .external-use .show-on-medium-and-down {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    article.content .external-use .center-on-small-only {
        text-align: center;
    }
}

article.content .external-use footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73;
}

    article.content .external-use footer.page-footer .footer-copyright {
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(51, 51, 51, 0.08);
    }

article.content .external-use table, article.content .external-use th, article.content .external-use td {
    border: none;
}

article.content .external-use table {
    width: 100%;
    display: table;
}

    article.content .external-use table.bordered > thead > tr, article.content .external-use table.bordered > tbody > tr {
        border-bottom: 1px solid #d0d0d0;
    }

    article.content .external-use table.striped > tbody > tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    article.content .external-use table.striped > tbody > tr > td {
        border-radius: 0;
    }

    article.content .external-use table.highlight > tbody > tr {
        transition: background-color .25s ease;
    }

        article.content .external-use table.highlight > tbody > tr:hover {
            background-color: #f2f2f2;
        }

    article.content .external-use table.centered thead tr th, article.content .external-use table.centered tbody tr td {
        text-align: center;
    }

article.content .external-use thead {
    border-bottom: 1px solid #d0d0d0;
}

article.content .external-use td, article.content .external-use th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media screen and (max-width: 992px) {
    article.content .external-use table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

        article.content .external-use table.responsive-table td:empty:before {
            content: '\00a0';
        }

        article.content .external-use table.responsive-table th, article.content .external-use table.responsive-table td {
            margin: 0;
            vertical-align: top;
        }

        article.content .external-use table.responsive-table th {
            text-align: left;
        }

        article.content .external-use table.responsive-table thead {
            display: block;
            float: left;
        }

            article.content .external-use table.responsive-table thead tr {
                display: block;
                padding: 0 10px 0 0;
            }

                article.content .external-use table.responsive-table thead tr th::before {
                    content: "\00a0";
                }

        article.content .external-use table.responsive-table tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
        }

            article.content .external-use table.responsive-table tbody tr {
                display: inline-block;
                vertical-align: top;
            }

        article.content .external-use table.responsive-table th {
            display: block;
            text-align: right;
        }

        article.content .external-use table.responsive-table td {
            display: block;
            min-height: 1.25em;
            text-align: left;
        }

        article.content .external-use table.responsive-table tr {
            padding: 0 10px;
        }

        article.content .external-use table.responsive-table thead {
            border: 0;
            border-right: 1px solid #d0d0d0;
        }

        article.content .external-use table.responsive-table.bordered th {
            border-bottom: 0;
            border-left: 0;
        }

        article.content .external-use table.responsive-table.bordered td {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        article.content .external-use table.responsive-table.bordered tr {
            border: 0;
        }

        article.content .external-use table.responsive-table.bordered tbody tr {
            border-right: 1px solid #d0d0d0;
        }
}

article.content .external-use .collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    article.content .external-use .collection .collection-item {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }

        article.content .external-use .collection .collection-item.avatar {
            min-height: 84px;
            padding-left: 72px;
            position: relative;
        }

            article.content .external-use .collection .collection-item.avatar .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
            }

            article.content .external-use .collection .collection-item.avatar i.circle {
                font-size: 18px;
                line-height: 42px;
                color: #fff;
                background-color: #999;
                text-align: center;
            }

            article.content .external-use .collection .collection-item.avatar .title {
                font-size: 16px;
            }

            article.content .external-use .collection .collection-item.avatar p {
                margin: 0;
            }

            article.content .external-use .collection .collection-item.avatar .secondary-content {
                position: absolute;
                top: 16px;
                right: 16px;
            }

        article.content .external-use .collection .collection-item:last-child {
            border-bottom: none;
        }

        article.content .external-use .collection .collection-item.active {
            background-color: #26a69a;
            color: #eafaf9;
        }

            article.content .external-use .collection .collection-item.active .secondary-content {
                color: #fff;
            }

    article.content .external-use .collection a.collection-item {
        display: block;
        transition: .25s;
        color: #26a69a;
    }

        article.content .external-use .collection a.collection-item:not(.active):hover {
            background-color: #ddd;
        }

    article.content .external-use .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    article.content .external-use .collection.with-header .collection-item {
        padding-left: 30px;
    }

        article.content .external-use .collection.with-header .collection-item.avatar {
            padding-left: 72px;
        }

article.content .external-use .secondary-content {
    float: right;
    color: #26a69a;
}

article.content .external-use .collapsible .collection {
    margin: 0;
    border: none;
}

article.content .external-use span.badge {
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    position: absolute;
    right: 15px;
    box-sizing: border-box;
}

    article.content .external-use span.badge.new {
        font-weight: 300;
        font-size: 0.8rem;
        color: #fff;
        background-color: #26a69a;
        border-radius: 2px;
    }

        article.content .external-use span.badge.new:after {
            content: " new";
        }

article.content .external-use nav ul a span.badge {
    position: static;
    margin-left: 4px;
    line-height: 0;
}

article.content .external-use .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    article.content .external-use .video-container iframe, article.content .external-use .video-container object, article.content .external-use .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

article.content .external-use .progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    article.content .external-use .progress .determinate {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #26a69a;
        transition: width .3s linear;
    }

    article.content .external-use .progress .indeterminate {
        background-color: #26a69a;
    }

        article.content .external-use .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        article.content .external-use .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

article.content .external-use .hide {
    display: none !important;
}

article.content .external-use .left-align {
    text-align: left;
}

article.content .external-use .right-align {
    text-align: right;
}

article.content .external-use .center, article.content .external-use .center-align {
    text-align: center;
}

article.content .external-use .left {
    float: left !important;
}

article.content .external-use .right {
    float: right !important;
}

article.content .external-use .no-select, article.content .external-use input[type=range], article.content .external-use input[type=range] + .thumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

article.content .external-use .circle {
    border-radius: 50%;
}

article.content .external-use .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article.content .external-use .truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.content .external-use .no-padding {
    padding: 0 !important;
}

article.content .external-use .material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

article.content .external-use .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media screen and (min-width: 601px) {
    article.content .external-use .container {
        width: 85%;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use .container {
        width: 70%;
    }
}

article.content .external-use .container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

article.content .external-use .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    article.content .external-use .section.no-pad {
        padding: 0;
    }

    article.content .external-use .section.no-pad-bot {
        padding-bottom: 0;
    }

    article.content .external-use .section.no-pad-top {
        padding-top: 0;
    }

article.content .external-use .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    article.content .external-use .row:after {
        content: "";
        display: table;
        clear: both;
    }

    article.content .external-use .row .col {
        float: left;
        box-sizing: border-box;
        padding: 0 0.75rem;
    }

        article.content .external-use .row .col[class*="push-"], article.content .external-use .row .col[class*="pull-"] {
            position: relative;
        }

        article.content .external-use .row .col.s1 {
            width: 8.3333333333%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s2 {
            width: 16.6666666667%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s3 {
            width: 25%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s4 {
            width: 33.3333333333%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s5 {
            width: 41.6666666667%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s6 {
            width: 50%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s7 {
            width: 58.3333333333%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s8 {
            width: 66.6666666667%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s9 {
            width: 75%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s10 {
            width: 83.3333333333%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s11 {
            width: 91.6666666667%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.s12 {
            width: 100%;
            margin-left: auto;
            left: auto;
            right: auto;
        }

        article.content .external-use .row .col.offset-s1 {
            margin-left: 8.3333333333%;
        }

        article.content .external-use .row .col.pull-s1 {
            right: 8.3333333333%;
        }

        article.content .external-use .row .col.push-s1 {
            left: 8.3333333333%;
        }

        article.content .external-use .row .col.offset-s2 {
            margin-left: 16.6666666667%;
        }

        article.content .external-use .row .col.pull-s2 {
            right: 16.6666666667%;
        }

        article.content .external-use .row .col.push-s2 {
            left: 16.6666666667%;
        }

        article.content .external-use .row .col.offset-s3 {
            margin-left: 25%;
        }

        article.content .external-use .row .col.pull-s3 {
            right: 25%;
        }

        article.content .external-use .row .col.push-s3 {
            left: 25%;
        }

        article.content .external-use .row .col.offset-s4 {
            margin-left: 33.3333333333%;
        }

        article.content .external-use .row .col.pull-s4 {
            right: 33.3333333333%;
        }

        article.content .external-use .row .col.push-s4 {
            left: 33.3333333333%;
        }

        article.content .external-use .row .col.offset-s5 {
            margin-left: 41.6666666667%;
        }

        article.content .external-use .row .col.pull-s5 {
            right: 41.6666666667%;
        }

        article.content .external-use .row .col.push-s5 {
            left: 41.6666666667%;
        }

        article.content .external-use .row .col.offset-s6 {
            margin-left: 50%;
        }

        article.content .external-use .row .col.pull-s6 {
            right: 50%;
        }

        article.content .external-use .row .col.push-s6 {
            left: 50%;
        }

        article.content .external-use .row .col.offset-s7 {
            margin-left: 58.3333333333%;
        }

        article.content .external-use .row .col.pull-s7 {
            right: 58.3333333333%;
        }

        article.content .external-use .row .col.push-s7 {
            left: 58.3333333333%;
        }

        article.content .external-use .row .col.offset-s8 {
            margin-left: 66.6666666667%;
        }

        article.content .external-use .row .col.pull-s8 {
            right: 66.6666666667%;
        }

        article.content .external-use .row .col.push-s8 {
            left: 66.6666666667%;
        }

        article.content .external-use .row .col.offset-s9 {
            margin-left: 75%;
        }

        article.content .external-use .row .col.pull-s9 {
            right: 75%;
        }

        article.content .external-use .row .col.push-s9 {
            left: 75%;
        }

        article.content .external-use .row .col.offset-s10 {
            margin-left: 83.3333333333%;
        }

        article.content .external-use .row .col.pull-s10 {
            right: 83.3333333333%;
        }

        article.content .external-use .row .col.push-s10 {
            left: 83.3333333333%;
        }

        article.content .external-use .row .col.offset-s11 {
            margin-left: 91.6666666667%;
        }

        article.content .external-use .row .col.pull-s11 {
            right: 91.6666666667%;
        }

        article.content .external-use .row .col.push-s11 {
            left: 91.6666666667%;
        }

        article.content .external-use .row .col.offset-s12 {
            margin-left: 100%;
        }

        article.content .external-use .row .col.pull-s12 {
            right: 100%;
        }

        article.content .external-use .row .col.push-s12 {
            left: 100%;
        }

@media screen and (min-width: 601px) {
    article.content .external-use .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.offset-m1 {
        margin-left: 8.3333333333%;
    }

    article.content .external-use .row .col.pull-m1 {
        right: 8.3333333333%;
    }

    article.content .external-use .row .col.push-m1 {
        left: 8.3333333333%;
    }

    article.content .external-use .row .col.offset-m2 {
        margin-left: 16.6666666667%;
    }

    article.content .external-use .row .col.pull-m2 {
        right: 16.6666666667%;
    }

    article.content .external-use .row .col.push-m2 {
        left: 16.6666666667%;
    }

    article.content .external-use .row .col.offset-m3 {
        margin-left: 25%;
    }

    article.content .external-use .row .col.pull-m3 {
        right: 25%;
    }

    article.content .external-use .row .col.push-m3 {
        left: 25%;
    }

    article.content .external-use .row .col.offset-m4 {
        margin-left: 33.3333333333%;
    }

    article.content .external-use .row .col.pull-m4 {
        right: 33.3333333333%;
    }

    article.content .external-use .row .col.push-m4 {
        left: 33.3333333333%;
    }

    article.content .external-use .row .col.offset-m5 {
        margin-left: 41.6666666667%;
    }

    article.content .external-use .row .col.pull-m5 {
        right: 41.6666666667%;
    }

    article.content .external-use .row .col.push-m5 {
        left: 41.6666666667%;
    }

    article.content .external-use .row .col.offset-m6 {
        margin-left: 50%;
    }

    article.content .external-use .row .col.pull-m6 {
        right: 50%;
    }

    article.content .external-use .row .col.push-m6 {
        left: 50%;
    }

    article.content .external-use .row .col.offset-m7 {
        margin-left: 58.3333333333%;
    }

    article.content .external-use .row .col.pull-m7 {
        right: 58.3333333333%;
    }

    article.content .external-use .row .col.push-m7 {
        left: 58.3333333333%;
    }

    article.content .external-use .row .col.offset-m8 {
        margin-left: 66.6666666667%;
    }

    article.content .external-use .row .col.pull-m8 {
        right: 66.6666666667%;
    }

    article.content .external-use .row .col.push-m8 {
        left: 66.6666666667%;
    }

    article.content .external-use .row .col.offset-m9 {
        margin-left: 75%;
    }

    article.content .external-use .row .col.pull-m9 {
        right: 75%;
    }

    article.content .external-use .row .col.push-m9 {
        left: 75%;
    }

    article.content .external-use .row .col.offset-m10 {
        margin-left: 83.3333333333%;
    }

    article.content .external-use .row .col.pull-m10 {
        right: 83.3333333333%;
    }

    article.content .external-use .row .col.push-m10 {
        left: 83.3333333333%;
    }

    article.content .external-use .row .col.offset-m11 {
        margin-left: 91.6666666667%;
    }

    article.content .external-use .row .col.pull-m11 {
        right: 91.6666666667%;
    }

    article.content .external-use .row .col.push-m11 {
        left: 91.6666666667%;
    }

    article.content .external-use .row .col.offset-m12 {
        margin-left: 100%;
    }

    article.content .external-use .row .col.pull-m12 {
        right: 100%;
    }

    article.content .external-use .row .col.push-m12 {
        left: 100%;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    article.content .external-use .row .col.offset-l1 {
        margin-left: 8.3333333333%;
    }

    article.content .external-use .row .col.pull-l1 {
        right: 8.3333333333%;
    }

    article.content .external-use .row .col.push-l1 {
        left: 8.3333333333%;
    }

    article.content .external-use .row .col.offset-l2 {
        margin-left: 16.6666666667%;
    }

    article.content .external-use .row .col.pull-l2 {
        right: 16.6666666667%;
    }

    article.content .external-use .row .col.push-l2 {
        left: 16.6666666667%;
    }

    article.content .external-use .row .col.offset-l3 {
        margin-left: 25%;
    }

    article.content .external-use .row .col.pull-l3 {
        right: 25%;
    }

    article.content .external-use .row .col.push-l3 {
        left: 25%;
    }

    article.content .external-use .row .col.offset-l4 {
        margin-left: 33.3333333333%;
    }

    article.content .external-use .row .col.pull-l4 {
        right: 33.3333333333%;
    }

    article.content .external-use .row .col.push-l4 {
        left: 33.3333333333%;
    }

    article.content .external-use .row .col.offset-l5 {
        margin-left: 41.6666666667%;
    }

    article.content .external-use .row .col.pull-l5 {
        right: 41.6666666667%;
    }

    article.content .external-use .row .col.push-l5 {
        left: 41.6666666667%;
    }

    article.content .external-use .row .col.offset-l6 {
        margin-left: 50%;
    }

    article.content .external-use .row .col.pull-l6 {
        right: 50%;
    }

    article.content .external-use .row .col.push-l6 {
        left: 50%;
    }

    article.content .external-use .row .col.offset-l7 {
        margin-left: 58.3333333333%;
    }

    article.content .external-use .row .col.pull-l7 {
        right: 58.3333333333%;
    }

    article.content .external-use .row .col.push-l7 {
        left: 58.3333333333%;
    }

    article.content .external-use .row .col.offset-l8 {
        margin-left: 66.6666666667%;
    }

    article.content .external-use .row .col.pull-l8 {
        right: 66.6666666667%;
    }

    article.content .external-use .row .col.push-l8 {
        left: 66.6666666667%;
    }

    article.content .external-use .row .col.offset-l9 {
        margin-left: 75%;
    }

    article.content .external-use .row .col.pull-l9 {
        right: 75%;
    }

    article.content .external-use .row .col.push-l9 {
        left: 75%;
    }

    article.content .external-use .row .col.offset-l10 {
        margin-left: 83.3333333333%;
    }

    article.content .external-use .row .col.pull-l10 {
        right: 83.3333333333%;
    }

    article.content .external-use .row .col.push-l10 {
        left: 83.3333333333%;
    }

    article.content .external-use .row .col.offset-l11 {
        margin-left: 91.6666666667%;
    }

    article.content .external-use .row .col.pull-l11 {
        right: 91.6666666667%;
    }

    article.content .external-use .row .col.push-l11 {
        left: 91.6666666667%;
    }

    article.content .external-use .row .col.offset-l12 {
        margin-left: 100%;
    }

    article.content .external-use .row .col.pull-l12 {
        right: 100%;
    }

    article.content .external-use .row .col.push-l12 {
        left: 100%;
    }
}

article.content .external-use nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

    article.content .external-use nav a {
        color: #fff;
    }

    article.content .external-use nav i, article.content .external-use nav [class^="mdi-"], article.content .external-use nav [class*="mdi-"], article.content .external-use nav i.material-icons {
        display: block;
        font-size: 2rem;
        height: 56px;
        line-height: 56px;
    }

    article.content .external-use nav .nav-wrapper {
        position: relative;
        height: 100%;
    }

@media screen and (min-width: 993px) {
    article.content .external-use nav a.button-collapse {
        display: none;
    }
}

article.content .external-use nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
}

    article.content .external-use nav .button-collapse i {
        font-size: 2.7rem;
        height: 56px;
        line-height: 56px;
    }

article.content .external-use nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap;
}

    article.content .external-use nav .brand-logo.center {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (max-width: 992px) {
    article.content .external-use nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        article.content .external-use nav .brand-logo.left, article.content .external-use nav .brand-logo.right {
            padding: 0;
            -webkit-transform: none;
            transform: none;
        }

        article.content .external-use nav .brand-logo.left {
            left: 0.5rem;
        }

        article.content .external-use nav .brand-logo.right {
            right: 0.5rem;
            left: auto;
        }
}

article.content .external-use nav .brand-logo.right {
    right: 0.5rem;
    padding: 0;
}

article.content .external-use nav ul {
    margin: 0;
}

    article.content .external-use nav ul li {
        transition: background-color .3s;
        float: left;
        padding: 0;
    }

        article.content .external-use nav ul li.active {
            background-color: rgba(0, 0, 0, 0.1);
        }

    article.content .external-use nav ul a {
        transition: background-color .3s;
        font-size: 1rem;
        color: #fff;
        display: inline-block;
        padding: 0 15px;
        cursor: pointer;
    }

        article.content .external-use nav ul a.btn, article.content .external-use nav ul a.btn-large, article.content .external-use nav ul a.btn-large, article.content .external-use nav ul a.btn-flat, article.content .external-use nav ul a.btn-floating {
            margin-top: -2px;
            margin-left: 15px;
            margin-right: 15px;
        }

        article.content .external-use nav ul a:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

    article.content .external-use nav ul.left {
        float: left;
    }

article.content .external-use nav .input-field {
    margin: 0;
}

    article.content .external-use nav .input-field input {
        height: 100%;
        font-size: 1.2rem;
        border: none;
        padding-left: 2rem;
    }

        article.content .external-use nav .input-field input:focus, article.content .external-use nav .input-field input[type=text]:valid, article.content .external-use nav .input-field input[type=password]:valid, article.content .external-use nav .input-field input[type=email]:valid, article.content .external-use nav .input-field input[type=url]:valid, article.content .external-use nav .input-field input[type=date]:valid {
            border: none;
            box-shadow: none;
        }

    article.content .external-use nav .input-field label {
        top: 0;
        left: 0;
    }

        article.content .external-use nav .input-field label i {
            color: rgba(255, 255, 255, 0.7);
            transition: color .3s;
        }

        article.content .external-use nav .input-field label.active i {
            color: #fff;
        }

        article.content .external-use nav .input-field label.active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

article.content .external-use .navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 998;
}

    article.content .external-use .navbar-fixed nav {
        position: fixed;
    }

@media screen and (min-width: 601px) {
    article.content .external-use nav, article.content .external-use nav .nav-wrapper i, article.content .external-use nav a.button-collapse, article.content .external-use nav a.button-collapse i {
        height: 64px;
        line-height: 64px;
    }

    article.content .external-use .navbar-fixed {
        height: 64px;
    }
}

@font-face {
    article .content .external-use

{
    font-family: "Roboto";
    src: local(Roboto Thin), url("/fonts/roboto/Roboto-Thin.eot");
    src: url("/fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("/fonts/roboto/Roboto-Thin.woff") format("woff"), url("/fonts/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200;
}

}

@font-face {
    article .content .external-use

{
    font-family: "Roboto";
    src: local(Roboto Light), url("/fonts/roboto/Roboto-Light.eot");
    src: url("/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("/fonts/roboto/Roboto-Light.woff") format("woff"), url("/fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

}

@font-face {
    article .content .external-use

{
    font-family: "Roboto";
    src: local(Roboto Regular), url("/fonts/roboto/Roboto-Regular.eot");
    src: url("/fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/roboto/Roboto-Regular.woff") format("woff"), url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

}

@font-face {
    article .content .external-use

{
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Medium.eot");
    src: url("/fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("/fonts/roboto/Roboto-Medium.woff") format("woff"), url("/fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

}

@font-face {
    article .content .external-use

{
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Bold.eot");
    src: url("/fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("/fonts/roboto/Roboto-Bold.woff") format("woff"), url("/fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}

}

article.content .external-use a {
    text-decoration: none;
}

article.content .external-use html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (min-width: 0) {
    article.content .external-use html {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    article.content .external-use html {
        font-size: 14.5px;
    }
}

@media screen and (min-width: 1200px) {
    article.content .external-use html {
        font-size: 15px;
    }
}

article.content .external-use h1, article.content .external-use h2, article.content .external-use h3, article.content .external-use h4, article.content .external-use h5, article.content .external-use h6 {
    font-weight: 400;
    line-height: 1.1;
}

    article.content .external-use h1 a, article.content .external-use h2 a, article.content .external-use h3 a, article.content .external-use h4 a, article.content .external-use h5 a, article.content .external-use h6 a {
        font-weight: inherit;
    }

article.content .external-use h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

article.content .external-use h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}

article.content .external-use h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

article.content .external-use h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

article.content .external-use h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

article.content .external-use h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

article.content .external-use em {
    font-style: italic;
}

article.content .external-use strong {
    font-weight: 500;
}

article.content .external-use small {
    font-size: 75%;
}

article.content .external-use .light, article.content .external-use footer.page-footer .footer-copyright {
    font-weight: 300;
}

article.content .external-use .thin {
    font-weight: 200;
}

article.content .external-use .flow-text {
    font-weight: 300;
}

@media screen and (min-width: 360px) {
    article.content .external-use .flow-text {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 390px) {
    article.content .external-use .flow-text {
        font-size: 1.224rem;
    }
}

@media screen and (min-width: 420px) {
    article.content .external-use .flow-text {
        font-size: 1.248rem;
    }
}

@media screen and (min-width: 450px) {
    article.content .external-use .flow-text {
        font-size: 1.272rem;
    }
}

@media screen and (min-width: 480px) {
    article.content .external-use .flow-text {
        font-size: 1.296rem;
    }
}

@media screen and (min-width: 510px) {
    article.content .external-use .flow-text {
        font-size: 1.32rem;
    }
}

@media screen and (min-width: 540px) {
    article.content .external-use .flow-text {
        font-size: 1.344rem;
    }
}

@media screen and (min-width: 570px) {
    article.content .external-use .flow-text {
        font-size: 1.368rem;
    }
}

@media screen and (min-width: 600px) {
    article.content .external-use .flow-text {
        font-size: 1.392rem;
    }
}

@media screen and (min-width: 630px) {
    article.content .external-use .flow-text {
        font-size: 1.416rem;
    }
}

@media screen and (min-width: 660px) {
    article.content .external-use .flow-text {
        font-size: 1.44rem;
    }
}

@media screen and (min-width: 690px) {
    article.content .external-use .flow-text {
        font-size: 1.464rem;
    }
}

@media screen and (min-width: 720px) {
    article.content .external-use .flow-text {
        font-size: 1.488rem;
    }
}

@media screen and (min-width: 750px) {
    article.content .external-use .flow-text {
        font-size: 1.512rem;
    }
}

@media screen and (min-width: 780px) {
    article.content .external-use .flow-text {
        font-size: 1.536rem;
    }
}

@media screen and (min-width: 810px) {
    article.content .external-use .flow-text {
        font-size: 1.56rem;
    }
}

@media screen and (min-width: 840px) {
    article.content .external-use .flow-text {
        font-size: 1.584rem;
    }
}

@media screen and (min-width: 870px) {
    article.content .external-use .flow-text {
        font-size: 1.608rem;
    }
}

@media screen and (min-width: 900px) {
    article.content .external-use .flow-text {
        font-size: 1.632rem;
    }
}

@media screen and (min-width: 930px) {
    article.content .external-use .flow-text {
        font-size: 1.656rem;
    }
}

@media screen and (min-width: 960px) {
    article.content .external-use .flow-text {
        font-size: 1.68rem;
    }
}

@media screen and (max-width: 360px) {
    article.content .external-use .flow-text {
        font-size: 1.2rem;
    }
}

article.content .external-use .card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

article.content .external-use .card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}

    article.content .external-use .card .card-title {
        font-size: 24px;
        font-weight: 300;
    }

        article.content .external-use .card .card-title.activator {
            cursor: pointer;
        }

    article.content .external-use .card.small, article.content .external-use .card.medium, article.content .external-use .card.large {
        position: relative;
    }

        article.content .external-use .card.small .card-image, article.content .external-use .card.medium .card-image, article.content .external-use .card.large .card-image {
            max-height: 60%;
            overflow: hidden;
        }

        article.content .external-use .card.small .card-content, article.content .external-use .card.medium .card-content, article.content .external-use .card.large .card-content {
            max-height: 40%;
            overflow: hidden;
        }

        article.content .external-use .card.small .card-action, article.content .external-use .card.medium .card-action, article.content .external-use .card.large .card-action {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    article.content .external-use .card.small {
        height: 300px;
    }

    article.content .external-use .card.medium {
        height: 400px;
    }

    article.content .external-use .card.large {
        height: 500px;
    }

    article.content .external-use .card .card-image {
        position: relative;
    }

        article.content .external-use .card .card-image img {
            display: block;
            border-radius: 2px 2px 0 0;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

        article.content .external-use .card .card-image .card-title {
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px;
        }

    article.content .external-use .card .card-content {
        padding: 20px;
        border-radius: 0 0 2px 2px;
    }

        article.content .external-use .card .card-content p {
            margin: 0;
            color: inherit;
        }

        article.content .external-use .card .card-content .card-title {
            line-height: 48px;
        }

    article.content .external-use .card .card-action {
        position: relative;
        background-color: inherit;
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        padding: 20px;
        z-index: 2;
    }

        article.content .external-use .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
            color: #ffab40;
            margin-right: 20px;
            transition: color .3s ease;
            text-transform: uppercase;
        }

            article.content .external-use .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
                color: #ffd8a6;
            }

        article.content .external-use .card .card-action + .card-reveal {
            z-index: 1;
            padding-bottom: 64px;
        }

    article.content .external-use .card .card-reveal {
        padding: 20px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        top: 100%;
        height: 100%;
        z-index: 3;
        display: none;
    }

        article.content .external-use .card .card-reveal .card-title {
            cursor: pointer;
            display: block;
        }

article.content .external-use #toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}

@media screen and (max-width: 600px) {
    article.content .external-use #toast-container {
        min-width: 100%;
        bottom: 0%;
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    article.content .external-use #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
    }
}

article.content .external-use .toast {
    border-radius: 2px;
    top: 0;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    article.content .external-use .toast .btn, article.content .external-use .toast .btn-large, article.content .external-use .toast .btn-flat {
        margin: 0;
        margin-left: 3rem;
    }

    article.content .external-use .toast.rounded {
        border-radius: 24px;
    }

@media screen and (max-width: 600px) {
    article.content .external-use .toast {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    article.content .external-use .toast {
        float: left;
    }
}

@media screen and (min-width: 993px) {
    article.content .external-use .toast {
        float: right;
    }
}

article.content .external-use .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

    article.content .external-use .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        float: left;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: .8px;
        width: 15%;
        min-width: 80px;
    }

        article.content .external-use .tabs .tab a {
            color: #ee6e73;
            display: block;
            width: 100%;
            height: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            transition: color .28s ease;
        }

            article.content .external-use .tabs .tab a:hover {
                color: #f9c9cb;
            }

        article.content .external-use .tabs .tab.disabled a {
            color: #f9c9cb;
            cursor: default;
        }

    article.content .external-use .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #f6b2b5;
        will-change: left, right;
    }

article.content .external-use .material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: top, left;
}

article.content .external-use .backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 14px 14px;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
}

article.content .external-use .btn, article.content .external-use .btn-large, article.content .external-use .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    article.content .external-use .btn.disabled, article.content .external-use .disabled.btn-large, article.content .external-use .btn-floating.disabled, article.content .external-use .btn-large.disabled, article.content .external-use .btn:disabled .btn-large:disabled, article.content .external-use .btn-large:disabled .btn-large:disabled, article.content .external-use .btn-floating:disabled {
        background-color: #DFDFDF !important;
        box-shadow: none;
        color: #9F9F9F !important;
        cursor: default;
    }

        article.content .external-use .btn.disabled *, article.content .external-use .disabled.btn-large *, article.content .external-use .btn-floating.disabled *, article.content .external-use .btn-large.disabled *, article.content .external-use .btn:disabled .btn-large:disabled *, article.content .external-use .btn-large:disabled .btn-large:disabled *, article.content .external-use .btn-floating:disabled * {
            pointer-events: none;
        }

        article.content .external-use .btn.disabled:hover, article.content .external-use .disabled.btn-large:hover, article.content .external-use .btn-floating.disabled:hover, article.content .external-use .btn-large.disabled:hover, article.content .external-use .btn:disabled .btn-large:disabled:hover, article.content .external-use .btn-large:disabled .btn-large:disabled:hover, article.content .external-use .btn-floating:disabled:hover {
            background-color: #DFDFDF !important;
            color: #9F9F9F !important;
        }

    article.content .external-use .btn i, article.content .external-use .btn-large i, article.content .external-use .btn-floating i, article.content .external-use .btn-large i, article.content .external-use .btn-flat i {
        font-size: 1.3rem;
        line-height: inherit;
    }

article.content .external-use .btn, article.content .external-use .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

    article.content .external-use .btn:hover, article.content .external-use .btn-large:hover {
        background-color: #2bbbad;
    }

article.content .external-use .btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

    article.content .external-use .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 37px;
    }

    article.content .external-use .btn-floating:hover {
        background-color: #26a69a;
    }

    article.content .external-use .btn-floating:before {
        border-radius: 0;
    }

    article.content .external-use .btn-floating.btn-large {
        width: 55.5px;
        height: 55.5px;
    }

        article.content .external-use .btn-floating.btn-large i {
            line-height: 55.5px;
        }

article.content .external-use button.btn-floating {
    border: none;
}

article.content .external-use .fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

    article.content .external-use .fixed-action-btn.active ul {
        visibility: visible;
    }

    article.content .external-use .fixed-action-btn.horizontal {
        padding: 0 0 0 15px;
    }

        article.content .external-use .fixed-action-btn.horizontal ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: auto;
            width: 500px;
        }

            article.content .external-use .fixed-action-btn.horizontal ul li {
                display: inline-block;
                margin: 15px 15px 0 0;
            }

    article.content .external-use .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden;
    }

        article.content .external-use .fixed-action-btn ul li {
            margin-bottom: 15px;
        }

        article.content .external-use .fixed-action-btn ul a.btn-floating {
            opacity: 0;
        }

article.content .external-use .btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
}

    article.content .external-use .btn-flat.disabled {
        color: #b3b3b3;
        cursor: default;
    }

article.content .external-use .btn-large {
    height: 54px;
    line-height: 54px;
}

    article.content .external-use .btn-large i {
        font-size: 1.6rem;
    }

article.content .external-use .btn-block {
    display: block;
}

article.content .external-use .dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

    article.content .external-use .dropdown-content li {
        clear: both;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer;
        min-height: 50px;
        line-height: 1.5rem;
        width: 100%;
        text-align: left;
        text-transform: none;
    }

        article.content .external-use .dropdown-content li:hover, article.content .external-use .dropdown-content li.active, article.content .external-use .dropdown-content li.selected {
            background-color: #eee;
        }

            article.content .external-use .dropdown-content li.active.selected {
                background-color: #e1e1e1;
            }

        article.content .external-use .dropdown-content li.divider {
            min-height: 0;
            height: 1px;
        }

        article.content .external-use .dropdown-content li > a, article.content .external-use .dropdown-content li > span {
            font-size: 16px;
            color: #26a69a;
            display: block;
            line-height: 22px;
            padding: 14px 16px;
        }

            article.content .external-use .dropdown-content li > span > label {
                top: 1px;
                left: 3px;
                height: 18px;
            }

            article.content .external-use .dropdown-content li > a > i {
                height: inherit;
                line-height: inherit;
            }

article.content .external-use .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

    article.content .external-use .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        transition: all 0.7s ease-out;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    article.content .external-use .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    article.content .external-use .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    article.content .external-use .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    article.content .external-use .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    article.content .external-use .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    article.content .external-use .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    article.content .external-use .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

    article.content .external-use .waves-effect input[type="button"], article.content .external-use .waves-effect input[type="reset"], article.content .external-use .waves-effect input[type="submit"] {
        border: 0;
        font-style: normal;
        font-size: inherit;
        text-transform: inherit;
        background: none;
    }

article.content .external-use .waves-notransition {
    transition: none !important;
}

article.content .external-use .waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

article.content .external-use .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    article.content .external-use .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

article.content .external-use .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

article.content .external-use .waves-block {
    display: block;
}

article.content .external-use a.waves-effect .waves-ripple {
    z-index: -1;
}

article.content .external-use .modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

@media screen and (max-width: 992px) {
    article.content .external-use .modal {
        width: 80%;
    }
}

article.content .external-use .modal h1, article.content .external-use .modal h2, article.content .external-use .modal h3, article.content .external-use .modal h4 {
    margin-top: 0;
}

article.content .external-use .modal .modal-content {
    padding: 24px;
}

article.content .external-use .modal .modal-close {
    cursor: pointer;
}

article.content .external-use .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
}

    article.content .external-use .modal .modal-footer .btn, article.content .external-use .modal .modal-footer .btn-large, article.content .external-use .modal .modal-footer .btn-flat {
        float: right;
        margin: 6px 0;
    }

article.content .external-use .lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

article.content .external-use .modal.modal-fixed-footer {
    padding: 0;
    height: 70%;
}

    article.content .external-use .modal.modal-fixed-footer .modal-content {
        position: absolute;
        height: calc(100% - 56px);
        max-height: 100%;
        width: 100%;
        overflow-y: auto;
    }

    article.content .external-use .modal.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
    }

article.content .external-use .modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

article.content .external-use .collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}

article.content .external-use .collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    article.content .external-use .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        line-height: 3rem;
        display: block;
        float: left;
        text-align: center;
        margin-right: 1rem;
    }

article.content .external-use .collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

    article.content .external-use .collapsible-body p {
        margin: 0;
        padding: 2rem;
    }

article.content .external-use .side-nav .collapsible, article.content .external-use .side-nav.fixed .collapsible {
    border: none;
    box-shadow: none;
}

    article.content .external-use .side-nav .collapsible li, article.content .external-use .side-nav.fixed .collapsible li {
        padding: 0;
    }

article.content .external-use .side-nav .collapsible-header, article.content .external-use .side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 30px;
}

    article.content .external-use .side-nav .collapsible-header:hover, article.content .external-use .side-nav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    article.content .external-use .side-nav .collapsible-header i, article.content .external-use .side-nav.fixed .collapsible-header i {
        line-height: inherit;
    }

article.content .external-use .side-nav .collapsible-body, article.content .external-use .side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

    article.content .external-use .side-nav .collapsible-body li a, article.content .external-use .side-nav.fixed .collapsible-body li a {
        padding: 0 37.5px 0 45px;
    }

article.content .external-use .collapsible.popout {
    border: none;
    box-shadow: none;
}

    article.content .external-use .collapsible.popout > li {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        article.content .external-use .collapsible.popout > li.active {
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 0;
        }

article.content .external-use .chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
}

    article.content .external-use .chip img {
        float: left;
        margin: 0 8px 0 -12px;
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    article.content .external-use .chip i.material-icons {
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 32px;
        padding-left: 8px;
    }

article.content .external-use .materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s;
}

    article.content .external-use .materialboxed:hover {
        will-change: left, top, width, height;
    }

        article.content .external-use .materialboxed:hover:not(.active) {
            opacity: .8;
        }

    article.content .external-use .materialboxed.active {
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

article.content .external-use #materialbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}

article.content .external-use .materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}

article.content .external-use select:focus {
    outline: 1px solid #c9f3ef;
}

article.content .external-use button:focus {
    outline: none;
    background-color: #2ab7a9;
}

article.content .external-use label {
    font-size: 0.8rem;
    color: #9e9e9e;
}

article.content .external-use ::-webkit-input-placeholder {
    color: #d1d1d1;
}

article.content .external-use :-moz-placeholder {
    color: #d1d1d1;
}

article.content .external-use ::-moz-placeholder {
    color: #d1d1d1;
}

article.content .external-use :-ms-input-placeholder {
    color: #d1d1d1;
}

article.content .external-use input:not([type]), article.content .external-use input[type=text], article.content .external-use input[type=password], article.content .external-use input[type=email], article.content .external-use input[type=url], article.content .external-use input[type=time], article.content .external-use input[type=date], article.content .external-use input[type=datetime], article.content .external-use input[type=datetime-local], article.content .external-use input[type=tel], article.content .external-use input[type=number], article.content .external-use input[type=search], article.content .external-use textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

    article.content .external-use input:not([type]):disabled, article.content .external-use input:not([type])[readonly="readonly"], article.content .external-use input[type=text]:disabled, article.content .external-use input[type=text][readonly="readonly"], article.content .external-use input[type=password]:disabled, article.content .external-use input[type=password][readonly="readonly"], article.content .external-use input[type=email]:disabled, article.content .external-use input[type=email][readonly="readonly"], article.content .external-use input[type=url]:disabled, article.content .external-use input[type=url][readonly="readonly"], article.content .external-use input[type=time]:disabled, article.content .external-use input[type=time][readonly="readonly"], article.content .external-use input[type=date]:disabled, article.content .external-use input[type=date][readonly="readonly"], article.content .external-use input[type=datetime]:disabled, article.content .external-use input[type=datetime][readonly="readonly"], article.content .external-use input[type=datetime-local]:disabled, article.content .external-use input[type=datetime-local][readonly="readonly"], article.content .external-use input[type=tel]:disabled, article.content .external-use input[type=tel][readonly="readonly"], article.content .external-use input[type=number]:disabled, article.content .external-use input[type=number][readonly="readonly"], article.content .external-use input[type=search]:disabled, article.content .external-use input[type=search][readonly="readonly"], article.content .external-use textarea.materialize-textarea:disabled, article.content .external-use textarea.materialize-textarea[readonly="readonly"] {
        color: rgba(0, 0, 0, 0.26);
        border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    }

        article.content .external-use input:not([type]):disabled + label, article.content .external-use input:not([type])[readonly="readonly"] + label, article.content .external-use input[type=text]:disabled + label, article.content .external-use input[type=text][readonly="readonly"] + label, article.content .external-use input[type=password]:disabled + label, article.content .external-use input[type=password][readonly="readonly"] + label, article.content .external-use input[type=email]:disabled + label, article.content .external-use input[type=email][readonly="readonly"] + label, article.content .external-use input[type=url]:disabled + label, article.content .external-use input[type=url][readonly="readonly"] + label, article.content .external-use input[type=time]:disabled + label, article.content .external-use input[type=time][readonly="readonly"] + label, article.content .external-use input[type=date]:disabled + label, article.content .external-use input[type=date][readonly="readonly"] + label, article.content .external-use input[type=datetime]:disabled + label, article.content .external-use input[type=datetime][readonly="readonly"] + label, article.content .external-use input[type=datetime-local]:disabled + label, article.content .external-use input[type=datetime-local][readonly="readonly"] + label, article.content .external-use input[type=tel]:disabled + label, article.content .external-use input[type=tel][readonly="readonly"] + label, article.content .external-use input[type=number]:disabled + label, article.content .external-use input[type=number][readonly="readonly"] + label, article.content .external-use input[type=search]:disabled + label, article.content .external-use input[type=search][readonly="readonly"] + label, article.content .external-use textarea.materialize-textarea:disabled + label, article.content .external-use textarea.materialize-textarea[readonly="readonly"] + label {
            color: rgba(0, 0, 0, 0.26);
        }

    article.content .external-use input:not([type]):focus:not([readonly]), article.content .external-use input[type=text]:focus:not([readonly]), article.content .external-use input[type=password]:focus:not([readonly]), article.content .external-use input[type=email]:focus:not([readonly]), article.content .external-use input[type=url]:focus:not([readonly]), article.content .external-use input[type=time]:focus:not([readonly]), article.content .external-use input[type=date]:focus:not([readonly]), article.content .external-use input[type=datetime]:focus:not([readonly]), article.content .external-use input[type=datetime-local]:focus:not([readonly]), article.content .external-use input[type=tel]:focus:not([readonly]), article.content .external-use input[type=number]:focus:not([readonly]), article.content .external-use input[type=search]:focus:not([readonly]), article.content .external-use textarea.materialize-textarea:focus:not([readonly]) {
        border-bottom: 1px solid #26a69a;
        box-shadow: 0 1px 0 0 #26a69a;
    }

        article.content .external-use input:not([type]):focus:not([readonly]) + label, article.content .external-use input[type=text]:focus:not([readonly]) + label, article.content .external-use input[type=password]:focus:not([readonly]) + label, article.content .external-use input[type=email]:focus:not([readonly]) + label, article.content .external-use input[type=url]:focus:not([readonly]) + label, article.content .external-use input[type=time]:focus:not([readonly]) + label, article.content .external-use input[type=date]:focus:not([readonly]) + label, article.content .external-use input[type=datetime]:focus:not([readonly]) + label, article.content .external-use input[type=datetime-local]:focus:not([readonly]) + label, article.content .external-use input[type=tel]:focus:not([readonly]) + label, article.content .external-use input[type=number]:focus:not([readonly]) + label, article.content .external-use input[type=search]:focus:not([readonly]) + label, article.content .external-use textarea.materialize-textarea:focus:not([readonly]) + label {
            color: #26a69a;
        }

    article.content .external-use input:not([type]).valid, article.content .external-use input:not([type]):focus.valid, article.content .external-use input[type=text].valid, article.content .external-use input[type=text]:focus.valid, article.content .external-use input[type=password].valid, article.content .external-use input[type=password]:focus.valid, article.content .external-use input[type=email].valid, article.content .external-use input[type=email]:focus.valid, article.content .external-use input[type=url].valid, article.content .external-use input[type=url]:focus.valid, article.content .external-use input[type=time].valid, article.content .external-use input[type=time]:focus.valid, article.content .external-use input[type=date].valid, article.content .external-use input[type=date]:focus.valid, article.content .external-use input[type=datetime].valid, article.content .external-use input[type=datetime]:focus.valid, article.content .external-use input[type=datetime-local].valid, article.content .external-use input[type=datetime-local]:focus.valid, article.content .external-use input[type=tel].valid, article.content .external-use input[type=tel]:focus.valid, article.content .external-use input[type=number].valid, article.content .external-use input[type=number]:focus.valid, article.content .external-use input[type=search].valid, article.content .external-use input[type=search]:focus.valid, article.content .external-use textarea.materialize-textarea.valid, article.content .external-use textarea.materialize-textarea:focus.valid {
        border-bottom: 1px solid #4CAF50;
        box-shadow: 0 1px 0 0 #4CAF50;
    }

        article.content .external-use input:not([type]).valid + label:after, article.content .external-use input:not([type]):focus.valid + label:after, article.content .external-use input[type=text].valid + label:after, article.content .external-use input[type=text]:focus.valid + label:after, article.content .external-use input[type=password].valid + label:after, article.content .external-use input[type=password]:focus.valid + label:after, article.content .external-use input[type=email].valid + label:after, article.content .external-use input[type=email]:focus.valid + label:after, article.content .external-use input[type=url].valid + label:after, article.content .external-use input[type=url]:focus.valid + label:after, article.content .external-use input[type=time].valid + label:after, article.content .external-use input[type=time]:focus.valid + label:after, article.content .external-use input[type=date].valid + label:after, article.content .external-use input[type=date]:focus.valid + label:after, article.content .external-use input[type=datetime].valid + label:after, article.content .external-use input[type=datetime]:focus.valid + label:after, article.content .external-use input[type=datetime-local].valid + label:after, article.content .external-use input[type=datetime-local]:focus.valid + label:after, article.content .external-use input[type=tel].valid + label:after, article.content .external-use input[type=tel]:focus.valid + label:after, article.content .external-use input[type=number].valid + label:after, article.content .external-use input[type=number]:focus.valid + label:after, article.content .external-use input[type=search].valid + label:after, article.content .external-use input[type=search]:focus.valid + label:after, article.content .external-use textarea.materialize-textarea.valid + label:after, article.content .external-use textarea.materialize-textarea:focus.valid + label:after {
            content: attr(data-success);
            color: #4CAF50;
            opacity: 1;
        }

    article.content .external-use input:not([type]).invalid, article.content .external-use input:not([type]):focus.invalid, article.content .external-use input[type=text].invalid, article.content .external-use input[type=text]:focus.invalid, article.content .external-use input[type=password].invalid, article.content .external-use input[type=password]:focus.invalid, article.content .external-use input[type=email].invalid, article.content .external-use input[type=email]:focus.invalid, article.content .external-use input[type=url].invalid, article.content .external-use input[type=url]:focus.invalid, article.content .external-use input[type=time].invalid, article.content .external-use input[type=time]:focus.invalid, article.content .external-use input[type=date].invalid, article.content .external-use input[type=date]:focus.invalid, article.content .external-use input[type=datetime].invalid, article.content .external-use input[type=datetime]:focus.invalid, article.content .external-use input[type=datetime-local].invalid, article.content .external-use input[type=datetime-local]:focus.invalid, article.content .external-use input[type=tel].invalid, article.content .external-use input[type=tel]:focus.invalid, article.content .external-use input[type=number].invalid, article.content .external-use input[type=number]:focus.invalid, article.content .external-use input[type=search].invalid, article.content .external-use input[type=search]:focus.invalid, article.content .external-use textarea.materialize-textarea.invalid, article.content .external-use textarea.materialize-textarea:focus.invalid {
        border-bottom: 1px solid #F44336;
        box-shadow: 0 1px 0 0 #F44336;
    }

        article.content .external-use input:not([type]).invalid + label:after, article.content .external-use input:not([type]):focus.invalid + label:after, article.content .external-use input[type=text].invalid + label:after, article.content .external-use input[type=text]:focus.invalid + label:after, article.content .external-use input[type=password].invalid + label:after, article.content .external-use input[type=password]:focus.invalid + label:after, article.content .external-use input[type=email].invalid + label:after, article.content .external-use input[type=email]:focus.invalid + label:after, article.content .external-use input[type=url].invalid + label:after, article.content .external-use input[type=url]:focus.invalid + label:after, article.content .external-use input[type=time].invalid + label:after, article.content .external-use input[type=time]:focus.invalid + label:after, article.content .external-use input[type=date].invalid + label:after, article.content .external-use input[type=date]:focus.invalid + label:after, article.content .external-use input[type=datetime].invalid + label:after, article.content .external-use input[type=datetime]:focus.invalid + label:after, article.content .external-use input[type=datetime-local].invalid + label:after, article.content .external-use input[type=datetime-local]:focus.invalid + label:after, article.content .external-use input[type=tel].invalid + label:after, article.content .external-use input[type=tel]:focus.invalid + label:after, article.content .external-use input[type=number].invalid + label:after, article.content .external-use input[type=number]:focus.invalid + label:after, article.content .external-use input[type=search].invalid + label:after, article.content .external-use input[type=search]:focus.invalid + label:after, article.content .external-use textarea.materialize-textarea.invalid + label:after, article.content .external-use textarea.materialize-textarea:focus.invalid + label:after {
            content: attr(data-error);
            color: #F44336;
            opacity: 1;
        }

    article.content .external-use input:not([type]).validate + label, article.content .external-use input[type=text].validate + label, article.content .external-use input[type=password].validate + label, article.content .external-use input[type=email].validate + label, article.content .external-use input[type=url].validate + label, article.content .external-use input[type=time].validate + label, article.content .external-use input[type=date].validate + label, article.content .external-use input[type=datetime].validate + label, article.content .external-use input[type=datetime-local].validate + label, article.content .external-use input[type=tel].validate + label, article.content .external-use input[type=number].validate + label, article.content .external-use input[type=search].validate + label, article.content .external-use textarea.materialize-textarea.validate + label {
        width: 100%;
        pointer-events: none;
    }

    article.content .external-use input:not([type]) + label:after, article.content .external-use input[type=text] + label:after, article.content .external-use input[type=password] + label:after, article.content .external-use input[type=email] + label:after, article.content .external-use input[type=url] + label:after, article.content .external-use input[type=time] + label:after, article.content .external-use input[type=date] + label:after, article.content .external-use input[type=datetime] + label:after, article.content .external-use input[type=datetime-local] + label:after, article.content .external-use input[type=tel] + label:after, article.content .external-use input[type=number] + label:after, article.content .external-use input[type=search] + label:after, article.content .external-use textarea.materialize-textarea + label:after {
        display: block;
        content: "";
        position: absolute;
        top: 65px;
        opacity: 0;
        transition: .2s opacity ease-out, .2s color ease-out;
    }

article.content .external-use .input-field {
    position: relative;
    margin-top: 1rem;
}

    article.content .external-use .input-field label {
        color: #9e9e9e;
        position: absolute;
        top: 0.8rem;
        left: 0.75rem;
        font-size: 1rem;
        cursor: text;
        transition: .2s ease-out;
    }

        article.content .external-use .input-field label.active {
            font-size: 0.8rem;
            -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
        }

    article.content .external-use .input-field .prefix {
        position: absolute;
        width: 3rem;
        font-size: 2rem;
        transition: color .2s;
    }

        article.content .external-use .input-field .prefix.active {
            color: #26a69a;
        }

        article.content .external-use .input-field .prefix ~ input, article.content .external-use .input-field .prefix ~ textarea {
            margin-left: 3rem;
            width: 92%;
            width: calc(100% - 3rem);
        }

        article.content .external-use .input-field .prefix ~ textarea {
            padding-top: .8rem;
        }

        article.content .external-use .input-field .prefix ~ label {
            margin-left: 3rem;
        }

@media screen and (max-width: 992px) {
    article.content .external-use .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media screen and (max-width: 600px) {
    article.content .external-use .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}

article.content .external-use .input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
}

    article.content .external-use .input-field input[type=search]:focus {
        background-color: #fff;
        border: 0;
        box-shadow: none;
        color: #444;
    }

        article.content .external-use .input-field input[type=search]:focus + label i, article.content .external-use .input-field input[type=search]:focus ~ .mdi-navigation-close, article.content .external-use .input-field input[type=search]:focus ~ .material-icons {
            color: #444;
        }

    article.content .external-use .input-field input[type=search] + label {
        left: 1rem;
    }

    article.content .external-use .input-field input[type=search] ~ .mdi-navigation-close, article.content .external-use .input-field input[type=search] ~ .material-icons {
        position: absolute;
        top: 0;
        right: 1rem;
        color: transparent;
        cursor: pointer;
        font-size: 2rem;
        transition: .3s color;
    }

article.content .external-use textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
}

    article.content .external-use textarea.materialize-textarea {
        overflow-y: hidden;
        padding: 1.6rem 0;
        resize: none;
        min-height: 3rem;
    }

article.content .external-use .hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
}

article.content .external-use [type="radio"]:not(:checked), article.content .external-use [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

    article.content .external-use [type="radio"]:not(:checked) + label, article.content .external-use [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

article.content .external-use [type="radio"] + label:before, article.content .external-use [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}

article.content .external-use [type="radio"]:not(:checked) + label:before, article.content .external-use [type="radio"]:not(:checked) + label:after, article.content .external-use [type="radio"]:checked + label:before, article.content .external-use [type="radio"]:checked + label:after, article.content .external-use [type="radio"].with-gap:checked + label:before, article.content .external-use [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

article.content .external-use [type="radio"]:not(:checked) + label:before, article.content .external-use [type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

article.content .external-use [type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

article.content .external-use [type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

article.content .external-use [type="radio"]:checked + label:after, article.content .external-use [type="radio"].with-gap:checked + label:before, article.content .external-use [type="radio"].with-gap:checked + label:after {
    border: 2px solid #26a69a;
}

article.content .external-use [type="radio"]:checked + label:after, article.content .external-use [type="radio"].with-gap:checked + label:after {
    background-color: #26a69a;
    z-index: 0;
}

article.content .external-use [type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

article.content .external-use [type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

article.content .external-use [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

article.content .external-use [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="radio"]:disabled:not(:checked) + label:before, article.content .external-use [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}

article.content .external-use form p {
    margin-bottom: 10px;
    text-align: left;
}

    article.content .external-use form p:last-child {
        margin-bottom: 0;
    }

article.content .external-use [type="checkbox"]:not(:checked), article.content .external-use [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

article.content .external-use [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

    article.content .external-use [type="checkbox"] + label:before, article.content .external-use [type="checkbox"]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s;
    }

article.content .external-use [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

article.content .external-use [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

article.content .external-use [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

article.content .external-use [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

article.content .external-use [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

article.content .external-use [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

article.content .external-use [type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}

article.content .external-use [type="checkbox"].filled-in + label:before, article.content .external-use [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

article.content .external-use [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

article.content .external-use [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

article.content .external-use [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

article.content .external-use [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

article.content .external-use [type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

article.content .external-use [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

article.content .external-use [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}

article.content .external-use [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}

article.content .external-use [type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent;
}

article.content .external-use [type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

article.content .external-use .switch, article.content .external-use .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

    article.content .external-use .switch label {
        cursor: pointer;
    }

        article.content .external-use .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            article.content .external-use .switch label input[type=checkbox]:checked + .lever {
                background-color: #84c7c1;
            }

                article.content .external-use .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #26a69a;
                    left: 24px;
                }

        article.content .external-use .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            article.content .external-use .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 21px;
                height: 21px;
                background-color: #F1F1F1;
                border-radius: 21px;
                box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
                left: -5px;
                top: -3px;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
            }

article.content .external-use input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, article.content .external-use input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

article.content .external-use input[type=checkbox]:not(:disabled) ~ .lever:active:after, article.content .external-use input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

article.content .external-use .switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

article.content .external-use .switch label input[type=checkbox][disabled] + .lever:after, article.content .external-use .switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}

article.content .external-use select {
    display: none;
}

    article.content .external-use select.browser-default {
        display: block;
    }

article.content .external-use select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}

article.content .external-use .select-label {
    position: absolute;
}

article.content .external-use .select-wrapper {
    position: relative;
}

    article.content .external-use .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        outline: none;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 15px 0;
        padding: 0;
        display: block;
    }

    article.content .external-use .select-wrapper span.caret {
        color: initial;
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 10px;
    }

        article.content .external-use .select-wrapper span.caret.disabled {
            color: rgba(0, 0, 0, 0.26);
        }

    article.content .external-use .select-wrapper + label {
        position: absolute;
        top: -14px;
        font-size: 0.8rem;
    }

article.content .external-use select:disabled {
    color: rgba(0, 0, 0, 0.3);
}

article.content .external-use .select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

article.content .external-use .select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}

article.content .external-use .select-dropdown li.disabled, article.content .external-use .select-dropdown li.disabled > span, article.content .external-use .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

article.content .external-use .prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

article.content .external-use .prefix ~ label {
    margin-left: 3rem;
}

article.content .external-use .select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right;
}

article.content .external-use .select-dropdown li.optgroup {
    border-top: 1px solid #eee;
}

    article.content .external-use .select-dropdown li.optgroup.selected > span {
        color: rgba(0, 0, 0, 0.7);
    }

    article.content .external-use .select-dropdown li.optgroup > span {
        color: rgba(0, 0, 0, 0.4);
    }

    article.content .external-use .select-dropdown li.optgroup ~ li.optgroup-option {
        padding-left: 1rem;
    }

article.content .external-use .file-field {
    position: relative;
}

    article.content .external-use .file-field .file-path-wrapper {
        overflow: hidden;
        padding-left: 10px;
    }

    article.content .external-use .file-field input.file-path {
        width: 100%;
    }

    article.content .external-use .file-field .btn, article.content .external-use .file-field .btn-large {
        float: left;
        height: 3rem;
        line-height: 3rem;
    }

    article.content .external-use .file-field span {
        cursor: pointer;
    }

    article.content .external-use .file-field input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

article.content .external-use .range-field {
    position: relative;
}

article.content .external-use input[type=range], article.content .external-use input[type=range] + .thumb {
    cursor: pointer;
}

article.content .external-use input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

    article.content .external-use input[type=range]:focus {
        outline: none;
    }

    article.content .external-use input[type=range] + .thumb {
        position: absolute;
        border: none;
        height: 0;
        width: 0;
        border-radius: 50%;
        background-color: #26a69a;
        top: 10px;
        margin-left: -6px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        article.content .external-use input[type=range] + .thumb .value {
            display: block;
            width: 30px;
            text-align: center;
            color: #26a69a;
            font-size: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        article.content .external-use input[type=range] + .thumb.active {
            border-radius: 50% 50% 50% 0;
        }

            article.content .external-use input[type=range] + .thumb.active .value {
                color: #fff;
                margin-left: -1px;
                margin-top: 8px;
                font-size: 10px;
            }

article.content .external-use input[type=range] {
    -webkit-appearance: none;
}

    article.content .external-use input[type=range]::-webkit-slider-runnable-track {
        height: 3px;
        background: #c2c0c2;
        border: none;
    }

    article.content .external-use input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: #26a69a;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin: -5px 0 0 0;
        transition: .3s;
    }

    article.content .external-use input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ccc;
    }

article.content .external-use input[type=range] {
    border: 1px solid white;
}

    article.content .external-use input[type=range]::-moz-range-track {
        height: 3px;
        background: #ddd;
        border: none;
    }

    article.content .external-use input[type=range]::-moz-range-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        margin-top: -5px;
    }

    article.content .external-use input[type=range]:-moz-focusring {
        outline: 1px solid #fff;
        outline-offset: -1px;
    }

    article.content .external-use input[type=range]:focus::-moz-range-track {
        background: #ccc;
    }

    article.content .external-use input[type=range]::-ms-track {
        height: 3px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    article.content .external-use input[type=range]::-ms-fill-lower {
        background: #777;
    }

    article.content .external-use input[type=range]::-ms-fill-upper {
        background: #ddd;
    }

    article.content .external-use input[type=range]::-ms-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
    }

    article.content .external-use input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    article.content .external-use input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

article.content .external-use .table-of-contents.fixed {
    position: fixed;
}

article.content .external-use .table-of-contents li {
    padding: 2px 0;
}

article.content .external-use .table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
}

    article.content .external-use .table-of-contents a:hover {
        color: #a8a8a8;
        padding-left: 19px;
        border-left: 1px solid #ea4a4f;
    }

    article.content .external-use .table-of-contents a.active {
        font-weight: 500;
        padding-left: 18px;
        border-left: 2px solid #ea4a4f;
    }

article.content .external-use .side-nav {
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

    article.content .external-use .side-nav.right-aligned {
        right: 0;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        left: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    article.content .external-use .side-nav .collapsible {
        margin: 0;
    }

    article.content .external-use .side-nav li {
        float: none;
        line-height: 64px;
    }

        article.content .external-use .side-nav li.active {
            background-color: rgba(0, 0, 0, 0.05);
        }

    article.content .external-use .side-nav a {
        color: #444;
        display: block;
        font-size: 1rem;
        height: 64px;
        line-height: 64px;
        padding: 0 30px;
    }

        article.content .external-use .side-nav a:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        article.content .external-use .side-nav a.btn, article.content .external-use .side-nav a.btn-large, article.content .external-use .side-nav a.btn-large, article.content .external-use .side-nav a.btn-flat, article.content .external-use .side-nav a.btn-floating {
            margin: 10px 15px;
        }

        article.content .external-use .side-nav a.btn, article.content .external-use .side-nav a.btn-large, article.content .external-use .side-nav a.btn-large, article.content .external-use .side-nav a.btn-floating {
            color: #fff;
        }

        article.content .external-use .side-nav a.btn-flat {
            color: #343434;
        }

        article.content .external-use .side-nav a.btn:hover, article.content .external-use .side-nav a.btn-large:hover, article.content .external-use .side-nav a.btn-large:hover {
            background-color: #2bbbad;
        }

        article.content .external-use .side-nav a.btn-floating:hover {
            background-color: #26a69a;
        }

article.content .external-use .drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}

article.content .external-use .side-nav.fixed a {
    display: block;
    padding: 0 30px;
    color: #444;
}

article.content .external-use .side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}

    article.content .external-use .side-nav.fixed.right-aligned {
        right: 0;
        left: auto;
    }

@media screen and (max-width: 992px) {
    article.content .external-use .side-nav.fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

        article.content .external-use .side-nav.fixed.right-aligned {
            -webkit-transform: translateX(105%);
            transform: translateX(105%);
        }
}

article.content .external-use .side-nav .collapsible-body li.active, article.content .external-use .side-nav.fixed .collapsible-body li.active {
    background-color: #ee6e73;
}

    article.content .external-use .side-nav .collapsible-body li.active a, article.content .external-use .side-nav.fixed .collapsible-body li.active a {
        color: #fff;
    }

article.content .external-use #sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
}

article.content .external-use .preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

    article.content .external-use .preloader-wrapper.small {
        width: 36px;
        height: 36px;
    }

    article.content .external-use .preloader-wrapper.big {
        width: 64px;
        height: 64px;
    }

    article.content .external-use .preloader-wrapper.active {
        -webkit-animation: container-rotate 1568ms linear infinite;
        animation: container-rotate 1568ms linear infinite;
    }

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

article.content .external-use .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}

article.content .external-use .spinner-blue, article.content .external-use .spinner-blue-only {
    border-color: #4285f4;
}

article.content .external-use .spinner-red, article.content .external-use .spinner-red-only {
    border-color: #db4437;
}

article.content .external-use .spinner-yellow, article.content .external-use .spinner-yellow-only {
    border-color: #f4b400;
}

article.content .external-use .spinner-green, article.content .external-use .spinner-green-only {
    border-color: #0f9d58;
}

article.content .external-use .active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

article.content .external-use .active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

article.content .external-use .active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

article.content .external-use .active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

article.content .external-use .active .spinner-layer, article.content .external-use .active .spinner-layer.spinner-blue-only, article.content .external-use .active .spinner-layer.spinner-red-only, article.content .external-use .active .spinner-layer.spinner-yellow-only, article.content .external-use .active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

article.content .external-use .gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    article.content .external-use .gap-patch .circle {
        width: 1000%;
        left: -450%;
    }

article.content .external-use .circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    article.content .external-use .circle-clipper .circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        border-radius: 50%;
        -webkit-animation: none;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    article.content .external-use .circle-clipper.left .circle {
        left: 0;
        border-right-color: transparent !important;
        -webkit-transform: rotate(129deg);
        transform: rotate(129deg);
    }

    article.content .external-use .circle-clipper.right .circle {
        left: -100%;
        border-left-color: transparent !important;
        -webkit-transform: rotate(-129deg);
        transform: rotate(-129deg);
    }

article.content .external-use .active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

article.content .external-use .active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

article.content .external-use #spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

article.content .external-use .slider {
    position: relative;
    height: 400px;
    width: 100%;
}

    article.content .external-use .slider.fullscreen {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        article.content .external-use .slider.fullscreen ul.slides {
            height: 100%;
        }

        article.content .external-use .slider.fullscreen ul.indicators {
            z-index: 2;
            bottom: 30px;
        }

    article.content .external-use .slider .slides {
        background-color: #9e9e9e;
        margin: 0;
        height: 400px;
    }

        article.content .external-use .slider .slides li {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: inherit;
            overflow: hidden;
        }

            article.content .external-use .slider .slides li img {
                height: 100%;
                width: 100%;
                background-size: cover;
                background-position: center;
            }

            article.content .external-use .slider .slides li .caption {
                color: #fff;
                position: absolute;
                top: 15%;
                left: 15%;
                width: 70%;
                opacity: 0;
            }

                article.content .external-use .slider .slides li .caption p {
                    color: #e0e0e0;
                }

            article.content .external-use .slider .slides li.active {
                z-index: 2;
            }

    article.content .external-use .slider .indicators {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }

        article.content .external-use .slider .indicators .indicator-item {
            display: inline-block;
            position: relative;
            cursor: pointer;
            height: 16px;
            width: 16px;
            margin: 0 12px;
            background-color: #e0e0e0;
            transition: background-color .3s;
            border-radius: 50%;
        }

            article.content .external-use .slider .indicators .indicator-item.active {
                background-color: #4CAF50;
            }

article.content .external-use .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 275px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

    article.content .external-use .carousel .carousel-item {
        width: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }

        article.content .external-use .carousel .carousel-item img {
            width: 100%;
        }

    article.content .external-use .carousel.carousel-slider {
        top: 0;
        left: 0;
        height: 0;
    }

        article.content .external-use .carousel.carousel-slider .carousel-item {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

article.content .external-use .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

article.content .external-use .picker__input {
    cursor: default;
}

    article.content .external-use .picker__input.picker__input--active {
        border-color: #0089ec;
    }

article.content .external-use .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

article.content .external-use .picker__holder, article.content .external-use .picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
}

article.content .external-use .picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, top 0s 0.15s;
    -webkit-backface-visibility: hidden;
}

article.content .external-use .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    width: 300px;
    max-height: 350px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
}

@media screen and (min-height: 28.875em) {
    article.content .external-use .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media screen and (min-height: 40.125em) {
    article.content .external-use .picker__frame {
        margin-bottom: 7.5%;
    }
}

article.content .external-use .picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media screen and (min-height: 28.875em) {
    article.content .external-use .picker__wrap {
        display: block;
    }
}

article.content .external-use .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-height: 28.875em) {
    article.content .external-use .picker__box {
        display: block;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

article.content .external-use .picker--opened .picker__holder {
    top: 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.15s ease-out;
}

article.content .external-use .picker--opened .picker__frame {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (min-height: 35.875em) {
    article.content .external-use .picker--opened .picker__frame {
        top: 10%;
        bottom: auto;
    }
}

article.content .external-use .picker__input.picker__input--active {
    border-color: #E3F2FD;
}

article.content .external-use .picker__frame {
    margin: 0 auto;
    max-width: 325px;
}

@media screen and (min-height: 38.875em) {
    article.content .external-use .picker--opened .picker__frame {
        top: 10%;
        bottom: auto;
    }
}

article.content .external-use .picker__box {
    padding: 0 1em;
}

article.content .external-use .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

article.content .external-use .picker__month, article.content .external-use .picker__year {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

article.content .external-use .picker__select--month, article.content .external-use .picker__select--year {
    height: 2em;
    padding: 0;
    margin-left: .25em;
    margin-right: .25em;
}

    article.content .external-use .picker__select--month.browser-default {
        display: inline;
        background-color: #FFFFFF;
        width: 40%;
    }

    article.content .external-use .picker__select--year.browser-default {
        display: inline;
        background-color: #FFFFFF;
        width: 26%;
    }

    article.content .external-use .picker__select--month:focus, article.content .external-use .picker__select--year:focus {
        border-color: rgba(0, 0, 0, 0.05);
    }

article.content .external-use .picker__nav--prev, article.content .external-use .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

article.content .external-use .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

article.content .external-use .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

article.content .external-use .picker__nav--disabled, article.content .external-use .picker__nav--disabled:hover, article.content .external-use .picker__nav--disabled:before, article.content .external-use .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

article.content .external-use .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1rem;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

    article.content .external-use .picker__table th, article.content .external-use .picker__table td {
        text-align: center;
    }

    article.content .external-use .picker__table td {
        margin: 0;
        padding: 0;
    }

article.content .external-use .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
}

@media screen and (min-height: 33.875em) {
    article.content .external-use .picker__weekday {
        padding-bottom: .5em;
    }
}

article.content .external-use .picker__day--today {
    position: relative;
    color: #595959;
    letter-spacing: -.3;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent;
}

article.content .external-use .picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

article.content .external-use .picker__day--infocus:hover {
    cursor: pointer;
    color: #000;
    font-weight: 500;
}

article.content .external-use .picker__day--outfocus {
    display: none;
    padding: .75rem 0;
    color: #fff;
}

    article.content .external-use .picker__day--outfocus:hover {
        cursor: pointer;
        color: #dddddd;
        font-weight: 500;
    }

article.content .external-use .picker__day--highlighted:hover, article.content .external-use .picker--focused .picker__day--highlighted {
    cursor: pointer;
}

article.content .external-use .picker__day--selected, article.content .external-use .picker__day--selected:hover, article.content .external-use .picker--focused .picker__day--selected {
    border-radius: 50%;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background: #0089ec;
    color: #ffffff;
}

article.content .external-use .picker__day--disabled, article.content .external-use .picker__day--disabled:hover, article.content .external-use .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

article.content .external-use .picker__day--highlighted.picker__day--disabled, article.content .external-use .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

article.content .external-use .picker__footer {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

article.content .external-use .picker__button--today, article.content .external-use .picker__button--clear, article.content .external-use .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

    article.content .external-use .picker__button--today:hover, article.content .external-use .picker__button--clear:hover, article.content .external-use .picker__button--close:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    article.content .external-use .picker__button--today:focus, article.content .external-use .picker__button--clear:focus, article.content .external-use .picker__button--close:focus {
        background: #b1dcfb;
        border-color: rgba(0, 0, 0, 0.05);
        outline: none;
    }

    article.content .external-use .picker__button--today:before, article.content .external-use .picker__button--clear:before, article.content .external-use .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    article.content .external-use .picker__button--today:before, article.content .external-use .picker__button--clear:before {
        content: " ";
        margin-right: .45em;
    }

    article.content .external-use .picker__button--today:before {
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #0059bc;
        border-left: .66em solid transparent;
    }

    article.content .external-use .picker__button--clear:before {
        top: -0.25em;
        width: .66em;
        border-top: 3px solid #ee2200;
    }

    article.content .external-use .picker__button--close:before {
        content: "\D7";
        top: -0.1em;
        vertical-align: top;
        font-size: 1.1em;
        margin-right: .35em;
        color: #777777;
    }

    article.content .external-use .picker__button--today[disabled], article.content .external-use .picker__button--today[disabled]:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #dddddd;
        cursor: default;
    }

        article.content .external-use .picker__button--today[disabled]:before {
            border-top-color: #aaaaaa;
        }

article.content .external-use .picker__box {
    border-radius: 2px;
    overflow: hidden;
}

article.content .external-use .picker__date-display {
    text-align: center;
    background-color: #26a69a;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 300;
}

article.content .external-use .picker__nav--prev:hover, article.content .external-use .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #a1ded8;
}

article.content .external-use .picker__weekday-display {
    background-color: #1f897f;
    padding: 10px;
    font-weight: 200;
    letter-spacing: .5;
    font-size: 1rem;
    margin-bottom: 15px;
}

article.content .external-use .picker__month-display {
    text-transform: uppercase;
    font-size: 2rem;
}

article.content .external-use .picker__day-display {
    font-size: 4.5rem;
    font-weight: 400;
}

article.content .external-use .picker__year-display {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.4);
}

article.content .external-use .picker__box {
    padding: 0;
}

article.content .external-use .picker__calendar-container {
    padding: 0 1rem;
}

    article.content .external-use .picker__calendar-container thead {
        border: none;
    }

article.content .external-use .picker__table {
    margin-top: 0;
    margin-bottom: .5em;
}

article.content .external-use .picker__day--infocus {
    color: #595959;
    letter-spacing: -.3;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent;
}

article.content .external-use .picker__day.picker__day--today {
    color: #26a69a;
}

    article.content .external-use .picker__day.picker__day--today.picker__day--selected {
        color: #fff;
    }

article.content .external-use .picker__weekday {
    font-size: .9rem;
}

article.content .external-use .picker__day--selected, article.content .external-use .picker__day--selected:hover, article.content .external-use .picker--focused .picker__day--selected {
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #26a69a;
    color: #ffffff;
}

    article.content .external-use .picker__day--selected.picker__day--outfocus, article.content .external-use .picker__day--selected:hover.picker__day--outfocus, article.content .external-use .picker--focused .picker__day--selected.picker__day--outfocus {
        background-color: #a1ded8;
    }

article.content .external-use .picker__footer {
    text-align: right;
    padding: 5px 10px;
}

article.content .external-use .picker__close, article.content .external-use .picker__today {
    font-size: 1.1rem;
    padding: 0 1rem;
    color: #26a69a;
}

article.content .external-use .picker__nav--prev:before, article.content .external-use .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #676767;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

article.content .external-use .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #676767;
}

article.content .external-use button.picker__today:focus, article.content .external-use button.picker__clear:focus, article.content .external-use button.picker__close:focus {
    background-color: #a1ded8;
}

article.content .external-use .picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
}

article.content .external-use .picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
}

@media screen and (min-height: 46.75em) {
    article.content .external-use .picker__list-item {
        padding: .5em 1em;
    }
}

article.content .external-use .picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
}

article.content .external-use .picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
}

    article.content .external-use .picker__list-item--highlighted:hover, article.content .external-use .picker--focused .picker__list-item--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

article.content .external-use .picker__list-item--selected, article.content .external-use .picker__list-item--selected:hover, article.content .external-use .picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10;
}

article.content .external-use .picker__list-item--disabled, article.content .external-use .picker__list-item--disabled:hover, article.content .external-use .picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
}

article.content .external-use .picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

    article.content .external-use .picker--time .picker__button--clear:hover, article.content .external-use .picker--time .picker__button--clear:focus {
        color: #000000;
        background: #b1dcfb;
        background: #ee2200;
        border-color: #ee2200;
        cursor: pointer;
        color: #ffffff;
        outline: none;
    }

    article.content .external-use .picker--time .picker__button--clear:before {
        top: -0.25em;
        color: #666;
        font-size: 1.25em;
        font-weight: bold;
    }

    article.content .external-use .picker--time .picker__button--clear:hover:before, article.content .external-use .picker--time .picker__button--clear:focus:before {
        color: #ffffff;
    }

article.content .external-use .picker--time .picker__frame {
    min-width: 256px;
    max-width: 320px;
}

article.content .external-use .picker--time .picker__box {
    font-size: 1em;
    background: #f2f2f2;
    padding: 0;
}

@media screen and (min-height: 40.125em) {
    article.content .external-use .picker--time .picker__box {
        margin-bottom: 5em;
    }
}

article.content .external-use body {
    background-color: #fcfcfc;
}

article.content .external-use p.box {
    padding: 20px;
}

article.content .external-use p {
    color: rgba(0, 0, 0, 0.71);
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

article.content .external-use h1, article.content .external-use h2, article.content .external-use h3, article.content .external-use h4, article.content .external-use h5, article.content .external-use h6 {
    -webkit-font-smoothing: antialiased;
}

article.content .external-use nav a {
    -webkit-font-smoothing: antialiased;
}

article.content .external-use nav ul li a:hover, article.content .external-use nav ul li.active {
    background-color: #ea454b;
}

article.content .external-use .header {
    color: #ee6e73;
    font-weight: 300;
}

article.content .external-use .caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

article.content .external-use .preview {
    background-color: #FFF;
    border: 1px solid #eee;
    padding: 20px 20px;
}

article.content .external-use header, article.content .external-use main, article.content .external-use footer {
    padding-left: 240px;
}

article.content .external-use .parallax-demo header, article.content .external-use .parallax-demo main, article.content .external-use .parallax-demo footer {
    padding-left: 0;
}

article.content .external-use footer.example {
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    article.content .external-use header, article.content .external-use main, article.content .external-use footer {
        padding-left: 0;
    }
}

article.content .external-use ul.side-nav.fixed li.logo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 80px;
}

    article.content .external-use ul.side-nav.fixed li.logo:hover, article.content .external-use ul.side-nav.fixed li.logo #logo-container:hover {
        background-color: transparent;
    }

article.content .external-use ul.side-nav.fixed {
    overflow: hidden;
}

    article.content .external-use ul.side-nav.fixed li {
        line-height: 44px;
    }

        article.content .external-use ul.side-nav.fixed li.active {
            background-color: rgba(0, 0, 0, 0.05);
        }

        article.content .external-use ul.side-nav.fixed li a {
            font-size: 13px;
            line-height: 44px;
            height: 44px;
        }

    article.content .external-use ul.side-nav.fixed ul.collapsible-accordion {
        background-color: #FFF;
    }

    article.content .external-use ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

article.content .external-use .bold > a {
    font-weight: bold;
}

article.content .external-use #logo-container {
    height: 57px;
    margin-bottom: 32px;
}

article.content .external-use nav.top-nav {
    height: 122px;
    box-shadow: none;
}

    article.content .external-use nav.top-nav a.page-title {
        line-height: 122px;
        font-size: 48px;
    }

article.content .external-use a.button-collapse.top-nav {
    position: absolute;
    text-align: center;
    height: 48px;
    width: 48px;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 36px;
    z-index: 2;
}

    article.content .external-use a.button-collapse.top-nav.full {
        line-height: 122px;
    }

    article.content .external-use a.button-collapse.top-nav i {
        font-size: 32px;
    }

@media screen and (max-width: 600px) {
    article.content .external-use a.button-collapse.top-nav {
        left: 5%;
    }
}

@media screen and (max-width: 992px) {
    article.content .external-use nav .nav-wrapper {
        text-align: center;
    }

        article.content .external-use nav .nav-wrapper a.page-title {
            font-size: 36px;
        }
}

@media screen and (min-width: 993px) {
    article.content .external-use .container {
        width: 85%;
    }
}

article.content .external-use #front-page-logo {
    display: inline-block;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    article.content .external-use #front-page-nav ul.side-nav li {
        float: none;
        padding: 0 15px;
    }

        article.content .external-use #front-page-nav ul.side-nav li:hover {
            background-color: #ddd;
        }

        article.content .external-use #front-page-nav ul.side-nav li .active {
            background-color: transparent;
        }

    article.content .external-use #front-page-nav ul.side-nav a {
        color: #444;
    }
}

article.content .external-use #responsive-img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

article.content .external-use #index-banner {
    background-color: #ee6e73;
}

    article.content .external-use #index-banner .container {
        position: relative;
    }

    article.content .external-use #index-banner .header {
        color: #FFF;
    }

    article.content .external-use #index-banner h4 {
        margin-bottom: 40px;
    }

    article.content .external-use #index-banner h1 {
        margin-top: 16px;
    }

@media screen and (max-width: 992px) {
    article.content .external-use #index-banner h1 {
        margin-top: 60px;
    }

    article.content .external-use #index-banner h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    article.content .external-use #index-banner h4 {
        margin-bottom: 0;
    }
}

article.content .external-use .github-commit {
    padding: 14px 0;
    height: 64px;
    line-height: 36px;
    background-color: #5c5757;
    color: #e6e6e6;
    font-size: .9rem;
}

@media screen and (max-width: 992px) {
    article.content .external-use .github-commit {
        text-align: center;
    }
}

article.content .external-use #github-button {
    background-color: #6f6d6d;
    transition: .25s ease;
}

    article.content .external-use #github-button:hover {
        background-color: #797777;
    }

article.content .external-use .sha {
    color: #f0f0f0;
    margin: 0 6px 0 6px;
}

article.content .external-use #download-button {
    background-color: #f3989b;
    width: 260px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 400;
}

    article.content .external-use #download-button:hover {
        background-color: #f5a5a8;
    }

article.content .external-use .promo {
    width: 100%;
}

    article.content .external-use .promo i {
        margin: 40px 0;
        color: #ee6e73;
        font-size: 7rem;
        display: block;
    }

article.content .external-use .promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}

article.content .external-use #front-page-nav {
    background-color: #FFF;
    position: relative;
}

    article.content .external-use #front-page-nav a {
        color: #ee6e73;
    }

    article.content .external-use #front-page-nav li:hover {
        background-color: #fdeaeb;
    }

    article.content .external-use #front-page-nav li.active {
        background-color: #fdeaeb;
    }

    article.content .external-use #front-page-nav .container {
        height: inherit;
    }

article.content .external-use .col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: white;
    padding: 0;
}

    article.content .external-use .col.grid-example span {
        font-weight: 200;
        line-height: 50px;
    }

article.content .external-use .promo-example {
    overflow: hidden;
}

article.content .external-use #site-layout-example-left {
    background-color: #90a4ae;
    height: 300px;
}

article.content .external-use #site-layout-example-right {
    background-color: #26a69a;
    height: 300px;
}

article.content .external-use #site-layout-example-top {
    background-color: #E57373;
    height: 42px;
}

article.content .external-use .flat-text-header {
    height: 35px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    margin: 27px auto;
}

article.content .external-use .flat-text {
    height: 25px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    margin: 27px auto;
}

    article.content .external-use .flat-text.small {
        width: 25%;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.15);
    }

    article.content .external-use .flat-text.full-width {
        width: 100%;
    }

article.content .external-use .browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 5px 5px 2px 2px;
    background-color: #fff;
    margin: 20px 0px;
    overflow: hidden;
}

    article.content .external-use .browser-window .top-bar {
        height: 30px;
        border-radius: 5px 5px 0 0;
        border-top: thin solid #eaeae9;
        border-bottom: thin solid #dfdfde;
        background: linear-gradient(#e7e7e6, #E2E2E1);
    }

    article.content .external-use .browser-window .circle {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 1px;
    }

article.content .external-use #close-circle {
    background-color: #FF5C5A;
}

article.content .external-use #minimize-circle {
    background-color: #FFBB50;
}

article.content .external-use #maximize-circle {
    background-color: #1BC656;
}

article.content .external-use .browser-window .circles {
    margin: 5px 12px;
}

article.content .external-use .browser-window .content {
    margin: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
}

article.content .external-use .browser-window .row {
    margin: 0;
}

article.content .external-use .clear {
    clear: both;
}

article.content .external-use .dynamic-color .red, article.content .external-use .dynamic-color .pink, article.content .external-use .dynamic-color .purple, article.content .external-use .dynamic-color .deep-purple, article.content .external-use .dynamic-color .indigo, article.content .external-use .dynamic-color .blue, article.content .external-use .dynamic-color .light-blue, article.content .external-use .dynamic-color .cyan, article.content .external-use .dynamic-color .teal, article.content .external-use .dynamic-color .green, article.content .external-use .dynamic-color .light-green, article.content .external-use .dynamic-color .lime, article.content .external-use .dynamic-color .yellow, article.content .external-use .dynamic-color .amber, article.content .external-use .dynamic-color .orange, article.content .external-use .dynamic-color .deep-orange, article.content .external-use .dynamic-color .brown, article.content .external-use .dynamic-color .grey, article.content .external-use .dynamic-color .blue-grey, article.content .external-use .dynamic-color .black, article.content .external-use .dynamic-color .white, article.content .external-use .dynamic-color .transparent {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    line-height: 55px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    box-sizing: border-box;
}

article.content .external-use .dynamic-color .col {
    margin-bottom: 55px;
}

article.content .external-use .center {
    text-align: center;
    vertical-align: middle;
}

article.content .external-use .material-icons.icon-demo {
    line-height: 50px;
}

article.content .external-use .icon-container i {
    font-size: 3em;
    margin-bottom: 10px;
}

article.content .external-use .icon-container .icon-preview {
    height: 120px;
    text-align: center;
}

article.content .external-use .icon-container span {
    display: block;
}

article.content .external-use .icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0 0px 15px 0px;
}

    article.content .external-use .icon-holder p {
        margin: 0 0;
    }

article.content .external-use .tabs-wrapper {
    position: relative;
    height: 48px;
}

    article.content .external-use .tabs-wrapper .row.pinned {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
    }

article.content .external-use .shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

@media screen and (max-width: 600px) {
    article.content .external-use .shadow-demo {
        width: 150px;
        height: 150px;
    }
}

article.content .external-use .parallax-container .text-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -27px;
}

article.content .external-use ul.table-of-contents {
    margin-top: 0;
    padding-top: 48px;
}

article.content .external-use code, article.content .external-use pre {
    position: relative;
    font-size: 1.1rem;
}

article.content .external-use .directory-markup {
    font-size: 1rem;
    line-height: 1.1rem !important;
}

article.content .external-use pre[class*="language-"] {
    padding: 25px 12px 7px 12px;
    border: solid 1px rgba(51, 51, 51, 0.12);
}

    article.content .external-use pre[class*="language-"]:before {
        position: absolute;
        padding: 1px 5px;
        background: #e8e6e3;
        top: 0;
        left: 0;
        font-family: "Roboto", sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #555;
        content: attr(class);
        font-size: .9rem;
        border: solid 1px rgba(51, 51, 51, 0.12);
        border-top: none;
        border-left: none;
    }

article.content .external-use .toc-wrapper {
    position: relative;
    margin-top: 42px;
}

    article.content .external-use .toc-wrapper.pin-bottom {
        margin-top: 84px;
    }

article.content .external-use #carbonads {
    max-width: 150px;
    display: inline-block;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

    article.content .external-use #carbonads > span, article.content .external-use #carbonads span.carbon-wrap {
        display: block;
    }

    article.content .external-use #carbonads a.carbon-img {
        height: 100px;
        display: inline-block;
        margin-right: 10px;
    }

    article.content .external-use #carbonads a.carbon-text, article.content .external-use #carbonads input[type="submit"] {
        position: relative;
        top: 0;
        width: 150px;
        vertical-align: top;
        display: inline-block;
        font-size: 13px;
        color: #E57373;
    }

    article.content .external-use #carbonads a.carbon-poweredby {
        position: relative;
        left: 28px;
        font-size: 11px;
        color: #EF9A9A;
    }

article.content .external-use .buysellads #carbonads > span, article.content .external-use .buysellads #carbonads span.carbon-wrap {
    height: auto;
}

article.content .external-use .buysellads #carbonads a.carbon-text {
    top: 5px;
    left: 0;
    width: 130px;
    display: block;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    color: #E57373;
}

article.content .external-use .buysellads #carbonads a.carbon-poweredby {
    top: 5px;
}

article.content .external-use .buysellads-header #carbonads > span, article.content .external-use .buysellads-header #carbonads span.carbon-wrap {
    height: auto;
}

article.content .external-use .buysellads-header #carbonads a.carbon-text {
    color: #fff;
}

article.content .external-use .buysellads-header #carbonads a.carbon-poweredby {
    color: rgba(255, 255, 255, 0.8);
}

article.content .external-use .buysellads {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

    article.content .external-use .buysellads .bsa_it.one {
        width: 130px;
        position: absolute;
        left: 0;
        top: 50px;
    }

        article.content .external-use .buysellads .bsa_it.one .bsa_it_p {
            left: 0;
            bottom: -15px;
        }

        article.content .external-use .buysellads .bsa_it.one .bsa_it_ad .bsa_it_t {
            color: #E57373;
        }

        article.content .external-use .buysellads .bsa_it.one .bsa_it_ad .bsa_it_d {
            color: #EF9A9A;
        }

    article.content .external-use .buysellads .bsa_it_ad a {
        display: block;
        width: 130px;
    }

article.content .external-use .buysellads-header {
    margin-top: 30px;
}

    article.content .external-use .buysellads-header .bsa_it.one .bsa_it_p {
        bottom: -20px;
    }

article.content .external-use .bsa_it.one {
    min-width: 230px;
    max-width: 270px;
    display: inline-block;
    text-align: left;
}

    article.content .external-use .bsa_it.one .bsa_it_ad {
        border: 0;
        padding: 0;
        background-color: transparent;
    }

        article.content .external-use .bsa_it.one .bsa_it_ad .bsa_it_t {
            color: #fff;
        }

        article.content .external-use .bsa_it.one .bsa_it_ad .bsa_it_d {
            color: #FFCDD2;
        }

    article.content .external-use .bsa_it.one .bsa_it_p {
        right: auto;
        left: 40px;
        bottom: -5px;
    }

        article.content .external-use .bsa_it.one .bsa_it_p a {
            color: #FFCDD2;
        }

article.content .external-use footer {
    font-size: .9rem;
}

article.content .external-use body.parallax-demo footer {
    margin-top: 0;
}

article.content .external-use .image-container {
    width: 100%;
}

    article.content .external-use .image-container img {
        max-width: 100%;
    }

@media screen and (max-width: 600px) {
    article.content .external-use .mobile-image {
        max-width: 100%;
    }
}

article.content .external-use .waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px;
}

    article.content .external-use .waves-color-demo .collection-item code {
        line-height: 57px;
    }

article.content .external-use .waves-color-demo .btn:not(.waves-light), article.content .external-use .waves-color-demo .btn-large:not(.waves-light) {
    background-color: #fff;
    color: #212121;
}

article.content .external-use .card-panel span, article.content .external-use .card-content p {
    -webkit-font-smoothing: antialiased;
}

article.content .external-use #images .card-panel .row {
    margin-bottom: 0;
}

article.content .external-use .pushpin-demo {
    position: relative;
    height: 100px;
}

article.content .external-use #pushpin-demo-1 {
    display: block;
    height: inherit;
    background-color: #ddd;
}

article.content .external-use .valign-demo {
    height: 400px;
    background-color: #ddd;
}

article.content .external-use .talign-demo {
    height: 100px;
    background-color: #ddd;
}

article.content .external-use #staggered-test li, article.content .external-use #image-test {
    opacity: 0;
}

article.content .external-use #tx-live-lang-container {
    background-color: #fcfcfc;
    z-index: 999;
}

    article.content .external-use #tx-live-lang-container #tx-live-lang-picker {
        background-color: #fcfcfc;
    }

        article.content .external-use #tx-live-lang-container #tx-live-lang-picker li {
            color: rgba(0, 0, 0, 0.87);
        }

            article.content .external-use #tx-live-lang-container #tx-live-lang-picker li:hover {
                color: inherit;
                background-color: #fdeaeb;
            }

    article.content .external-use #tx-live-lang-container .txlive-langselector-toggle {
        border-bottom: 2px solid #ee6e73;
    }

    article.content .external-use #tx-live-lang-container .txlive-langselector-current {
        color: rgba(0, 0, 0, 0.87);
    }

    article.content .external-use #tx-live-lang-container .txlive-langselector-marker {
        border-bottom: 4px solid rgba(0, 0, 0, 0.61);
    }

article.content .external-use #download-thanks {
    display: none;
}

article.content .external-use #twitter-widget-0 {
    width: 190px !important;
}

article.content .external-use #nav-mobile li.search {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin-top: 1px;
    padding: 1px 0 0 0;
    z-index: 2;
}

    article.content .external-use #nav-mobile li.search:hover {
        background-color: #fff;
    }

    article.content .external-use #nav-mobile li.search .search-wrapper {
        margin: 0 12px;
        transition: margin .25s ease;
    }

        article.content .external-use #nav-mobile li.search .search-wrapper.focused {
            margin: 0;
        }

        article.content .external-use #nav-mobile li.search .search-wrapper input#search {
            display: block;
            font-size: 16px;
            font-weight: 300;
            width: 100%;
            height: 45px;
            margin: 0;
            padding: 0 45px 0 15px;
            border: 0;
        }

            article.content .external-use #nav-mobile li.search .search-wrapper input#search:focus {
                outline: none;
            }

        article.content .external-use #nav-mobile li.search .search-wrapper i.material-icons {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }

    article.content .external-use #nav-mobile li.search .search-results {
        margin: 0;
        border-top: 1px solid #e9e9e9;
        background-color: #fff;
    }

        article.content .external-use #nav-mobile li.search .search-results a {
            font-size: 12px;
            white-space: nowrap;
        }

            article.content .external-use #nav-mobile li.search .search-results a:hover, article.content .external-use #nav-mobile li.search .search-results a.focused {
                background-color: #eee;
                outline: none;
            }

a.redlink {
    color: #E41937;
}

.popover.fade.top.in {
    padding-left: 0px !important;
    background-color: #7b838e;
}

    .popover.fade.top.in .arrow::after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #7b838e;
        border-bottom-width: 0;
        content: " ";
    }

/* ICONS ----> */
.icon-test:after {
    font-family: 'IcoMoonSet1';
    content: '\e900';
}

.icon-house:after {
    font-family: 'IcoMoonSet1';
    content: '\e900';
}

.icon-pie-chart:after {
    font-family: 'IcoMoonSet1';
    content: '\e99a';
}

.icon-video-camera:after {
    font-family: 'IcoMoonSet1';
    content: '\e914';
}

.icon-briefcase:after {
    font-family: 'IcoMoonSet1';
    content: '\e9ae';
}

.icon-users:after {
    font-family: 'IcoMoonSet1';
    content: '\e972';
}

.icon-newspaper:after {
    font-family: 'IcoMoonSet1';
    content: '\e904';
}

.icon-hour-glass:after {
    font-family: 'IcoMoonSet1';
    content: '\e979';
}

.icon-files-empty:after {
    font-family: 'IcoMoonSet1';
    content: '\e926';
}

.icon-books:after {
    font-family: 'IcoMoonSet1';
    content: '\e920';
}

.icon-cogs:after {
    font-family: 'IcoMoonSet1';
    content: '\e994';
}

.icon-menu:after {
    font-family: 'IcoMoonSet1';
    content: '\e9bd';
}

.icon-cross:after {
    font-family: IcoMoonSet1;
    content: '\ea0f';
}

.icon-plus:after {
    font-family: 'IcoMoonSet1';
    content: '\ea0a';
}

.icon-chev-up:after {
    font-family: 'IcoMoonSet1';
    content: '\ea50';
}

.icon-chev-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .icon-chev-down:after {
        font-family: 'IcoMoonSet1';
        content: '\ea50';
    }

.icon-minus:after {
    font-family: 'IcoMoonSet1';
    content: '\ea0b';
}

.icon-back-arrow:after {
    font-family: 'IcoMoonSet1';
    content: '\ea40';
    font-style: normal;
}

.surprised-face {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

    .surprised-face::after {
        font-family: IcoMoonSet1;
        content: '\e9f1';
        color: #14225C;
        text-shadow: -1px -1px 0 #000e48, 1px -1px 0 #000e48, -1px 1px 0 #000e48, 1px 1px 0 #000e48;
        font-size: 200px;
    }

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

body article.content {
    position: relative;
    min-height: calc(100% - 103px);
    background-color: #FFF;
}

    body article.content > footer {
        position: absolute;
        bottom: 0;
    }

    /*@-moz-document url-prefix() {
    .content {
        min-height: calc(100% - 103px) !important;
    }
}*/
    .ui-selectmenu-button, body article.content .quote-form > form > .quote-form-1 > :nth-child(2) > input, body article.content .quote-form > form > .quote-form-1 > :nth-child(2) > select, body article.content .quote-form > form > .quote-form-1 > :nth-child(2) > span, body article.content .quote-form > form > .quote-form-1 > :nth-child(2) > div, body article.content .quote-form > form > .quote-form-1 > :nth-child(3) > input, body article.content .quote-form > form > .quote-form-1 > :nth-child(3) > select, body article.content .quote-form > form > .quote-form-1 > :nth-child(3) > span, body article.content .quote-form > form > .quote-form-1 > :nth-child(3) > div {
        width: 100%;
        border-radius: 0;
        height: 40px;
        font-size: 18px;
        background-color: #fff;
        border: 1px solid #f1f1f1;
        font-weight: 600;
        color: #5B636D;
    }

.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    /*width: 374px;*/
    display: flex;
    border: 0;
}

    .ui-selectmenu-menu.ui-front.ui-selectmenu-open ul {
        margin-left: 0px;
        margin-top: -1px;
        border: 0;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

    .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        color: #5B636D;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #f1f1f1;
    }

        .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item.ui-state-focus {
            background-color: #f1f1f1;
            color: black;
        }

        .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item:last-of-type {
            border-bottom: 0;
        }

[aria-labelledby^="_selectedUnitSize-button"] {
    max-width: 160px;
    min-width: 160px;
}

a {
    color: #c00000;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #c00000;
        text-decoration: underline;
    }

section.content table tbody tr td {
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    body header table tr .site-social {
        width: 32px;
        position: absolute;
        top: 9px;
        right: -45px;
    }
}

.quote-end {
    height: 30px;
    width: 30px;
    border: 3px solid white;
    border-radius: 100%;
    float: right;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .quote-end {
        float: right;
        margin-right: 10px;
        margin-top: -15px;
    }
}

.quote-end i.fa.fa-times, .quote-end i.fa.fa-arrow-left {
    color: white;
    font-size: 18px;
    margin-top: 3px;
    margin-left: 5px;
}

.map-title {
    /* position: absolute; */
    display: block;
    width: 100%;
    /* background-color: #333; */
    text-align: center;
    /* max-width: 980px; */
    margin: 0 auto;
    font-size: 20px;
    padding: 35px;
    border-top: 3px solid white;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#gallery {
    width: 100%;
    max-height: 275px;
    padding-top: 0;
    padding-bottom: 15px;
    display: inline-block;
}

    #gallery a {
        text-decoration: none;
    }

    #gallery .item {
        width: 200px;
        height: 200px;
        overflow: hidden;
        display: inline-cell;
        margin: 5px;
        position: relative;
    }

        #gallery .item a {
            overflow: hidden;
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: white;
        }

            #gallery .item a img {
                height: 200px;
                width: 200px;
                object-fit: cover;
            }

            #gallery .item a img {
                height: 100%;
                align-self: center;
                padding: 5px;
                background-color: #fff;
            }

.mobile-hide {
    display: none !important;
}

@media screen and (max-width: 420px) {
    body article.content > section.content.white-bg, body article.content > div.content.white-bg {
        padding: 0 !important;
    }

    body article.quote > section.content.white-bg, body article.content > div.content.white-bg {
        padding-right: 15px !important;
    }

    iframe {
        width: calc(100% - 15px);
    }

    #gallery {
        overflow: hidden;
    }

    .mobile-hide {
        display: block !important;
    }

    body {
        padding-top: 165px;
    }

        body article.content section.testimonials {
            height: 280px;
        }

            body article.content section.testimonials div.quote {
                line-height: 25px;
                max-width: 890px;
                width: 100%;
                margin: 0 auto;
                padding: 20px 12px 26px 12px;
                color: #FFFFFF;
                /* text-shadow: 0 0 10px black; */
            }

                body article.content section.testimonials div.quote::before {
                    font-size: 77px;
                    margin-top: 51px;
                    margin-left: 6px;
                }

            body article.content section.testimonials div.customer-testimony::after {
                font-size: 77px;
            }

            body article.content section.testimonials div.customer-testimony {
                font-size: 14px;
                line-height: 16px;
                padding-left: 54px !important;
                padding-top: 25px !important;
                padding-right: 15px;
            }

            body article.content section.testimonials div.quote {
                font-size: 25px !important;
            }

        body article.content section.brand-block .container .content {
            font-size: 17px;
            position: relative;
            padding-bottom: 15px;
        }

    .slick-prev {
        left: -13px !important;
        display: none !important;
    }

    #gallery .item {
        width: 87px !important;
        height: 100px;
        overflow: hidden;
        display: block;
        margin: 5px;
        position: relative;
    }

    .slick-track {
        margin-left: 17px;
    }

    #gallery .item a img {
        height: 100%;
        width: 100%;
        align-self: center;
        padding: 5px;
        background-color: #fff;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        margin-left: 0px;
        margin-right: 15px;
    }

    .rating span {
        font-size: 48px !important;
        -webkit-text-stroke: 1px #000 !important;
        text-shadow: 0px 0px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
    }

        .rating span:before {
            font-size: 48px !important;
            -webkit-text-stroke: 1px #e41937 !important;
            text-shadow: 0px 0px 0 #e41937, -1px -1px 0 #e41937, 1px -1px 0 #e41937, -1px 1px 0 #e41937, 1px 1px 0 #e41937 !important;
            color: #e41937 !important;
        }

    section#store-locator {
        display: none;
    }
}

.lightboxcontainer .content img:not(.close) {
    width: 100%;
}

.lightboxcontainer {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #333333;
}

    .lightboxcontainer:target {
        /** Show lightbox when it is target */
        display: block;
        outline: none;
        background-color: rgba(0, 0, 0, 0.5);
        align-items: center;
        display: flex;
    }

    .lightboxcontainer .box {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        min-width: 45%;
        max-height: 600px;
        margin: 2% auto;
        background-color: #FFF;
        box-shadow: 0px 1px 26px -3px #777777;
    }

    .lightboxcontainer .vidoe {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        min-width: 45%;
        min-height: 650px;
        margin: 2% auto;
        background-color: #FFF;
        box-shadow: 0px 1px 26px -3px #777777;
    }

    .lightboxcontainer .title {
        margin: 0;
        padding: 0 0 10px 0px;
        border-bottom: 1px #ccc solid;
        font-size: 22px;
    }

    .lightboxcontainer .content {
        display: block;
        position: relative;
    }

        .lightboxcontainer .content .desc {
            z-index: 99;
            bottom: 0;
            position: absolute;
            padding: 10px;
            margin: 0 0 4px 0;
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            font-size: 17px;
            opacity: 0;
            transition: opacity ease-in-out 0.5s;
        }

        .lightboxcontainer .content:hover .desc {
            opacity: 1;
        }

    .lightboxcontainer .next,
    .lightboxcontainer .prev {
        display: block;
        text-decoration: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #858585;
    }

    .lightboxcontainer .close {
        font-size: 30px;
        padding: 5px 10px;
        position: absolute;
        z-index: 5;
        right: 0;
        color: white;
    }

.prev {
    float: left;
}

.next, .close {
    float: right;
}

.clear {
    display: block;
    clear: both;
}

ul#_selectedStore-menu, #GetAQuoteStore-menu {
    max-height: 150px;
    overflow-y: scroll;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* social buttons */
footer span.stMainServices.st-facebook-counter, footer span.stMainServices.st-twitter-counter, footer .stButton_gradient {
    display: none !important;
}

footer .stArrow {
    background: none no-repeat 3px 8px !important;
    padding-left: 0px !important;
    margin-left: -18px !important;
    line-height: 16px !important;
    height: 14px !important;
    display: inline-block !important;
    margin-right: -10px;
}

    footer .stArrow .stButton_gradient {
        display: block !important;
    }

footer .stButton .stButton_gradient {
    background-repeat: repeat-x;
    border: 0px solid #bfbfbf !important;
    padding: 2px;
    font-family: serif;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    height: 16px;
    background: transparent !important;
    color: #fff !important;
}

@media screen and (max-width: 600px) {
    body article.content section.overhead-slider div.quote {
        font-size: 18px !important;
        line-height: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    .social-bar-share {
        background-color: #333;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        padding: 5px 2px;
    }
}

@media screen and (max-width: 1024px) {
    section#store-locator {
        margin-right: 35px;
        position: relative;
        overflow: visible !important;
    }

        section#store-locator::after {
            content: '\f07d';
            font-family: FontAwesome;
            color: #666;
            height: 100%;
            left: 100%;
            background-color: #fff;
            width: 35px;
            position: absolute;
            font-size: 30px;
            line-height: 545px;
            text-align: center;
        }
}

a.nolink {
    cursor: default;
}

img.regionimg {
    vertical-align: middle;
    width: 100%;
    background: white;
}

a.boxclose {
    float: right;
    margin-top: -22px;
    margin-right: -22px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.boxclose:before {
    content: "×";
}

p.directions {
    margin-bottom: 0px;
    padding: 5px 0px;
    font-family: 'Times New Roman';
    font-size: medium;
    line-height: normal;
    text-align: left;
}

ul.directions {
    margin: 5px 20px;
    padding: 0px 20px;
    font-family: 'Times New Roman';
    font-size: medium;
    line-height: normal;
}

li.directions {
    margin: 0px;
    padding: 0px;
}

span.directions {
    font-face: arial, helvetica, sans-serif;
}

p.list {
    margin-bottom: 0px;
    padding: 5px 0px;
}

.gallery-carousel > div.polite > div.slick-track > div.item > a > img {
    width: 200px;
    height: 200px;
}

.gallery-carousel .slick-track {
    display: inline-block;
}

.gallery-carousel img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    /*border: 5px solid #fff;*/
}

.gallery-carousel > .item {
    display: inline;
}

.store-location-image {
    position: relative;
}

    .store-location-image .map-link-button {
        padding: 3px 5px;
    }

    .store-location-image .imageMapPopup {
        float: left;
    }

        .store-location-image .imageMapPopup .link-text {
            padding-left: 8px;
        }

        .store-location-image .imageMapPopup img {
            border: 5px solid #FFF;
        }

    .store-location-image .googleMapPopUp {
        float: right;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        margin-top: -5px;
        margin-right: 5px;
    }

    .store-location-image .link-text {
        background-color: #fff;
        height: 28px;
        line-height: 26px;
        width: 120px;
        display: block;
        border-radius: 5px 5px 0px 0px;
        margin-left: 5px;
        margin-bottom: -23px;
        margin-left: 0px;
    }

#_selectedUnitSize-button .ui-selectmenu-text::before {
    content: '2';
    font-size: 9px;
    position: relative;
    float: right;
}

#_selectedUnitSize-button .ui-selectmenu-text::after {
    content: 'm';
    position: absolute;
    padding-left: 46px;
    float: right;
    color: #5B636D;
    right: 44px;
}

#_selectedUnitSize-menu .ui-menu-item .ui-icon sup::after {
    content: '2';
    position: relative;
    font-size: 9px;
}

#_selectedUnitSize-menu .ui-menu-item .ui-icon::before {
    content: 'm';
    position: relative;
    padding-left: 5px;
    margin-right: -2px;
}

.ui-menu .ui-icon {
    position: relative;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
    display: initial;
    background-image: none;
}

iframe td._51m-.hCent, iframe .dIa {
    display: none;
}

footer .social.lower > span {
    display: inline-block;
    background-color: #fff;
    width: 100px;
    height: 39px;
    margin: 0;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
    border-radius: 0px;
    line-height: 27px;
    border: 3px solid #E41937;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer .social.higher {
    /*padding-bottom:0px!important;*/
}

    footer .social.higher > span {
        display: inline-block;
        width: 100px;
        height: 39px;
        margin: 0;
        padding: 0;
        margin-top: 0;
        padding-top: 0;
        border-radius: 0px;
        line-height: 27px;
    }

footer .social.lower > span:hover {
    border: 3px solid #fff;
    background-color: #E41937;
}

footer .social.lower > span:nth-child(2) > div {
    margin-top: 5px;
}

.quicklink .icon img {
    display: inherit;
    margin: 0 auto;
}

.no-line::after {
    display: none !important;
}

.clickreveal {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.2s linear;
}

    .clickreveal.revealed {
        max-height: none;
    }

        .clickreveal.revealed .clickrevealbutton {
            display: none;
        }

.clickrevealbutton {
    content: 'View full directions';
    display: block;
    cursor: pointer;
}

    .clickrevealbutton.revealed {
        display: none;
    }

.PackageBox {
    /*background-color: #fdfdfd;
    border: 1px solid #e4e2e3;*/
    padding: 12px;
    vertical-align: top;
    color: #000000;
    line-height: 16px;
}

.PackageBox {
    padding: 10px !important;
}

.btn-infoX {
    color: #ffffff;
    background-color: darkred;
    border-color: darkred;
}

    .btn-infoX:hover {
        color: #ffffff;
        background-color: red;
        border-color: red;
    }

.shopping-cart table {
    position: absolute;
    height: 80px;
    max-height: 80px;
    margin-left: 10px;
}

body header .shopping-cart {
    position: absolute;
    left: 18px;
    margin-top: 82px;
    width: 300px;
    background-color: #7b838e;
}

.shopping-cart h4 {
    color: #FFFFFF;
}

.lightbox * {
    border-radius: 0px;
}

.lightbox .lb-image {
    border-radius: 0px;
}

#_selectedUnitSize-button {
    width: calc(100% - 153px) !important;
}

.donotdisplay {
    display: none;
}

#tenant_login, #tenant_register {
    cursor: pointer;
    padding-right: 5px;
}

body article.content > section.content.whiteblu-bg .content-wrapper .content-across.blog p a, body article.content > div.content .content-wrapper .content-across.blog p a {
    color: #4D616F;
    margin-right: 5px;
    margin-left: 5px;
}

.packaging-page {
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    body article.content .quote-form > form > .quote-form-2 > div.unitBlurb {
        width: calc(100%);
        float: none;
        padding-right: 35px;
        padding-left: 35px;
    }

    body article.content .quote-form > form > .quote-form-2 > div.button-container {
        text-align: right;
        padding-right: 35px;
        position: absolute;
        bottom: 40px;
        right: -5px;
        padding-bottom: 10px;
    }

    body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div {
        max-width: none;
        padding-left: 30px;
        display: block;
        float: none;
    }

        body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
            margin-top: 17px;
            background-color: transparent;
            padding-left: 30px;
            display: inline-flex;
            height: 75px;
            position: relative;
            margin-bottom: 10px;
        }

    body article.content .quote-form #help-link-1 {
        margin-bottom: 0px;
    }

    #_selectedUnitSize-button {
        width: calc(100%) !important;
    }

    body article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container > a {
        width: 49%;
        display: inline-block;
    }

        body article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container > a > button {
            width: 100%;
        }

    body article.content .quote-form > form > .quote-form-4 > :nth-child(1) {
        width: calc(100% - 38px);
        margin: 0 auto;
        padding-bottom: 20px;
    }
    /*footer {
        padding: 3px 15px;
    }*/
    /* Blog Adjustments */
    body article.content > section.content .content-wrapper .content-right.blog, body article.content > div.content .content-wrapper .content-right.blog {
        width: calc(100% - 8px);
        min-height: 80px;
        padding-bottom: 25px;
        font-size: 14px;
        display: inline;
        text-align: justify;
    }

    body article.content > section.content .content-wrapper .content-left.blog, body article.content > div.content .content-wrapper .content-left.blog {
        width: calc(100% - 315px);
        max-width: 195px;
        min-width: 145px;
        float: left;
        padding-bottom: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    body article.content > section.content .content-wrapper .content-right.blog a u, body article.content > div.content .content-wrapper .content-right.blog a u {
        display: block;
        margin-top: 5px;
    }

    .content-wrapper-blog-list {
        padding-right: 15px;
    }

    .content-wrapper-blog-detail {
        padding-right: 25px;
    }

        .content-wrapper-blog-detail > .content-across > div img {
            width: 100% !important;
            object-fit: cover;
            height: initial !important;
        }

    ul.pagination li a {
        height: 40px;
        width: 40px;
        border-radius: 100% !important;
        margin-right: 5px;
        background-color: white;
        border: 2px solid #606060;
        color: #606060;
        align-items: center;
        vertical-align: middle;
        display: block;
        padding: 0;
        padding-top: 8px;
        margin-bottom: 10px;
        text-align: center;
        float: left !important;
    }

    .pagination > li.next, .pagination > li.close {
        float: left;
    }
    /* videopopup */
    .modal.in .modal-dialog {
        width: 100% !important;
        margin-top: calc(100% + -265px);
    }

        .modal.in .modal-dialog iframe {
            height: !important;
            width: 100% !important;
        }

    [aria-labelledby="myModalLabel"]::before {
        content: "\f00d";
        font-family: FontAwesome;
        display: block;
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        text-shadow: 0 0 1px #333;
        position: fixed;
        top: 0;
        right: 10px;
    }

    .clickrevealbutton {
        position: relative;
    }

    body article.content > section.content .content-wrapper .content-left.store-location-image,
    body article.content > div.content .content-wrapper .content-left.store-location-image,
    body article.content > section.content .content-wrapper .content-left.store-location-image + .content-right,
    body article.content > div.content .content-wrapper .content-left.store-location-image + .content-right {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-banner-spacer-fix {
        margin-top: 80px;
    }

    .content-wrapper-blog-detail {
        padding-right: 15px;
        padding-left: 0px;
    }

    body article.content .quote-form > form > .quote-form-1 > :nth-child(1) {
        width: calc(100% - 65px);
        margin: 0 auto;
        padding-bottom: 20px;
    }

    body article.content .quote-form > form > .quote-form-1 > div {
        text-align: left;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

    body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div {
        max-width: none;
        padding-left: 30px;
        display: block;
        float: none;
    }

        body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
            width: calc(100% - 20px);
            background-color: transparent;
            padding-left: 30px;
            display: inline-flex;
            height: 75px;
            position: relative;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    body article.content .quote-form > form > .quote-form-2 > div.unitImage > img {
        width: 100%;
        max-width: calc(100% - 90px);
        max-height: 175px;
        height: 100%;
        object-fit: cover;
        clear: both;
    }

    body article.content .quote-form > form > .quote-form-2 > div.unitImage {
        width: calc(100%);
        float: none;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        clear: both;
    }

    body article.content .quote-form > form > .quote-form-2 > div.unitBlurb {
        width: calc(100%);
        float: none;
        padding-left: 30px !important;
        padding-top: 10px;
        padding-right: 30px;
        /* padding-left: 80px; */
        display: block;
    }

    body article.content > section.content .content-wrapper .content-across .summary-wrapper.small, body article.content > div.content .content-wrapper .content-across .summary-wrapper.small {
        width: 100%;
        padding: 4px 3px;
        text-shadow: 0px 0px 0px transparent;
        margin-top: 130px;
    }

    .ui-selectmenu-menu.ui-front.ui-selectmenu-open {
        max-height: 119px;
    }

    body article.content .quote-form h1.bigger {
        font-size: 24px;
    }

    body article.content .quote-form #help-link-1 {
        background-color: #FFF;
        color: #7b838e;
        display: inline-block;
        width: 34px;
        height: 34px;
        text-align: center;
        font-size: 25px;
        font-weight: 800;
        border-radius: 100%;
        border: 1px solid #f1f1f1;
        line-height: 30px;
        text-decoration: none;
        float: right;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div {
        max-width: none;
        padding-left: 30px;
        display: block;
        float: none;
    }

        body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
            width: 100%;
            background-color: transparent;
            padding-left: 30px;
            display: inline-flex;
            height: 75px;
            position: relative;
            margin-bottom: 10px;
            margin-top: 10px;
        }

            body article.content .quote-form > form > .quote-form-2 > :nth-child(1) > div > div.popover {
                width: 100%;
                background-color: transparent;
                padding-left: 30px;
                display: inline-table;
                height: inherit;
                position: relative;
                margin-bottom: 10px;
                margin-top: 280px;
                background-color: #747474;
                position: absolute;
                margin-left: -121px;
            }

    body article.content .quote-form > form > .quote-form-3 > div.content-right {
        padding-left: 15px;
    }

    body article.content .quote-form > form > .quote-form-3 .content-right {
        margin-top: 0px;
    }

    body article.content .quote-form > form > .quote-form-3 > div .login-container {
        background-color: #7b838e;
        margin: 0px 15px 15px 0px;
        padding: 15px;
        border-radius: 0px;
    }

    body article.content .quote-form > form > .quote-form-3 > div.content-left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    body article.content .quote-form > form > .quote-form-3 {
        padding-top: 0px;
        display: inline-block;
    }

    .summary-wrapper .rating span {
        font-size: 25px !important;
        -webkit-text-stroke: 1px #000 !important;
        text-shadow: 0px 0px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
    }

        .summary-wrapper .rating span:before {
            font-size: 25px !important;
            -webkit-text-stroke: 1px #e41937 !important;
            text-shadow: 0px 0px 0 #e41937, -1px -1px 0 #e41937, 1px -1px 0 #e41937, -1px 1px 0 #e41937, 1px 1px 0 #e41937 !important;
            color: #e41937 !important;
        }

    .button-support > a, .button-support div, .button-support button {
        width: 100%;
    }

    body article.content .quote-form > form > .quote-form-4 > :nth-child(1) {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding-bottom: 20px;
    }

    body article.content > section.content .content-wrapper .content-across .summary-wrapper .summary.quote, body article.content > div.content .content-wrapper .content-across .summary-wrapper .summary.quote {
        font-size: 24px;
        font-weight: 600;
        padding-left: 0px;
        text-decoration: underline;
    }

    body article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container button#btnSubmit4 {
        width: 100%;
    }

    body article.content > section.content .content-wrapper .content-across .summary-wrapper .button-container button, body article.content > div.content .content-wrapper .content-across .summary-wrapper .button-container button {
        display: inline-block;
        width: 100%;
        margin-top: 3px;
    }

    body article.content .quote-form-extra {
        position: relative;
        display: block;
        width: calc(100% - 20px);
        background-color: #90979F;
        margin-top: 15px;
        padding: 15px 15px;
        margin-top: -25px;
        border-radius: 0px;
        font-size: 16px !important;
    }

    .PackageBox > a > div {
        width: 100% !important;
    }

        .PackageBox > a > div:last-of-type {
            padding-top: 15px;
            text-align: center;
        }
}

@media screen and (max-width: 420px) {
    .content-wrapper-blog-detail {
        padding-right: 15px;
        padding-left: 15px;
    }

    .packaging-page {
        padding-left: 15px;
    }
}

.CompetitionformLayout {
    background-color: transparent;
    border: none;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
}

    .CompetitionformLayout label, .CompetitionformLayout input {
        display: block;
        width: 100px;
        float: left;
        margin-bottom: 10px;
    }

    .CompetitionformLayout input {
        display: block;
        width: calc(100% - 120px);
        float: left;
        margin-bottom: 10px;
    }

    .CompetitionformLayout label {
        text-align: right;
        padding-right: 20px;
    }

br {
    clear: left;
}

.padtop {
    padding-top: 12px;
}

.padtop-80 {
    padding-top: 12px;
}

.padbot-90 {
    /*padding-bottom: 90px !important;*/
}

.padtop-50 {
    padding-top: 12px;
}

.padtop-100 {
    padding-top: 50px !important;
}

.padbottom-300 {
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    .padtop {
        padding-top: 25px;
    }

    .padtop-50 {
        padding-top: 50px;
    }

    .padtop-80 {
        padding-top: 80px;
    }

    .padbottom-300 {
        padding-bottom: 300px;
    }

    body article.content .quote-form {
        width: calc(100% - 20px);
    }

    body article.content .quote-process > div > span {
        color: #7b838e;
        position: relative;
        display: block;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin: 20px 20px 20px 1px;
    }

    body article.content .quote-form > form > .quote-form-2 > div.button-container {
        text-align: right;
        padding-right: 35px;
        position: relative;
        bottom: 40px;
        right: -5px;
        margin-top: 40px;
        padding-bottom: 10px;
    }

    body article.content .quote-form > form > .quote-form-2 > div > button {
        display: inline-block;
        background-color: #E51837;
        color: #fff;
        position: absolute;
        width: calc(100% - 40px);
        left: 15px;
    }

    body article.content .quote-form #help-link-1 {
        margin-bottom: 0px;
    }

    body article.content .quote-form > form > .quote-form-4 .summary-wrapper .button-container > a {
        width: 100%;
        display: inline-block;
    }
}

@media screen and (min-width: 530px) {
    .on-desktop {
        display: block;
    }

    .on-mobile {
        display: none;
    }
}

@media screen and (max-width: 530px) {
    .on-desktop {
        display: none;
    }

    .on-mobile {
        display: block;
    }
}

/* Mobile map fix thingy */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 1) {
    section#store-locator {
        display: none;
    }

    footer.footer.seperate-line.mobile-hide {
        display: block !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 2) {
    section#store-locator {
        display: none !important;
    }

    footer.footer.seperate-line.mobile-hide {
        display: block !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 3) {
    section#store-locator {
        display: none;
    }

    footer.footer.seperate-line.mobile-hide {
        display: block;
    }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    section#store-locator {
        display: none;
    }

    footer.footer.seperate-line.mobile-hide {
        display: block;
    }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    section#store-locator {
        display: none;
    }

    footer.footer.seperate-line.mobile-hide {
        display: block;
    }
}

article.content table:not(.input-container) tr {
    /*display:grid;*/
}

article.content footer {
    display: inline-table;
}

div.input-container {
    display: inline-table;
}

@media (max-width: 420px) {
    .social.higher > span:nth-child(3n+1):nth-last-child(1) {
        margin-left: 33.3%;
    }

    .social.higher > span:nth-child(3n+2):nth-last-child(2) {
        margin-left: 16.35%;
    }
}

.all-stores > ul > li {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}

.all-stores > ul > ul > li {
    color: #555;
    width: 100%;
    display: inline-flex;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.all-stores > ul > ul > ul {
    color: #999;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

    .all-stores > ul > ul > ul > li {
        display: block;
        width: 19%;
        float: left;
        margin: 5px 0;
    }

        .all-stores > ul > ul > ul > li:hover {
            font-weight: bold;
        }

            .all-stores > ul > ul > ul > li:hover a {
                color: #E51837 !important;
            }

@media (max-width: 768px) {
    .all-stores > ul > ul > ul > li {
        width: 99%;
    }
}

@media screen and (min-width: 768px) {
    .desktop-slider-image {
        display: block;
    }

    .tablet-slider-image {
        display: none;
    }

    .mobile-slider-image {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .desktop-slider-image {
        display: none;
    }

    .tablet-slider-image {
        display: block;
    }

    .mobile-slider-image {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .desktop-slider-image {
        display: none;
    }

    .tablet-slider-image {
        display: none;
    }

    .mobile-slider-image {
        display: block;
    }
}

#btnLiveChat {
    cursor: pointer !important;
    pointer-events: all !important;
}

.region-selection-map {
    text-align: center;
    background-color: #d2dcdb;
}

    .region-selection-map > img {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
        height: auto;
    }

    .region-selection-map .stooltip {
        display: none;
        padding: 5px 10px;
        border: 3px solid #FFFFFF;
        color: #FFFFFF;
        background-color: #E41937;
        border-radius: 0px;
        font-size: 16px;
    }

.modal-closer {
    width: 25px;
    height: 25px;
    background-color: #e41937;
    border: 3px #e41937 solid;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 0;
    right: 9px;
    border-radius: 0 !important;
}

    .modal-closer:hover {
        border: 3px #fff solid;
        background-color: #c60019;
    }

.contact-number a {
    color: #fff !important;
}

.mobileOnly {
    display: none;
    padding-right: 6px;
}

@media screen and (min-width: 480px) {
    .mobileNumberOne {
        display: block;
    }

    .mobileNumberTwo {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mobileOnly {
        display: inline-block;
    }

    .mobileNumberOne {
        display: none;
    }

    .mobileNumberTwo {
        display: block;
    }

    .contact-number {
        max-width: unset !important;
    }
}

/* Region Indicators */
.region-indicators {
    max-width: 800px;
    max-height: 565.7px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
}

.region-indicator {
    width: 20px;
    height: 20px;
    background-color: green;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element {
    background-color: transparent;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 98%;
        left: 0px;
        top: 3px;
        width: 88%;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_size {
        background-color: #676f7a !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #777;
        border: 1px solid #dbdbdb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 12px;
    }

/* scrollbar height/width & offset from container borders */
.scroll-x {
    display: none !important;
}

@media screen and (max-width: 420px) {
    .quotelayout {
        padding-top: 105px !important;
    }

        .quotelayout .header > table {
            position: relative;
        }

        .quotelayout .header-extention #btnLiveChat {
            left: 0;
        }

        .quotelayout .header-extention {
            margin-top: 0;
        }

            .quotelayout .header-extention > button {
                width: 100% !important;
                text-align: center;
                border: none;
                margin-top: -5px;
                padding-left: 40px;
            }
}

table.padding-10 tr td {
    padding: 10px !important;
}

.review-button {
    margin: 15px 5px;
    text-align: right;
}

    .review-button .btn {
        border: 1px solid #14225C;
    }

        .review-button .btn:hover {
            color: #fff;
        }

#map-plug {
    display: none;
}

#google-reviews {
    display: flex;
    flex-wrap: wrap;
    /*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

    #google-reviews .review-item {
        border: solid 1px rgba(190, 190, 190, 0.35);
        margin: 0 auto;
        padding: 1em;
        flex: 1 1 20%;
    }

@media (max-width: 1200px) {
    #google-reviews .review-item {
        flex: 1 1 40%;
    }
}

@media (max-width: 550px) {
    #google-reviews .review-item {
        flex: 1 1 90%;
    }
}

#google-reviews .review-meta, #google-reviews .review-stars {
    text-align: center;
    font-size: 115%;
}

#google-reviews .review-author {
    text-transform: capitalize;
    font-weight: bold;
}

#google-reviews .review-date {
    opacity: .6;
    display: block;
}

#google-reviews .review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
}

#google-reviews .review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    #google-reviews .review-stars ul li {
        float: left;
        list-style: none !important;
        margin-right: 1px;
        line-height: 1;
    }

        #google-reviews .review-stars ul li i {
            color: #E4B248;
            font-size: 1.4em;
            font-style: normal;
        }

            #google-reviews .review-stars ul li i.inactive {
                color: #c6c6c6;
            }

#google-reviews .star:after {
    content: "\2605";
}

#google-reviews .top-content {
    vertical-align: top;
    display: flex;
}

    #google-reviews .top-content .review-photo {
        width: 20%;
        display: inline-block;
    }

        #google-reviews .top-content .review-photo > img {
            width: 100%;
        }

    #google-reviews .top-content .top-content-inner {
        width: 80%;
        display: inline-block;
        text-align: left;
    }

        #google-reviews .top-content .top-content-inner .review-author {
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 5px;
        }

        #google-reviews .top-content .top-content-inner .group-info {
            display: inline-flex;
            text-align: left;
            padding-left: 5px;
        }

        #google-reviews .top-content .top-content-inner .review-date {
            font-size: 12px;
            padding-top: 4px;
            padding-left: 6px;
        }

@media (max-width: 600px) {
    .hide-on-small-only, .tabs-wrapper, .hide-on-small-and-down {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

.summary-wrapper .print-quote {
    text-align: right;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

    .summary-wrapper .print-quote > a {
        color: #fff;
    }

p.no-units-available {
    background-color: rgba(255, 100, 0, 0.3);
    border: 1px solid orange;
    padding: 15px;
    /* margin-right: 17px; */
    display: inline-table;
    position: relative;
    margin-bottom: 10px !important;
}

a.update-link {
    cursor: pointer;
    font-size: 12px;
    margin-right: 15px;
    background-color: #c00000;
    color: #fff;
    padding: 1px 15px;
    line-height: 30px;
    transition: all 0.2s ease;
    border-radius: 1px;
}

    a.update-link:hover {
        background-color: #fff;
        color: #c00000;
        text-decoration: none;
    }

.exampleclass {
    background-color: red;
    border: 1px solid yellow;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}

.user-profile {
    background-color: #fff;
    border: 0px solid #ccc;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    margin-top: 40px;
    margin-bottom: 50px;
}

    .user-profile > a.header-link > div.avatar {
        text-align: center;
    }

        .user-profile > a.header-link > div.avatar > img {
            border: 0px solid #ccc;
            border-radius: 100%;
            height: 80px;
            margin-top: -40px;
            width: 80px;
            object-fit: cover;
        }

    .user-profile > a.header-link > div.username {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .user-profile > div.detailblock .card > div.information {
        padding: 15px 15px 5px 15px;
        font-size: 14px;
    }

        .user-profile > div.detailblock .card > div.information > small {
            text-align: center;
            margin: 0 auto;
            display: block;
        }

        .user-profile > div.detailblock .card > div.information > p.details > i {
            margin-right: 15px;
            background-color: #fff;
            border-radius: 100%;
            height: 25px;
            width: 25px;
            text-align: center;
            padding-top: 2px;
            border: 3px solid #CCC;
        }

hr.line {
    background-color: none !important;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    border: 3px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 3px solid #CCC;
}

.quotelayout article.content {
    background-color: #7b838e;
}

.fa-spinner {
    font-family: FontAwesome !important;
}

#_selectedRegion + .ui-selectmenu-button.fieldFlash, #_selectedStore + .ui-selectmenu-button.fieldFlash {
    -webkit-animation-name: showChange;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    animation-name: showChange;
    animation-duration: 3s;
    animation-iteration-count: 1;
    -moz-animation-name: showChange;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
}

@-webkit-keyframes showChange {
    from {
        color: #ff7171;
        border-color: #ff7171;
    }

    50% {
        color: #ff0000;
        border-color: #ff0000;
    }

    to {
        color: #b20000;
        border-color: #b20000;
    }
}

@keyframes showChange {
    from {
        color: #ff7171;
        border-color: #ff7171;
    }

    50% {
        color: #ff0000;
        border-color: #ff0000;
    }

    to {
        color: #b20000;
        border-color: #b20000;
    }
}

@-moz-keyframes showChange {
    from {
        color: #ff7171;
        border-color: #ff7171;
    }

    50% {
        color: #ff0000;
        border-color: #ff0000;
    }

    to {
        color: #b20000;
        border-color: #b20000;
    }
}

/* Quote Modal Styling */
#QuotingModal > .modal-dialog {
    width: auto;
    max-width: 1000px;
    margin: auto;
    vertical-align: middle;
    min-height: 100%;
    display: flex;
}

    #QuotingModal > .modal-dialog > .modal-content {
        margin: auto;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body > button.close, #QuotingModal > .modal-dialog > .modal-content > .modal-body > #QuoteBack {
            position: absolute;
            right: 0;
            top: 0;
            background-color: #14225C;
            opacity: 1;
            color: #fff;
            width: 25px;
            height: 25px;
            text-shadow: none;
            border-radius: 100%;
            margin-top: -10px;
            margin-right: -10px;
            border: 2px solid #fff;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body > button.close:hover, #QuotingModal > .modal-dialog > .modal-content > .modal-body > #QuoteBack:hover {
                color: #14225C;
                background-color: #fff;
                border-color: #14225C;
            }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body > #QuoteBack {
            right: 26px;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body > #QuoteBack > i {
                margin-top: 5px;
                display: block;
                margin-left: 0;
                font-weight: 100;
                font-size: 12px;
            }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller {
            display: block;
            position: relative;
            width: 64px;
            height: 64px;
            margin: auto;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div {
                animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                transform-origin: 32px 32px;
            }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:after {
                    content: " ";
                    display: block;
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #fff;
                    margin: -3px 0 0 -3px;
                    background-color: #999999;
                }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(1) {
                    animation-delay: -0.036s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(1):after {
                        top: 50px;
                        left: 50px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(2) {
                    animation-delay: -0.072s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(2):after {
                        top: 54px;
                        left: 45px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(3) {
                    animation-delay: -0.108s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(3):after {
                        top: 57px;
                        left: 39px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(4) {
                    animation-delay: -0.144s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(4):after {
                        top: 58px;
                        left: 32px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(5) {
                    animation-delay: -0.18s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(5):after {
                        top: 57px;
                        left: 25px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(6) {
                    animation-delay: -0.216s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(6):after {
                        top: 54px;
                        left: 19px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(7) {
                    animation-delay: -0.252s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(7):after {
                        top: 50px;
                        left: 14px;
                    }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(8) {
                    animation-delay: -0.288s;
                }

                    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .lds-roller div:nth-child(8):after {
                        top: 45px;
                        left: 10px;
                    }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 {
    background-color: #999999;
    width: calc(100% - 130px);
    margin: 30px auto;
    border-radius: 10px;
    text-align: center;
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 > h1 {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 25px 15px 15px 15px;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 > div {
        display: block;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 > div > input, #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 > div > select {
            width: calc(100% - 70px);
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 > div:last-of-type {
            padding-bottom: 10px;
        }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-1 button#btnSubmit1 {
        margin: 10px auto;
    }

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 {
    background-color: #999999;
    width: calc(100% - 130px);
    margin: 30px auto;
    border-radius: 10px;
    text-align: center;
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > h1 {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 25px 15px 15px 15px;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > h1 > a#help-link-1 {
            background-color: #fff;
            display: inline-block;
            height: 20px;
            width: 20px;
            font-size: 16px;
            line-height: 23px;
            border-radius: 100%;
            vertical-align: top;
            margin-top: 10px;
            color: #666;
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > h1 > div.popover {
            font-size: 12px;
            background-color: #999999;
            font-weight: 500;
        }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > div {
        display: block;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > div > input, #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > div > select {
            width: calc(100% - 70px);
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 > div:last-of-type {
            padding-bottom: 10px;
        }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 .unitBlurb {
        display: inline-block;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 .unitBlurb > div {
            text-align: left;
            color: #fff;
            margin-top: 20px;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 .unitBlurb > div > b {
                text-transform: uppercase;
            }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-2 button#btnSubmit2 {
        margin: auto;
    }

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 {
    background-color: #999999;
    width: calc(100% - 130px);
    margin: 30px auto;
    border-radius: 10px;
    text-align: center;
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 > h1 {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 25px 15px 15px 15px;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 div#register_container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 .button-container {
        text-align: center;
        display: block;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 .button-container .summary-blurb {
            color: #fff;
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-3 .button-container > [name="Step3Button"] {
            margin: 0 auto;
            margin-bottom: 20px;
            margin-top: 5px;
            display: inline-block;
        }

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 {
    background-color: #666;
    width: calc(100% - 130px);
    margin: 30px auto;
    border-radius: 10px;
    text-align: center;
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 > h1 {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 25px 15px 15px 15px;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 div#register_container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .bottom-blurb {
        text-align: left;
        color: #fff;
        margin: 0 -5px;
        font-size: 11px;
        font-weight: 600;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .left-content {
        width: calc(100% - 216px);
        position: relative;
        display: inline-block;
        color: #fff;
        vertical-align: top;
        font-size: 13px;
        text-align: left;
        padding: 0 15px;
        line-height: 20px;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .left-content a {
            color: #fff;
            text-decoration: underline;
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .left-content table tbody tr td {
            padding-left: 25px;
        }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content {
        position: relative;
        width: 200px;
        display: inline-block;
        padding-right: 10px;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container {
            background-color: #fff;
            border-radius: 10px;
            padding: 10px;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container button#btnSubmit4 {
                width: 100%;
                border-radius: 5px;
                font-size: 22px;
                font-weight: 600;
            }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container h2 {
                margin: 0;
                border: 0;
                margin-top: 10px;
            }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container h2 span:nth-child(1) {
                    color: #666;
                    font-size: 23px;
                    text-align: center;
                    display: block;
                    width: 100%;
                    font-weight: 800;
                }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container h2 span:nth-child(2) {
                    color: #666;
                    font-size: 21px;
                    text-align: center;
                    display: block;
                    width: 100%;
                    font-weight: 800;
                }

                #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container h2 span:nth-child(3) {
                    color: #666;
                    font-size: 17.5px;
                    text-align: center;
                    line-height: 24px;
                    display: block;
                    width: 100%;
                    font-weight: 800;
                }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .white-container h3 {
                color: #666;
                font-size: 15.5px;
                font-weight: 800;
                margin-top: 10px;
                margin-bottom: 35px;
            }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .print-quote {
            text-align: right;
            padding: 5px 10px 0 0px;
            letter-spacing: 0.5px;
            text-decoration: underline;
            font-weight: 600;
        }

            #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .right-content .print-quote > a {
                color: #fff;
            }

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .button-container {
        text-align: center;
        display: block;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .button-container .summary-blurb {
            color: #fff;
        }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .quote-form-4 .button-container > [name="Step3Button"] {
            margin: 0 auto;
            margin-bottom: 20px;
            margin-top: 5px;
            display: inline-block;
        }

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .terms {
    margin: 0 auto;
    margin-top: -26px;
    font-weight: 600;
    width: calc(100% - 140px);
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .terms::before {
        content: '*';
        font-size: 14px;
        font-weight: 800;
        margin-right: 5px;
    }

#QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .summary {
    width: calc(100% - 45px);
    margin: 0 auto;
}

    #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .summary > b {
        margin-right: 15px;
    }

        #QuotingModal > .modal-dialog > .modal-content > .modal-body #QuoteModalBody .summary > b:last-of-type {
            margin-right: 0;
        }

.quote-process .breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: -32px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: block;
    position: relative;
    background-color: #999;
}

    .quote-process .breadcrumb > li {
        display: table-cell;
        vertical-align: top;
        width: 1%;
    }

        .quote-process .breadcrumb > li:last-of-type > a:before {
            content: none;
        }

        .quote-process .breadcrumb > li:last-of-type > a:after {
            content: none;
        }

        .quote-process .breadcrumb > li:last-of-type.active::after {
            background-color: #e31836;
            width: 50px;
            height: 50px;
            content: ' ';
            position: absolute;
        }

        .quote-process .breadcrumb > li::before {
            content: none;
        }

        .quote-process .breadcrumb > li + li:before {
            padding: 0;
        }

    .quote-process .breadcrumb li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 45px;
        position: relative;
        display: inline-block;
        width: calc( 100% - 10px);
        background-color: #999999;
        text-align: center;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 700;
    }

    .quote-process .breadcrumb li.completed a {
        background: #666666;
    }

        .quote-process .breadcrumb li.completed a:after {
            border-left: 30px solid #666666;
        }

    .quote-process .breadcrumb li.active a {
        background: #e31836;
    }

        .quote-process .breadcrumb li.active a:after {
            border-left: 30px solid #e31836;
        }

    .quote-process .breadcrumb li:first-child a {
        padding-left: 15px;
    }

    .quote-process .breadcrumb li:last-of-type a {
        width: calc( 100% - 38px);
    }

    .quote-process .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .quote-process .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #999999;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

.ui-selectmenu-open {
    z-index: 9000;
}

.store-counter {
    font-family: "Open Sans" !important;
}

welcome-header {
    color: #14225C;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-header-region {
    color: #14225C;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700 !important;
}

@media screen and (max-width: 1024px) {
    .body {
        padding-top: 80px !important;
    }
}

@media screen and (max-width: 768px) {
    .body {
        padding-top: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    .body {
        padding-top: 80px !important;
    }
}

/*@media screen and (max-width: $breakpoint-mobile-small) {

    .content-left {
        &.blog {
            all: unset !important;
        }
    }

    .content-right {
        &.blog {
            float: none !important;
            all: unset !important;
            text-align: center;
        }
    }
}

@media screen and (max-width: $breakpoint-mobile-smallest) {

    .content-left {
        &.blog {
            all: unset !important;
        }
    }

    .content-right {
        &.blog {
            all: unset !important;
            text-align: center;
            float: none !important;
        }
    }
}*/
.blog-content-right {
    width: calc(100% - 200px);
    min-height: 80px;
    float: right;
    padding-bottom: 25px;
    font-size: 14px;
    display: inline;
    text-align: justify;
    display: block;
    margin-top: 5px;
}

.blog-content-left {
    width: calc(100% - 315px);
    max-width: 195px;
    min-width: 145px;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
}

@media screen and (max-width: 530px) {
    .blog-content-right {
        all: unset !important;
        margin-top: 5px;
        display: block;
    }

    .blog-content-left {
        float: none !important;
        all: unset !important;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .blog-content-right {
        all: unset !important;
        margin-top: 5px;
        display: block;
    }

    .blog-content-left {
        float: none !important;
        all: unset !important;
        text-align: center;
    }
}

.icon-info-wrappers .icon-info-wrappers-name {
    width: 60px;
    display: inline-block;
}

.icon-info-wrappers .icon-info-wrappers-details {
    width: 600px;
    display: inline-block;
}

    .icon-info-wrappers .icon-info-wrappers-details a {
        text-decoration: none;
        color: black;
    }

.content-wrapper.medium-plus {
    max-width: 780px;
}

.less-padding {
    padding-bottom: 5px !important;
}

.separation-line .line {
    width: 100%;
}

.separation-line .longer {
    max-width: 1000px;
}

.details-icon {
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 429px) {
    .icon-info-wrappers-name {
        width: 30px !important;
    }

        .icon-info-wrappers-name .details-icon {
            width: 20px !important;
            height: 20px !important;
        }

    .icon-info-wrappers-details {
        width: 310px !important;
    }
}

.panel-group {
    margin-bottom: 5px;
}

.panel-title {
    background-color: #f2f2f2;
    padding: 5px;
}

.store-map-image {
    width: 100%;
    margin-top: 10px;
}

.welcome-header-store h1 {
    color: #14225C !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    text-align: center;
}

.heading-and-details h4 {
    color: #14225C;
    font-size: 16px !important;
    font-weight: 600 !important;
    justify-content: unset !important;
}

.btn-quote-group {
    text-align: center;
}

.btn-quote {
    width: 200px !important;
    height: 45px !important;
}

.btn-quote-small {
    width: 110px;
    transform: translate(0%, 40%);
}

.quote-btn-col {
    padding-top: 20px;
}

.btn-reserve {
    width: 200px !important;
    height: 45px !important;
}

.google-map-link a {
    position: relative;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

    .google-map-link a img {
        width: 200px;
        height: 36px;
    }

.information-links {
    background-color: #ffffff !important;
    text-align: center;
}

    .information-links .youtube-link {
        width: 246px;
        height: 155px;
    }

.zebra-table {
    width: 100%;
    align-content: center;
    vertical-align: middle;
}

    .zebra-table tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

tr .store-details {
    width: 80%;
}

    tr .store-details a {
        text-decoration: none;
        color: black;
    }

tr .quote-btn-col {
    align-content: center;
    vertical-align: middle;
    width: 20%;
}

tr .reception-days {
    width: 60%;
}

tr .reception-hours {
    align-content: center;
    width: 30% !important;
    vertical-align: middle;
}

.prefooter {
    padding-bottom: 110px;
}

.seven-cols {
    display: table;
    margin: 0 auto;
    width: auto;
}

.footer-social {
    position: relative;
    width: 100%;
    clear: both;
    padding: 5px 0px 5px 0px;
    background-color: #ffffff;
    color: white;
}

    .footer-social .social-icon {
        font-size: 36px;
        padding: 0px 40px 0px 40px;
        display: block;
        width: 51px;
        float: left;
    }

        .footer-social .social-icon a {
            color: #e31836;
            -moz-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            -webkit-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

            .footer-social .social-icon a > i {
                text-shadow: -0.5px -0.5px 0 rgba(255, 255, 255, 0.2), 0.5px -0.5px 0 rgba(255, 255, 255, 0.2), -0.5px 0.5px 0 rgba(255, 255, 255, 0.2), 0.5px 0.5px 0 rgba(255, 255, 255, 0.2);
            }

            .footer-social .social-icon a:hover {
                color: #e31836;
            }

                .footer-social .social-icon a:hover > i {
                    text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
                }

.footer-foot {
    position: relative;
    font-family: "Open Sans";
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: capitalize !important;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    background-color: #7b838e;
    padding: 6px 50px 6px 6px;
}

    .footer-foot > div {
        margin: 0 auto;
        display: block;
    }

        .footer-foot > div ul {
            margin: 0 auto;
        }

            .footer-foot > div ul li {
                display: block;
                float: left;
                padding-right: 3px;
                line-height: 30px;
            }

    .footer-foot a {
        padding: 0;
        margin: 0;
        color: white;
    }

        .footer-foot a:hover {
            text-decoration: underline;
            color: #e31836;
        }

/*.quote-footer {
    .footer-social {
        background-color: $corp-colour-grey;
        margin: unset !important;
        border: none !important;
        outline: none !important;
    }
}*/
/*@media screen and (max-width: 580px) {
    .footer-social {
        padding-bottom: 110px;
    }
}*/
.social-media-icons {
    text-align: center;
}

    .social-media-icons img {
        width: 51px;
        height: 51px;
        padding: 8px;
    }

.content .quote .no-sep {
    min-height: calc(100% - 50px);
}

.content .overhead-slider .quote {
    min-height: calc(100% - 400px);
}

.callCenterNumberMasked, .callCenterNumberUnMasked {
    display: none;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none !important;
}

    .callCenterNumberMasked > span, .callCenterNumberUnMasked > span {
        color: #14225C;
    }

.callCenterNumberUnMasked {
    display: none;
}

    .callCenterNumberMasked:hover, .callCenterNumberUnMasked:hover {
        text-decoration: none;
        color: #000;
    }

        .callCenterNumberMasked:hover > span, .callCenterNumberUnMasked:hover > span {
            opacity: 0.7;
        }

#numberToBeRevealed {
    display: none;
    text-decoration: none;
    color: black;
}

#generalNumberToBeRevealed {
    display: none;
    text-decoration: none;
    color: black;
}

#showNumber {
    text-decoration: none;
    color: black;
}

#showGeneralNumber {
    text-decoration: none;
    color: black;
}

.numberExpander {
    display: inline;
    color: #e31836 !important;
}

.generalNumberExpander {
    display: inline;
    color: #e31836 !important;
}

.normalFontWeight {
    font-weight: normal;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #14225C;
}

/*Single Page Quote Funnel Elements*/
#quoteFunnelLoaderWrapper {
    text-align: center;
    margin-top: 150px;
    display: none;
}

    #quoteFunnelLoaderWrapper #quoteFunnelLoaderText {
        font-size: 20px;
        color: #14225C;
        font-weight: bold;
        margin-top: 10px;
    }

.single-page-quote-funnel-wrapper {
    min-height: 100%;
    /*Header*/
    /*Content*/
}

    .single-page-quote-funnel-wrapper header .contact-button-wrapper {
        margin-top: 80px;
    }

        .single-page-quote-funnel-wrapper header .contact-button-wrapper .mobileNumberLink > .fa-phone {
            color: #747D7D;
            background-color: #fff;
            padding: 5px 6px 3px 6px;
            margin-right: 10px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
        }

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper header .contact-button-wrapper .mobileNumberOne {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .single-page-quote-funnel-wrapper .header-extention #btnLiveChat {
        left: 0;
    }

    .single-page-quote-funnel-wrapper .header-extention {
        margin-top: 0;
    }

        .single-page-quote-funnel-wrapper .header-extention > button {
            width: 100% !important;
            text-align: center;
            border: none;
            margin-top: -5px;
        }
}

#priceContainer #priceContainerRate {
    width: 63.5%;
}

@media screen and (max-width: 480px) {
    #priceContainer #priceContainerRate {
        width: 90%;
    }
}

.single-page-quote-funnel-wrapper #contentContainer {
    max-width: 1024px;
    margin: auto;
    min-height: calc(100% - 80px);
    padding-bottom: 30px;
    /*A nasty fix for moving the content higher up on the page*/
}

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer {
        margin-top: 60px;
    }
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper {
    margin: 10px;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedUnitSize, .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedRegion, .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedStore {
        display: none;
        /*These styles will only be rendered on mobile*/
        /*For desktop the jquery ui function adds additional class which render this styling*/
        width: 100%;
        border-radius: 5px;
        height: 40px;
        font-size: 18px;
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        font-weight: bold;
        color: #99999B;
        padding: 6px 4px 6px 14px;
    }

        .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedUnitSize .selected, .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedRegion .selected, .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #SelectedStore .selected {
            color: #555555;
        }

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .quote-funnel-hidden {
        display: none;
    }

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper h1 {
        font-size: 36px;
        font-weight: bold;
        margin-top: 40px;
        text-align: center;
        color: #14225C !important;
    }

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper h1 {
        margin-top: 20px;
        font-size: 26px;
    }
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper h2 {
    font-size: 20px;
    font-weight: bold;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper h3 {
    font-weight: bold;
    font-size: 26px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .text-spacer {
    margin: 5px auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .form-control-wrapper {
    margin-bottom: 15px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .form-control {
    background-color: #F1F1F1;
    font-weight: bold;
    border: none;
    height: 40px;
    font-size: 18px;
    /*padding: 15px 0px 15px 18px;*/
    padding-left: 18px;
    box-shadow: none;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .quote-validation {
    color: #14225C;
    font-size: 12px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn {
    color: #fff;
    border: none;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 7px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn-primary {
    background-color: #14225C;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn-primary:hover {
        background-color: #DBE0E6;
        color: #14225C;
        -moz-transition: background-color 0.5s ease, color 0.5s ease;
        -o-transition: background-color 0.5s ease, color 0.5s ease;
        -webkit-transition: background-color 0.5s ease, color 0.5s ease;
        transition: background-color 0.5s ease, color 0.5s ease;
    }

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn-secondary {
    background-color: #7b838e;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn-secondary:hover {
        background-color: #DBE0E6;
        color: #14225C;
        -moz-transition: background-color 0.5s ease, color 0.5s ease;
        -o-transition: background-color 0.5s ease, color 0.5s ease;
        -webkit-transition: background-color 0.5s ease, color 0.5s ease;
        transition: background-color 0.5s ease, color 0.5s ease;
    }

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .btn-fill {
        width: 100%;
    }
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #storeNameWrapper {
    font-weight: bold;
    width: 100%;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .info-text-wrapper {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal !important;
    color: #000000;
    width: 130px;
    float: left;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .secondary-info-text-wrapper {
    color: #000000;
    margin-top: 5px;
    font-size: 14px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .link-info-text-wrapper {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    width: 175px;
    float:left;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .link-info-text-wrapper:hover {
        color: #000000;
    }

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #regularRateWrapper {
    font-size: 16px;
    color: #747D7D;
    font-weight: bold;
    background-color: #f2f2f3;
    padding-top: 10px;
    border-radius: 5px 5px 0 0;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #regularRateWrapper > span {
        font-size: 16px;
        text-decoration: line-through;
    }

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #regularRateWrapper > span {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #regularRateWrapper > .rate-amount-wrapper::before {
        content: "\A";
        white-space: pre;
    }
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper {
    font-size: 22px;
    color: #14225C;
    font-weight: bold;
    padding-top: 10px;
    background-color: #f2f2f3;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper > .rate-promo-Code {
        font-size: 16px;
        font-weight: normal;
        padding-left: 180px;
        padding-right: 180px;
        padding-bottom: 10px;
        float: right;
        background-color: #f2f2f3;
        border-radius: 0 0 5px 5px;
    }

@media screen and (max-width: 768px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper > .rate-promo-Code {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 10px !important;
        float: left !important;
    }
}


    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper > .rate-amount-wrapper {
        font-size: 22px;
    }

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper > .rate-amount-wrapper {
        margin-top: 15px;
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper > .rate-type-wrapper::after {
        content: "\A";
        white-space: pre;
    }
}

@media screen and (max-width: 480px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper #webRateWrapper {
        margin-top: 0px;
        font-size: 22px;
    }
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .unit-size-info p {
    margin-left: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .unit-image {
    text-align: center;
    margin-top: 30px;
}

    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .unit-image img {
        max-width: 400px;
        margin: auto;
    }

@media screen and (max-width: 570px) {
    .single-page-quote-funnel-wrapper #contentContainer #contentContainerInnerWrapper .unit-image img {
        max-width: 70%;
    }
}

.single-page-quote-funnel-wrapper-body .col-centered {
    float: none;
    margin: 0 auto;
}

.single-page-quote-funnel-wrapper-body .ui-selectmenu-button {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    font-size: 18px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    font-weight: bold;
    color: #999999;
}

    .single-page-quote-funnel-wrapper-body .ui-selectmenu-button .selected {
        color: #555555;
    }

.single-page-quote-funnel-wrapper-body .ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    /*width: 374px;*/
    max-height: 240px;
    display: flex;
    border: 0;
}

    .single-page-quote-funnel-wrapper-body .ui-selectmenu-menu.ui-front.ui-selectmenu-open ul {
        margin-left: 0px;
        margin-top: -1px;
        /*border: 0;
            border: none;*/
    }

    .single-page-quote-funnel-wrapper-body .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 6px 1em 6px 18px;
        cursor: pointer;
        min-height: 0;
        color: #5B636D;
        background-color: #fff;
        border: 0;
        border: none;
        font-size: 14px;
    }

        .single-page-quote-funnel-wrapper-body .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item.ui-state-focus {
            background-color: #5897FB;
            color: #fff;
        }

        .single-page-quote-funnel-wrapper-body .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu .ui-menu-item:last-of-type {
            border-bottom: 0;
        }

.search-panel-wrapper {
    width: 100%;
}

.home-search-panel {
    text-align: center;
    padding: 50px 0 0 0;
    width: 300px;
    margin: auto;
}

    .home-search-panel .search-bar-and-button {
        margin-bottom: 15px;
        height: 38px;
        border: 0px;
        display: inline-flex;
        box-shadow: 0px 3px 8px #7b838e;
        border-radius: 5px 5px 5px 5px;
    }

        .home-search-panel .search-bar-and-button .search-text-box {
            display: inline-block;
            width: 200px;
            border-radius: 5px 0px 0px 5px;
            border: none;
            height: 100%;
        }

        .home-search-panel .search-bar-and-button .search-btn-store-location {
            display: inline-block;
            color: #FFFFFF;
            background-color: #14225C;
            border-radius: 0px 5px 5px 0px;
            font-size: 12px;
            border: none;
            height: 100%;
        }

    .home-search-panel .search-results {
        display: block;
        width: calc(100% - 3px);
        text-align: left;
        max-height: 162px;
    }

        .home-search-panel .search-results p {
            padding: 5px 0 5px 5px;
            margin: 0px;
        }

            .home-search-panel .search-results p a {
                text-decoration: none;
                color: black;
            }

            .home-search-panel .search-results p:nth-child(odd) {
                background-color: #f2f2f2;
            }

    .home-search-panel ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #DBE0E6;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .home-search-panel ::-moz-placeholder {
        /* Firefox 19+ */
        color: #DBE0E6;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .home-search-panel :-ms-input-placeholder {
        /* IE 10+ */
        color: #DBE0E6;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .home-search-panel :-moz-placeholder {
        /* Firefox 18- */
        color: #DBE0E6;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .home-search-panel .search-result-distance {
        float: right;
        padding-right: 5px;
    }

/*.pac-container {
    display: block !important;
}

.pac-container:empty {
    display: none !important;
}*/



.threeiconbanner {
    background-color: #dcdfef;
    padding: 20px 0 0 0;
    max-width: 100%;
}

    .threeiconbanner h2 {
        text-align: left !important;
        font-weight: 300;
    }

    .threeiconbanner p a {
        color: #c7293b;
    }

    .threeiconbanner div ul {
        list-style: none;
    }

    .threeiconbanner li p img {
        width: 96px;
        height: 96px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }



.twovideobanner {
    background-color: #f7f7f7;
    /*padding: 20px 0 0 0;*/
    max-width: 100%;
}

    .twovideobanner div ul {
        list-style: none;
    }

    .twovideobanner h3 {
        text-align: center;
        margin-top: 10px;
    }

    .twovideobanner ul li p {
        text-align: left;
        
    }

    .twovideobanner li p img {
        width: 470px;
        height: 313.33px;
    }

    .twovideobanner p a {
        color: #c7293b;
    }

.vifepointbanner {
    background-color: #fff;
    padding: 20px 0 0 0;
    max-width: 100%;
}

    .vifepointbanner div h2 {
        color: #566fc8 !important;
        font-size: 30px;
        text-align: center;
    }


.innergrid li span img {
    width: 32px;
    height: 32px;
    text-align: left;
}

.branchbanner {
    background-image: url(https://intranet.stor-age.co.za/images/Storage%20RSA/Banners/branches-background.jpg);
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    height: 430px;
    width: 100%;
}

    .branchbanner div h2 {
        color: #2740A7 !important;
        font-size: 30px;
        text-align: left;
        font-weight: 300;
    }

    .branchbanner div ~ p {
        width: 470px;
        padding-left: 15px;
        text-align: left;
        font-size: 16px;
        color: #566fc8 !important;
    }


    .branchbanner ul li img {
        width: 110px;
        float: left;
        margin: 0px;
        border-radius: 10px;
        padding-right: 5px;
        cursor: pointer;
    }

    .branchbanner row ul {
        list-style: none;
        padding: 0 0 0 5px;
    }

    .branchbanner div ul {
        list-style: none;
        padding: 0 0 50px 5px;
        border-radius: 80%;
        display: inline;
    }

    .branchbanner ul ~ li {
        display: inline;
    }

.ancillarybanner div ul {
    list-style: none;
}

.ancillarybanner div h2 {
    text-align: center;
    color: #2740A7 !important;
    font-size: 30px;
    font-weight: 300;
}

.ancillarybanner h3 {
    list-style: none;
    color: #2740A7 !important;
    font-size: 30px;
    font-weight: 300;
}

#heart {
    background-position: 50% -158.476px;
    /*margin: 0px;*/
}

#ancicon {
    width: 72px;
    position: inherit;
    top: 26px;
}

#bulletlist {
    list-style: circle;
    padding-inline-start: 20px;
}

.bullet-indent {
    list-style: circle;
    list-style-position: inside;
}

#movingpara {
    list-style: none;
}

#readmore {
    color: #c7293b !important;
}

#headone {
    text-align: left;
    color: #2740A7 !important;
    font-size: 30px;
    font-weight: 300;
}


.branchbar {
    background-color: #868686;
    padding: 25px 0 19.5px;
    /*height: 140px;*/
    max-width: 100%;
    margin: 0 auto;
}

    .branchbar h2 {
        color: #fff;
        font-weight: 300;
        line-height: 1.16666667;
        font-size: 30px;
    }

#button {
    color: #fff;
    font-size: 17px;
    background: #C7293B;
    margin: 10px 0.2px 21px 0;
    padding: 15px 37px;
}

#buttonabout {
    color: #2740A7;
    font-size: 15px;
    background: #DCDEEE;
    margin: 2px 0.2px 21px 0;
    padding: 8px 28px;
    text-align: center;
}



.guidetostorage {
    padding: 12px 0 0 0;
    max-width: 100%;
}

    .guidetostorage h2 {
        text-align: center;
        color: #2740A7 !important;
        font-size: 30px;
        /*padding-left: 50px;*/
        font-weight: 300;
    }

    .guidetostorage h1 {
        font-weight: 600;
        font-size: 22px;
    }

#guidepara {
    margin: 0 0 23px;
}

.aboutfont {
    font-weight: 300;
}

.abouttopsection {
    background-color: #fff;
    padding: 20px 0 30px 0;
    max-width: 100%;
}

    .abouttopsection h3 {
        color: #2740A7;
    }

    .abouttopsection h1 {
        font-weight: normal;
    }

    .abouttopsection img {
        height: auto;
        padding-top: 2.1em;
    }

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 100%;
    /*height: 200%;*/
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

.spacer {
    width: 6px;
}

.fivepointgrid {
    width: 1200px
}

.innergrid {
    width: 260px;
    list-style: none;
    padding-right: 25px;
}

.blue-icons {
    color: #fff;
    background-color: #2740A7;
    border-radius: 100%;
    width: 26px;
    height: 26px;
}

/*ul {
    list-style: none; 
    padding:0 0 50px 5px; 
    border-radius:80%;
}*/

.li-center {
    width: 70%;
    margin: auto;
}

.btn-center {
    width: 70%;
    margin: auto;
}

.fas {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

.btn-change7 {
    height: auto;
    width: auto;
    background: #dcdeee;
    margin: 2px 0.2px 21px 0;
    padding: 5px 19px;
    font-family: 'Open Sans';
    font-size: 11px;
    /*float: left;*/
    border-color: #dcdeee;
    border-radius: 5px;
    color: #2739a6;
    /*box-shadow: 0 0 1px #ccc;*/
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    /*box-shadow: 0px 0 0 #31708f inset;*/
}

    .btn-change7:hover {
        box-shadow: 150px 0 0 #2740A7 inset;
        color: #fff;
    }


.font-center {
    text-align: center;
}

.font-white {
    color: #FFFFFF !important;
}

.font-red {
    color: #c7293b !important;
}

.font-black {
    color: #000000 !important;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-lowercase {
    text-transform: lowercase;
}

.font-left {
    text-align: left;
}

.font-bold {
    font-weight: 400;
}

.youtube {
    width: 470px;
    height: 313.33px;
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-27 {
    font-size: 27px;
}

.font-30 {
    font-size: 30px;
}

.font-43 {
    font-size: 43px;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.fivscard {
    margin: 0 12px;
}

.clienttestimonials {
    height: 333px;
}

.guide {
    padding-top: 7px;
}
/* Five Step Header text*/
.containerx {
    display: flex;
    justify-content: space-between;
}

    .containerx h5.card-title {
        color: #566fc8 !important;
        font-size: 18px;
    }
    /* Five Step short description*/
    .containerx p.card-text {
        width: 75%;
    }


@media only screen and (max-width: 992px) {
    /* Five steps*/
    .containerx {
        display: block;
    }

        .containerx div.card-body {
            text-align: -webkit-center;
        }
    /*Ancilary services*/
    img .bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }

    .img-heart {
        display: none;
    }

    
    /* Branch banner*/
    .branchbanner {
        background-image: none;
        background-color: #dadeee !important;
        font-weight: 300;
        height: auto;
    }

        .branchbanner div ~ p {
            width: 100%; /* IE6 needs any width */
        }

        .branchbanner div h2 {
            text-align: center;
        }

        .branchbanner ul li img {
            width: 72px;
            margin-bottom: 2.5rem;
        }

    .guide img {
        width: 100%;
        height: auto;
    }

    .guidetostorage ul {
        text-align: center;
    }

    #unitsimg {
        width: 100%;
        height: auto;
    }

    .guide {
        padding-top: 0px;
    }

    .abouttopsection img {
        height: auto;
        max-width: 100%;
    }

    .clienttestimonials {
        height: auto;
    }
}


/*MODEL POP-UP FROM BRANCH IMAGES*/

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}




/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    width: auto;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




ul.g1-grid > li.g1-column {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#ie7 ul.g1-grid > li.g1-column {
    display: inline;
    zoom: 1;
}

ul.g1-grid > li.g1-column.g1-valign-top {
    vertical-align: top;
}

ul.g1-grid > li.g1-column.g1-valign-middle {
    vertical-align: middle;
}

ul.g1-grid > li.g1-column.g1-valign-bottom {
    vertical-align: bottom;
}
/* Brix styles */
/* Ancillary Services */

.img-heart {
}

/*  */
.header-steps {
    color: #566fc8 !important;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

.img-steps {
    width: 32px;
    height: 32px;
    align-content: center;
}

.card-footer {
    background-color: transparent;
}

.card-img-top {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#three-icons {
    background-color: #dcdfef;
    max-width: 100%;
}

    #three-icons .card {
        background-color: #dcdfef;
    }

/* Safari renders the tel href as an additional anchor tag, so we hide it*/
.contact-number span a:nth-of-type(3) {
    display: none;
}
