/*
	This file has been auto-generated by a tool at 15/04/2026 06:32:21
	Any changes made will be overwritten the next time it is regenerated.
*/

@import url(Shared.style);

body img,
body iframe {
    max-width: 100%;
}

#CL_Spacer {
    display: none !important;
}

#CL_AcceptButton {
    box-sizing: content-box;
}

/*
    Slick Slider
*/


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
    General    
*/

a {
    font-weight: normal;
    transition: color 250ms ease-in;
}

.container_outer {
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 30px;
}

.public .container_outer {
    margin: 0 auto;
    max-width: 1200px;
}

.public .container {
    margin: 0 auto;
    max-width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
}

/*
    Header
*/

.header {
    background-color: #fff;
    padding: 24px 0 0;
    transition: padding 350ms;
    z-index: 20 !important;
}

.Framework_CollapsedHeader.header {
    padding-top: 6px;
}

.system .Framework_CollapsedHeader.header > .container {
    height: 0px;
    overflow: hidden;
    padding-top: 0;
}

 
    .header .header_logo {
        display: block;
        float: left;
        opacity: 1;
        transition: opacity 350ms, height 350ms;
        width: auto;
    }

    .Framework_CollapsedHeader.header .header_logo {
        width: 90px;
    }

    .header .header_main {
        float: right;
    }

        .header .header_contact {
            font-size: 13px;
            height: auto;
            min-height: 66px;
            opacity: 1;
            padding: 6px 0 0;
            text-align: right;
            transition: opacity 350ms, height 350ms, padding 350ms;
        }

        .Framework_CollapsedHeader.header .header_contact {
            height: 0;
            min-height: 0;
            opacity: 0;
            padding-top: 13px;
        }

            .header .header_contact a {
                display: inline-block;
                font-weight: bold;
                margin: 0 0 0 12px;
                text-decoration: none;
            }

            .header .header_contact a:hover {
                color: #0a5a92;
                text-decoration: none;
            }

                .header .header_contact .fa {
                    border: 0;
                    height: 22px;
                    line-height: 22px !important;
                    margin: 0 6px 0;
                    width: 22px;
                }

                .header .header_contact .fa-phone {
                    font-size: 18px;
                    position: relative;
                    top: 2px;
                }

                .header .header_contact .fa-mobile-phone {
                    font-size: 22px;
                    position: relative;
                    top: 2px;
                }

                .header .header_contact .fa-envelope {
                    font-size: 16px;
                    position: relative;
                    top: 1px;
                }


        .header .header_tabs {
            float: right;
        }


            .header .header_tabs .tabs {
                margin: 0 -2px;
            }

                .header .header_tabs .tab {
                    background-color: #bceff5;
                    border-radius: 12px 12px 0 0;
                    color: #0a5a92;
                    display: block;
                    float: left;
                    height: 66px;
                    margin: 0 1px;
                    padding: 16px 12px 12px 58px;
                    position: relative;
                    text-decoration: none;
                    transition: background-color 250ms ease-in, color 250ms ease-in;
                }

                .header .header_tabs .tab_noText {
                    padding-right: 4px !important;
                }

                .header .header_tabs .tab.tab_alt {
                    background-color: #f9f6d5;
                    padding-right: 3px;
                }

                    .header .header_tabs .tab.tab_alt .tab_text {
                        display: none;
                    }

                .header .header_tabs .tab:hover,
                .header .header_tabs .tab.tab_active {
                    background-color: #0a5a92;
                    color: #fff;
                    text-decoration: none;
                }

                    .header .header_tabs .tab_icon {
                        border: 2px solid #0a5a92;
                        display: block;
                        border-radius: 50%;
                        height: 38px;
                        left: 12px;
                        position: absolute;
                        top: 13px;
                        text-align: center;
                        transition: border-color 250ms ease-in;
                        width: 38px;
                    }                    

                    .header .header_tabs .tab:hover .tab_icon,
                    .header .header_tabs .tab.tab_active .tab_icon {
                        border-color: #fff;
                    }

                        .header .header_tabs .tab_icon .fa {
                            font-size: 21px;
                            left: 50%;
                            line-height: 20px;
                            position: absolute;
                            transform: translateX(-50%) translateY(-50%);
                            top: 50%;
                        }

                    .header .header_tabs .tab_text {
                        font-family: 'MisterEarl BT Regular', Sans-Serif;
                        font-size: 24px;
                        text-transform: uppercase;
                    }

    .header .header_mainMobile {
        float: right;
    }

        .header .header_mainMobile .mobile_icon {
            display: block;
            float: right;
            line-height: 32px;
            padding: 16px 0;
            text-align: right;
            width: 32px;
        }

            .header .header_mainMobile .mobile_icon .fa {
                font-size: 32px;
            }

        .header .mobile_nav {
            background: #102845;
            box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
            bottom: 0;
            color: #fff;
            max-width: 100%;
            opacity: 0;
            padding: 64px 0px;
            position: fixed;
            right: -320px;
            transition: opacity 350ms, right 350ms;
            top: 0;
            width: 320px;
            z-index: 30;
        }

        .header .mobile_navShow {
            display: block;
            opacity: 1;
            right: 0;
        }

            .header .mobile_navIcons {
                left: 2px;
                padding: 2px 0;
                position: absolute;
                right: 2px;
            }

                .header .mobile_navIcons .nav_icon
                {
                    float: left;
                    padding: 2px;
                    width: 33.33333%;
                }

                .header .mobile_navBottom .nav_icon {
                    width: 50%;
                }

                    .header .mobile_navIcons .nav_icon a {
                        background-color: rgba(255, 255, 255, 0.1) !important;
                        border: 0 none;
                        border-radius: 6px;
                        color: #fff;
                        display: block;
                        height: 32px;
                        line-height: 23px;
                        text-align: center;
                        padding: 6px !important;
                        transition: background-color 250ms ease-in, color 250ms ease-in;
                        width: 100% !important
                    }

                    .header .mobile_navIcons .nav_icon a:hover {
                        background-color: rgba(255, 255, 255, 0.15);
                        text-decoration: none;
                    }

                        .header .mobile_navIcons .nav_icon .fa {
                            border: 0 none !important;
                            font-size: 16px !important;
                            height: 16px !important;
                            line-height: 16px !important;
                            width: 16px;
                        }

            .header .mobile_navTop {
                top: 0;
            }

            .header .mobile_navBottom {
                bottom: 0;
            }

            .header .mobile_navItems {
                bottom: 42px;
                left: 0;
                overflow: auto;
                padding: 0 4px;
                position: absolute;
                right: 0;
                top: 42px;
            }

                .header .mobile_nav ul,
                .header .mobile_nav li {
                    list-style: none inside none;
                    margin: 0;
                    padding: 0;
                }

                .header .mobile_nav ul ul {
                    margin: 6px 0 0;
                    padding: 0 0 0 24px;
                }

                .header .mobile_nav .tab {
                    background: rgba(256, 256, 256, 0.05) none;
                    border-radius: 6px;
                    color: #fff;
                    display: block;
                    margin: 0 0 4px;
                    min-width: 120px;
                    padding: 8px 12px 8px 38px;
                    position: relative;
                    text-decoration: none;
                    transition: background-color 250ms ease-in, color 250ms ease-in;
                }

                .header .mobile_nav .tab.tab_active,
                .header .mobile_nav .tab:hover {
                    background-color: rgba(255, 255, 255, 0.1);
                    text-decoration: none;
                }
            
                .header .mobile_nav ul ul .tab {
                    background-color: rgba(0, 0, 0, 0.3);
                }
            
                .header .mobile_nav ul ul .tab.tab_active,
                .header .mobile_nav ul ul .tab:hover {
                    background-color: rgba(0, 0, 0, 0.1);
                }

                    .header .mobile_nav .tab .clear,
                    .header .mobile_nav .tab .tab_arrow {
                        display: none;
                    }

                    .header .mobile_nav .tab .icon,
                    .header .mobile_nav .tab .tab_icon {
                        height: 24px;
                        left: 6px;
                        line-height: 23px;
                        position: absolute;
                        text-align: center;
                        top: 6px;
                        width: 24px;
                    }

                        .header .mobile_nav .tab .tab_icon .fa { 
                            border: 0 none;
                            font-size: 16px;
                            height: 16px;
                            line-height: 16px !important;
                            width: 16px;
                        }

                    .header .mobile_nav .tab .tab_count {
                        background: #0a5a92 none;
                        border-radius: 3px;
                        color: #fff;
                        float: right;
                        font-size: 10px;
                        font-weight: bold;
                        line-height: 1.1em;
                        padding: 3px;
                        position: absolute;
                        right: 12px;
                        top: 8px;
                    }

                    .header .mobile_nav .tab .tab_text {
                        font-size: 12px;
                        line-height: 18px;
                    }

