@font-face {
    font-family: 'OpenSansLight';
    src: url('../Stylesheet/Fonts/OpenSans-Light-webfont.eot');
    src: url('../Stylesheet/Fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../Stylesheet/Fonts/OpenSans-Light-webfont.woff') format('woff'), url('../Stylesheet/Fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../Stylesheet/Fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../Stylesheet/Fonts/OpenSans-Regular-webfont.eot');
    src: url('../Stylesheet/Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Stylesheet/Fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../Stylesheet/Fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../Stylesheet/Fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../Stylesheet/Fonts/OpenSans-Semibold-webfont.eot');
    src: url('../Stylesheet/Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Stylesheet/Fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../Stylesheet/Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../Stylesheet/Fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Light/thin font*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

    img.bg {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
    }

body {
    font: 0.8em 'OpenSansRegular', 'Open Sans', Arial;
    color: #333;
    background-color: #F9F9F6;
    padding: 0;
    margin: 0;
}

a {
    color: #008BCC;
    text-decoration: none;
}

    a:hover {
        color: #ff7e00;
    }

.clear {
    clear: both;
}


#headerContainer {
    height: 75px;
    background: url(../Images/HeaderBG.png) repeat;
    padding: 0;
}

#header {
    width: 1110px;
    height: 75px;
    margin: 0 auto;
}

#headerLogo {
    padding-top: 20px;
    float: left;
}

#headerNR {
    padding-top: 10px;
    float: right;
}

#navContainer {
    height: 30px;
    background-color: #004565;
    padding: 0 10px;
}

#nav {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}

    #nav ul {
        float: left;
        list-style-type: none;
        /*overflow: hidden;*/
        padding: 0;
        margin: 0;
    }

        #nav ul li {
            margin: 0 0 0 12px;
        }

            #nav ul li a {
                font-family: 'OpenSansRegular', 'Open Sans Regular', Arial;
                float: left;
                padding: 0;
                text-align: center;
                text-decoration: none;
                line-height: 30px;
                margin: 0 12px 0 0;
                color: #fff;
            }

        #nav ul > li:first-child {
            padding: 0;
            margin: 0;
        }

        #nav ul li a:hover {
            color: #ff7e00;
        }

        #nav ul li ul {
            float: left;
            list-style-type: none;
            background: #004565;
            padding: 0 0 4px 0;
            margin: 0;
        }

            #nav ul li ul li {
                margin: 0 0 0 0;
            }

                #nav ul li ul li a {
                    width: 120px;
                    font-family: 'OpenSansRegular', 'Open Sans Regular', Arial;
                    text-align: left;
                    text-decoration: none;
                    line-height: 30px;
                    padding: 0 0 0 5px;
                    margin: 0;
                    color: #fff;
                    border-bottom: 1px solid #fff;
                }

#clyxMenu a.popout {
    padding-right: 25px !important;
}

#pageContainer {
    padding: 0 10px;
}

#pageCenter {
    width: 500px;
    margin: 0 auto;
}

#pageCenterFull {
    width: 800px;
    margin: 0 auto;
}

.section {
    margin-bottom: 5px;
    margin-top: 80px;
}

    .section .content {
        padding: 12px 25px;
        background-color: #fff;
        border-radius: 4px;
        border: solid 1px #E5E5E5;
    }

        .section .content h1 {
            font: 1.6em 'OpenSansSemiBold', 'Open Sans SemiBold', 'Arial';
            margin-bottom: 10px;
        }

        .section .content h2 {
            font: 1.2em 'OpenSansSemiBold', 'Open Sans SemiBold', 'Arial';
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .section .content div {
            padding: 5px 0 5px 0;
        }

        .section .content p {
            padding: 5px;
        }

        .section .content ul {
            padding: 5px;
            padding-left: 25px;
        }

        .section .content .app {
            display: inline-block;
            padding: 10px 30px 10px 28px;
            text-align: center;
        }

        .section .content p:has(>.mfa-hide)
        {
            padding: 0;
            display: none;
        }

#footer {
    text-align: center;
    margin: 0;
    padding: 0;
}

    #footer p {
        margin-bottom: 2px;
        font: 0.8em 'OpenSansRegular', 'Open Sans', Arial;
    }

/* Cookie Compliance */
.fixed {
    position: absolute;
    padding: 0;
    top: 5px;
    left: 22%;
    width: 850px;
    border: 2px solid #7099AD !important;
    background: #F7F8DD;
    -moz-box-shadow: 1px 1px 7px #676767;
    -webkit-box-shadow: 1px 1px 7px #676767;
    box-shadow: 1px 1px 7px #676767;
    height: 30px;
    z-index: 3001;
    font-family: 'OpenSansRegular', 'Open Sans', Arial;
}

.hide {
    display: none;
}

.notificationmessage {
    padding: 7px;
}

label {
    display: inline-block;
}

