/* _content/ClientPortal_PowerBI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-n0yhpzqecq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n0yhpzqecq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClientPortal_PowerBI/Components/Pages/Home.razor.rz.scp.css */
[b-tn5pmzrwop] .hover-button:hover {
    background-color: blue;
}

[b-tn5pmzrwop] .mud-button {
    text-transform: none;
    font-size: 18px;
}
/* _content/ClientPortal_PowerBI/Components/Pages/Login.razor.rz.scp.css */
/* CSS Document */
/* ===================================================================================

author:		Thomas James
Version : 1.0.1
*/
/* OVERALL DOCUMENT STYLES
=================================================================================== */
*[b-4n8fnjtisr],
*[b-4n8fnjtisr]::before,
*[b-4n8fnjtisr]::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-4n8fnjtisr] {
    font-size: 62.5%;
    line-height: 1.4;
    scroll-behavior: smooth;
}

html[b-4n8fnjtisr], body[b-4n8fnjtisr] {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

body[b-4n8fnjtisr] {
    position: relative;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden !important;
    /* Default CSS rules for the body */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

    body.no-scroll[b-4n8fnjtisr] {
        overflow: hidden;
    }

[b-4n8fnjtisr]::-moz-selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}

[b-4n8fnjtisr]::selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}

img[b-4n8fnjtisr]::-moz-selection {
    background: transparent;
}

img[b-4n8fnjtisr]::selection {
    background: transparent;
}

img[b-4n8fnjtisr]::-moz-selection {
    background: transparent;
}

/* Progress Loader
=================================================================================== */

#progressLoader[b-4n8fnjtisr] {
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.show-progressLoader[b-4n8fnjtisr] {
    display: block;
}


.progressLoader[b-4n8fnjtisr] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .progressLoader div[b-4n8fnjtisr] {
        transform-origin: 40px 40px;
        animation: progressLoader-b-4n8fnjtisr 1.2s linear infinite;
    }

        .progressLoader div[b-4n8fnjtisr]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #f06c00;
        }

        .progressLoader div:nth-child(1)[b-4n8fnjtisr] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .progressLoader div:nth-child(2)[b-4n8fnjtisr] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .progressLoader div:nth-child(3)[b-4n8fnjtisr] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .progressLoader div:nth-child(4)[b-4n8fnjtisr] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .progressLoader div:nth-child(5)[b-4n8fnjtisr] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .progressLoader div:nth-child(6)[b-4n8fnjtisr] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .progressLoader div:nth-child(7)[b-4n8fnjtisr] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .progressLoader div:nth-child(8)[b-4n8fnjtisr] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .progressLoader div:nth-child(9)[b-4n8fnjtisr] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .progressLoader div:nth-child(10)[b-4n8fnjtisr] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .progressLoader div:nth-child(11)[b-4n8fnjtisr] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .progressLoader div:nth-child(12)[b-4n8fnjtisr] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes progressLoader-b-4n8fnjtisr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



/* SKIP TO CONTENTS ACCESSIBILITY
=================================================================================== */
a.skip-main[b-4n8fnjtisr] {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: -9999px;
    overflow: hidden;
    z-index: -9999;
}

    a.skip-main:hover[b-4n8fnjtisr], a.skip-main:focus-visible[b-4n8fnjtisr], a.skip-main:active[b-4n8fnjtisr] {
        width: auto;
        height: auto;
        top: 1.6rem;
        left: 1.6rem;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        color: #1d4289;
        font-weight: bold;
        margin: 0;
        padding: 1.6rem 2.4rem 1.6rem 2.4rem;
        text-decoration: none;
        text-align: center;
        background: #fff;
        border: 0.2rem solid #1d4289;
        border-radius: 1.6rem;
        overflow: auto;
        z-index: 9999;
    }

    a.skip-main:hover[b-4n8fnjtisr] {
        color: #000;
        text-decoration: none;
        background: #fff;
        border: 0.2rem solid #000;
    }

#cookies_warning_v2[b-4n8fnjtisr] {
    display: none;
    width: 90%;
    max-width: 330px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 300;
    /* Close Button */
}

    #cookies_warning_v2.dark[b-4n8fnjtisr] {
        border: 1px solid #333333;
        -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
        box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
    }

    #cookies_warning_v2 #cookies_row_01[b-4n8fnjtisr] {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        padding: 1.8rem 1.8rem 2.2rem 2rem;
        float: left;
        clear: both;
        background: #fff;
        box-sizing: border-box;
        z-index: 1;
    }

        #cookies_warning_v2 #cookies_row_01 div.title[b-4n8fnjtisr] {
            width: 100%;
            height: auto;
            position: relative;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            color: #4f4f4f;
            font-weight: bold;
            font-style: normal;
            margin: 0;
            padding: 0 3rem 0 0;
            letter-spacing: 0.02em;
            line-height: 1.3;
            float: left;
            clear: both;
            box-sizing: border-box;
        }

        #cookies_warning_v2 #cookies_row_01 div.text[b-4n8fnjtisr] {
            width: 100%;
            height: auto;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.2rem;
            color: #595959;
            font-weight: normal;
            font-style: normal;
            margin: 1rem 0 0 0;
            padding: 0;
            letter-spacing: 0.005em;
            line-height: 1.6;
            float: left;
            clear: both;
        }

            #cookies_warning_v2 #cookies_row_01 div.text a[b-4n8fnjtisr] {
                color: #595959;
                font-weight: bold;
                text-decoration: none;
            }

    #cookies_warning_v2.dark #cookies_row_01[b-4n8fnjtisr] {
        background: white;
    }

        #cookies_warning_v2.dark #cookies_row_01 div.title[b-4n8fnjtisr] {
            color: #2e2e2e;
        }

        #cookies_warning_v2.dark #cookies_row_01 div.text[b-4n8fnjtisr] {
            color: #424242;
        }

            #cookies_warning_v2.dark #cookies_row_01 div.text a[b-4n8fnjtisr] {
                color: #424242;
            }

    #cookies_warning_v2 a#cookies_close[b-4n8fnjtisr] {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
        right: 0;
        color: #737373;
        margin: -2px 0 0 0;
        padding: 0;
        text-decoration: none;
        text-align: left;
        clear: both;
        overflow: hidden;
        text-indent: -9999px;
        transition: all 0.22s ease-in-out;
        z-index: 2;
    }

        #cookies_warning_v2 a#cookies_close[b-4n8fnjtisr]::before {
            display: block;
            content: " ";
            width: 2px;
            height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            background: #a6a6a6;
            border-radius: 2px;
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            transform: translate3d(-50%, -50%, 0) rotate(45deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            -ms-perspective: 1000px;
            perspective: 1000px;
            outline: 1px solid transparent;
            z-index: 2;
        }

        #cookies_warning_v2 a#cookies_close[b-4n8fnjtisr]::after {
            display: block;
            content: " ";
            width: 2px;
            height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            background: #a6a6a6;
            border-radius: 2px;
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            -ms-perspective: 1000px;
            perspective: 1000px;
            outline: 1px solid transparent;
            z-index: 2;
        }

        #cookies_warning_v2 a#cookies_close:hover[b-4n8fnjtisr] {
            color: #737373;
            text-decoration: none;
        }

.no-touch #cookies_warning_v2 a#cookies_close:hover[b-4n8fnjtisr] {
    color: #737373;
    text-decoration: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#cookies_warning_v2.dark a#cookies_close[b-4n8fnjtisr] {
    color: #333333;
}

    #cookies_warning_v2.dark a#cookies_close[b-4n8fnjtisr]::before {
        background: #737373;
    }

    #cookies_warning_v2.dark a#cookies_close[b-4n8fnjtisr]::after {
        background: #737373;
    }

    #cookies_warning_v2.dark a#cookies_close:hover[b-4n8fnjtisr] {
        color: #4d4d4d;
    }

.no-touch #cookies_warning_v2.dark a#cookies_close:hover[b-4n8fnjtisr] {
    color: #4d4d4d;
}

#cookies_warning_v2 #cookies_row_02[b-4n8fnjtisr] {
    display: none;
    width: 100%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #4f4f4f;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    padding: 1rem 1.8rem 1rem 2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    float: left;
    clear: both;
    background: #e0e0e0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    #cookies_warning_v2 #cookies_row_02 a#disable_GA[b-4n8fnjtisr] {
        width: 34px;
        height: 18px;
        position: relative;
        margin: 0 0 0 1rem;
        padding: 0;
        display: inline;
        float: right;
        background: #fff;
        border: 2px solid transparent;
        border-radius: 50px;
        transition: all 0.22s ease-in-out;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        z-index: 1;
    }

        #cookies_warning_v2 #cookies_row_02 a#disable_GA[b-4n8fnjtisr]::after {
            display: block;
            content: " ";
            width: 14px;
            height: 14px;
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            background: #3acc07;
            border-radius: 50%;
            transition: all 0.22s ease-in-out;
        }

        #cookies_warning_v2 #cookies_row_02 a#disable_GA.deactive[b-4n8fnjtisr]:after {
            right: 16px;
            background: #bfbfbf;
        }

#cookies_warning_v2.dark #cookies_row_02[b-4n8fnjtisr] {
    color: #fff;
    background: #737373;
}

