﻿/* ======================== Skills for Care Design System 'Kohera' 1.1 ======================== */
/* F1.0 - Typography */
/* F1.1 - fonts */
@font-face {
    font-family: 'font-regular';
    src: url('../Content/font/HindGuntur-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'font-semibold';
    src: url('../Content/font/HindGuntur-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'font-bold';
    src: url('../Content/font/HindGuntur-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'font-medium';
    src: url('../Content/font/HindGuntur-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'kohera-icons';
    src: url('../Content/font/kohera-icons.eot');
    src: url('../Content/font/kohera-icons.eot?#iefix') format('embedded-opentype'), url('../Content/font/kohera-icons.woff') format('woff'), url('../Content/font/kohera-icons.ttf') format('truetype'), url('../Content/font/kohera-icons.svg#kohera-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-semibold {
    font-family: 'font-semibold' !important;
}

.font-medium {
    font-family: 'font-medium' !important;
}
/* F1.2 - headings and text */
body {
    font-family: 'font-regular', Fallback, sans-serif;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 1.2;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, b, strong {
    font-family: 'font-semibold', Fallback, sans-serif;
}

h1, .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 42px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

h3, .h3 {
    font-size: 22px;
    line-height: 32px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 24px;
}

.subtitle {
    font-family: 'font-semibold', Fallback, sans-serif !important;
    font-size: 18px;
    line-height: 1.2;
}

.standfirst {
    color: #626A6E;
    font-size: 22px;
    margin-bottom: 24px;
}

label {
    font-family: 'font-semibold', Fallback, sans-serif;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-family: 'font-semibold', Fallback, sans-serif;
}

label, legend {
    margin-bottom: 12px;
}

.body-1, p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.body-2 {
    font-size: 16px;
    line-height: 22px;
}

.body-1, .body-2 {
    font-family: 'font-regular';
}

.button-label, .btn {
    font-family: 'font-medium', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.text-link {
    font-family: 'font-medium', Fallback, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

html, body {
    height: 100%;
}
/* F2.0 - colour */
/* F2.1 - backgrounds*/
.bg-blue {
    background: #053A8A;
}

.bg-brandblue, .bg-primary {
    background: #0065BD !important;
}

.bg-lightblue {
    background: #7CB8EC;
}

.bg-purple {
    background: #330072;
}

.bg-lightpurple {
    background: #9376D3;
}

.bg-plum {
    background: #A20067;
}

.bg-red {
    background: #BA0C2F;
}

.bg-orange {
    background: #E87722;
}

.bg-yellow {
    background: #FFB81C;
}

.bg-teal {
    background: #008B95;
}

.bg-green {
    background: #168501;
}

.bg-accoladesblue {
    background: #003057;
}

.bg-accoladespurple {
    background: #B94197;
}

.bg-black {
    background: #0B0C0C;
}

.bg-darkgrey {
    background: #626A6E;
}

.bg-midgrey1 {
    background: #B1B4B6;
}

.bg-midgrey2 {
    background: #D1D2D6;
}

.bg-lightgrey {
    background: #EEEEEE;
}

.bg-white {
    background: #FFFFFF;
}
/* F2.2 - links and typography */
a {
    color: #0065BD !important;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #053A8A;
    }

    a:active {
        color: #0B0C0C;
    }

    a:visited {
        color: #330072;
    }

p a, li a {
    color: #0065BD;
    text-decoration: none;
}

    p a:hover, p a:focus {
        color: #053A8A;
        background: #EEEEEE;
    }

a.nav-link:hover, a.nav-link.active {
    color: #000000 !important;
}

a.nav-link {
    color: #626A6E !important;
}

a:not([href]) {
    color: #000;
}

    a:not([href]):hover {
        color: #000;
    }

.text-blue {
    color: #053A8A !important;
}

.text-brandblue, .text-primary {
    color: #0065BD !important;
}

.text-lightblue, .text-info {
    color: #7CB8EC !important;
}

.text-purple {
    color: #330072 !important;
}

.text-lightpurple {
    color: #9376D3 !important;
}

.text-plum {
    color: #A20067 !important;
}

.text-red, .text-danger {
    color: #BA0C2F !important;
}

.text-orange, .text-warning {
    color: #E87722 !important;
}

.text-yellow {
    color: #FFB81C !important;
}

.text-teal {
    color: #008B95 !important;
}

.text-green, .text-success {
    color: #168501 !important;
}

.text-accoladesblue {
    color: #003057 !important;
}

.text-accoladespurple {
    color: #B94197 !important;
}

.text-black {
    color: #0B0C0C !important;
}

.text-darkgrey, .text-secondary {
    color: #626A6E !important;
}

.text-midgrey1 {
    color: #B1B4B6 !important;
}

.text-midgrey2 {
    color: #D1D2D6 !important;
}

.text-lightgrey {
    color: #EEEEEE !important;
}

.text-white {
    color: #FFFFFF !important;
}

    .text-white a {
        color: #FFFFFF !important;
    }

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important;
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important;
}
/* F2.3 - buttons */
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 12px 8px 12px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

    .btn:focus, .btn.focus {
        box-shadow: 0 0 0 2px #626A6E;
        border-color: #ffffff;
    }

    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
        box-shadow: 0 0 0 2px #626A6E !important;
        border-color: #ffffff !important;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 20px 8px 20px;
    font-size: inherit !important;
    line-height: inherit !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 20px 4px 20px;
    font-size: inherit !important;
    line-height: inherit !important;
}

.btn-group .btn-lightgrey {
    border-color: #c1c1c1 !important;
    border-width: 1px !important;
}

.btn-group {
    margin-bottom: 24px;
}

.btn-brandblue, .btn-primary {
    color: #ffffff !important;
    background-color: #0065BD;
    border-color: #0065BD;
}

    .btn-brandblue:hover, .btn-primary:hover {
        color: #fff;
        background-color: #00328A;
        border-color: #00328A;
    }

    .btn-brandblue.disabled, .btn-brandblue:disabled, .btn-primary.disabled, .btn-primary:disabled {
        color: #fff !important;
        background: #D1D2D6;
        border-color: #D1D2D6;
    }

    .btn-brandblue:not(:disabled):not(.disabled):active, .btn-brandblue:not(:disabled):not(.disabled).active, .show > .btn-brandblue.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }

.btn-lightgrey {
    color: #0B0C0C !important;
    background-color: #D1D2D6 !important;
    border-color: #D1D2D6 !important;
}

    .btn-lightgrey:hover {
        color: #fff !important;
        background-color: #9E9FA3 !important;
        border-color: #9E9FA3 !important;
    }

    .btn-lightgrey.disabled, .btn-lightgrey:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-lightgrey:not(:disabled):not(.disabled):active, .btn-lightgrey:not(:disabled):not(.disabled).active, .show > .btn-lightgrey.dropdown-toggle {
        color: #0B0C0C !important;
        background-color: #fff !important;
    }

.btn-secondary {
    background-color: #ffffff !important;
    border-color: #0065BD !important;
    color: #0065BD;
}

    .btn-secondary:hover {
        background-color: #EEEEEE !important;
        color: #0065bd;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #626A6E !important;
        border-color: #D1D2D6 !important;
        background: #D1D2D6 !important;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #0B0C0C !important;
        background-color: #fff !important;
    }
/* BLUE BUTTON TO BE FINISHED */
.btn-blue {
    color: #ffffff !important;
    background-color: #053A8A;
    border-color: #053A8A;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #000757;
        border-color: #000757;
    }

    .btn-blue.disabled, .btn-blue:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* LIGHT BLUE BUTTON TO BE FINISHED */
.btn-lightblue {
    color: #000000 !important;
    background-color: #7CB8EC;
    border-color: #7CB8EC;
}

    .btn-lightblue:hover {
        color: #000000;
        background-color: #4985B9;
        border-color: #4985B9;
    }

    .btn-lightblue.disabled, .btn-lightblue:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-lightblue:not(:disabled):not(.disabled):active, .btn-lightblue:not(:disabled):not(.disabled).active, .show > .btn-lightblue.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* PURPLE BUTTON TO BE FINISHED */
.btn-purple {
    color: #ffffff !important;
    background-color: #330072;
    border-color: #330072;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #00003F;
        border-color: #00003F;
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* LIGHT PURPLE BUTTON TO BE FINISHED */
.btn-lightpurple {
    color: #000000 !important;
    background-color: #9376D3;
    border-color: #9376D3;
}

    .btn-lightpurple:hover {
        color: #000000;
        background-color: #6043A0;
        border-color: #6043A0;
    }

    .btn-lightpurple.disabled, .btn-lightpurple:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-lightpurple:not(:disabled):not(.disabled):active, .btn-lightpurple:not(:disabled):not(.disabled).active, .show > .btn-brandblue.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* PLUM BUTTON TO BE FINISHED */
.btn-plum {
    color: #ffffff !important;
    background-color: #A20067;
    border-color: #A20067;
}

    .btn-plum:hover {
        color: #fff;
        background-color: #6F0034;
        border-color: #6F0034;
    }

    .btn-plum.disabled, .btn-plum:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-plum:not(:disabled):not(.disabled):active, .btn-plum:not(:disabled):not(.disabled).active, .show > .btn-plum.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* RED/DANGER BUTTON TO BE FINISHED */
.btn-red, .btn-danger {
    color: #ffffff !important;
    background-color: #BA0C2F;
    border-color: #BA0C2F;
}

    .btn-red:hover, .btn-danger:hover {
        color: #fff;
        background-color: #870000;
        border-color: #870000;
    }

    .btn-red.disabled, .btn-red:disabled, .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #0B0C0C;
        background-color: #870000;
        border-color: #870000;
    }
/* ORANGE BUTTON TO BE FINISHED */
.btn-orange {
    color: #000000 !important;
    background-color: #E87722;
    border-color: #E87722;
}

    .btn-orange:hover {
        color: #000000;
        background-color: #B54400;
        border-color: #B54400;
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* YELLOW/WARNING BUTTON TO BE FINISHED */
.btn-yellow {
    color: #000000 !important;
    background-color: #FFB81C;
    border-color: #FFB81C;
}

    .btn-yellow:hover {
        color: #000000;
        background-color: #CC8500;
        border-color: #CC8500;
    }

    .btn-yellow.disabled, .btn-yellow:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* BRAND TEAL BUTTON TO BE FINISHED */
.btn-brandteal {
    color: #000000 !important;
    background-color: #008B95;
    border-color: #008B95;
}

    .btn-brandteal:hover {
        color: #000000;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-brandteal.disabled, .btn-brandteal:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-brandteal:not(:disabled):not(.disabled):active, .btn-brandteal:not(:disabled):not(.disabled).active, .show > .btn-brandteal.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* GREEN/SUCCESS BUTTON TO BE FINISHED */
.btn-green {
    color: #000000 !important;
    background-color: #168501;
    border-color: #168501;
}

    .btn-green:hover {
        color: #000000;
        background-color: #026900;
        border-color: #026900;
    }

    .btn-green.disabled, .btn-green:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* ACCOLADES BLUE BUTTON TO BE FINISHED */
.btn-accoladesblue {
    color: #ffffff !important;
    background-color: #003057;
    border-color: #003057;
}

    .btn-accoladesblue:hover {
        color: #fff;
        background-color: #000024;
        border-color: #000024;
    }

    .btn-accoladesblue.disabled, .btn-accoladesblue:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-accoladesblue:not(:disabled):not(.disabled):active, .btn-accoladesblue:not(:disabled):not(.disabled).active, .show > .btn-accoladesblue.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* ACCOLADES PINK BUTTON TO BE FINISHED */
.btn-accoladespurple {
    color: #ffffff !important;
    background-color: #B94197;
    border-color: #B94197;
}

    .btn-accoladespurple:hover {
        color: #fff;
        background-color: #860E64;
        border-color: #860E64;
    }

    .btn-accoladespurple.disabled, .btn-accoladespurple:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-accoladespurple:not(:disabled):not(.disabled):active, .btn-accoladespurple:not(:disabled):not(.disabled).active, .show > .btn-accoladespurple.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* BLACK BUTTON TO BE FINISHED */
.btn-black {
    color: #ffffff !important;
    background-color: #0B0C0C;
    border-color: #0B0C0C;
}

    .btn-black:hover {
        color: #fff;
        background-color: #3E3F3F;
        border-color: #3E3F3F;
    }

    .btn-black.disabled, .btn-black:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* DARK GREY BUTTON TO BE FINISHED */
.btn-darkgrey {
    color: #ffffff !important;
    background-color: #626A6E;
    border-color: #626A6E;
}

    .btn-darkgrey:hover {
        color: #fff;
        background-color: #2F373B;
        border-color: #2F373B;
    }

    .btn-darkgrey.disabled, .btn-darkgrey:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-darkgrey:not(:disabled):not(.disabled):active, .btn-darkgrey:not(:disabled):not(.disabled).active, .show > .btn-darkgrey.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* MID GREY 1 BUTTON TO BE FINISHED */
.btn-midgrey1 {
    color: #000000 !important;
    background-color: #B1B4B6;
    border-color: #B1B4B6;
}

    .btn-midgrey1:hover {
        color: #000000;
        background-color: #7E8183;
        border-color: #7E8183;
    }

    .btn-midgrey1.disabled, .btn-midgrey1:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-midgrey1:not(:disabled):not(.disabled):active, .btn-midgrey1:not(:disabled):not(.disabled).active, .show > .btn-midgrey1.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* MID GREY 2 BUTTON TO BE FINISHED */
.btn-midgrey2 {
    color: #000000 !important;
    background-color: #D1D2D6;
    border-color: #D1D2D6;
}

    .btn-midgrey2:hover {
        color: #000000;
        background-color: #9E9FA3;
        border-color: #9E9FA3;
    }

    .btn-midgrey2.disabled, .btn-midgrey2:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-midgrey2:not(:disabled):not(.disabled):active, .btn-midgrey2:not(:disabled):not(.disabled).active, .show > .btn-midgrey2.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* WHITE BUTTON TO BE FINISHED */
.btn-white {
    color: #000000 !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

    .btn-white:hover {
        color: #fff;
        background-color: #CCCCCC;
        border-color: #CCCCCC;
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* LINK BUTTON TO BE FINISHED */
.btn-link {
    color: #0065BD !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

    .btn-link:hover {
        background-color: #EEEEEE;
        border-color: #EEEEEE;
    }

    .btn-link.disabled, .btn-link:disabled {
        background-color: #EEEEEE;
        border-color: #EEEEEE;
    }

    .btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .show > .btn-link.dropdown-toggle {
        background-color: #EEEEEE;
        border-color: #EEEEEE;
    }
/* Outline button */
.btn-outline {
    color: #000000 !important;
    background-color: #0065BD;
    border-color: #FFFFFF;
}

    .btn-outline:hover {
        color: #0065BD !important;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-outline.disabled, .btn-outline:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
        color: #0B0C0C;
        background-color: #fff;
        border-color: #B1B4B6;
    }
/* MISC */
.w-33 {
    width: 33% !important;
}

.w-66 {
    width: 66% !important;
}

.navbar-light {
    border-bottom: 1px solid #B1B4B6;
    background: white;
    min-height: 80px;
}

.nav-tabs {
    border-bottom: 0px solid #ffffff;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        background-color: #fff;
    }

    .nav-tabs .nav-link {
        border-top: none;
        border-right: none;
        border-left: none;
    }
/* allows rows within navigations */
nav .row {
    flex-grow: 1
}
/* Cards */
.card {
    border-radius: 0px;
}

.card-body {
    padding: 0rem;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
/* Custom breakpoints */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .w-xs-25 {
        width: 25% !important
    }

    .w-xs-50 {
        width: 50% !important
    }

    .w-xs-75 {
        width: 75% !important
    }

    .w-xs-100 {
        width: 100% !important
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .w-s-25 {
        width: 25% !important
    }

    .w-s-50 {
        width: 50% !important
    }

    .w-s-75 {
        width: 75% !important
    }

    .w-s-100 {
        width: 100% !important
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .w-m-25 {
        width: 25% !important
    }

    .w-m-50 {
        width: 50% !important
    }

    .w-m-75 {
        width: 75% !important
    }

    .w-m-100 {
        width: 100% !important
    }
}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .w-l-25 {
        width: 25% !important
    }

    .w-l-50 {
        width: 50% !important
    }

    .w-l-75 {
        width: 75% !important
    }

    .w-l-100 {
        width: 100% !important
    }
}
/* Page links */
.page-link {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-left: -1px;
    line-height: 24px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #B1B4B6;
    font-size: 18px;
    font-family: "font-medium";
    letter-spacing: 0.2px;
    text-decoration: none;
}

.page-item.active > .page-link {
    background-color: #626A6E;
    color: #FFFFFF;
    border-color: #626A6E;
}

.page-link:hover {
    background-color: #626A6E;
    color: #FFFFFF;
    border-color: #626A6E;
}
/* Forms */
.form-group {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 12px;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border: #0065BD 2px solid;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .form-control.is-invalid, .was-validated .form-control:invalid {
        border-color: #BA0C2F;
        background: rgba(186, 12, 47, 0.1);
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 18px;
    color: #BA0C2F;
    font-family: 'font-semibold', Fallback, sans-serif;
    letter-spacing: 0.2px;
}

.form-control {
    border-radius: 4px;
}

    .form-control[type=text], .form-control[type=email] {
        height: 48px;
        font-size: 18px;
        padding-top: 10px;
    }
/* Breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 0rem;
}

    .breadcrumb a, .breadcrumb a:visited {
        color: #000000 !important;
    }

.breadcrumb-item {
    margin-bottom: 0px;
}

    .breadcrumb-item.active {
        color: #626A6E;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 1px !important;
        padding-left: 6px;
        color: #B1B4B6;
        content: '\004b';
        display: inline-block;
        font-family: 'kohera-icons';
        font-style: normal;
        font-weight: normal;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        position: relative;
    }

.breadcrumb li:first-of-type {
    font-family: 'font-semibold'
}

.breadcrumb li:last-of-type {
    color: #626A6E;
}

[class^='form-group col-'] {
    padding-right: 0px;
    padding-left: 0px;
}
/* Checkbox input */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #000000;
}

.form-check-input.is-invalid ~ .checkmark-box {
    background-color: #ba0c2f10;
    border: 2px solid #BA0C2F;
}

.form-check-label {
    position: relative;
    margin-top: 8px;
    margin-left: 6px;
    vertical-align: middle;
    font-family: 'font-regular';
}

.form-check {
    margin-bottom: 16px;
    padding-left: 35px;
    cursor: pointer;
}

.form-check-input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}

.checkmark-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #626A6E;
    border-radius: 4px;
    background-color: #fff;
}

.form-check:hover input ~ .checkmark-box {
    background: #EEEEEE;
}

.form-check input:checked ~ .checkmark-box {
    background-color: #626A6E;
}

.checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check input:checked ~ .checkmark-box:after {
    display: block;
}

.form-check .checkmark-box:after {
    left: 11px;
    top: 4px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Radio input */
.form-check-input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 15;
    margin-top: 0px;
    margin-left: -35px;
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #626A6E;
}

.form-check:hover input ~ .checkmark-radio {
    background: #EEEEEE;
}

.form-check input:checked ~ .checkmark-radio {
    background-color: #ffffff;
    border: 1px solid #626A6E;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check input:checked ~ .checkmark-radio:after {
    display: block;
}

.form-check .checkmark-radio:after {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #626A6E;
}

.form-check-input.is-invalid ~ .checkmark-radio {
    background-color: #ba0c2f10;
    border: 1px solid #BA0C2F;
}
/* Alerts */
.alert {
    padding: 18px;
    margin-bottom: 12px;
    border: 1px solid;
    border-radius: 4px;
}

.alert-danger {
    color: #000;
    background-color: #BA0C2F1a;
    border-color: #BA0C2F;
}

.alert-warning {
    color: #000;
    background-color: #f8d6bd;
}

.alert-success {
    color: #000;
    background-color: #1685011a;
    border-color: #168501;
}

.alert-info {
    color: #000;
    background-color: #b3d1eb;
    border-color: #bee5eb;
}
/* Modals */
.modal-content {
    border: none !important;
    border-radius: 4px !important;
}

.modal-body {
    padding: 16px 16px 0px 16px;
}

.modal-header {
    padding: 16px 16px;
    border-bottom: none !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.modal-footer {
    justify-content: flex-start !important;
    padding: 0px 16px 16px 10px;
    border-top: none !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.modal-long .modal-dialog {
    overflow-y: initial !important;
}

.modal-long .modal-body {
    height: 50vh !important;
    overflow-y: auto;
}
/* Badges */
.badge {
    display: inline-block;
    padding: 6px 12px 2px 12px;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    text-align: center;
    white-space: inherit;
    vertical-align: baseline;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-green {
    background: #168501;
    color: white;
}

.badge-orange {
    background: #E87722;
    color: white;
}

.badge-red {
    background: #BA0C2F;
    color: white;
}

.badge-blue {
    background: #0065BD;
    color: white;
}

.badge-purple {
    background: #A20067;
    color: white;
}

.badge-lightgrey {
    background: #EEEEEE;
    color: #000000;
}

.badge-darkgrey {
    background: #626A6E;
    color: #FFFFFF;
}


a .badge-lightgrey {
    color: #0065BD;
}

a:hover .badge-lightgrey {
    text-decoration: underline;
    color: #ffffff;
    background: #0065BD !important;
}



/* Padding classes */
.p-4 {
    padding: 18px !important;
}

.pt-4 {
    padding-top: 18px !important;
}

.pb-4 {
    padding-bottom: 18px !important;
}

.p-6 {
    padding: 6px !important;
}

.pb-6, .py-6 {
    padding-bottom: 6px !important;
}

.pt-6, .py-6 {
    padding-top: 6px !important;
}

.pl-6, .px-6 {
    padding-left: 6px !important;
}

.pr-6, .px-6 {
    padding-right: 6px !important;
}

.p-12 {
    padding: 12px !important;
}

.pb-12, .py-12 {
    padding-bottom: 12px !important;
}

.pt-12, .py-12 {
    padding-top: 12px !important;
}

.pl-12, .px-12 {
    padding-left: 12px !important;
}

.pr-12, .px-12 {
    padding-right: 12px !important;
}

.p-18 {
    padding: 18px !important;
}

.pb-18, .py-18 {
    padding-bottom: 18px !important;
}

.pt-18, .py-18 {
    padding-top: 18px !important;
}

.pl-18, .px-18 {
    padding-left: 18px !important;
}

.pr-18, .px-18 {
    padding-right: 18px !important;
}

.p-24 {
    padding: 24px !important;
}

.pb-24, .py-24 {
    padding-bottom: 24px !important;
}

.pt-24, .py-24 {
    padding-top: 24px !important;
}

.pl-24, .px-24 {
    padding-left: 24px !important;
}

.pr-24, .px-24 {
    padding-right: 24px !important;
}

.p-30 {
    padding: 30px !important;
}

.pb-30, .py-30 {
    padding-bottom: 30px !important;
}

.pt-30, .py-30 {
    padding-top: 30px !important;
}

.pl-30, .px-30 {
    padding-left: 30px !important;
}

.pr-30, .px-30 {
    padding-right: 30px !important;
}

.p-36 {
    padding: 36px !important;
}

.pb-36, .py-36 {
    padding-bottom: 36px !important;
}

.pt-36, .py-36 {
    padding-top: 36px !important;
}

.pl-36, .px-36 {
    padding-left: 36px !important;
}

.pr-36, .px-36 {
    padding-right: 36px !important;
}

.p-42 {
    padding: 42px !important;
}

.pb-42, .py-42 {
    padding-bottom: 42px !important;
}

.pt-42, .py-42 {
    padding-top: 42px !important;
}

.pl-42, .px-42 {
    padding-left: 42px !important;
}

.pr-42, .px-42 {
    padding-right: 42px !important;
}

.p-48 {
    padding: 48px !important;
}

.pb-48, .py-48 {
    padding-bottom: 48px !important;
}

.pt-48, .py-48 {
    padding-top: 48px !important;
}

.pl-48, .px-48 {
    padding-left: 48px !important;
}

.pr-48, .px-48 {
    padding-right: 48px !important;
}

.p-54 {
    padding: 54px !important;
}

.pb-54, .py-54 {
    padding-bottom: 54px !important;
}

.pt-54, .py-54 {
    padding-top: 54px !important;
}

.pl-54, .px-54 {
    padding-left: 54px !important;
}

.pr-54, .px-54 {
    padding-right: 54px !important;
}

.p-60 {
    padding: 60px !important;
}

.pb-60, .py-60 {
    padding-bottom: 60px !important;
}

.pt-60, .py-60 {
    padding-top: 60px !important;
}

.pl-60, .px-60 {
    padding-left: 60px !important;
}

.pr-60, .px-60 {
    padding-right: 60px !important;
}
/* margin classes */
.m-6 {
    margin: 6px !important;
}

.mb-6, .my-6 {
    margin-bottom: 6px !important;
}

.mt-6, .my-6 {
    margin-top: 6px !important;
}

.ml-6, .mx-6 {
    margin-left: 6px !important;
}

.mr-6, .mx-6 {
    margin-right: 6px !important;
}

.m-12 {
    margin: 12px !important;
}

.mb-12, .my-12 {
    margin-bottom: 12px !important;
}

.mt-12, .my-12 {
    margin-top: 12px !important;
}

.ml-12, .mx-12 {
    margin-left: 12px !important;
}

.mr-12, .mx-12 {
    margin-right: 12px !important;
}

.m-18 {
    margin: 18px !important;
}

.mb-18, .my-18 {
    margin-bottom: 18px !important;
}

.mt-18, .my-18 {
    margin-top: 18px !important;
}

.ml-18, .mx-18 {
    margin-left: 18px !important;
}

.mr-18, .mx-18 {
    margin-right: 18px !important;
}

.m-24 {
    margin: 24px !important;
}

.mb-24, .my-24 {
    margin-bottom: 24px !important;
}

.mt-24, .my-24 {
    margin-top: 24px !important;
}

.ml-24, .mx-24 {
    margin-left: 24px !important;
}

.mr-24, .mx-24 {
    margin-right: 24px !important;
}

.m-30 {
    margin: 30px !important;
}

.mb-30, .my-30 {
    margin-bottom: 30px !important;
}

.mt-30, .my-30 {
    margin-top: 30px !important;
}

.ml-30, .mx-30 {
    margin-left: 30px !important;
}

.mr-30, .mx-30 {
    margin-right: 30px !important;
}

.m-36 {
    margin: 36px !important;
}

.mb-36, .my-36 {
    margin-bottom: 36px !important;
}

.mt-36, .my-36 {
    margin-top: 36px !important;
}

.ml-36, .mx-36 {
    margin-left: 36px !important;
}

.mr-36, .mx-36 {
    margin-right: 36px !important;
}

.m-42 {
    margin: 42px !important;
}

.mb-42, .my-42 {
    margin-bottom: 42px !important;
}

.mt-42, .my-42 {
    margin-top: 42px !important;
}

.ml-42, .mx-42 {
    margin-left: 42px !important;
}

.mr-42, .mx-42 {
    margin-right: 42px !important;
}

.m-48 {
    margin: 48px !important;
}

.mb-48, .my-48 {
    margin-bottom: 48px !important;
}

.mt-48, .my-48 {
    margin-top: 48px !important;
}

.ml-48, .mx-48 {
    margin-left: 48px !important;
}

.mr-48, .mx-48 {
    margin-right: 48px !important;
}

.b-24 {
    bottom: 24px;
}
/* Tables */
.table td, .table th {
    padding: 12px 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

    .table td:first-of-type {
        padding-left: 0px;
    }

    .table td:last-of-type {
        padding-right: 0px;
    }

    .table td, .table th[scope=row] {
        color: #626A6E;
        font-weight: normal;
    }

        .table td[colspan="4"] {
            border-top: none;
        }

table tr td:last-child {
    white-space: nowrap;
    width: 1px;
}
/* Skipto accessibility function */
#skipto {
    background: #ffffff;
    color: #fff;
    left: 0;
    padding: 6px;
    position: absolute;
    transform: translateY(-100%);
    z-index: 3;
}

    #skipto:focus {
        transform: translateY(0%);
    }
/* Progress indicator */
.progress-list .state {
    width: 32px;
    height: 32px;
    border-radius: 100vw;
    display: inline-block;
    background: #B1B4B6;
    border: 2px solid #B1B4B6;
}

    .progress-list .state.complete {
        border: 2px solid #168501;
        background: #168501;
    }

    .progress-list .state .state-inner {
        border: 2px solid #B1B4B6;
    }

    .progress-list .state.complete .state-inner {
        border-color: #168501;
    }

    .progress-list .state.active .state-inner, .progress-list .state.active.state.complete .state-inner {
        border-color: #fff;
    }

.progress-list .state-inner {
    width: 28px;
    height: 28px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 100vw;
}

.progress-container .state {
    line-height: 2.6rem;
    position: absolute;
    left: -17px;
    top: -6px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.progress-list a:hover, progress-list a:focus {
    color: #0065BD !important;
}

.progress-list a:active {
    color: #0065BD !important;
}

.progress-list a:visited {
    color: #0065BD !important;
}

.progress-list p {
    margin-bottom: 0px;
}

.progress-container .progress-content {
    font-family: 'font-semibold';
}



    .progress-container .progress-content span {
        display: block;
        color: #000;
        font-family: 'font-regular';
        font-size: 16px;
    }

.progress-content-disabled {
    font-family: 'font-semibold' !important;
    letter-spacing: 0.2px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #626A6E !important;
}

.progress-container {
    border-left: 2px solid #626A6E;
    position: relative;
    padding: 2px 2px 2px 30px;
    margin-left: 14px;
}

    .progress-container:last-child {
        padding-bottom: 0px;
        border-left: 2px solid transparent;
    }
/* Icons */
[class*='icon-']:before {
    display: inline-block;
    font-family: 'kohera-icons';
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    position: relative;
    margin-right: 6px;
}

[class*='icon-']:after {
    display: inline-block;
    font-family: 'kohera-icons';
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    position: relative;
    margin-left: 6px;
}

.btn[class*='icon-'] {
    padding: 6px 12px 6px 12px;
}

.icon-add:before {
    content: '\0041';
}

.icon-avatar:before {
    content: '\0042';
}

.icon-back:before, .icon-left:before {
    content: '\0043';
    top: 3px;
}

.icon-danger:before {
    content: '\0044';
}

.icon-delete:before {
    content: '\0045';
}

.icon-document:before {
    content: '\0046';
}

.icon-down:before {
    content: '\0047';
}

.icon-download:before {
    content: '\0048';
}

.icon-edit:before {
    content: '\0049';
}

.icon-upload:before {
    content: '\004a';
}

.icon-forward:before, .icon-right:before {
    content: '\004b';
}

.icon-home:before {
    content: '\004c';
}

.icon-search:before {
    content: '\004d';
    margin-right: 0px;
}

.icon-tick:before {
    content: '\004e';
}

.icon-up:before {
    content: '\004f';
}

.icon-warning:before {
    content: '\0050';
}

.icon-forward-after:after, .icon-right-after:after {
    content: '\004b';
    top: -2px;
}

.icon-download-after:after {
    content: '\0048';
    top: -2px;
}

.icon-window-after:after {
    content: '\0052';
    top: -2px;
}
/* List styles */
ul {
    list-style-type: square;
}

li {
    margin-bottom: 18px;
}

.list-tick, .list-document, .list-download {
    list-style: none;
}

ul.list-tick, ul.list-document, ul.list-download {
    padding-left: 30px;
}

.list-tick li:before {
    content: "\004e";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

.list-download li:before {
    content: "\0048";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

.list-document li:before {
    content: "\0046";
    font-family: 'kohera-icons';
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}
/* Accordion dropdown CSS only */
.kohera-dropdown {
    overflow: hidden;
}

    .kohera-dropdown input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .kohera-dropdown .tab {
        width: 100%;
        overflow: hidden;
    }

    .kohera-dropdown .tab-label {
        display: flex;
        color: #0065BD;
        font-family: 'font-regular';
        cursor: pointer;
    }

        .kohera-dropdown .tab-label::before {
            content: "\004b";
            font-family: kohera-icons;
            margin-right: 6px;
            top: -2px;
            position: relative;
        }

    .kohera-dropdown .tab-content {
        max-height: 0;
    }

    .kohera-dropdown .tab-close {
        display: flex;
        cursor: pointer;
    }

    .kohera-dropdown input:checked + .tab-label::before {
        transform: rotate(90deg);
        top: -4px;
    }

    .kohera-dropdown input:checked ~ .tab-content {
        max-height: 100vh;
    }
/* accordion with jquery dependency */
.accordion .card {
    border: none;
}

.accordion .card-header a:after {
    content: '';
    display: inline-block;
    background: url(/microsites/design/1.0/cms/icons/downarrow.svg) no-repeat;
    position: initial;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    z-index: 50;
    float: right;
    margin-top: 5px;
}

.accordion .card-header.collapsed a:after {
    content: '';
    display: inline-block;
    background: url(/microsites/design/1.0/cms/icons/uparrow.svg) no-repeat;
    position: initial;
    top: 0px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 18px;
    z-index: 50;
    margin-top: 5px;
    float: right;
}

.accordion .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.accordion .card-header {
    border-bottom: 1px solid #dee2e6;
}

    .accordion .card-header p {
        margin-bottom: 0px;
    }

.accordion .card-body {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: .75rem 1.25rem;
}

.accordion > .card:first-of-type:last-of-type {
    border-bottom: 1px solid #dee2e6 !important;
}

.accordion .card-header {
    cursor: pointer;
}

.table.accordion tr td:last-child {
    white-space: normal;
    width: 1px;
}

/* Stand outs */
[class*="standout-"] {
    border: 1px solid black;
    border-left: 8px solid black;
    padding: 30px 18px 12px 18px;
    margin-bottom: 24px;
    margin-top: 18px;
}

.standout-blue {
    border-color: #0065BD;
}

/* MISC */
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.navbar-toggler.collapsed::after {
    content: 'Close';
    display: block;
    width: 100%;
}

.navbar-toggler::after {
    content: 'Open';
    display: block;
    width: 100%;
}

.border-primary {
    border-color: #0065BD !important;
}

.border {
    border: 1px solid #D1D2D6 !important;
}
/* Pagination component */
.kohera-paging {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 12px;
    margin-left: -1px;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #B1B4B6;
    font-size: 18px;
    font-family: "font-medium";
    letter-spacing: 0.2px;
    text-decoration: none;
    display: flex;
}

    .page-link:hover {
        z-index: 2;
        text-decoration: none;
        background-color: #eeeeee;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.rounded-0 {
    border-radius: 0 !important;
}

.page-link-active {
    background: #eeeeee;
}


/* Quotes TBD */

figure.quote {
    display: flex;
    flex-direction: column;
}

blockquote {
    background: #EEEEEE;
    padding: 18px 24px 6px 24px;
    margin: 0 0 12px;
    color: #626A6E;
}

figure.quote-left {
    max-width: 70%;
}

figure.quote-right {
    align-items: flex-end;
    margin-left: auto;
    max-width: 70%;
}

figure.quote-fullwidth {
    width: 100%;
}

figure figcaption {
    color: #626A6E !important;
}

    figure figcaption cite {
        font-style: normal !important;
    }

blockquote p::before {
    color: #0065BD;
    content: "“";
    font-size: 72px;
    position: relative;
    left: -6px;
    top: 34px;
}

blockquote p {
    display: inline-block;
    text-indent: 6px;
}


/* ACCORDION */
.kohera-accordion {
    overflow: hidden;
    border: 2px solid #B1B4B6;
    border-top: none;
}

    .kohera-accordion input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .kohera-accordion .tab {
        width: 100%;
        overflow: hidden;
    }

#accordionOne {
    border-top: 2px solid #B1B4B6;
}

.kohera-accordion .tab-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #0065BD;
    background: #EEEEEE;
    margin-bottom: 0px;
    padding: 18px 12px 12px 12px;
    font-family: "font-semibold";
}

.accordion-blue.kohera-accordion .tab-label {
    color: #FFFFFF !important;
    background: #0065BD !important;
}

.kohera-accordion .tab-label::after {
    content: "\0047";
    font-family: kohera-icons;
    margin-right: 6px;
    top: -2px;
    position: relative;
}

.kohera-accordion .tab-content {
    max-height: 0;
}

.kohera-accordion .tab-close {
    display: flex;
    cursor: pointer;
}

.kohera-accordion input:checked + .tab-label::after {
    transform: rotate(180deg);
    top: -4px;
}

.kohera-accordion input:checked ~ .tab-content {
    max-height: max-content;
    padding: 18px 12px 0px 12px;
}