input, textarea, select {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 0 5px;
    font-family: inherit;
    height: 24px;
    line-height: 22px; /*ie8*/
    outline: none;
}

.Button {
    display: inline-block;
    padding: 0 15px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #DDDDDD;
    color: #004565;
    border: 1px solid #004565;
    font-family: 'OpenSansRegular', 'Open Sans', Arial;
    cursor: pointer !important;
    cursor: hand;
}

.CheckBox input {
    padding: 0;
    margin: 0;
    height: 14px;
    line-height: 0; /*ie8*/
    vertical-align: middle;
}

.Button:hover {
    background-color: #004565;
    color: #fff;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:focus, select:hover {
    border-color: #004565;
    background: #efefef;
}

input[disabled], textarea[disabled], select[disabled] {
    background: #efefef;
    color: #333;
}

.ImageButton {
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

    .ImageButton:hover {
        background-color: #fff;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    height: 100%;
    width: 100%;
}

.modalClose {
    float: right;
}

.modalPanel {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #E5E5E5;
}

    .modalPanel h1 {
        font-size: 1.2em;
        padding-bottom: 5px;
    }

    .modalPanel p {
        padding: 5px 0 5px 0;
    }

    .modalPanel div {
        padding: 5px 0 5px 0;
    }

.barBorder {
    border: solid 1px #000;
    width: 100px;
    z-index: 100004;
}

.barVeryWeak {
    background: #ff0000;
    z-index: 100005;
}

.barWeak {
    background: #FF5900;
    z-index: 100005;
}

.barMedium {
    background: #FFFA00;
    z-index: 100005;
}

.barStrong {
    background: #267F00;
    z-index: 100005;
}

.mandatory {
    color: #ff0000;
    font-family: 'OpenSansSemibold', 'Open Sans SemiBold', Arial;
}

.RadioButtonList {
    display: inline;
}

    .RadioButtonList input {
        padding: 0;
        margin: 0 2px 0 2px;
        height: 14px;
        line-height: 0; /*ie8*/
        vertical-align: middle;
        border: none;
    }

    .RadioButtonList label {
        padding-right: 10px;
    }

div.RadComboBox_Default .rcbInput {
    border: 1px solid #DCDCDC !important;
    border-radius: 4px !important;
    padding: 0 5px !important;
    height: 24px !important;
    line-height: 22px !important; /*ie8*/
    outline: none !important;
}

div.RadComboBox_Default input:hover, div.RadComboBox_Default input:focus {
    border-color: #004565 !important;
    background: #efefef !important;
}

div.RadComboBox_Default td.rcbInputCellLeft {
    background: #fff;
}

div.RadComboBox_Default td.rcbArrowCellRight {
    background: #fff;
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default {
    font-family: 'OpenSansRegular', 'Open Sans', Arial !important;
}

div.RadComboBox_Default input[disabled] {
    background: #fcfcfa !important;
    color: #333 !important;
    border-color: #DCDCDC !important;
}

.RadListBox_Default .rlbGroup {
    border: 1px solid #DCDCDC !important;
    border-radius: 4px !important;
    padding: 0 5px !important;
}

    .RadListBox_Default .rlbGroup:hover {
        border-color: #004565 !important;
    }

.RadListBox_Default .rlbCheck {
    border: none !important;
}

.RadListBox .rlbText, .RadListBox .rlbItem {
    height: 22px !important;
    font-family: 'OpenSansRegular' !important;
}

.CheckBoxList {
    display: inline-table;
}

    .CheckBoxList td {
        padding: 0 10px 5px 0;
        margin: 0;
    }

    .CheckBoxList input {
        padding: 0;
        margin: 0;
        height: 14px;
        line-height: 0; /*ie8*/
        vertical-align: middle;
        margin-right: 5px;
    }

   /*Disclaimer content*/
#activityBlackout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}

#lightbox {
    background-color: rgba(255,255,255,1);
    width: 640px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    padding: 10px;
    z-index: 1001;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lightbox-header {
    margin-bottom: 10px;
}

    .lightbox-header > h1 {
        font-weight: normal;
        font-family: 'OpenSansSemiBold';
        font-size: 13px;
        line-height: 20px;
    }

    .lightbox-header > .lnr-cross {
        float: right;
        cursor: pointer;
        background-color: #fff;
        line-height: 20px;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
    }

        .lightbox-header > .lnr-cross:hover {
            background-color: rgba(238, 75, 62, 1);
            border: 1px solid rgba(238, 75, 62, 1);
            color: #fff;
        }

.lightbox-content {
    max-height: 280px;
    overflow: auto;
    color: #000;
}

    .lightbox-content > p {
        margin-bottom: 10px;
    }

        .lightbox-content > p:last-child {
            margin-bottom: 0;
        }

.checkbox-wrap > label {
    vertical-align: middle;
}

.checkbox-wrap > input {
    vertical-align: middle;
}