#cookies_warning_v2 #cookies_row_03[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 1.2rem 1.8rem 1.2rem 0;
    text-align: right;
    float: left;
    clear: both;
    background: #f2f2f2;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
}

    #cookies_warning_v2 #cookies_row_03 a#cookies_info[b-4n8fnjtisr] {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        color: #4f4f4f;
        font-weight: bold;
        font-style: normal;
        margin: 0 1.6rem 0 0;
        padding: 0.8rem 0 0.8rem 0;
        letter-spacing: 0.05em;
        line-height: 1.4;
        text-decoration: none;
        background: transparent;
        border: none;
        vertical-align: middle;
        transition: color 0.33s ease-in-out;
    }

        #cookies_warning_v2 #cookies_row_03 a#cookies_info:hover[b-4n8fnjtisr] {
            color: #4f4f4f;
            text-decoration: none;
        }

.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_info:hover[b-4n8fnjtisr] {
    color: black;
    text-decoration: none;
}

#cookies_warning_v2 #cookies_row_03 a#cookies_accept[b-4n8fnjtisr] {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    padding: 0.8rem 2.2rem 0.8rem 2.3rem;
    letter-spacing: 0.09em;
    line-height: 1.4;
    text-decoration: none;
    background: #005c99;
    border: none;
    border-radius: 6px;
    vertical-align: middle;
    transition: all 0.33s ease-in-out;
}

    #cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover[b-4n8fnjtisr] {
        color: #fff;
        text-decoration: none;
    }

.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover[b-4n8fnjtisr] {
    color: #fff;
    text-decoration: none;
    background: #006bb3;
}

#cookies_warning_v2 #cookies_row_03 a#cookies_settings[b-4n8fnjtisr] {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #737373;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background: url("../images/cookies_cog.svg") center center no-repeat;
    background-size: 100% auto;
    transition: all 0.22s ease-in-out;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.no-svg #cookies_warning_v2 #cookies_row_03 a#cookies_settings[b-4n8fnjtisr] {
    background: url("../images/cookies_cog.png") center center no-repeat;
    background-size: 100% auto;
}

#cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover[b-4n8fnjtisr] {
    color: #737373;
    text-decoration: none;
}

.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover[b-4n8fnjtisr] {
    color: #262626;
    text-decoration: none;
    opacity: 1;
}

#cookies_warning_v2 #cookies_row_03 a#cookies_settings.active[b-4n8fnjtisr] {
    opacity: 1;
}

#cookies_warning_v2.dark #cookies_row_03[b-4n8fnjtisr] {
    background: #333333;
}

    #cookies_warning_v2.dark #cookies_row_03 a#cookies_info[b-4n8fnjtisr] {
        color: #c7c7c7;
    }

        #cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover[b-4n8fnjtisr] {
            color: #c7c7c7;
        }

.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover[b-4n8fnjtisr] {
    color: #fff;
}

.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_accept:hover[b-4n8fnjtisr] {
    background: #006bb3;
}

#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings[b-4n8fnjtisr] {
    opacity: 0.3;
}

.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_settings:hover[b-4n8fnjtisr] {
    opacity: 0.7;
}

#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings.active[b-4n8fnjtisr] {
    opacity: 0.7;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 479px) {
    #cookies_warning_v2[b-4n8fnjtisr] {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

        #cookies_warning_v2 #cookies_text_01[b-4n8fnjtisr] {
            padding: 18px 18px 20px 20px;
        }

        #cookies_warning_v2 #cookies_text_02[b-4n8fnjtisr] {
            padding: 10px 18px 10px 0;
        }
}
/* MAIN LAYOUT
=================================================================================== */
.row[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    z-index: 1;
}

.contents[b-4n8fnjtisr] {
    width: 90%;
    max-width: 1300px;
    height: auto;
    position: relative;
    margin: 0 auto;
    clear: both;
    z-index: 2;
}

    .contents[b-4n8fnjtisr]::before {
        display: table;
        content: " ";
    }

    .contents[b-4n8fnjtisr]::after {
        display: table;
        content: " ";
        clear: both;
    }

/* IE CLEAR FIX CLASS
=================================================================================== */
.clear[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    position: relative;
    height: 0 !important;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    float: left;
    clear: both;
}

.clearfix[b-4n8fnjtisr]::before {
    display: table;
    content: " ";
}

.clearfix[b-4n8fnjtisr]::after {
    display: table;
    content: " ";
    clear: both;
}

/* TYPOGRAPHY
=================================================================================== */
h1[b-4n8fnjtisr], h2[b-4n8fnjtisr], h3[b-4n8fnjtisr], h4[b-4n8fnjtisr], h5[b-4n8fnjtisr], h6[b-4n8fnjtisr], p[b-4n8fnjtisr] {
    text-rendering: optimizelegibility;
    clear: both;
}

/* H1 */
h1[b-4n8fnjtisr], .h1[b-4n8fnjtisr] {
    display: block;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 4.2rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0 0 0 3.2rem;
    letter-spacing: 0;
    line-height: 1.2;
}

    h1[b-4n8fnjtisr]::before, .h1[b-4n8fnjtisr]::before {
        display: block;
        content: " ";
        width: 0.8rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #F06C00;
    }

#hero h1[b-4n8fnjtisr], #hero .h1[b-4n8fnjtisr] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 7.5rem;
    color: rgba(30, 30, 30, 0.6);
    font-weight: 800;
    margin: 0 0 2rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 0.95;
}

    #hero h1[b-4n8fnjtisr]::before, #hero .h1[b-4n8fnjtisr]::before {
        display: none;
    }

/* H2 */
h2[b-4n8fnjtisr], .h2[b-4n8fnjtisr] {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #252A36;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1.6rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.3;
}

    h2.large[b-4n8fnjtisr], .h2.large[b-4n8fnjtisr] {
        display: block;
        position: relative;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 2.2rem;
        color: #252A36;
        font-weight: 600;
        font-style: normal;
        margin: 0 0 4.6rem 0;
        padding: 0 0 2.2rem 0;
        letter-spacing: 0;
        line-height: 1.2;
    }

        h2.large[b-4n8fnjtisr]::after, .h2.large[b-4n8fnjtisr]::after {
            display: block;
            content: " ";
            width: 100%;
            height: 8px;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 0;
            background-color: #CCE3EA;
        }

#hero h2[b-4n8fnjtisr], #hero .h2[b-4n8fnjtisr] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    text-shadow: 0 0.1rem 2.5rem rgba(0, 0, 0, 0.5);
}

/* H3 */
h3[b-4n8fnjtisr], .h3[b-4n8fnjtisr] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #252A36;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1.6rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.4;
}

    h3.white[b-4n8fnjtisr], .h3.white[b-4n8fnjtisr] {
        color: #fff;
    }

/* H4 */
h4[b-4n8fnjtisr], .h4[b-4n8fnjtisr] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #252A36;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1.6rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.4;
}

#filters_pu h4[b-4n8fnjtisr], #filters_pu .h4[b-4n8fnjtisr] {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1.8rem 0;
    padding: 0 0 0.8rem 0;
    letter-spacing: 0;
    line-height: 1.4;
    border-bottom: 2px solid #ccc;
}

/* H5 */
/* H6 */
/* P */
p[b-4n8fnjtisr] {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1.6rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.6;
}

    p.xsmall[b-4n8fnjtisr] {
        font-size: 1.4rem;
        color: #252A36;
        font-weight: 400;
        margin: 0 0 1.2rem 0;
        line-height: 1.6;
    }

    p.white[b-4n8fnjtisr] {
        color: #fff;
    }

.text_black[b-4n8fnjtisr] {
    color: #000 !important;
}

.text_white[b-4n8fnjtisr] {
    color: #fff !important;
}

b[b-4n8fnjtisr], strong[b-4n8fnjtisr] {
    font-weight: bolder;
    line-height: inherit;
}

em[b-4n8fnjtisr], i[b-4n8fnjtisr] {
    font-style: italic;
    line-height: inherit;
}

hr[b-4n8fnjtisr] {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0.1rem solid #ccc;
    margin: 1.4rem 0 1.4rem 0;
    padding: 0;
    text-align: left;
    box-sizing: content-box;
}

/* HEADER
=================================================================================== */
header#globalheader[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 2.8rem 0 2.8rem 0;
    float: left;
    clear: both;
    background-color: #E7E8EF;
    z-index: 100;
}

    header#globalheader > .contents[b-4n8fnjtisr] {
        width: 90%;
        max-width: 1300px;
    }

#header_grid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: minmax(auto, 211px) auto;
    grid-template-rows: auto;
    grid-template-areas: "main_logo nav_main";
    grid-gap: 1.4rem 2rem;
    align-items: center;
}

    #header_grid > #main_logo[b-4n8fnjtisr] {
        grid-area: main_logo;
        text-align: left;
    }

    #header_grid > #menu_button[b-4n8fnjtisr] {
        display: none;
        grid-area: menu_button;
        text-align: right;
    }

    #header_grid > nav#main[b-4n8fnjtisr] {
        grid-area: nav_main;
        text-align: right;
        overflow: hidden;
    }

#main_logo > a[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    max-width: 211px;
    height: auto;
    position: relative;
    text-decoration: none;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    #main_logo > a[b-4n8fnjtisr]::before {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        padding-bottom: 17.5355450237%;
        float: left;
        clear: both;
        background: url(../images/jhi_logo_slate_211x37.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }

    #main_logo > a:hover[b-4n8fnjtisr] {
        text-decoration: none;
    }