@media (max-width: 1024px) {
    .header {
        padding: 12px 0 0;
    }

        .header .header_logo {
            padding: 0 0 2px;
            width: 100px;
        }

        .header .header_contact {
            font-size: 11px;
            min-height: 42px;
            padding: 0;
        }

        .Framework_CollapsedHeader.header .header_contact {
            padding-top: 32px;
        }

        .header .header_tabs .tab {
            height: 48px;
            padding: 12px 12px 12px 54px;
        }

            .header .header_tabs .tab_icon {
                height: 32px;
                top: 8px;
                width: 32px;
            }

                .header .header_tabs .tab_icon .fa {
                    font-size: 16px;
                    height: 32px;
                    line-height: 28px !important;
                    width: 32px;
                }

            .header .header_tabs .tab_text {
                font-size: 18px;
            }
}

        .system .header .header_logo {
            padding: 0 0 2px;
            width: 100px;
        }

        .system .header .header_contact {
            font-size: 11px;
            min-height: 42px;
            padding: 0;
        }

        .system .Framework_CollapsedHeader.header .header_contact {
            padding-top: 32px;
        }

        .system .header .header_tabs .tab {
            height: 48px;
            padding: 12px 12px 12px 54px;
        }

            .system .header .header_tabs .tab_icon {
                height: 32px;
                top: 8px;
                width: 32px;
            }

                .system .header .header_tabs .tab_icon .fa {
                    font-size: 16px;
                    height: 32px;
                    line-height: 28px !important;
                    width: 32px;
                }

            .system .header .header_tabs .tab_text {
                font-size: 18px;
            }

