﻿@import url("https://use.typekit.net/rlp6ukn.css");

html
html {
    overflow-y: scroll;
    font-size: 16px;
}

body {
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    line-height: 1.5rem;
    font-size: 1.1rem;
    color: #242424;
    margin: 0;
}

/*@media screen and (max-height: 768px)
{
    body
    {
        background: url('../images/bg2015-med-1.jpg') repeat-x top #2A2D36;
        background-attachment: fixed;
        background-position: top left;
    }


}*/

/*======================================*/
/*============ GENERAL STYLES ==========*/

.MAlogoSeamless {
    background-image: url('../images/seamless/BlueOnWhite.png?v=2');
    background-size: contain;
    height: 127px;
    margin-top: 40px;
}

.content-header {
    text-align: center;
    margin-top: 30px;
}

    .content-header img {
        width: 281px;
    }

.content-header-date {
    color: #0000FF;
    font-size: 1.69rem;
    font-weight: 600;
    margin: 0px;
    margin-top: 30px;
}

.contentContainer #logoma {
    padding-bottom: 50px;
    float: right;
}

.content-header-location {
    color: #00182F;
    font-weight: 600;
    font-size: 1rem;
    margin: 0px;
    margin-top: 20px;
}

.callToActionContainer {
    background-image: url(../images/background/Application-Background.jpg);
    background-size: cover;
}

.videoContent .block {
    /*background-color:black;*/
}

.facebook {
    padding: 0px;
    background: url(../images/icons/social-buttons-2025.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.facebook:hover {
    background: url(../images/icons/social-buttons-2025.png) no-repeat 0 -32px;
}
.twitter {
    padding: 0px;
    background: url(../images/icons/social-buttons-2025.png) no-repeat -32px 0;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.twitter:hover {
    background: url(../images/icons/social-buttons-2025.png) no-repeat -32px -32px;
}
.linked-in {
    padding: 0px;
    background: url(../images/icons/social-buttons-2025.png) no-repeat -128px 0;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.linked-in:hover {
    background: url(../images/icons/social-buttons-2025.png) no-repeat -128px -32px;
}

.clear {
    clear: both;
}

a {
    color: #00182F;
    font-weight: bold;
    text-decoration: none;
}

img {
    border: none;
}

a:hover {
    color: #bbb;
}

.pdfLink {
    padding-left: 25px;
    line-height: 20px;
    /*height: 20px;*/
    display: block;
    background: url('../images/icons/pdf.png') no-repeat left center;
}



h1 {
    color: #1f2f63;
    /*text-shadow: 2px 2px 5px #ddd;*/
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-size: 1.6669rem;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

/*h2 {
    margin: 0;
    padding: 5px 0px 10px 0px;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 1.5rem;
    line-height: normal;
    color: #555;
}*/

h2 {
    color: #1f2f63;
    /* text-shadow: 2px 2px 5px #ddd; */
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
   }
    

ul {
    padding-left: 15px;
}

#content {
    text-align: justify;
    background-color: White;
    padding: 10px 25px 0px 25px;
}

.main-menu .home {
    color: #000;
}


.back-red {
    background-color: #E5322D;
}

.back-green {
    background-color: #59be02;
}

.back-green-active {
    background-color: #3e7c3b !important;
}

.back-yellow {
    background-color: #0CB0D5;
}

.back-black {
    background-color: #21201e;
}

.back-blue {
    background-color: #1f2f63;
}

.back-cyan {
    background-color: #0CB0D5;
}

.back-gray {
    background-color: #747474;
}

.back-darkblue {
    background-color: #00182F;
}

.ChevronStyleSmall {
    float: right !important;
    margin: 5px 8px 5px 20px
}

.ChevronStyleMedium {
    float: right !important;
    margin: 10px 8px 10px 20px
}

.hide-mobile {
    display: inline-block;
}

.block {
    /*    float: left;
    width: 48%;
    padding-right: 15px;*/
}

    /*    .block iframe {
        width: 1060px;
        height: 600px;
        display:block;
        margin-left:auto;
        margin-right:auto;
        
    }*/

    .block:before {
        width: 125px;
        height: 200px;
    }

    .block:before {
        float: right;
    }



#main-container {
    width: 100%;
    /*padding: 0px 20px 20px 20px;*/
    background-color: White;
    text-align: left;
    /*  -moz-box-shadow: 0px 5px 15px #000000;
    -webkit-box-shadow: 0px 5px 15px #000000;
    box-shadow: 0px 5px 15px #000000;*/
}

#banner-rotation {
    position: relative; /*height: 130px;*/
    /*padding-bottom:10px;*/
}

    #banner-rotation img {
        /*position: absolute;     top: 0;     left: 0;*/
    }




.news-listing {
    overflow: hidden;
}

    .news-listing .news-item {
        float: left;
        width: 50%;
    }

    .news-listing a {
        background-color: #f4f4f4;
        display: block;
        border: 1px solid #eee;
        padding: 8px;
        margin: 3px 3px;
        color: #555;
        height: 53px;
        vertical-align: middle;
    }


        .news-listing a:hover {
            color: #bbb;
        }

        .news-listing a span {
            font-size: 83%;
        }


.artical {
    border: 1px solid #eee;
    padding: 20px;
    background-color: #f7f7f7;
}

.contact-details {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    padding: 20px;
}

.sponsors {
    width: 100%;
}

    .sponsors .sponsor-item {
        text-align: center;
        float: left;
        background-color: white;
        border: 1px solid #eee;
        padding: 15px;
        margin: 5px;
        width: 200px;
        height: 170px;
        border-radius: 20px;
        font-size: 1rem;
    }

        .sponsors .sponsor-item div {
            padding: 0px 0px 10px 0px;
        }



.sat-team {
    width: 100%;
}

.sat-item img {
    width: 100px;
    height: 100px;
}

.sat-team .sat-item {
    text-align: center;
    float: left;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    padding: 15px;
    margin: 5px;
    width: 140px;
    height: 200px;
    font-size: 1.0625rem;
}

    .sat-team .sat-item div {
        padding: 0px 0px 10px 0px;
    }

.scan-team {
    border: 1px solid #eee;
    background-color: #f4f4f4;
    width: 100%;
    padding: 15px;
}

.reg-button {
    display: block;
    margin: 5px 15px 35px 0px;
    background-color: #00182F;
    color: #87FF00 !important;
    font-weight: bold;
    margin-right: 65px;
    width: 260px;
    border-radius: 20px 20px 20px 20px;
}

    .reg-button .heading {
        font-size: 1.5625rem;
        line-height: 25px;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
        color: #87FF00;
        padding: 15px;
        text-align: center;
    }

    .reg-button .details {
        margin-bottom: 10px;
        font-size: 1.1875rem;
        line-height: 25px;
        padding: 13px;
        font-weight: bold;
    }

    .reg-button .click-here {
        font-size: 1.25rem;
        color: #87FF00;
        background-color: #00182F;
        text-align: center;
        border-top: 1px solid white;
        font-weight: bold;
        position: relative;
        width: 100%;
        padding: 15px 0px;
        border-radius: 0px 0px 20px 20px;
    }

        .reg-button .click-here img {
            position: absolute;
            top: 2px;
            left: 5px;
        }

a.reg-button:hover .click-here {
    color: #3e7c3b;
}

.reg-button-2 {
    float: left;
    display: block;
    margin: 5px 15px 10px 0px;
    background-color: #00182F;
    width: 214px;
    color: #87FF00 !important;
    padding: 15px;
    font-weight: bold;
    border-radius: 20px 20px 20px 20px;
}

a.reg-button-2:hover {
}

.social-media {
    display: none;
    position: fixed;
    margin-left: 865px;
    top: 15px;
}

    .social-media .item {
        margin: 7px;
    }

.back-nav {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: right;
}

/*======================================*/
/*============ FLOW DIV STYLES ==========*/

#content-holder {
    /* padding: 25px 20px;*/
    min-height: 50px !important;
    overflow: hidden;
}

    #content-holder #content-page {
        overflow: hidden;
        position: relative;
    }

        #content-holder #content-page .tabs {
            overflow: hidden;
            position: relative;
        }

            #content-holder #content-page .tabs .tab {
                clear: both;
            }

                #content-holder #content-page .tabs .tab .sub-tabs {
                    overflow: hidden;
                    position: relative;
                }

                #content-holder #content-page .tabs .tab .sub-container {
                    position: relative;
                    clear: both;
                    overflow: hidden; /*width: 800px;*/
                }

                #content-holder #content-page .tabs .tab .sub-tab {
                    width: 800px;
                    vertical-align: top;
                    float: left;
                    overflow: hidden;
                    position: relative;
                }

                #content-holder #content-page .tabs .tab .sub-tabs, #content-holder #content-page .tabs .tab .sub-container, #content-holder #content-page .tabs .tab .sub-tab {
                    /* height: 320px;*/
                }





            #content-holder #content-page, #content-holder #content-page .tabs, #content-holder #content-page .tabs .tab {
                height: 350px;
                width: 800px;
                overflow: hidden;
                position: relative;
            }