.no-touch #main_logo > a:hover[b-4n8fnjtisr] {
    text-decoration: none;
}

nav#main > ul[b-4n8fnjtisr] {
    list-style: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    nav#main > ul > li[b-4n8fnjtisr] {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        color: #252A36;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 0 4rem;
        padding: 0;
        letter-spacing: 0;
        line-height: 1.2;
        vertical-align: top;
    }

        nav#main > ul > li > a[b-4n8fnjtisr] {
            display: inline-block;
            width: auto;
            position: relative;
            color: #252A36;
            padding: 0.8rem 0 0.8rem 0;
        }

            nav#main > ul > li > a[b-4n8fnjtisr]::after {
                display: block;
                content: " ";
                width: 0;
                height: 3px;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin: 0;
                padding: 0;
                background-color: #F06C00;
                border-radius: 2px;
                outline: 1px solid transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            nav#main > ul > li > a:hover[b-4n8fnjtisr] {
                color: #252A36;
                text-decoration: none;
            }

.no-touch nav#main > ul > li > a:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
}

    .no-touch nav#main > ul > li > a:hover[b-4n8fnjtisr]::after {
        width: 100%;
    }

nav#main > ul > li > a.active[b-4n8fnjtisr]::after {
    width: 100%;
}

/* MENU BUTTON
=================================================================================== */
a#menu[b-4n8fnjtisr] {
    display: block;
    width: 40px;
    height: 26px;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    clear: both;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: visible;
    z-index: 2;
}

    a#menu[b-4n8fnjtisr]::before {
        display: block;
        content: " ";
        width: 100%;
        height: 4px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        padding: 0;
        background-color: #252A36;
        border-radius: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.26s ease-in-out;
        border-radius: 2px;
        outline: 1px solid transparent;
        z-index: 1;
    }

    a#menu[b-4n8fnjtisr]::after {
        display: block;
        content: " ";
        width: 100%;
        height: 4px;
        position: absolute;
        right: 50%;
        bottom: 0;
        margin: 0;
        padding: 0;
        background-color: #252A36;
        border-radius: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        transition: all 0.26s ease-in-out;
        border-radius: 2px;
        outline: 1px solid transparent;
        z-index: 1;
    }

    a#menu span[b-4n8fnjtisr] {
        display: block;
        width: 100%;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #252A36;
        border-radius: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.26s ease-in-out;
        border-radius: 2px;
        outline: 1px solid transparent;
        z-index: 1;
    }

    a#menu.open[b-4n8fnjtisr]::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    a#menu.open[b-4n8fnjtisr]::after {
        bottom: 50%;
        -webkit-transform: translate(50%, 50%) rotate(45deg);
        transform: translate(50%, 50%) rotate(45deg);
    }

    a#menu.open span[b-4n8fnjtisr] {
        opacity: 0;
    }

/* HERO BANNER
=================================================================================== */
#hero[b-4n8fnjtisr] {
    display: table;
    width: 100%;
    height: 32.4rem;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    background: url("../images/home_hero.jpg") center center no-repeat fixed;
    background-size: cover;
}

    #hero > #hero_text[b-4n8fnjtisr] {
        display: table-cell;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 6rem 0 6rem 0;
        vertical-align: middle;
    }

        #hero > #hero_text > .contents[b-4n8fnjtisr] {
            width: 90%;
            max-width: 1280px;
        }

/* PAGE STYLES
=================================================================================== */
.breadcrumbs[b-4n8fnjtisr] {
    min-height: 2rem;
    margin: 3.2rem 0 0 0;
}

    .breadcrumbs ul[b-4n8fnjtisr] {
        list-style: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
        clear: both;
    }

        .breadcrumbs ul > li[b-4n8fnjtisr] {
            display: inline-block;
            width: auto;
            height: auto;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            color: #12749A;
            font-weight: 700;
            font-style: normal;
            margin: 0;
            padding: 0;
            letter-spacing: 0;
            line-height: 1.2;
            vertical-align: top;
        }

            .breadcrumbs ul > li > a[b-4n8fnjtisr] {
                display: block;
                position: relative;
                color: #12749A;
                padding: 0 0 0 1.8rem;
                text-decoration: none;
            }

                .breadcrumbs ul > li > a[b-4n8fnjtisr]::before {
                    display: block;
                    content: " ";
                    width: 0.9rem;
                    height: 1.5rem;
                    position: absolute;
                    top: 2px;
                    left: 0;
                    margin: 0;
                    padding: 0;
                    background: url("../images/breadcrumb_9x15.svg") center center no-repeat;
                    background-size: 100% auto;
                }

                .breadcrumbs ul > li > a:hover[b-4n8fnjtisr] {
                    color: #12749A;
                    text-decoration: none;
                }

.no-touch .breadcrumbs ul > li > a:hover[b-4n8fnjtisr] {
    color: #12749A;
    text-decoration: underline;
}

.pagetitle[b-4n8fnjtisr] {
    margin: 6.8rem 0 0 0;
}

a.hyperlink[b-4n8fnjtisr] {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #12749A;
    font-weight: 700;
    font-style: normal;
    margin: 3.2rem 0 0 0;
    padding: 0 4.4rem 0 0;
    text-align: right;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    float: right;
    clear: both;
    transition: all 0.26s ease-in-out;
}

    a.hyperlink.left[b-4n8fnjtisr] {
        float: left;
    }

    a.hyperlink[b-4n8fnjtisr]::before {
        display: block;
        content: " ";
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        padding: 0;
        background: url("../images/hyperlink_hover_32x32.svg") center center no-repeat;
        background-size: 100% auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        transition: all 0.26s ease-in-out;
        z-index: 1;
    }

    a.hyperlink[b-4n8fnjtisr]::after {
        display: block;
        content: " ";
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        padding: 0;
        background: url("../images/hyperlink_32x32.svg") center center no-repeat;
        background-size: 100% auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        transition: all 0.26s ease-in-out;
        z-index: 2;
    }

    a.hyperlink:hover[b-4n8fnjtisr] {
        color: #12749A;
        text-decoration: none;
    }

.no-touch a.hyperlink:hover[b-4n8fnjtisr] {
    color: #0C4F69;
    text-decoration: underline;
}

    .no-touch a.hyperlink:hover[b-4n8fnjtisr]::before {
        opacity: 1;
    }

    .no-touch a.hyperlink:hover[b-4n8fnjtisr]::after {
        opacity: 0;
    }

/* LOGIN PAGE STYLES
=================================================================================== */
#api[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    #api .heading[b-4n8fnjtisr] {
        display: none;
        background-color: #777;
    }

    #api .intro[b-4n8fnjtisr] {
        width: 100%;
        height: auto;
        margin: 3rem 0 0 0;
        padding: 2.4rem 0 0 0;
        float: left;
        clear: both;
        border-top: 2px solid #CCE3EA;
    }

    #api[data-name=SelfAsserted] .intro[b-4n8fnjtisr] {
        margin: 0;
        padding: 0;
        border-top: none;
    }

    #api .claims-provider-list-buttons > .intro[b-4n8fnjtisr] {
        display: none;
    }

    #api .divider[b-4n8fnjtisr] {
        display: none;
    }

    #api .entry[b-4n8fnjtisr] {
        display: grid;
        width: 100%;
        height: auto;
        margin: 1rem 0 0 0;
        padding: 0;
        float: left;
        clear: both;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 1rem 2.4rem;
    }

        #api .entry > .working[b-4n8fnjtisr], #api .entry > .buttons[b-4n8fnjtisr] {
            margin: 0;
            padding: 0;
            grid-column: span 2;
        }

        #api .entry > .buttons[b-4n8fnjtisr] {
            margin: 1rem 0 0 0;
            padding: 0;
            grid-column: span 2;
        }

.password-label[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-gap: 0 1rem;
}

    .password-label > label[b-4n8fnjtisr] {
        text-align: left;
    }

    .password-label > a#forgotPassword[b-4n8fnjtisr] {
        text-align: right;
    }

a#forgotPassword[b-4n8fnjtisr] {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #12749A;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0 3.2rem 0 0;
    text-align: right;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    float: right;
    clear: both;
    transition: all 0.26s ease-in-out;
}

    a#forgotPassword[b-4n8fnjtisr]::before {
        display: block;
        content: " ";
        width: 2.4rem;
        height: 2.4rem;
        position: absolute;
        top: -0.4rem;
        right: 0;
        margin: 0;
        padding: 0;
        background: url("../images/hyperlink_hover_32x32.svg") center center no-repeat;
        background-size: 100% auto;
        opacity: 0;
        transition: all 0.26s ease-in-out;
        z-index: 1;
    }

    a#forgotPassword[b-4n8fnjtisr]::after {
        display: block;
        content: " ";
        width: 2.4rem;
        height: 2.4rem;
        position: absolute;
        top: -0.4rem;
        right: 0;
        margin: 0;
        padding: 0;
        background: url("../images/hyperlink_32x32.svg") center center no-repeat;
        background-size: 100% auto;
        opacity: 1;
        transition: all 0.26s ease-in-out;
        z-index: 2;
    }

    a#forgotPassword:hover[b-4n8fnjtisr] {
        color: #12749A;
        text-decoration: none;
    }