@media (max-width: 768px) {
    .header .header_logo,
    .system .header .header_logo {
        width: 80px;
    }
}

    .system .header {
        padding: 12px 0 0;
    }

                    
/*
    Header Lower
*/

.header_lower {
    background-color: #0a5a92;
    box-shadow: 0 none;
    padding: 6px 0;
    position: relative;
    transition: box-shadow 350ms;
    z-index: 15;
}

.system .Framework_CollapsedHeader .header_lower {
    box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.3);
}

    .header_lowerInner {
        margin: 0 -3px;
    }

        .header_lower .header_lowerTabs {
            float: left;
        }

        .header_lower .header_lowerTabs.overflow {
            overflow: auto;
        }

            .header_lower .tab {
                background: #bceff5 none;
                border-radius: 6px;
                color: #0a5a92;
                float: left;
                margin: 0 3px;
                min-height: 66px;
                min-width: 100px;
                padding: 8px 12px 0;
                position: relative;
                text-decoration: none;
                transition: background-color 250ms ease-in, color 250ms ease-in;
            }

            .system .header .header_tabs .tab.tab_alt {
                padding-right: 3px;
            }

            .noTouchEvents .header_lower .tab:hover {
                background-color: #fff;
                color: #0a5a92;
            }

            .header_lower .tab_active {
                background-color: #fff;
            }

                .header_lower .tab .tab_icon {
                    float: left;
                    height: 24px;
                    line-height: 23px;
                    margin: 0 0 6px;
                    text-align: center;
                    width: 24px;
                }

                    .header_lower .tab .tab_icon .fa { 
                        border: 0 none;
                        font-size: 22px;
                        line-height: 22px !important;
                        height: 22px;
                        width: 22px;
                    }

                .header_lower .tab .tab_count {
                    background: #0a5a92 none;
                    border-radius: 3px;
                    color: #fff;
                    float: right;
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 1.1em;
                    margin: 4px 0 0;
                    padding: 3px;
                }

                .header_lower .tab .tab_text {
                    float: left;
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 22px;
                }

                .header_lower .tab .tab_arrow {
                    float: right;
                    height: 16px;
                    line-height: 15px;
                    margin: 0 0 0 12px;
                    text-align: right;
                    width: 14px;
                }

                    .header_lower .tab .tab_arrow .fa {
                        border: none;
                        font-size: 12px;
                        height: 22px;
                        line-height: 22px !important;
                        width: 22px;
                    }

        .header_lower .header_lowerUser {
            background: #f9f6d5 none;
            border-radius: 6px;
            color: #0a5a92;
            font-size: 12px;
            float: right;
            margin: 0 3px;
            min-height: 66px;
            min-width: 200px;
            padding: 15px 12px 0;
            position: relative;
            transition: background-color 250ms ease-in, color 250ms ease-in;
        }

            .header_lower .header_lowerUser .user_text {
                padding: 1px 12px 0 0;
            }

            .header_lower .header_lowerUser .user_buttons {
                padding: 0;
            }