.prev, .next, .button {
    /*    background-color: #00182F;
    color: white !important;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    font-size: 1rem;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal !important;
    position: relative;
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 15px;*/

    font-weight: bold;
    background-color: #00182F;
    color: white !important;
    padding: 15px 30px 12px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(154, 154, 154, .1));
    border-radius: 25px;
    border: 0;
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    font-size: .875rem;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: normal !important;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 15px;
}

    .button:disabled, input[type=submit]:disabled {
        background-color: #ddd;
        color: #aaa !important;
        cursor: default;
    }


.prev {
    float: left;
}

.next {
    float: right;
}

    .prev:hover, .next:hover, .button:hover {
        background-color: #FF0087;
    }

    a.loading {
        background-color: #ddd;
        color: #aaa !important;
        pointer-events: none;
        text-shadow: none;
    }

    .ajax-loader {
        background-image: url(../images/icons/loader.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }
    /*======================================*/
    /*============== MAIN MENU =============*/

    #ShowHide-menu {
        display: none;
        background-color: #00182F;
        cursor: pointer; /* border-bottom: 1px solid #065985;*/
        text-align: left;
        padding: 10px;
        color: White;
        margin: 0px 2px 10px;
        position: relative;
        font-size: 1.0831rem;
        align-items: center;
    }

        #ShowHide-menu img {
            position: absolute;
            top: 12px;
            left: 15px;
            height: 30px;
        }

    .main-menu {
        clear: both;
        /*margin-top: 20px;*/
        overflow: hidden;
        width: 100%;
        margin-bottom: 0px;
        text-align: right;
    }

        .main-menu .main-menu-item {
            /*width: 14.28%;
    float: left;*/
            display: inline-block;
        }




            .main-menu .main-menu-item a {
                text-decoration: none !important;
                font-weight: bold !important;
                font-style: normal !important;
                cursor: pointer;
                margin-right: 10px;
                margin-left: 10px;
                margin-bottom: 0px;
                font-style: normal;
                /*min-width: 86px;*/
                line-height: 45px;
                text-align: center;
                display: block;
            }

                .main-menu .main-menu-item a div {
                    /*background-color: #123c8a;*/
                    color: #000;
                }

                    .main-menu .main-menu-item a div:hover {
                        opacity: 0.9;
                    }

            .main-menu .main-menu-item img {
                border: none;
            }

            .main-menu .main-menu-item center {
                padding: 0;
                margin: 0;
                vertical-align: top;
                text-align: center;
                font-size: 0rem;
                line-height: 0px;
            }

            .main-menu .main-menu-item a.selected div {
                /*background-color: #1f2f63;*/
            }


            .main-menu .main-menu-item a center {
                display: none;
            }

            .main-menu .main-menu-item a.selected center {
                display: block;
            }

            .main-menu .main-menu-item a:hover center {
                display: block;
            }

            .main-menu .main-menu-item a:hover img {
                display: none;
            }

            .main-menu .main-menu-item a.selected img {
                display: inline !important;
            }
    /*======================================*/
    /*============== SUB MENU =============*/
    .sub-menu {
        clear: both;
        margin: 8px 2px 8px 1px;
        padding: 0px 15px;
        text-align: right;
    }

        .sub-menu .seperator {
            float: left;
            line-height: 3px;
            font-size: 1rem;
            color: #d9d9d9;
            padding: 0px 20px;
        }

        .sub-menu .sub-menu-item {
            display: inline-block;
            position: relative;
        }

            .sub-menu .sub-menu-item > a {
                text-decoration: none !important;
                font-style: normal !important;
                cursor: pointer;
                margin-bottom: 0px;
                padding-right: 20px;
                font-style: normal;
                line-height: 35px;
                font-size: 1rem;
                text-align: center;
                display: inline-block;
                color: #00182F;
                font-weight: 500;
            }


                .sub-menu .sub-menu-item > a:before {
                    content: "|";
                    padding-right: 20px;
                    color: #ccc;
                    display: inline-block;
                }

            .sub-menu .sub-menu-item:nth-of-type(1) > a:before {
                content: "";
                padding: 0;
            }

            .sub-menu .sub-menu-item > a:hover, .sub-menu .sub-menu-item > a.selected {
                color: #1f2f63;
            }

            .sub-menu .sub-menu-item a div {
                /*padding: 0px 20px;*/
            }

            .sub-menu .sub-menu-item a.selected {
            }

        .sub-menu .has-group > a {
            position: relative;
            padding-right: 30px;
        }

            .sub-menu .has-group > a:after {
                content: "❯";
                color: #999;
                right: 10px;
                top: 0px;
                position: absolute;
                /*transform: rotate(-90deg);*/
                transform: rotate(90deg);
            }

        .sub-menu .has-group .active-group:after {
            /*transform: rotate(90deg);*/
        }

        .sub-menu .sub-menu-item .menu-group {
            display: none;
            position: absolute;
            background-color: white;
            /*border-top: 4px solid #1f2f63;*/
            box-shadow: 0 2px 12px #d9d9d9;
            z-index: 1000;
            min-width: 170px;
            text-align: left;
        }


            .sub-menu .sub-menu-item .menu-group .menu-group-item {
                display: block;
                padding: 8px 15px;
                border-bottom: 1px solid #eee;
                text-decoration: none !important;
                font-style: normal !important;
                color: #00182F;
                font-size: .95rem;
                font-weight: 500;
            }

                .sub-menu .sub-menu-item .menu-group .menu-group-item:hover {
                    background-color: lightgray;
                }
        /* -------------- home sub-nav -----------------*/
        .sub-menu .home {
        }

            .sub-menu .home .sub-menu-item {
            }

                .sub-menu .home .sub-menu-item a {
                }


    #ShowHide-zone-menu {
        display: none;
        background-color: #ccc;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
    }

        #ShowHide-zone-menu div {
            line-height: 42px;
            color: #555;
            font-size: 1.0625rem;
            padding-left: 10px;
        }
    /*======================================*/

    .bars {
    }

    .bar-content {
        padding: 15px;
        margin: 5px 0px 10px 0px;
        background-color: #f4f4f4;
        text-align: left;
        border: 1px solid #eee;
        overflow: hidden;
        border-radius: 25px;
    }

    .bar-head {
        margin-bottom: 8px;
        cursor: pointer;
        text-align: left;
        line-height: 40px;
        color: White;
        font-size: 1.1875rem;
        padding-left: 15px;
        border-radius: 25px;
        background-color: #00182F;
        font-weight: 600;
    }

        .bar-head:hover {
            background-color: #3e7c3b;
        }

    .HbBars {
        padding: 5px 0px 0px 0px !important;
    }

    #bars li {
        list-style-type: disc;
        margin-left: 25px;
    }

    .why-exhibit {
        width: 100%;
        text-align: left;
    }

        .why-exhibit th {
            background: #0CB0D5;
            color: White;
            font-weight: bold;
            padding: 8px;
            border: 1px solid white;
        }

        .why-exhibit td {
            padding: 8px;
            border: 1px solid white; /*background-color:#F4F4F4;*/
        }

    .hosted-buyers-from {
    }

        .hosted-buyers-from td {
            padding-right: 150px;
        }

    .main-newstable {
        width: 85%;
    }

    .newstable td {
        padding-right: 5px;
        line-height: 21px;
        padding-bottom: 15px;
    }

    .news-artical {
        border: 1px solid #ccc;
        overflow-y: scroll;
        height: 165px;
        width: 780px;
        padding: 10px;
        background-color: White;
    }
    /*======================================*/
    /*=============== FOOTER ===============*/

    #footer {
        background-color: #00182F; /*background-color: black;     filter: alpha(opacity=75);     -moz-opacity: .75;     opacity: .75;*/
        overflow: hidden;
        /*margin-bottom: 15px;*/
        width: 100%;
        text-align: left;
        color: White;
        font-size: 1.15rem;
        /*    -moz-box-shadow: 0px 5px 15px #000000;
    -webkit-box-shadow: 0px 5px 15px #000000;
    box-shadow: 0px 5px 15px #000000;*/
    }

        #footer .footer-item {
            margin: 30px 40px 30px 40px;
            float: left;
        }

            #footer .footer-item .heading {
                color: white;
                font-size: 1.15rem;
            }

        #footer a {
            font-weight: normal;
            color: white;
            font-size: 0.9rem;
        }

            #footer a:hover {
                text-decoration: underline;
            }


        #footer .footer-item .links ul {
            list-style: none;
            padding-left: 10px;
        }

            #footer .footer-item .links ul li:before {
                content: "\2023";
                color: white;
                padding-right: 3px;
                margin-right: 5px;
                font-size: 1rem;
            }

            #footer .footer-item .links ul li {
            }

    .actionBtn {
        border-radius: 0px;
        border: 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inherit;
        line-height: 24px;
        margin: 0;
        min-height: 33px;
        padding: 6px;
        position: relative;
        text-align: left;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
        transition: all .2s cubic-bezier(.22, .61, .36, 1);
        width: 250px;
        /*font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;*/
    }

    .actionButtons {
        /*    padding: 60px 10px;
    margin-left: 800px;*/
        margin-left: 150px;
    }

        .actionButtons .actionBtn {
            width: 100%;
            border-radius: 25px;
            background-color: #00182F;
            margin-top: 20px;
        }

    .actionBtn:hover {
        background-image: linear-gradient(rgba(0,0,0,0.4)0 0);
        transform: translateY(-2px);
    }

    .nBlock {
        font-size: 1.1669rem;
        color: grey;
    }

    .headerDate {
        float: left;
        display: inline-block;
    }

    #twitter {
        display: flex;
        width: auto;
        padding: 0px 0px 0px 10px;
    }

    #linkedIn {
        display: flex;
        width: auto;
        padding: 20px 0px 0px 10px;
    }

    .form.privacy .check-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 10%;
    }

    @media screen and (max-width: 880px) {
        /*    #main-container
    {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }*/
        /*    .footer
    {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }*/
        /*    #bars
    {
        padding: 15px;
    }*/

        .block {
            width: 100% !important;
            padding-right: 0px;
            padding-top: 15px;
        }
        /*    .actionButtons {
        width: 55%;
        padding: 45px 10px 10px 10px;
        float: right;
    }*/
    }


    @media screen and (min-width: 801px) {
        .main-menu {
            display: block !important;
        }
    }


    @media screen and (max-width: 800px) {
        /*    #main-container
    {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }*/

        .menuMALogo {
            display: none;
        }

        .main-menu {
            display: none;
        }

            .main-menu .main-menu-item {
                width: 100%;
                float: none;
            }

                .main-menu .main-menu-item a div {
                    text-align: left;
                    padding-left: 15px;
                    border-bottom: 1px solid #3d6ec9;
                }

        #content-holder {
            padding: 20px 0px;
        }

        #ShowHide-menu {
            display: block !important;
            height: 30px;
        }

        .sub-menu .seperator {
            padding: 0px 15px;
        }
        /*    .actionButtons {
        width: 51%;
        padding: 50px 10px 5px 5px;
        float: right;
    }*/

        .bars-tab-apply {
            width: 16%;
        }
    }

    @media screen and (max-width: 700px) {
        .news-listing .news-item {
            width: 100%;
        }

        .news-listing a {
            min-height: 53px;
            height: auto;
        }
        /*    
    .block #vimeoVideo {
        width: 700px;
    }*/
        /*    .actionButtons {
        width: 44%;
        padding: 27px 5px 5px 5px;
    }*/
        /*    .actionBtn{
        padding:10px 20px;
    }*/

        .reg-button {
            width: calc(96% - 20px);
        }
    }
    /*@media screen and (max-width:657px){
    .HbBars {
        padding: 539px 0px 0px 0px !important;
    }
}*/

    @media screen and (max-width:569px) {
        .bars-tab .bars-tab-apply a {
            line-height: 25px;
        }
    }


    @media screen and (max-width: 600px) {
        /*   .block #vimeoVideo {
        width: 600px;
    }*/

        .headerDate {
            width: 50%;
        }
        /*    .actionButtons {
        width: 47%;
        padding: 70px 5px 5px 5px;
        float: right
    }
    .actionBtn{
        padding:5px 5px;
    }*/
    }

    @media screen and (max-width: 500px) {

        html, body {
            padding: 0;
            margin: 0;
        }

        #banner-rotation img {
            /*display: none;*/
        }

        .mobile-banner {
            display: block !important;
        }

        .sub-menu .seperator {
            padding: 0px 10px;
        }

        .hide-mobile {
            display: none !important;
        }

        /*    .block #vimeoVideo {
        height: 227px !important;
        width: 390px !important;
    }*/
    }
    /*@media screen and (max-width:427px){
    .HbBars {
        padding: 813px 0px 0px 0px !important;
    }
}*/

    @media screen and (max-width: 400px) {

        .bar-head {
            font-size: 0.8331rem;
        }

        .block {
            padding-top: 40px;
        }
        /*    .actionButtons {
        width: 100%;
        padding: 5px 0px 5px 5px;
        float: right
    }*/

        .headerDate {
            width: 100%;
        }
    }

    @media screen and (max-width:380px) {
        .bars-tab .bars-tab-apply a {
            line-height: 25px;
        }

        .bars-tab-apply {
            width: 25%;
        }
    }

    @media screen and (max-width:300px) {
        /*    .actionBtn {
        padding: 5px 20px;
    }

    .actionButtons {
        left: 0%;
        padding-top: 0px;
        display: flex;
        justify-content: space-evenly;
        width: 270px;
        height:79px;
    }*/
        /*    .block #vimeoVideo {
        height: 98px !important;
        width: 183px !important;
    }*/
        /*    #bars {
        padding: 0;
    }*/
    }

    @media (min-width: 700px) {
        /*    .actionBtn {
        padding: 5px 5px 5px 10px;
        min-width: 150px;
    }*/
    }

    .NextPreviousContainer {
        max-width: 100%;
        width: 100%;
    }
    /*=======================================================*/
    /*============== EXHIBITOR INFORMATION PAGE =============*/
    .ExhibitorContainer {
        margin-top: 20px;
    }

    .exhibitorContent {
        display: flex;
        flex-direction: row;
    }

    .exhibitorContentLeft {
    }

    .exhibitorContentRight {
    }
    /*=======================================================*/
    /*============== MEDIA INFORMATION PAGE =============*/
    .MediaContainer {
        margin-top: 20px;
    }

    .MediaContent {
        display: flex;
        flex-direction: row;
    }

    .MediaContentLeft {
    }

    .MediaContentRight {
    }
    /*=======================================================*/
    /*============== VISITOR INFORMATION PAGE =============*/
    .VisitorContainer {
        margin-top: 20px;
    }

    .VisitorContent {
        display: flex;
        flex-direction: row;
    }

    .VisitorContentLeft {
    }

    .VisitorContentRight {
    }
    /*=======================================================*/
    /*============== HOSTED BUYER INFORMATION PAGE =============*/
    .HostedBuyerContent {
        margin-top: 20px !important;
    }
    /*=======================================================*/
    /*============== CONTRACTOR INFORMATION PAGE =============*/
    .ContractorContent {
        margin-top: 20px !important;
    }
    /*=======================================================*/
    /*============== TRAVEL INFORMATION PAGE =============*/
    .TravelContent {
        margin-top: 20px !important;
    }
    /*======================================*/
    /*============ SUB MENU STYLE ==========*/
    .sub-menu-container {
        /*display: flex;*/
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    /*======================================*/
    /*============== GENERAL STYLE ============*/

    .container {
        padding-bottom: 50px;
    }

p {
    /*line-height: 1.75rem;
    font-size: 1.125rem;
    font-weight: 500; 
    color: #242424;*/
}

    .menuMALogo {
        width: 335px;
        height: 99px;
    }

    .MobileLogo {
        display: none;
    }

    .home-page-margin {
        margin: 0px 10px 0px 10px;
    }

    .content-padding {
        margin-left: 200px;
        margin-right: 200px;
    }

    .main-menu-logo {
        display: inline-block;
        float: left;
    }

    .main-menu {
        clear: both;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 35px;
        }

    .call-to-action-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-body {
    }

    .videoContent .block {
        /*background-color:black;*/
        position: relative;
        padding-bottom: 40.25%;
        height: 0;
    }

    .block iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #bars {
        margin-bottom: 20px;
    }

    .footer-social-container {
        float: right;
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .footer-social-icon {
        display: inline-block;
        border: 2px solid white;
        border-radius: 50%;
        color: white !important;
    }

        .footer-social-icon i {
            padding: 0.2rem;
        }

    .footer-social-container a, .footer-social-container a:visited {
        color: white;
    }

    .footer-copywrite, .footer-copywrite a {
        color: grey !important;
        font-size: 0.75rem !important;
    }

    .logisticContent {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ParentContainer {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 620px;
    }

    .GeneralBannerBackground {
        background-image: url('../images/banners/rotation/new/General-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .ExhibitorBannerBackground {
        background-image: url('../images/banners/rotation/new/Exhibitors-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    .TravelBannerBackground {
        background-image: url('../images/banners/rotation/new/Travel-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .ContractorBannerBackground {
        background-image: url('../images/banners/rotation/new/Contractors-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .VisitorBannerBackground {
        background-image: url('../images/banners/rotation/new/Visitor-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .MediaBannerBackground {
        background-image: url('../images/banners/rotation/new/Media-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .HostedBuyerBannerBackground {
        background-image: url('../images/banners/rotation/new/HostedBuyer-Banner-Background.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .BannerBackgroundImage {
        width: 100%;
    }

    .BannerBackgroundImageOverlay {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 620px;
        align-items: center;
        justify-content: center;
    }

    .BannerBackgroundImageOverlayMiddle {
        flex-grow: 1;
        width: 33%;
        order: 2;
        text-align: center;
    }

        .BannerBackgroundImageOverlayMiddle img {
            width: 400px;
        }

    .BannerBackgroundImageOverlayLeft {
        flex-grow: 1;
        width: 33%;
        margin-top: auto;
        order: 1;
        margin-left: 30px;
    }

        .BannerBackgroundImageOverlayLeft img {
            width: 500px;
        }

    .BannerBackgroundImageOverlayRight {
        flex-grow: 1;
        width: 33%;
        margin-top: auto;
        order: 3;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-right: 30px;
    }

        .BannerBackgroundImageOverlayRight img {
            margin-left: auto;
            margin-bottom: 20px
        }

    .BannerBackgroundImageOverlayRightOne {
        width: 230px;
    }

    .BannerBackgroundImageOverlayRightTwo {
        width: 300px;
    }

    .ThankYouBanner {
        background-image: url('../images/2026/banners/thank-you/thankyou_background.png');
    }

        .ThankYouBanner.ParentContainer,
        .ThankYouBanner .BannerBackgroundImageOverlay {
            /*max-height: 354px;*/
        }

        .ThankYouBanner .BannerBackgroundImageOverlayLeft {
            margin-left: 50px !important;
            margin-top: initial;
        }

        .ThankYouBanner .BannerBackgroundImageOverlayRight {
            margin-right: 50px !important;
        }

        .ThankYouBanner .BannerBackgroundImageOverlayLeft,
        .ThankYouBanner .BannerBackgroundImageOverlayRight {
            width: 20% !important;
        }

            .ThankYouBanner .BannerBackgroundImageOverlayLeft img {
                display: block;
                width: auto !important;
                height: auto !important;
                max-width: 100%;
                max-height: 290px;
                margin: auto;
            }

            .ThankYouBanner .BannerBackgroundImageOverlayRight img {
                margin-bottom: 50px;
            }

        .ThankYouBanner .BannerBackgroundImageOverlayMiddle {
            width: 80% !important;
            margin: 0 50px;
        }

            .ThankYouBanner .BannerBackgroundImageOverlayMiddle img {
                display: block;
                width: auto !important;
                height: auto !important;
                max-width: 100%;
                max-height: 225px;
                margin: auto;
            }

    .logisticContent, .newsContent {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .MobileLogo {
        margin-left: 40px;
    }

    .no-zone {
        text-align: justify;
    }

    .success {
        margin: 10px 0px !important;
        padding: 10px 15px !important;
        display: block !important;
        color: #004b00 !important;
        border: solid 1px #AF8 !important;
        background-color: #71e471 !important;
        border-radius: 10px;
    }

.error {
    margin: 10px 0px 20px 0px;
    padding: 10px 15px;
    display: block;
    color: #000000;
    background-color: #ffe01e;
    border-radius: 10px;
}

    .caution {
        margin: 10px 0px;
        padding: 10px 15px;
        display: block;
        color: #a6740c;
        border: solid 1px #a6740c;
        background-color: #fae4b8;
        border-radius: 10px;
    }

    .form.privacy .check-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 10%;
    }

    textarea {
        font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
        border-radius: 10px;
        padding: 5px;
    }

    .list-grid th {
        width: 30px;
    }
    /*======================================*/
    /*============= CRUMBS =================*/
    .crumbs {
        color: rgb(127, 127, 127);
        margin: 10px 0 20px 0;
    }

        .crumbs a {
            padding: 0 4px 0 4px;
            text-decoration: none;
            font-size: 0.8125rem;
            font-weight: normal;
        }

            .crumbs a:visited {
                text-decoration: none;
            }

            .crumbs a:hover {
                text-decoration: none;
            }

            .crumbs a:active {
                text-decoration: none;
            }

            .crumbs a.first {
                color: #000;
            }

                .crumbs a.first:visited {
                    color: #000;
                    text-decoration: none;
                }

                .crumbs a.first:hover {
                    text-decoration: none;
                }

                .crumbs a.first:active {
                    text-decoration: none;
                }
    /*======================================*/
    /*======================================*/
    /*================ MODAL ===============*/

    .modal_background {
        position: absolute;
        background-color: black;
        filter: alpha(opacity=40);
        -moz-opacity: .40;
        opacity: .40;
    }

    .modal_panel {
        background-color: white;
        text-align: center;
        border: solid 1px gray;
        max-width: 500px;
        padding: 15px;
    }

        .modal_panel .modal-container {
            padding: 10px;
            border: 1px solid #ddd;
            background-color: #f6f6f6;
            text-align: left;
        }

        .modal_panel .modal-header {
            font-weight: bold;
            border-bottom: 1px solid #aaa;
            font-size: 1rem;
            margin-bottom: 15px;
            line-height: 16px;
            padding-bottom: 8px;
        }

        .modal_panel .modal-content {
        }

    .modal_table {
        width: 100%;
    }

        .modal_table th {
            background-image: url(../images/WindowBarBlue.png);
            background-repeat: repeat-x;
            height: 30px;
            color: White;
            font-weight: bold;
            vertical-align: middle;
            padding-left: 10px;
            padding-right: 5px;
        }

        .modal_table .td {
            padding: 20px;
            text-align: left;
        }

        .modal_table .CostEstimate td {
            padding: 5px;
        }

        .modal_table .CostEstimate th {
            background-image: none;
            height: 30px;
            color: #444;
            font-weight: bold;
            vertical-align: middle;
            padding-left: 10px;
            padding-right: 5px;
        }



.link {
    background-color: #00182F;
    color: white !important;
    padding: 10px 18px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .1));
    border-radius: 30px;
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal !important;
    display: inline-block;
    transition: background-color 200ms linear;
    cursor: pointer;
}

    .link:hover {
        background-color: #FF0087;
        text-decoration: none;
    }C

    .pdfLink {
        padding-left: 25px;
        line-height: 20px;
        height: 20px;
        width: 300px;
        display: block;
        background: url('../images/icons/pdf.png') no-repeat left center;
    }
    /*======================================*/
    /*======================================*/
    /*============= MOBILE STYLE ===========*/
    /*Small devices (landscape phones, 0px and up)*/
    @media screen and (min-width: 0px) and (max-width: 575px) {
        .BannerBackgroundImage {
            height: 212px;
        }

        .BannerBackgroundImageOverlayMiddle {
            flex-direction: row;
        }

        .BannerBackgroundImageOverlayMiddle {
            width: 100%;
            align-items: center;
            justify-content: center;
        }

            .BannerBackgroundImageOverlayMiddle img {
            }

        .BannerBackgroundImageOverlayLeft {
            display: none;
        }

        .BannerBackgroundImageOverlayRight {
            display: none;
        }


        .content-padding {
            margin-left: 5px;
            margin-right: 5px;
        }

        .main-menu .main-menu-item {
            margin-top: 0px;
        }

        .menuMALogo {
            width: 230px;
            height: 70px;
        }

        .main-menu-logo {
            margin-left: 23px;
        }

        .exhibitorContent {
            flex-direction: column;
        }

        .MediaContent {
            flex-direction: column;
        }

        .VisitorContent {
            flex-direction: column;
        }

        .content-header-date {
            line-height: 25px;
        }

        .MobileLogo {
            display: inline-block;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }

        .actionButtons {
            margin-left: 70px;
        }

        #ShowHide-menu img {
            height: 20px;
        }
    }
    /*Small devices (landscape phones, 576px and up)*/
    @media screen and (min-width: 576px) and (max-width: 767px) {
        .content-padding {
            margin-left: 5px;
            margin-right: 5px;
        }

        .main-menu .main-menu-item {
            margin-top: 0px;
        }

        .menuMALogo {
            width: 230px;
            height: 70px;
        }

        .main-menu-logo {
            margin-left: 23px;
        }

        .MobileLogo {
            display: inline-block;
        }

        .BannerBackgroundImageOverlayLeft {
            display: none;
        }

        .BannerBackgroundImageOverlayRight {
            display: none;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 800px) {
        .content-padding {
            margin-left: 5px;
            margin-right: 5px;
        }

        .main-menu .main-menu-item {
            margin-top: 0px;
        }

        .menuMALogo {
            width: 230px;
            height: 70px;
        }

        .main-menu-logo {
            margin-left: 23px;
        }

        .content-padding {
            margin-left: 50px;
            margin-right: 50px;
        }

        .MobileLogo {
            display: block;
            position: sticky;
            height: 50px;
            width: 180px;
        }

        .BannerBackgroundImageOverlayLeft {
            display: none;
        }

        .BannerBackgroundImageOverlayRight {
            display: none;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }
    /*Medium devices (tablets, 768px and up)*/
    @media screen and (min-width: 801px) and (max-width: 991px) {

        .menuMALogo {
            width: 230px;
            height: 70px;
        }

        .content-padding {
            margin-left: 25px;
            margin-right: 25px;
        }

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 19px;
        }

        .BannerBackgroundImageOverlayLeft {
            display: none;
        }

        .BannerBackgroundImageOverlayRight {
            display: none;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }
    /*Large devices (desktops, 992px and up)*/
    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .content-padding {
            margin-left: 50px;
            margin-right: 50px;
        }

        .menuMALogo {
            width: 250px;
            height: 70px;
        }

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 19px;
        }

        .BannerBackgroundImageOverlayRightOne {
            width: 150px;
        }

        .BannerBackgroundImageOverlayRightTwo {
            width: 200px;
        }

        .BannerBackgroundImageOverlayLeft img {
            width: 250px;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }
    /*X-Large devices (large desktops, 1200px and up)*/
    @media screen and (min-width: 1200px) and (max-width: 1399px) {

        .menuMALogo {
            width: 305px;
            height: 90px;
        }

        .content-padding {
            margin-left: 50px;
            margin-right: 50px;
        }

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 30px;
            margin-right: 20px;
        }

        .BannerBackgroundImageOverlayRightOne {
            width: 150px;
        }

        .BannerBackgroundImageOverlayRightTwo {
            width: 200px;
        }

        .BannerBackgroundImageOverlayLeft img {
            width: 250px;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }
    /*XX-Large devices (larger desktops, 1400px and up)*/
    @media screen and (min-width: 1400px) and (max-width:1599px) {

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 35px;
        }

        .BannerBackgroundImageOverlayRightOne {
            width: 150px;
        }

        .BannerBackgroundImageOverlayRightTwo {
            width: 200px;
        }

        .BannerBackgroundImageOverlayLeft img {
            width: 250px;
        }

        .BannerBackgroundImageOverlayMiddle img {
            width: 210px;
        }

        .ParentContainer {
            height: 354px;
        }

        .BannerBackgroundImageOverlay {
            height: 354px;
        }
    }

    @media screen and (min-width: 1600px) {

        .main-menu .main-menu-item {
            display: inline-block;
            margin-top: 35px;
        }
    }

    .dxpc-contentWrapper {
        border: none !important;
    }

    .dxpc-content {
        z-index: 101 !important;
        font-family: 'Soleto', sans-serif;
    }

        .dxpc-content ul {
            margin: 0;
            padding: 0;
        }

        .dxpc-content li {
            list-style-type: none;
            font-size: 12px;
            line-height: 22px;
        }

        .dxpc-content hr {
            border: none;
            border-top: solid 1px #c20026;
            height: 1px;
            line-height: 1px;
            background-color: transparent;
        }

        .dxpc-content li a {
            font-weight: normal;
        }

            .dxpc-content li a:hover {
            }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        /*margin-bottom: 20px;*/
    }

        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd;
        }

        .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd;
        }

        .table > caption + thead > tr:first-child > th,
        .table > colgroup + thead > tr:first-child > th,
        .table > thead:first-child > tr:first-child > th,
        .table > caption + thead > tr:first-child > td,
        .table > colgroup + thead > tr:first-child > td,
        .table > thead:first-child > tr:first-child > td {
            border-top: 0;
        }

        .table > tbody + tbody {
            border-top: 2px solid #ddd;
        }

        .table .table {
            background-color: #fff;
        }

    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {
        padding: 5px;
    }

    .table-bordered {
        border: 1px solid #ddd;
    }

        .table-bordered > thead > tr > th,
        .table-bordered > tbody > tr > th,
        .table-bordered > tfoot > tr > th,
        .table-bordered > thead > tr > td,
        .table-bordered > tbody > tr > td,
        .table-bordered > tfoot > tr > td {
            border: 1px solid #ddd;
        }

        .table-bordered > thead > tr > th,
        .table-bordered > thead > tr > td {
            border-bottom-width: 2px;
        }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .table-hover > tbody > tr:hover {
        background-color: #f5f5f5;
    }

    table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }

    table td[class*="col-"],
    table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }

    .table > thead > tr > td.active,
    .table > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .table > tfoot > tr.active > th {
        background-color: #f5f5f5;
    }

    .table-hover > tbody > tr > td.active:hover,
    .table-hover > tbody > tr > th.active:hover,
    .table-hover > tbody > tr.active:hover > td,
    .table-hover > tbody > tr:hover > .active,
    .table-hover > tbody > tr.active:hover > th {
        background-color: #e8e8e8;
    }

    .table > thead > tr > td.success,
    .table > tbody > tr > td.success,
    .table > tfoot > tr > td.success,
    .table > thead > tr > th.success,
    .table > tbody > tr > th.success,
    .table > tfoot > tr > th.success,
    .table > thead > tr.success > td,
    .table > tbody > tr.success > td,
    .table > tfoot > tr.success > td,
    .table > thead > tr.success > th,
    .table > tbody > tr.success > th,
    .table > tfoot > tr.success > th {
        background-color: #dff0d8;
    }

    .table-hover > tbody > tr > td.success:hover,
    .table-hover > tbody > tr > th.success:hover,
    .table-hover > tbody > tr.success:hover > td,
    .table-hover > tbody > tr:hover > .success,
    .table-hover > tbody > tr.success:hover > th {
        background-color: #d0e9c6;
    }

    .table > thead > tr > td.info,
    .table > tbody > tr > td.info,
    .table > tfoot > tr > td.info,
    .table > thead > tr > th.info,
    .table > tbody > tr > th.info,
    .table > tfoot > tr > th.info,
    .table > thead > tr.info > td,
    .table > tbody > tr.info > td,
    .table > tfoot > tr.info > td,
    .table > thead > tr.info > th,
    .table > tbody > tr.info > th,
    .table > tfoot > tr.info > th {
        background-color: #d9edf7;
    }

    .table-hover > tbody > tr > td.info:hover,
    .table-hover > tbody > tr > th.info:hover,
    .table-hover > tbody > tr.info:hover > td,
    .table-hover > tbody > tr:hover > .info,
    .table-hover > tbody > tr.info:hover > th {
        background-color: #c4e3f3;
    }

    .table > thead > tr > td.warning,
    .table > tbody > tr > td.warning,
    .table > tfoot > tr > td.warning,
    .table > thead > tr > th.warning,
    .table > tbody > tr > th.warning,
    .table > tfoot > tr > th.warning,
    .table > thead > tr.warning > td,
    .table > tbody > tr.warning > td,
    .table > tfoot > tr.warning > td,
    .table > thead > tr.warning > th,
    .table > tbody > tr.warning > th,
    .table > tfoot > tr.warning > th {
        background-color: #fcf8e3;
    }

    .table-hover > tbody > tr > td.warning:hover,
    .table-hover > tbody > tr > th.warning:hover,
    .table-hover > tbody > tr.warning:hover > td,
    .table-hover > tbody > tr:hover > .warning,
    .table-hover > tbody > tr.warning:hover > th {
        background-color: #faf2cc;
    }

    .table > thead > tr > td.danger,
    .table > tbody > tr > td.danger,
    .table > tfoot > tr > td.danger,
    .table > thead > tr > th.danger,
    .table > tbody > tr > th.danger,
    .table > tfoot > tr > th.danger,
    .table > thead > tr.danger > td,
    .table > tbody > tr.danger > td,
    .table > tfoot > tr.danger > td,
    .table > thead > tr.danger > th,
    .table > tbody > tr.danger > th,
    .table > tfoot > tr.danger > th {
        background-color: #f2dede;
    }

    .table-hover > tbody > tr > td.danger:hover,
    .table-hover > tbody > tr > th.danger:hover,
    .table-hover > tbody > tr.danger:hover > td,
    .table-hover > tbody > tr:hover > .danger,
    .table-hover > tbody > tr.danger:hover > th {
        background-color: #ebcccc;
    }

    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    @media screen and (max-width: 767px) {
        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }

            .table-responsive > .table {
                margin-bottom: 0;
            }

                .table-responsive > .table > thead > tr > th,
                .table-responsive > .table > tbody > tr > th,
                .table-responsive > .table > tfoot > tr > th,
                .table-responsive > .table > thead > tr > td,
                .table-responsive > .table > tbody > tr > td,
                .table-responsive > .table > tfoot > tr > td {
                    white-space: nowrap;
                }

            .table-responsive > .table-bordered {
                border: 0;
            }

                .table-responsive > .table-bordered > thead > tr > th:first-child,
                .table-responsive > .table-bordered > tbody > tr > th:first-child,
                .table-responsive > .table-bordered > tfoot > tr > th:first-child,
                .table-responsive > .table-bordered > thead > tr > td:first-child,
                .table-responsive > .table-bordered > tbody > tr > td:first-child,
                .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                    border-left: 0;
                }

                .table-responsive > .table-bordered > thead > tr > th:last-child,
                .table-responsive > .table-bordered > tbody > tr > th:last-child,
                .table-responsive > .table-bordered > tfoot > tr > th:last-child,
                .table-responsive > .table-bordered > thead > tr > td:last-child,
                .table-responsive > .table-bordered > tbody > tr > td:last-child,
                .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                    border-right: 0;
                }

                .table-responsive > .table-bordered > tbody > tr:last-child > th,
                .table-responsive > .table-bordered > tfoot > tr:last-child > th,
                .table-responsive > .table-bordered > tbody > tr:last-child > td,
                .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                    border-bottom: 0;
                }
    }