.no-touch a#forgotPassword:hover[b-4n8fnjtisr] {
    color: #0C4F69;
    text-decoration: underline;
}

    .no-touch a#forgotPassword:hover[b-4n8fnjtisr]::before {
        opacity: 1;
    }

    .no-touch a#forgotPassword:hover[b-4n8fnjtisr]::after {
        opacity: 0;
    }

#api .create[b-4n8fnjtisr] {
    display: none;
}

/* Forgotten Password */
a.helpLink[b-4n8fnjtisr] {
    display: none;
}

.attributeList .buttons[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

#attributeList ul[b-4n8fnjtisr] {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    #attributeList ul li[b-4n8fnjtisr] {
        width: 100%;
        height: auto;
        margin: 2rem 0 0 0;
        padding: 0;
        float: left;
        clear: both;
    }

        #attributeList ul li:nth-child(1)[b-4n8fnjtisr] {
            margin: 0;
        }

#fieldIncorrect[b-4n8fnjtisr],
#requiredFieldMissing[b-4n8fnjtisr],
.verificationInfoText[b-4n8fnjtisr],
.verificationSuccessText[b-4n8fnjtisr],
#emailVerificationControl_success_message[b-4n8fnjtisr],
#claimVerificationServerError[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #252A36;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 2rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    float: left;
    clear: both;
}

.buttons[b-4n8fnjtisr] {
    display: grid;
    width: auto;
    height: auto;
    margin: 2rem 0 0 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem 2rem;
}

/* YOUR CLIENTS PAGE STYLES
=================================================================================== */
.tile_grid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 3rem 10rem;
}

    .tile_grid > a[b-4n8fnjtisr] {
        position: relative;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        color: #fff;
        font-weight: 700;
        font-style: normal;
        margin: 0;
        padding: 1.6rem 3rem 7.2rem 3rem;
        letter-spacing: 0;
        line-height: 1.4;
        text-align: left;
        text-decoration: none;
        background-color: #252A36;
        border-radius: 12px;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .tile_grid > a[b-4n8fnjtisr]::before {
            display: block;
            content: " ";
            width: 3.2rem;
            height: 3.2rem;
            position: absolute;
            bottom: 1.6rem;
            right: 1.6rem;
            margin: 0;
            padding: 0;
            background: url("../images/tilelink_hover_32x32.svg") center center no-repeat;
            background-size: 100% auto;
            opacity: 0;
            transition: all 0.26s ease-in-out;
            z-index: 1;
        }

        .tile_grid > a[b-4n8fnjtisr]::after {
            display: block;
            content: " ";
            width: 3.2rem;
            height: 3.2rem;
            position: absolute;
            bottom: 1.6rem;
            right: 1.6rem;
            margin: 0;
            padding: 0;
            background: url("../images/tilelink_32x32.svg") center center no-repeat;
            background-size: 100% auto;
            opacity: 1;
            transition: all 0.26s ease-in-out;
            z-index: 2;
        }

        .tile_grid > a:hover[b-4n8fnjtisr] {
            color: #fff;
            text-decoration: none;
        }

.no-touch .tile_grid > a:hover[b-4n8fnjtisr] {
    color: #fff;
    text-decoration: underline;
    -o-box-shadow: 0 0.4rem 1rem 0 rgba(37, 42, 54, 0.4);
    box-shadow: 0 0.4rem 1rem 0 rgba(37, 42, 54, 0.4);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4, 0, 1);
}

    .no-touch .tile_grid > a:hover[b-4n8fnjtisr]::before {
        opacity: 1;
    }

    .no-touch .tile_grid > a:hover[b-4n8fnjtisr]::after {
        opacity: 0;
    }

/* DOCUMENT LIBRARY PAGE STYLES
=================================================================================== */
.search_grid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 2.4rem 2.4rem;
}

.filters[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    margin: 4rem 0 0 0;
    padding: 2.4rem;
    float: left;
    clear: both;
    background-color: #EFF1F3;
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}

    .filters > .filter[b-4n8fnjtisr] {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 600;
        font-style: normal;
        margin: 0;
        padding: 0.8rem;
        letter-spacing: 0;
        line-height: 1.6;
        background-color: #12749A;
        border-radius: 0.8rem;
    }

        .filters > .filter > a[b-4n8fnjtisr] {
            display: inline-block;
            width: 1.6rem;
            height: 1.6rem;
            position: relative;
            margin: 0 0 0 0.4rem;
            padding: 0;
            vertical-align: middle;
        }

            .filters > .filter > a[b-4n8fnjtisr]::before, .filters > .filter > a[b-4n8fnjtisr]::after {
                display: block;
                content: " ";
                width: 100%;
                height: 2px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: 0;
                padding: 0;
                background-color: #fff;
                border-radius: 2px;
                -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
            }

            .filters > .filter > a[b-4n8fnjtisr]::after {
                -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
            }

.table_holder[b-4n8fnjtisr] {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2.4rem 0 0 0;
    padding: 0;
    float: left;
    clear: both;
    white-space: nowrap;
    overflow-x: auto;
}