/*
    Main
*/

.main {
    background: #fff none;
    min-height: 400px;
    position: relative;
    z-index: 10;
}

/*
    Footer
*/

.footer {
    background-color: #051324;
    color: #fff;
    font-size: 11px;
    line-height: 1.8em;
    padding: 48px 0;
}

    .footer a {
        color: #fff;
        font-weight: 600;
    }

        .footer .footer_iconBox {
            display: block;
            padding: 0 0 0 32px;
            position: relative;
        }

            .footer .footer_iconBox > .fa:first-child {
                border: 0;
                font-size: 16px;
                height: 16px;
                left: 2px;
                line-height: 1em !important;
                position: absolute;
                top: 2px;
                width: 16px;
            }

            .footer .footer_iconBox > .fa-mobile-phone:first-child {
                font-size: 20px;
                top: 0;
            }

            .footer .footer_iconBox > .fa-envelope:first-child {
                font-size: 14px;
                top: 3px;
            }

/*
    Hero
*/

.hero {
    background: #102845;
    position: relative;
}

    .hero .item {
        display: block;
        color: #fff;
        overflow: hidden;
        position: relative;
    }

        .hero .item::before {
            background: transparent linear-gradient(to right, rgba(16, 40, 69, 0) 0%, rgba(16, 40, 69, 0) 20%, rgba(16, 40, 69, 1) 55%, rgba(16, 40, 69, 1) 100%) repeat-y left center;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 11;
        }

        .hero .item_image {
            background: transparent none no-repeat left center;
            background-size: contain;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 10;
        }

        .hero .container {
            height: 560px;
            position: relative;
            z-index: 12;
        }

            .hero .item_panel {
                background: rgba(10, 90, 146, 0.5) none;
                border-radius: 12px 0 0 0;
                bottom: 194px;
                color: #fff;
                padding: 24px 56px 24px 24px;
                position: absolute;
                right: 0;
                width: 380px;
            } 

                .hero .item_panel::after {
                    background: rgba(10, 90, 146, 0.5) none;
                    bottom: 0;
                    content: '';
                    display: block;
                    left: 100%;
                    right: -100%;
                    position: absolute;
                    top: 0;
                }

                .hero .item_title {
                    font-family: 'MisterEarl BT Regular', Sans-Serif;
                    font-size: 52px;
                    line-height: 1.1em;
                    margin: 0 0 12px;
                }

        .hero .hero_dots,
        .hero .hero_pagination {
            bottom: 0;
            left: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
        }

            .hero .hero_dotsInner,
            .hero .hero_paginationInner {
                bottom: 150px;
                color: #fff;
                position: absolute;
            }

            .hero .hero_dotsInner {
                background: rgba(10, 90, 146, 0.5) none;
                font-size: 0;
                height: 42px;
                line-height: 0;
                padding: 12px;
                right: 76px;
                width: 260px;
            }

                .hero .hero_dotsInner ul {
                    display: block;
                    list-style: none inside none;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                }

                    .hero .hero_dotsInner li {
                        display: inline-block;
                        list-style: none inside none;
                        margin: 0 6px;
                        padding: 0;
                    }

                        .hero .hero_dotsInner button {
                            background: transparent none;
                            border: 2px solid #62d6f5;
                            border-radius: 6px;
                            font-size: 0;
                            line-height: 0;
                            height: 12px;
                            margin: 0;
                            overflow: hidden;
                            padding: 0;
                            pointer-events: initial;
                            transition: background-color 350ms, border-color 350ms;
                            width: 12px;
                        }

                        .hero .hero_dotsInner button:hover {
                            border-color: #fff;
                            cursor: pointer;
                        }

                        .hero .hero_dotsInner .slick-active button {
                            background-color: #62d6f5;
                        }

                        .hero .hero_dotsInner .slick-active button:hover {
                            background-color: #fff;
                            border-color: #fff;
                        }

            .hero .hero_paginationInner {
                overflow: hidden;
                height: 0;
                overflow: visible;
                right: 0;
                width: 380px;
            }

                .hero .hero_paginationInner button {
                    background: rgba(10, 90, 146, 0.5) none;
                    bottom: 0;
                    display: block;
                    height: 42px;
                    font-size: 0;
                    margin: 0;
                    padding: 0;
                    pointer-events: initial;
                    position: absolute;
                    width: 42px;
                }

                    .hero .hero_paginationInner button::before {
                        color: #62d6f5;
                        font: normal normal normal 24px/1 'Font Awesome 5 Pro';
                        display: block;
                        height: 42px;
                        left: 0;
                        line-height: 40px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        text-align: center;
                        transition: color 350ms;
                        width: 42px;
                    }

                    .hero .hero_paginationInner button:hover::before {
                        color: #fff;
                        cursor: pointer;
                    }

                .hero .hero_paginationInner button.slick-prev {
                    border-radius: 0 0 0 12px;
                    left: 0;
                }

                    .hero .hero_paginationInner button.slick-prev:before {
                        content: "\f104";
                    }

                .hero .hero_paginationInner button.slick-next {
                    border-radius: 0 0 12px;
                    right: 32px;
                }

                    .hero .hero_paginationInner button.slick-next:before {
                        content: "\f105";
                    }