.links ul li {
    margin-bottom: 0.5rem;
}


    .noscript-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    .js-nocookies-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    .js-noscript-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    .dialog {
        z-index: 101 !important;
        background: url(../images/icons/close.png) center no-repeat;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 10px;
        box-shadow: 0 0 18px rgba(0, 0, 0, .5);
        zoom: 1;
        padding: 10px;
        font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
        background-color: #333;
    }

    .dialog-inner {
        background-color: transparent;
    }

    .dialog .dialog-title {
        background: #00182F;
        border-bottom: solid 1px #00182F;
        margin: 0;
        padding: 15px;
        position: relative;
        color: #fff;
    }

        .dialog .dialog-title h3 {
            color: #fff;
            font-size: 16px;
            line-height: 1;
            font-weight: 500;
            margin: 0;
            padding: 0;
        }

        .dialog .dialog-title p {
            line-height: 1.2;
        }

        .dialog .dialog-title h7 {
            color: #fff;
            font-size: 10px;
            margin: -1px 0 0 1px;
            float: left;
        }

        .dialog .dialog-title .close-modal {
            background: url(../images/icons/close.png) center no-repeat;
            display: block;
            height: 12px;
            position: absolute;
            right: 15px;
            top: 12px;
            width: 11px;
            padding: 10px;
            color: #00182F;
        }

    .dialog .content {
        padding: 20px 25px 10px 25px;
        overflow: auto;
        background-color: #fff;
        background-image: none;
    }