table.documents[b-4n8fnjtisr] {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    table.documents > thead > tr[b-4n8fnjtisr] {
        background-color: #fff;
    }

        table.documents > thead > tr > th[b-4n8fnjtisr] {
            position: relative;
            font-family: "Poppins", Arial, Helvetica, sans-serif;
            font-size: 1.5rem;
            color: #252A36;
            font-weight: 400;
            font-style: normal;
            margin: 0;
            padding: 1.4rem 1.2rem 1.4rem 1.2rem;
            text-align: left;
            letter-spacing: 0;
            line-height: 1.1;
            cursor: pointer;
        }

            table.documents > thead > tr > th[b-4n8fnjtisr]::after {
                position: relative;
                display: inline-block;
                content: " ";
                width: 16px;
                height: 16px;
                margin: 0 0 0 1rem;
                padding: 0;
                background: url("../images/filter_arrow.svg") center center no-repeat;
                background-size: 100% auto;
                vertical-align: middle;
            }

            table.documents > thead > tr > th:nth-child(6)[b-4n8fnjtisr] {
                text-align: center;
            }

            table.documents > thead > tr > th:nth-child(7)[b-4n8fnjtisr] {
                text-align: center;
            }

            table.documents > thead > tr > th.active[b-4n8fnjtisr]::after {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

    table.documents > tbody > tr:nth-child(odd)[b-4n8fnjtisr] {
        background-color: #ECF5F7;
    }

    table.documents > tbody > tr:nth-child(even)[b-4n8fnjtisr] {
        background-color: #fff;
    }

    table.documents > tbody > tr > td[b-4n8fnjtisr] {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        color: #252A36;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 1.1rem 1.0rem 1.1rem 1.0rem;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.2;
    }

        table.documents > tbody > tr > td:nth-child(1)[b-4n8fnjtisr] {
            font-weight: 700;
        }

        table.documents > tbody > tr > td:nth-child(2)[b-4n8fnjtisr] {
            font-weight: 700;
        }

        table.documents > tbody > tr > td:nth-child(3)[b-4n8fnjtisr] {
            font-weight: 400;
        }

        table.documents > tbody > tr > td:nth-child(4)[b-4n8fnjtisr] {
            font-weight: 400;
        }

        table.documents > tbody > tr > td:nth-child(6)[b-4n8fnjtisr] {
            font-size: 1.4rem;
            text-align: center;
        }

        table.documents > tbody > tr > td:nth-child(7)[b-4n8fnjtisr] {
            text-align: center;
        }

a.iconview[b-4n8fnjtisr] {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.4rem 0 0.4rem;
    padding: 0;
    background: url("../images/icon_view.svg") center center no-repeat;
}

a.iconsave[b-4n8fnjtisr] {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.4rem 0 0.4rem;
    padding: 0;
    background: url("../images/icon_save.svg") center center no-repeat;
}

/* PAGINATION */
.pagination-container[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    margin: 5rem 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
    clear: both;
}

ul.pagination[b-4n8fnjtisr] {
    list-style: none;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    ul.pagination > li.page-item[b-4n8fnjtisr] {
        display: inline-block;
        margin: 0 0.3rem 0.6rem 0.3rem;
        vertical-align: top;
    }

        ul.pagination > li.page-item > span.page-link[b-4n8fnjtisr], ul.pagination > li.page-item > a[b-4n8fnjtisr] {
            display: block;
            width: auto;
            height: auto;
            position: relative;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 1.4rem;
            color: #252A36;
            font-weight: 600;
            font-style: normal;
            margin: 0;
            padding: 1rem;
            text-align: left;
            text-decoration: none;
            letter-spacing: 0;
            line-height: 1.2;
            float: left;
            clear: both;
            border-radius: 6px;
            background-color: #F5F5F6;
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transition: all 0.24s ease-in-out;
        }

            ul.pagination > li.page-item > span.page-link:hover[b-4n8fnjtisr], ul.pagination > li.page-item > a:hover[b-4n8fnjtisr] {
                color: #252A36;
                text-decoration: none;
                background-color: #ECF5F7;
            }

.no-touch ul.pagination > li.page-item > span.page-link:hover[b-4n8fnjtisr], .no-touch ul.pagination > li.page-item > a:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
    background-color: #CCE3EA;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4, 0, 1);
}

ul.pagination > li.page-item.PagedList-skipToPrevious > a[b-4n8fnjtisr], ul.pagination > li.page-item.PagedList-skipToNext > a[b-4n8fnjtisr], ul.pagination > li.page-item.PagedList-skipToLast > a[b-4n8fnjtisr], ul.pagination > li.page-item.PagedList-skipToFirst > a[b-4n8fnjtisr] {
    position: relative;
    width: 3.2rem;
    text-align: left;
    text-indent: -99999px;
    overflow: hidden;
}

    ul.pagination > li.page-item.PagedList-skipToPrevious > a[b-4n8fnjtisr]::before, ul.pagination > li.page-item.PagedList-skipToNext > a[b-4n8fnjtisr]::before, ul.pagination > li.page-item.PagedList-skipToLast > a[b-4n8fnjtisr]::before, ul.pagination > li.page-item.PagedList-skipToFirst > a[b-4n8fnjtisr]::before {
        display: block;
        content: " ";
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        border-top: 2px solid #252A36;
        border-left: 2px solid #252A36;
        -webkit-transform: translate(-0.4rem, -0.4rem) rotate(-45deg);
        transform: translate(-0.4rem, -0.4rem) rotate(-45deg);
    }

    ul.pagination > li.page-item.PagedList-skipToNext > a[b-4n8fnjtisr]::before {
        border-top: 2px solid #252A36;
        border-right: 2px solid #252A36;
        border-left: none;
        -webkit-transform: translate(-0.4rem, -0.4rem) rotate(45deg);
        transform: translate(-0.4rem, -0.4rem) rotate(45deg);
    }

    ul.pagination > li.page-item.PagedList-skipToFirst > a[b-4n8fnjtisr]::before {
        border-top: 2px solid #252A36;
        border-right: none;
        border-left: 2px solid #252A36;
        -webkit-transform: translate(0rem, -0.4rem) rotate(-45deg);
        transform: translate(0rem, -0.4rem) rotate(-45deg);
    }

    ul.pagination > li.page-item.PagedList-skipToFirst > a[b-4n8fnjtisr]::after {
        display: block;
        content: " ";
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        border-top: 2px solid #252A36;
        border-right: none;
        border-left: 2px solid #252A36;
        -webkit-transform: translate(-0.6rem, -0.4rem) rotate(-45deg);
        transform: translate(-0.6rem, -0.4rem) rotate(-45deg);
    }

    ul.pagination > li.page-item.PagedList-skipToLast > a[b-4n8fnjtisr]::before {
        border-top: 2px solid #252A36;
        border-right: 2px solid #252A36;
        border-left: none;
        -webkit-transform: translate(-0.8rem, -0.4rem) rotate(45deg);
        transform: translate(-0.8rem, -0.4rem) rotate(45deg);
    }

    ul.pagination > li.page-item.PagedList-skipToLast > a[b-4n8fnjtisr]::after {
        display: block;
        content: " ";
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        border-top: 2px solid #252A36;
        border-right: 2px solid #252A36;
        border-left: none;
        -webkit-transform: translate(-0.2rem, -0.4rem) rotate(45deg);
        transform: translate(-0.2rem, -0.4rem) rotate(45deg);
    }

ul.pagination > li.page-item.active span.page-link[b-4n8fnjtisr], ul.pagination > li.page-item.active a.page-link[b-4n8fnjtisr] {
    color: #fff;
    background-color: #12749A;
}

    ul.pagination > li.page-item.active span.page-link:hover[b-4n8fnjtisr], ul.pagination > li.page-item.active a.page-link:hover[b-4n8fnjtisr] {
        color: #fff;
        text-decoration: none;
    }

.no-touch ul.pagination > li.page-item.active span.page-link:hover[b-4n8fnjtisr], .no-touch ul.pagination > li.page-item.active a.page-link:hover[b-4n8fnjtisr] {
    color: #fff;
    text-decoration: none;
    background-color: #12749A;
}

ul.pagination > li.page-item.disabled span.page-link[b-4n8fnjtisr], ul.pagination > li.page-item.disabled a.page-link[b-4n8fnjtisr] {
    cursor: default;
    background-color: #F5F5F6;
    opacity: 0.5;
}

    ul.pagination > li.page-item.disabled span.page-link:hover[b-4n8fnjtisr], ul.pagination > li.page-item.disabled a.page-link:hover[b-4n8fnjtisr] {
        color: #252A36;
        text-decoration: none;
    }

.no-touch ul.pagination > li.page-item.disabled span.page-link:hover[b-4n8fnjtisr], .no-touch ul.pagination > li.page-item.disabled a.page-link:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
    background-color: #F5F5F6;
}

/* FORM STYLES
=================================================================================== */
.formgrid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 2.4rem 0;
}

    .formgrid.colx2[b-4n8fnjtisr] {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 2.4rem 2.4rem;
        grid-area: item;
    }

        .formgrid.colx2 > .span2[b-4n8fnjtisr] {
            grid-column: span 2;
        }

    .formgrid.colx3[b-4n8fnjtisr] {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-gap: 2.4rem 2.4rem;
    }

        .formgrid.colx3 > .span2[b-4n8fnjtisr] {
            grid-column: span 2;
        }

        .formgrid.colx3 > .span3[b-4n8fnjtisr] {
            grid-column: span 3;
        }

.form label[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #252A36;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    float: left;
    clear: both;
}