@media (max-width: 768px) {
    .hero .container {
        height: 300px;
    }

    .hero .item_panel {
        bottom: 90px;
    }

    .hero .item_title {
        font-size: 26px;
    }

    .hero .hero_dotsInner, 
    .hero .hero_paginationInner {
        bottom: 46px;
    }
}

@media (max-width: 580px) {  

    .hero .item_panel {
        bottom: 50px;
        top: 6px;
        width: 280px;
    }

    .hero .hero_dotsInner {
        display: none;
    }

    .hero .hero_paginationInner {
        bottom: 6px;
    }

    .hero .hero_paginationInner button.slick-prev {
        left: 100px;
    }
     
    .hero .hero_paginationInner button.slick-next {
        right: 194px;
    }
}

/*
    Pod List
*/

.podList {
    list-style: none inside none;
    margin: -16px;
}

    .podList li {
        display: block;
        margin: 0;
        padding: 18px 12px 18px 48px;
        position: relative;
    }

    .podList li:nth-child(even) {
        background-color: #f9f6d5;
    }

        .podList li .fa {
            border: 0;
            color: #357a10;
            font-size: 16px;
            height: 16px;
            line-height: 16px !important;
            left: 16px;
            top: 19px;
            position: absolute;
            width: 16px;
        }

/*
    Facebook Profile
*/

.facebookProfile {
    text-align: center;
}


/*
    Slices
*/

.slice {
    padding: 24px 0;
}