.form input[b-4n8fnjtisr],
input.input[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #949494;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
    letter-spacing: 0;
    line-height: 1.2;
    float: left;
    clear: both;
    background: #fff;
    border: 1px solid #949494;
    border-radius: 0.3rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.16s ease-in-out;
}

    .form input[b-4n8fnjtisr]::-webkit-input-placeholder,
    input.input[b-4n8fnjtisr]::-webkit-input-placeholder {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input[b-4n8fnjtisr]::-ms-input-placeholder,
    input.input[b-4n8fnjtisr]::-ms-input-placeholder {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input:-ms-input-placeholder[b-4n8fnjtisr],
    input.input:-ms-input-placeholder[b-4n8fnjtisr] {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input[b-4n8fnjtisr]::-moz-placeholder,
    input.input[b-4n8fnjtisr]::-moz-placeholder {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input:-moz-placeholder[b-4n8fnjtisr],
    input.input:-moz-placeholder[b-4n8fnjtisr] {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input.placeholder[b-4n8fnjtisr],
    input.input.placeholder[b-4n8fnjtisr] {
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
    }

    .form input:hover[b-4n8fnjtisr],
    input.input:hover[b-4n8fnjtisr] {
        color: #949494;
        border: 0.1rem solid #12749A;
        outline: none;
        -o-box-shadow: 0 0 0 0.2rem #12749A;
        box-shadow: 0 0 0 0.2rem #12749A;
    }

    .form input:focus[b-4n8fnjtisr], .form input:disabled[b-4n8fnjtisr],
    input.input:focus[b-4n8fnjtisr],
    input.input:disabled[b-4n8fnjtisr] {
        color: #252A36;
        border: 0.1rem solid #252A36;
        outline: none;
        -o-box-shadow: 0 0 0 0.1rem #252A36;
        box-shadow: 0 0 0 0.1rem #252A36;
    }

    .form input:active[b-4n8fnjtisr],
    input.input:active[b-4n8fnjtisr] {
        color: #252A36;
        border: 0.1rem solid #252A36;
        outline: none;
        -o-box-shadow: 0 0 0 0.1rem #252A36;
        box-shadow: 0 0 0 0.1rem #252A36;
    }

input[type=search][b-4n8fnjtisr] {
    padding-right: 4.3rem;
    background: #fff url("../images/search_icon.svg") right 10px center no-repeat;
    background-size: 23px auto;
}

input.filtericon[b-4n8fnjtisr] {
    padding-right: 4.3rem;
    background: #fff url("../images/filter_icon.svg") right 10px center no-repeat;
    background-size: 23px auto;
}

textarea[b-4n8fnjtisr] {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input[b-4n8fnjtisr]::-webkit-input-placeholder,
    textarea[b-4n8fnjtisr]::-webkit-input-placeholder {
        -webkit-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

    input[b-4n8fnjtisr]::-ms-input-placeholder,
    textarea[b-4n8fnjtisr]::-ms-input-placeholder {
        -ms-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

    input:-ms-input-placeholder[b-4n8fnjtisr],
    textarea:-ms-input-placeholder[b-4n8fnjtisr] {
        -ms-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

    input[b-4n8fnjtisr]::-moz-placeholder,
    textarea[b-4n8fnjtisr]::-moz-placeholder {
        -moz-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

    input:-moz-placeholder[b-4n8fnjtisr],
    textarea:-moz-placeholder[b-4n8fnjtisr] {
        -moz-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

    input.placeholder[b-4n8fnjtisr],
    textarea.placeholder[b-4n8fnjtisr] {
        transition: opacity 0.5s 0.5s ease;
        opacity: 1;
    }

a.btn[b-4n8fnjtisr],
button.btn[b-4n8fnjtisr],
button.accept-policy[b-4n8fnjtisr],
.form button[b-4n8fnjtisr] {
    display: block;
    min-width: 160px;
    width: auto;
    height: auto;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    margin: 1.5rem 0 0 0;
    padding: 1.4rem 2rem 1.2rem 2rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.01rem;
    line-height: 1.2;
    float: left;
    clear: both;
    background-color: #252A36;
    border: none;
    border-bottom: 0.4rem solid #F06C00;
    border-radius: 0;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 1;
}

    a.btn[b-4n8fnjtisr]::before,
    button.btn[b-4n8fnjtisr]::before,
    button.accept-policy[b-4n8fnjtisr]::before,
    .form button[b-4n8fnjtisr]::before {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #F06C00;
        transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: -1;
    }

    a.btn:hover[b-4n8fnjtisr],
    button.btn:hover[b-4n8fnjtisr],
    button.accept-policy:hover[b-4n8fnjtisr],
    .form button:hover[b-4n8fnjtisr] {
        color: #fff;
        text-decoration: none;
    }

.no-touch a.btn:hover[b-4n8fnjtisr],
.no-touch button.btn:hover[b-4n8fnjtisr],
.no-touch button.accept-policy:hover[b-4n8fnjtisr],
.no-touch .form button:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
}

    .no-touch a.btn:hover[b-4n8fnjtisr]::before,
    .no-touch button.btn:hover[b-4n8fnjtisr]::before,
    .no-touch button.accept-policy:hover[b-4n8fnjtisr]::before,
    .no-touch .form button:hover[b-4n8fnjtisr]::before {
        height: 100%;
    }

a.btn--icon[b-4n8fnjtisr],
button.btn--icon[b-4n8fnjtisr],
button.accept-policy--icon[b-4n8fnjtisr],
.form button--icon[b-4n8fnjtisr] {
    min-width: auto;
    padding: 1.2rem 2rem 1rem 2rem;
}

    a.btn--icon > span[b-4n8fnjtisr],
    button.btn--icon > span[b-4n8fnjtisr],
    button.accept-policy--icon > span[b-4n8fnjtisr],
    .form button--icon > span[b-4n8fnjtisr] {
        display: inline-block;
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 0 0 1.2rem;
        padding: 0;
        vertical-align: middle;
    }

        a.btn--icon > span svg[b-4n8fnjtisr],
        button.btn--icon > span svg[b-4n8fnjtisr],
        button.accept-policy--icon > span svg[b-4n8fnjtisr],
        .form button--icon > span svg[b-4n8fnjtisr] {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
        }

            a.btn--icon > span svg path[b-4n8fnjtisr],
            button.btn--icon > span svg path[b-4n8fnjtisr],
            button.accept-policy--icon > span svg path[b-4n8fnjtisr],
            .form button--icon > span svg path[b-4n8fnjtisr] {
                fill: #fff;
            }

.no-touch a.btn--icon:hover span svg path[b-4n8fnjtisr],
.no-touch button.btn--icon:hover span svg path[b-4n8fnjtisr],
.no-touch button.accept-policy--icon:hover span svg path[b-4n8fnjtisr],
.no-touch .form button--icon:hover span svg path[b-4n8fnjtisr] {
    fill: #252A36;
}

a.btn--white[b-4n8fnjtisr],
button.btn--white[b-4n8fnjtisr],
button.accept-policy--white[b-4n8fnjtisr],
.form button--white[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 0.4rem solid #F06C00;
}

    a.btn--white[b-4n8fnjtisr]::before,
    button.btn--white[b-4n8fnjtisr]::before,
    button.accept-policy--white[b-4n8fnjtisr]::before,
    .form button--white[b-4n8fnjtisr]::before {
        background-color: #F06C00;
    }

    a.btn--white:hover[b-4n8fnjtisr],
    button.btn--white:hover[b-4n8fnjtisr],
    button.accept-policy--white:hover[b-4n8fnjtisr],
    .form button--white:hover[b-4n8fnjtisr] {
        color: #252A36;
        text-decoration: none;
    }

.no-touch a.btn--white:hover[b-4n8fnjtisr],
.no-touch button.btn--white:hover[b-4n8fnjtisr],
.no-touch button.accept-policy--white:hover[b-4n8fnjtisr],
.no-touch .form button--white:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
}

    .no-touch a.btn--white:hover[b-4n8fnjtisr]::before,
    .no-touch button.btn--white:hover[b-4n8fnjtisr]::before,
    .no-touch button.accept-policy--white:hover[b-4n8fnjtisr]::before,
    .no-touch .form button--white:hover[b-4n8fnjtisr]::before {
        height: 100%;
    }

/* COOKIES POPUP STYLES
=================================================================================== */
#cookies[b-4n8fnjtisr] {
    width: 90%;
    max-width: 400px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: auto;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 2rem 2rem 2.2rem 2rem;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.01rem;
    line-height: 1.6;
    float: left;
    clear: both;
    background-color: #252A36;
    border-left: 0.8rem solid #F06C00;
    z-index: 1000;
    -o-box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.25);
}

    #cookies > a[b-4n8fnjtisr] {
        color: #fff;
        text-decoration: underline;
    }

        #cookies > a:hover[b-4n8fnjtisr] {
            color: #fff;
            text-decoration: underline;
        }

.no-touch #cookies > a:hover[b-4n8fnjtisr] {
    color: #fff;
    text-decoration: underline;
}

button.accept-policy[b-4n8fnjtisr] {
    margin: 2rem 0 0 0;
    color: #252A36;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 0.4rem solid #F06C00;
    float: left;
    clear: both;
}

    button.accept-policy[b-4n8fnjtisr]::before {
        background-color: #F06C00;
    }

    button.accept-policy:hover[b-4n8fnjtisr] {
        color: #252A36;
        text-decoration: none;
    }

.no-touch button.accept-policy:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: none;
}

    .no-touch button.accept-policy:hover[b-4n8fnjtisr]::before {
        height: 100%;
    }

/* FILTERS PAGE STYLES
=================================================================================== */
#filters_modal[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(37, 42, 54, 0.6);
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transition-property: visibility, opacity;
}

    #filters_modal > #filters_modal_tb[b-4n8fnjtisr] {
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
        clear: both;
        z-index: 200;
    }

        #filters_modal > #filters_modal_tb > #filters_modal_tbc[b-4n8fnjtisr] {
            display: table-cell;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 2rem 0 2rem 0;
            vertical-align: middle;
        }

    #filters_modal #filters_pu[b-4n8fnjtisr] {
        width: 100%;
        max-width: 592px;
        height: auto;
        position: relative;
        margin: 0;
        padding: 3rem 0 3.8rem 0;
        float: left;
        clear: both;
        background-color: #fff;
        border: 1px solid #252A36;
        -o-box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.15);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    }

        #filters_modal #filters_pu > .contents[b-4n8fnjtisr] {
            width: 86%;
            max-width: 86%;
        }

    #filters_modal.open[b-4n8fnjtisr] {
        visibility: visible;
        opacity: 1;
    }

        #filters_modal.open #filters_pu[b-4n8fnjtisr] {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

.filters_title[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-gap: 0 2rem;
}

    .filters_title > div[b-4n8fnjtisr] {
        text-align: right;
    }

a#filters_close[b-4n8fnjtisr],
button#clear_filters[b-4n8fnjtisr] {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #12749A;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.2;
    background: none;
    border: none;
}

    a#filters_close:hover[b-4n8fnjtisr],
    button#clear_filters:hover[b-4n8fnjtisr] {
        color: #12749A;
        text-decoration: none;
    }

.no-touch a#filters_close:hover[b-4n8fnjtisr],
.no-touch button#clear_filters:hover[b-4n8fnjtisr] {
    color: #12749A;
    text-decoration: underline;
}

#filters_pu ul[b-4n8fnjtisr] {
    list-style: none;
    width: auto;
    height: auto;
    margin: 0 0 1.6rem 0;
    padding: 0;
    float: left;
    clear: both;
}

    #filters_pu ul > li[b-4n8fnjtisr] {
        width: auto;
        height: auto;
        margin: 0 0 1.6rem 0;
        padding: 0;
        float: left;
        clear: both;
    }

    #filters_pu ul.accordion[b-4n8fnjtisr] {
        margin: 0 0 1rem 0;
    }

        #filters_pu ul.accordion > li[b-4n8fnjtisr] {
            margin: 0;
        }

            #filters_pu ul.accordion > li > span[b-4n8fnjtisr] {
                width: auto;
                height: auto;
                position: relative;
                font-family: "Open Sans", Arial, Helvetica, sans-serif;
                font-size: 1.4rem;
                color: #252A36;
                font-weight: 400;
                font-style: normal;
                margin: 0;
                padding: 0 0 0 2.2rem;
                text-align: left;
                letter-spacing: 0.025em;
                line-height: 1.2;
                background: none;
                border: none;
                float: left;
                clear: both;
                cursor: pointer;
            }

                #filters_pu ul.accordion > li > span[b-4n8fnjtisr]::before {
                    display: block;
                    content: " ";
                    width: 1rem;
                    height: 1rem;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin: 0;
                    padding: 0;
                    -webkit-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg);
                    transition: -webkit-transform 0.26s ease-in-out;
                    transition: transform 0.26s ease-in-out;
                    transition: transform 0.26s ease-in-out, -webkit-transform 0.26s ease-in-out;
                    border-top: 2px solid #252A36;
                    border-right: 2px solid #252A36;
                }

                #filters_pu ul.accordion > li > span.active[b-4n8fnjtisr]::before {
                    -webkit-transform: translateY(-50%) rotate(135deg);
                    transform: translateY(-50%) rotate(135deg);
                }

            #filters_pu ul.accordion > li ul[b-4n8fnjtisr] {
                margin: 1.4rem 0 0 2.2rem;
                overflow: hidden;
                max-height: 0;
                transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
            }

                #filters_pu ul.accordion > li ul.show[b-4n8fnjtisr] {
                    max-height: 1000px;
                    transition: max-height 1s ease-in-out;
                }

.filters_buttons[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 1rem 0 0 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-gap: 2rem 2rem;
    align-items: center;
}

    .filters_buttons > div:nth-child(1)[b-4n8fnjtisr] {
        text-align: left;
    }

    .filters_buttons > div:nth-child(2)[b-4n8fnjtisr] {
        text-align: right;
    }

button.filter[b-4n8fnjtisr] {
    width: auto;
    height: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 1.2rem 2rem 1.2rem 2rem;
    text-align: left;
    letter-spacing: 0.025em;
    line-height: 1.2;
    background-color: #12749A;
    border: none;
    border-radius: 6px;
    float: left;
    clear: both;
    cursor: pointer;
    transition: all 0.33s ease-in-out;
}

    button.filter:hover[b-4n8fnjtisr] {
        color: #fff;
        background-color: #12749A;
    }

.no-touch button.filter:hover[b-4n8fnjtisr] {
    color: #fff;
    background-color: #252A36;
}

/* Checkbox */
label.checkbox[b-4n8fnjtisr] {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0 0 0 2.8rem;
    text-align: left;
    letter-spacing: 0.025em;
    line-height: 1.2;
    float: left;
    clear: both;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.no-touch label.checkbox:hover[b-4n8fnjtisr] {
    color: #12749A;
}

label.checkbox > span.check[b-4n8fnjtisr] {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    background: #fff;
    border: 1px solid #252A36;
    border-radius: 2px;
    z-index: 2;
}

    label.checkbox > span.check[b-4n8fnjtisr]::after {
        display: none;
        content: " ";
        width: 6px;
        height: 11px;
        position: absolute;
        top: 0;
        left: 4px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

label.checkbox > input[type=checkbox][b-4n8fnjtisr] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

    label.checkbox > input[type=checkbox]:checked ~ span.check[b-4n8fnjtisr] {
        background: #12749A;
    }

        label.checkbox > input[type=checkbox]:checked ~ span.check[b-4n8fnjtisr]:after {
            display: block;
        }

/* ACCOUNT PAGE STYLES
=================================================================================== */
.account[b-4n8fnjtisr] {
    padding: 5rem 0 5rem 0;
    background-color: #252A36;
}

    .account > .contents[b-4n8fnjtisr] {
        width: 90%;
        max-width: 90%;
    }

.account_grid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-gap: 3.2rem 4rem;
}

    .account_grid > .column[b-4n8fnjtisr] {
        text-align: left;
    }

.account_form[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 8rem 2.4rem;
}

    .account_form > .item[b-4n8fnjtisr] {
        text-align: left;
    }

        .account_form > .item > label[b-4n8fnjtisr] {
            color: #fff;
        }

        .account_form > .item.span2[b-4n8fnjtisr] {
            grid-column: span 2;
        }

/* PAGE STYLES
=================================================================================== */

.contents[b-4n8fnjtisr] {
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

    .contents h1[b-4n8fnjtisr] {
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .contents h3[b-4n8fnjtisr] {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .contents ul[b-4n8fnjtisr] {
        /*list-style-type: none;*/
        padding: 5px;
        margin-left: 10px;
    }

        .contents ul li[b-4n8fnjtisr] {
            margin-bottom: 10px;
        }




    .contents br[b-4n8fnjtisr] {
        line-height: 1.5;
    }





/* PAGE STYLES
=================================================================================== */
/* PAGE STYLES
=================================================================================== */
/* FOOTER
=================================================================================== */
footer#globalfooter[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 9rem 0 0 0;
    padding: 6rem 0 6rem 0;
    float: left;
    clear: both;
    background-color: #EFF1F3;
    z-index: 1;
}

    footer#globalfooter > .contents[b-4n8fnjtisr] {
        width: 90%;
        max-width: 1300px;
    }

#footer_grid[b-4n8fnjtisr] {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 0 0;
}

    #footer_grid > .column[b-4n8fnjtisr] {
        border-left: 1px solid grey;
    }

        #footer_grid > .column > .contents[b-4n8fnjtisr] {
            width: 80%;
            max-width: 80%;
        }

ul.footer_nav[b-4n8fnjtisr] {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    ul.footer_nav > li[b-4n8fnjtisr] {
        width: 100%;
        height: auto;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        color: #252A36;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 1.2rem 0;
        padding: 0;
        letter-spacing: 0;
        line-height: 1.4;
        float: left;
        clear: both;
        vertical-align: top;
    }

        ul.footer_nav > li > ul[b-4n8fnjtisr] {
            list-style: none;
            width: 100%;
            height: auto;
            margin: 1rem 0 0 0;
            padding: 0;
            float: left;
            clear: both;
        }

            ul.footer_nav > li > ul > li[b-4n8fnjtisr] {
                width: 100%;
                height: auto;
                font-family: "Open Sans", Arial, Helvetica, sans-serif;
                font-size: 1.6rem;
                color: #252A36;
                font-weight: 700;
                font-style: normal;
                margin: 0 0 1.2rem 0;
                padding: 0 0 0 3rem;
                letter-spacing: 0;
                line-height: 1.4;
                float: left;
                clear: both;
                vertical-align: top;
            }

        ul.footer_nav > li > a[b-4n8fnjtisr] {
            color: #252A36;
            text-decoration: none;
        }

            ul.footer_nav > li > a:hover[b-4n8fnjtisr] {
                color: #252A36;
                text-decoration: none;
            }

.no-touch ul.footer_nav > li > a:hover[b-4n8fnjtisr] {
    color: #252A36;
    text-decoration: underline;
}

ul.footer_social[b-4n8fnjtisr] {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

    ul.footer_social > li[b-4n8fnjtisr] {
        width: 100%;
        height: auto;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        color: #252A36;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 1.2rem 0;
        padding: 0;
        letter-spacing: 0;
        line-height: 1.4;
        float: left;
        clear: both;
        vertical-align: top;
    }

        ul.footer_social > li > a[b-4n8fnjtisr] {
            color: #252A36;
            text-decoration: none;
        }

            ul.footer_social > li > a svg[b-4n8fnjtisr] {
                width: 16px;
                height: 16px;
                margin: 0 1.6rem 0 0;
                vertical-align: middle;
            }

                ul.footer_social > li > a svg path[b-4n8fnjtisr] {
                    fill: #252A36;
                }

            ul.footer_social > li > a:hover[b-4n8fnjtisr] {
                color: #252A36;
                text-decoration: none;
            }

.no-touch ul.footer_social > li > a:hover[b-4n8fnjtisr] {
    color: #AA1F2E;
    text-decoration: underline;
}

    .no-touch ul.footer_social > li > a:hover svg path[b-4n8fnjtisr] {
        fill: #AA1F2E;
    }

#footer_legal[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    margin: 4rem 0 0 0;
    padding: 0;
    float: left;
    clear: both;
}

/* LINKS
=================================================================================== */
a[b-4n8fnjtisr] {
    color: #000;
    text-decoration: none;
    -webkit-text-decoration-skip: inherit;
    -moz-text-decoration-skip: inherit;
    -ms-text-decoration-skip: inherit;
    -o-text-decoration-skip: inherit;
    text-decoration-skip: inherit;
    /*-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  @include hyphens(auto);*/
}

    a:hover[b-4n8fnjtisr] {
        color: #000;
        /*color: darken(#000, 10%);*/
        /*color: lighten(#000, 10%);*/
        text-decoration: none;
    }

.no-touch a:hover[b-4n8fnjtisr] {
    color: #000;
    text-decoration: none;
}

a img[b-4n8fnjtisr] {
    border: 0;
}

a[href^=tel][b-4n8fnjtisr], a[href^=sms][b-4n8fnjtisr] {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

a[x-apple-data-detectors][b-4n8fnjtisr] {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

/* Disable Link CSS + <a href="/" onclick="return false;" class="disabled">123n</a> */
a.disabled[b-4n8fnjtisr] {
    pointer-events: none !important;
    cursor: default !important;
}

/* Turns Text Overflow to ellipsis ... KEEP AT BOTTOM OF A-TAGS */
.ellipsis a[b-4n8fnjtisr] {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* IMAGE STYLES
=================================================================================== */
img[b-4n8fnjtisr] {
    vertical-align: top;
    border-style: none;
}

/* TABLES
=================================================================================== */
table[b-4n8fnjtisr] {
    border-collapse: collapse;
    border-spacing: 0;
}

td[b-4n8fnjtisr], th[b-4n8fnjtisr] {
    padding: 0;
}

/* OUTDATED BROWSER WARNING!
=================================================================================== */
#outdated_browser[b-4n8fnjtisr] {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3rem 2rem 3rem 2rem;
    text-align: center;
    background-color: #df374b;
    z-index: 5000;
}

    #outdated_browser > .contents[b-4n8fnjtisr] {
        width: 90%;
        max-width: 750px;
    }

@supports not (display: grid) {
    #outdated_browser[b-4n8fnjtisr] {
        display: block;
    }
}

#outdated_browser h6[b-4n8fnjtisr] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 1.2rem 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
}