.public .slice {
    padding: 48px 0;
}

.slice_white { background: #fff none; }

.slice_darkestBlue { background-color: #102845; }
.slice_darkBlue { background-color: #0a5a92; }
.slice_blue { background-color: #00bff3; }
.slice_lightBlue { background-color: #62d6f5; }
.slice_lightestBlue { background-color: #bceff5; }

.slice_message { 
    text-align: center; 
}

.slice_heading,
.public .slice_heading {
    overflow: hidden;
    padding: 0;
}

    .slice_heading .heading_inner {
        padding: 48px 0;
        position: relative;
    }

    .slice_headingTabs .heading_inner {
        padding: 24px 0 0;
    }

    .slice_heading h1,
    .slice_heading .fauxH1 {
        margin: 0;
        position: relative;
        z-index: 101;
    }

    .slice_headingTabs h1 {
        margin: 0 0 24px;
    }

    .slice_heading .heading_tabs {
        position: relative;
        z-index: 102;
    }

        .slice_heading .heading_tabs .tab {
            background: rgba(255, 255, 255, 0.4) none;
            border-radius: 6px 6px 0 0;
            color: #0a5a92;
            display: block;
            float: left;
            margin: 0 2px 0 0;
            padding: 14px 14px 14px 38px;
            position: relative;
            transition: background-color 350ms, color 350ms;
            text-decoration: none;
        }

        .slice_heading .heading_tabs .tab:hover,
        .slice_heading .heading_tabs .tab_active {
            background-color: #fff;
            color: #102845;
        }

            .slice_heading .heading_tabs .tab_icon {
                left: 11px;
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
            }

                .slice_heading .heading_tabs .tab_icon .fa {
                    font-size: 16px;
                }

            .slice_heading .heading_tabs .tab_text {
                font-weight: 600;
            }

    .slice_heading .heading_icon {
        font-size: 256px;
        line-height: 128px !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-33.3333%);
        opacity: 0.1;
        z-index: 100;
    }

            .slice_heading .heading_icon .fa {
                font-size: 256px !important;
                line-height: 256px !important;
            }

            .system .slice_heading .heading_icon .fa {
                font-size: 140px !important;
                line-height: 140px !important;
            }

@media (max-width: 1024px) {
    .slice_heading .heading_inner {
        padding: 24px 0;
    }

    .slice_headingTabs .heading_inner {
        padding: 24px 0 0;
    }

        .slice_heading h1  {
            font-size: 300%;
        }
}

@media (max-width: 768px) {
    .slice_heading .heading_tabs .tab {
        padding: 12px 14px;
    }

        .slice_heading .heading_tabs .tab_icon {
            position: static;
        }

        .slice_heading .heading_tabs .tab_text {
            display: none;
        }
}

/*
    Job Article List
*/

.jobArticleList {

}

.jobArticleListButtons {
    padding: 0 46px 0 122px;
    position: relative;
}

    .jobArticleListButtons .dropdownlist {
        left: 0;
        position: absolute;
        top: 0;
        width: 110px;
    }

        .jobArticleListButtons .dropdownlist select {
            width: 100%;
        }

    .jobArticleListButtons .button {
        position: absolute;
        right: 0;
        top: 0;
    }

    .jobArticleListButtons .textbox {

    }

        .jobArticleListButtons .textbox input {
            width: 100%;
        }

.jobArticleCheckboxes {
    margin: 0 -12px 0;
}

    .jobArticleCheckboxes .item {
        float: left;
        margin: 0 12px;
    }

        .jobArticleCheckboxes .item .fa {
            bottom: -2px;
            margin: 0 6px 0 0;
            position: relative;
        }

/* 
    Cookie Banner 
*/

.cookieModal .cookieTitle {
    font-size: 20px;
}

.cookieModal .Framework_IconButton {
    border: 2px solid #00578f;
    background-color: #00578f !important;
}

    .cookieModal .Framework_IconButton:hover {
        border: 2px solid #bceff5;
        background-color: #bceff5 !important;
        color: #000000;
    }