#outdated_browser p[b-4n8fnjtisr] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
}

/* NO JAVASCRIPT WARNING!
=================================================================================== */
html.js #noscript_warning[b-4n8fnjtisr] {
    display: none;
}

html.no-js #noscript_warning[b-4n8fnjtisr] {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 3rem 2rem 3rem 2rem;
    text-align: center;
    background-color: #f2db4f;
    z-index: 5000;
}

#noscript_warning h6[b-4n8fnjtisr] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2rem;
    color: #212121;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
}

#noscript_warning p[b-4n8fnjtisr] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #212121;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
}

/* RESPONSIVE STYLES
=================================================================================== */
.hidden[b-4n8fnjtisr] {
    display: none;
}

.invisible[b-4n8fnjtisr] {
    visibility: hidden;
}

/* Visible */
.visible_desktop[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_desktop[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_desktop[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_desktop[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_desktop[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_desktop_tablet_land[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_desktop_tablet_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_desktop_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_desktop_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_desktop_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_desktop_tablet[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media only screen and (max-width: 767px) {
    .visible_desktop_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_desktop_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_tablet[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_tablet_land[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_tablet_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_tablet_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_tablet_port[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_tablet_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_tablet_port[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_tablet_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_tablet_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_tablet_phone[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_tablet_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_tablet_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_tablet_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_tablet_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.visible_phone[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.visible_phone_land[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_phone_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_phone_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_phone_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_phone_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

.visible_phone_port[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .visible_phone_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .visible_phone_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible_phone_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .visible_phone_port[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

/* Hidden */
.hidden_desktop[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_desktop[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_desktop[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_desktop[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_desktop[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.hidden_desktop_tablet[b-4n8fnjtisr] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_desktop_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_desktop_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_desktop_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_desktop_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.hidden_tablet[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_tablet[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_tablet[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.hidden_tablet_phone[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_tablet_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_tablet_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_tablet_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_tablet_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

.hidden_phone[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_phone[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_phone[b-4n8fnjtisr] {
        display: none !important;
    }
}

.hidden_phone_land[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_phone_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_phone_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_phone_land[b-4n8fnjtisr] {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_phone_land[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

.hidden_phone_port[b-4n8fnjtisr] {
    display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hidden_phone_port[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .hidden_phone_port[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden_phone_port[b-4n8fnjtisr] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden_phone_port[b-4n8fnjtisr] {
        display: none !important;
    }
}

/* DEVICE PARALLAX
=================================================================================== */
/* LARGE DESKTOP - ABOVE 1280PX
=================================================================================== */
@media only screen and (min-width: 1281px) {
    /* Styles */
}
/* IPAD/TABLET (LANDSCAPE)
=================================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Clients */
    .tile_grid[b-4n8fnjtisr] {
        grid-gap: 3rem 6rem;
    }
}
/* IPAD/TABLET/IPHONE XR (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 1023px) {
    /* Header */
    header#globalheader[b-4n8fnjtisr] {
        padding: 1.6rem 0 1.6rem 0;
    }

    #header_grid[b-4n8fnjtisr] {
        display: grid;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
        clear: both;
        grid-template-columns: minmax(auto, 180px) auto;
        grid-template-areas: "main_logo menu_button";
        grid-gap: 1.4rem 2rem;
        align-items: center;
    }

        #header_grid > #main_logo[b-4n8fnjtisr] {
            grid-area: main_logo;
            text-align: left;
        }

        #header_grid > #menu_button[b-4n8fnjtisr] {
            display: block;
            grid-area: menu_button;
            text-align: right;
        }

        #header_grid > nav#main[b-4n8fnjtisr] {
            display: none;
            grid-area: nav_main;
            text-align: left;
        }

        #header_grid.open[b-4n8fnjtisr] {
            grid-template-areas: "main_logo menu_button" "nav_main nav_main";
        }

            #header_grid.open > nav#main[b-4n8fnjtisr] {
                display: block;
            }

    nav#main > ul[b-4n8fnjtisr] {
        padding: 0 0 0.6rem 0;
    }

        nav#main > ul > li[b-4n8fnjtisr] {
            width: 100%;
            margin: 0.4rem 0 0.4rem 0;
            float: left;
            clear: both;
        }
    /* Clients */
    .tile_grid[b-4n8fnjtisr] {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3rem 6rem;
    }
    /* Document Library */
    table.documents > thead > tr > th[b-4n8fnjtisr] {
        font-size: 1.6rem;
        padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    }

        table.documents > thead > tr > th[b-4n8fnjtisr]::after {
            width: 12px;
            height: 12px;
        }

    table.documents > tbody > tr > td[b-4n8fnjtisr] {
        font-size: 1.6rem;
        padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    }

        table.documents > tbody > tr > td:nth-child(4)[b-4n8fnjtisr] {
            font-size: 1.2rem;
        }
}
/* IPHONE/MOBILE (LANDSCAPE)
=================================================================================== */
@media only screen and (max-width: 767px) {
    /* Typography */
    h1[b-4n8fnjtisr], .h1[b-4n8fnjtisr] {
        font-size: 3.2rem;
    }

    #hero h1[b-4n8fnjtisr], #hero .h1[b-4n8fnjtisr] {
        font-size: 3.6rem;
    }

    #hero h2[b-4n8fnjtisr], #hero .h2[b-4n8fnjtisr] {
        font-size: 2rem;
    }
    /* Hero */
    #hero[b-4n8fnjtisr] {
        height: auto;
    }
    /* Page Styles */
    .breadcrumbs[b-4n8fnjtisr] {
        margin: 2.4rem 0 0 0;
    }

    .pagetitle[b-4n8fnjtisr] {
        margin: 4.8rem 0 0 0;
    }
    /* Login */
    #api .entry[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
        grid-gap: 3rem 2.4rem;
    }

        #api .entry > .working[b-4n8fnjtisr], #api .entry > .buttons[b-4n8fnjtisr] {
            grid-column: span 1;
        }

        #api .entry > .buttons[b-4n8fnjtisr] {
            margin: 0;
            grid-column: span 1;
        }
    /* Clients */
    .tile_grid[b-4n8fnjtisr] {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3rem 3rem;
    }
    /* Documents */
    .search_grid[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
    }

    .filters[b-4n8fnjtisr] {
        padding: 1.6rem;
        gap: 1.6rem;
    }
    /* Account */
    .account_grid[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
    }

    .account_form[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
        grid-gap: 2.4rem 2.4rem;
    }
    /* Footer */
    footer#globalfooter[b-4n8fnjtisr] {
        margin: 6.4rem 0 0 0;
        padding: 4.8rem 0 4.8rem 0;
    }

    #footer_grid[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-gap: 3rem 0;
    }

        #footer_grid > .column[b-4n8fnjtisr] {
            padding: 0 0 2rem 0;
            border-left: none;
            border-bottom: 1px solid grey;
        }

            #footer_grid > .column > .contents[b-4n8fnjtisr] {
                width: 100%;
                max-width: 100%;
            }
}
/* IPHONE/MOBILE (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 479px) {
    /* Typography */
    h1[b-4n8fnjtisr], .h1[b-4n8fnjtisr] {
        font-size: 3rem;
        padding: 0 0 0 2rem;
    }

        h1[b-4n8fnjtisr]::before, .h1[b-4n8fnjtisr]::before {
            width: 0.4rem;
        }
    /* Clients */
    .tile_grid[b-4n8fnjtisr] {
        grid-template-columns: 1fr;
        grid-gap: 2rem 0;
    }
    /* Document Library */
}

@media print {
    *[b-4n8fnjtisr],
    *[b-4n8fnjtisr]::before,
    *[b-4n8fnjtisr]::after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a[b-4n8fnjtisr],
    a:visited[b-4n8fnjtisr] {
        text-decoration: underline;
    }

        a[href][b-4n8fnjtisr]::after {
            content: " (" attr(href) ")";
        }

        a.skip-main[b-4n8fnjtisr] {
            display: none;
        }

    abbr[title][b-4n8fnjtisr]::after {
        content: " (" attr(title) ")";
    }
    /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
    a[href^="#"][b-4n8fnjtisr]::after {
        content: "";
    }

    a[href^="javascript:"][b-4n8fnjtisr]::after {
        content: "";
    }

    pre[b-4n8fnjtisr] {
        white-space: pre-wrap !important;
    }

    pre[b-4n8fnjtisr],
    blockquote[b-4n8fnjtisr] {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
    thead[b-4n8fnjtisr] {
        display: table-header-group;
    }

    tr[b-4n8fnjtisr],
    img[b-4n8fnjtisr] {
        page-break-inside: avoid;
    }

    img[b-4n8fnjtisr] {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    p[b-4n8fnjtisr],
    h2[b-4n8fnjtisr],
    h3[b-4n8fnjtisr] {
        orphans: 3;
        widows: 3;
        background-color: greenyellow;
    }

    h2[b-4n8fnjtisr],
    h3[b-4n8fnjtisr] {
        page-break-after: avoid;
    }
}
