﻿@import url("../font-awesome-4.7.0/css/font-awesome.min.css");

/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, th {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: 600;
}
/*ol,ul { list-style:none;}*/
caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: none !important;
}

.list-normal {
    list-style: inside;
    line-height: 2em;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}
/**************************************************************************************/
a {
    color: #0261a0;
    text-decoration: none;
    outline: 0 none;
}

    a:hover {
        color: #017dcf;
        text-decoration: none;
    }

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #eeeeee;
    height: 100%;
}

.flt_lt {
    float: left !important;
    display: inline;
}

.flt_rt {
    float: right !important;
    display: inline;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}

figure {
    margin: 0;
    padding: 0;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

td {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

p {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
/*----------------------------------------------------------------------------------*/

/* ----------------------- layout ----------*/
.wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.container {
    width: 90%;
    margin: 0 0 0 3%;
    display: block;
}

/* ----------------------- header ----------*/

/* ---------------nav----------*/
.left-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 226px;
    background: #002741;
    float: left;
    height: 100%;
}

.logo {
    display: inline-block;
    margin: 0;
    padding: 19px 0 22px 8px;
}

    .logo a {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

.nav {
    display: block;
    margin: 0;
    padding: 0;
}

    .nav ul {
    }

        .nav ul li {
            display: block;
            margin: 0;
            padding: 0;
            border-left: 5px solid transparent;
            position: relative;
        }

            .nav ul li:hover, .nav ul li.active {
                background: #002239;
                border-left: 5px solid #0067ac;
            }



            .nav ul li a {
                display: block;
                margin: 0;
                padding: 16px 0 16px 5px;
                font-family: 'Raleway', sans-serif;
                font-size: 12.21px;
                color: #fff;
                opacity: 0.7;
                letter-spacing: .05em;
            }

            .nav ul li:hover, .nav ul li.active {
                background: #002239;
                border-left: 5px solid #0067ac;
            }

            .nav ul li a:hover, .nav ul li a.active {
                background-color: #001320;
                opacity: 1;
            }

            .nav ul li span {
                content: '';
                background: url(../images-ui/arrow1.png) no-repeat center 21px;
                display: inline-block;
                position: absolute;
                top: 0;
                right: 0;
                width: 30px;
                height: 100%;
            }

            .nav ul li.active span {
                content: '';
                background: url(../images-ui/arrow2.png) no-repeat center 21px;
                display: inline-block;
                top: 0;
                right: 0;
                width: 30px;
                height: 100%;
            }

            .nav ul li ul {
                display: none;
            }

                .nav ul li ul.active {
                    display: inline-block;
                    width: 100%;
                }

                .nav ul li ul li:hover, .nav ul li ul li.active {
                    border-left: none
                }

                .nav ul li ul li {
                    border: 0;
                }

                    .nav ul li ul li a {
                        border: 0;
                    }

                    .nav ul li ul li:hover {
                        border: 0;
                    }

            .nav ul li:hover {
                background: #001f34;
            }
/* ---------------nav end----------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome, .right-section {
        width: 82%;
    }

    ::i-block-chrome, .left-nav {
        width: 18%;
    }
}


.right-section {
    width: calc(100% - 226px);
    float: right;
    background: #f9f9f9;
}

.header {
    display: block;
    margin: 0;
    padding: 8px 28px 6px 3%;
    width: 100%;
    background: #f1eff1;
}

    .header h1 {
        display: inline-block;
        margin: 0;
        padding: 17px 0 5px;
        float: left;
        font-family: 'Lato', sans-serif;
        font-size: 18.89px;
        color: #707075;
        text-transform: uppercase;
        word-spacing: 4px;
        font-weight: normal;
    }



.header-right {
    display: inline-block;
    margin: 0;
    padding: 0 6% 0 0;
    float: right;
}

.help {
    display: inline-block;
    margin: 0;
    padding: 8px 20px 60px 20px;
    border-left: 1px solid #c3c3c3;
    height: 55px;
    float: left;
    position: relative;
}

    .help h3 {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #707075;
        font-weight: bold;
    }

        .help h3 small {
            display: block;
            margin: 0 10px 0 0;
            padding: 0 13px 0 0;
            font-family: 'Lato', sans-serif;
            font-size: 12px;
            color: #707075;
            font-weight: normal;
            background: url(../images-ui/arrow4.png) no-repeat right 8px;
        }

    .help a {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        color: #707075;
    }

    .help span {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        color: #707075;
    }

    .help figure {
        margin: 0 10px 0 0;
        display: inline-block;
    }

.profile {
    display: none;
    margin: 0;
    padding: 0;
    background: #f1eff1;
    width: 100%;
    position: absolute;
    top: 113%;
    left: 0;
    box-shadow: 0 1px 2px #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .profile ul {
        display: block;
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
    }

        .profile ul li {
            display: block;
            margin: 0;
            padding: 5px 0;
        }

            .profile ul li a {
                font-family: 'Open Sans', sans-serif;
                font-size: 13px;
                color: #707075;
            }

                .profile ul li a:hover {
                    text-decoration: underline;
                }

.btn3 {
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #707075;
    background: none;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

    .btn3:hover {
        opacity: 0.8;
    }

.help1 {
    cursor: pointer;
}

.top {
    display: block;
    margin: 0;
    padding: 23px 0 16px;
}

    .top h2 {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        color: #001320;
        font-weight: normal;
    }

        .top h2 small {
            display: block;
            margin: 0;
            padding: 0;
            font-family: 'Raleway', sans-serif;
            font-size: 14px;
            color: #001320;
            font-weight: normal;
        }

    .top ul {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 11px 8px;
    }

        .top ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            float: left;
            font-family: 'Lato', sans-serif;
            font-size: 13px;
            color: #707075;
            font-weight: normal;
        }

            .top ul li a {
                display: inline-block;
                margin: 0;
                padding: 0 7px;
                font-family: 'Lato', sans-serif;
                font-size: 13px;
                color: #707075;
                font-weight: normal;
            }

                .top ul li a.home {
                    background: url(../images-ui/home.png) no-repeat left center;
                    padding: 0 5px 0 20px;
                }

                .top ul li a:hover {
                    text-decoration: underline;
                }

.block {
    display: block;
    margin: 0 0 28px 0;
    padding: 16px 26px;
    background: #fff;
}

    .block h2 {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        color: #001320;
        font-weight: normal;
    }

    .block h3 {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        color: #001320;
        font-weight: normal;
    }
    /*.block h3:after				{float:right; content:'x'; display:inline-block; margin:0; padding:0;font-family: 'Raleway', sans-serif; font-size:18px; color:#001320; font-weight:normal; cursor:pointer;}*/
    .block h4 {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #001320;
        font-weight: normal;
    }
    /*.block h4:after				{float:right; content:'x'; display:inline-block; margin:0; padding:0;font-family: 'Raleway', sans-serif; font-size:18px; color:#001320; font-weight:normal; cursor:pointer;}*/
    .block h5 {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #001320;
        font-weight: normal;
    }

.block2 h2 {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #c8c7cc;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #001320;
    font-weight: normal;
}

.block-inner {
    display: block;
    margin: 0 0 28px 0;
    padding: 40px 16px 26px;
    background: #fff;
}

    .block-inner h2 {
        display: block;
        margin: 0 0 20px 0;
        padding: 0 0 0px;
        border-bottom: 1px solid #c8c7cc;
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        color: #001320;
        font-weight: normal;
    }

    .block-inner h3:after {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        color: #707075;
        font-weight: normal;
        cursor: pointer;
    }

.block2 h2 {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #c8c7cc;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #001320;
    font-weight: normal;
}

.block-inner-preview {
    display: block;
    margin: 0 0 30px 0;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-in {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    width: 46.4%;
}

    .block-in h3 {
        display: block;
        margin: 0 0 6px 0;
        padding: 0 16px 18px 11px;
        border-bottom: 1px solid #c8c7cc;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #001320;
        font-weight: normal;
        text-transform: uppercase;
    }

    .block-in img {
        width: 100%;
        height: auto;
    }

.block3 {
    display: block;
    margin: 33px 0 28px 0;
    padding: 16px 10px;
    background: #fff;
}

    .block3 h2 {
        display: block;
        margin: 0 0 22px 0;
        padding: 0 16px 18px 11px;
        border-bottom: 1px solid #c8c7cc;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        text-transform: uppercase;
    }

        .block3 h2:after {
            float: right;
            content: 'x';
            display: inline-block;
            margin: 0;
            padding: 0;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            color: #707075;
            font-weight: normal;
            cursor: pointer;
        }

.popular-main {
    padding: 0 26px 0;
}

    .popular-main h4 {
        display: block;
        margin: 0 0 6px 0;
        padding: 0 16px 16px 0;
        border-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        text-transform: uppercase;
    }

.popular {
    display: inline-block;
    margin: 0 0 0 45px;
    padding: 20px 29px;
    background: #0067ac;
    width: 300px;
    border-radius: 5px;
}

    .popular h4 {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 31px;
        color: #fff;
        font-weight: bold;
        float: left;
    }

        .popular h4 span {
            display: block;
            margin: 0;
            padding: 0;
            font-family: 'Lato', sans-serif;
            font-size: 13px;
            color: #fff;
            font-weight: normal;
        }

        .popular h4 sup {
            font-size: 15px;
        }

    .popular figure {
        float: right;
        margin: 8px 0;
    }

.popular1 {
    background: #f7464a;
    margin: 0 58px 0 0;
}


.tab-section {
    display: block;
    margin: 0;
    padding: 0 0 0 19px;
}

.tab-nav {
    background: #e6e8e8;
    width: 100%;
}

.tab-section ul {
    margin: 0;
    padding: 9px 8px 0;
    width: 100%;
}

    .tab-section ul li {
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 11px 22px 11px 15px;
        float: left;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        cursor: pointer;
    }

.tab-nav ul li:hover, .tab-nav ul li.active {
    background: #fff;
}

.tab-content {
    padding: 0 39px;
    display: none;
    margin: 0;
}

.links {
    display: block;
    margin: 0;
    padding: 0 0 7px 0;
}

    .links ul {
        display: block;
        margin: 0;
        padding: 0;
        background: none;
    }

        .links ul li {
            display: block;
            margin: 0;
            padding: 10px 10px;
            float: none;
            cursor: default;
        }

            .links ul li.col {
                background: #f2f2f2;
            }

            .links ul li.col2 {
                background: #fff;
            }

            .links ul li a {
                display: inline-block;
                margin: 0;
                padding: 0;
                width: 65.6%;
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                color: #666666;
                font-weight: normal;
                text-decoration: underline;
            }

                .links ul li a:hover {
                    text-decoration: none;
                }

    .links .none {
        text-decoration: none;
    }

    .links strong {
        font-weight: bold;
    }

.content {
    display: block;
    margin: 0;
    padding: 0 0 50px;
}

.tab-top {
    display: block;
    margin: 0;
    padding: 21px 0 11px;
}

    .tab-top .dd .ddTitle {
        background: #fff;
    }

    .tab-top .dd {
        border: 1px solid #c3c3c3;
        border-radius: 0;
        width: 80px !important;
        outline: none;
    }

        .tab-top .dd .divider {
            display: none;
        }

        .tab-top .dd .ddArrow {
            background: url(../images-ui/arrow3.png) no-repeat center center;
        }

    .tab-top span {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
    }

.text-field {
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    float: right;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    width: 160px;
    outline: none;
}

.links ul li.iconbg {
    background: url(../images-ui/ICON5.png) no-repeat right center;
}

.tab-content p {
    display: inline-block;
    margin: 0;
    padding: 6px 0 0;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.tab-content a.page {
    display: inline-block;
    margin: 0;
    padding: 7px 11px;
    background: #637f96;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    float: right;
}

.footer {
    display: block;
    margin: 0;
    padding: 0;
    padding: 0 0 60px;
}

    .footer p {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        font-size: 12.56px;
        color: #a0a0a3;
        font-weight: normal;
    }

        .footer p strong {
            font-weight: bold;
        }

.tab_section2 {
    display: none;
}

.address-content {
    padding: 23px 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

    .address-content h3 {
        display: block;
        margin: 0;
        padding: 0 10px;
        background-color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #58748b;
        font-weight: normal;
        position: absolute;
        left: 10px;
        top: -13px;
    }

.address {
    display: block;
    margin: 0;
    padding: 0;
}

    .address ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 47%;
    }

        .address ul li {
            display: block;
            margin: 0;
            padding: 0;
            float: none;
        }

            .address ul li label {
                display: block;
                margin: 0 0 7px 0;
                padding: 0;
                font-family: 'Lato', sans-serif;
                font-size: 14.4px;
                color: #989898;
                font-weight: 400;
            }

.survey-content {
    padding: 23px 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

    .survey-content h3 {
        display: block;
        margin: 0;
        padding: 0 10px;
        background-color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #58748b;
        font-weight: normal;
        position: absolute;
        left: 10px;
        top: -13px;
    }

.survey {
    display: block;
    margin: 0;
    padding: 0;
}

    .survey ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 60%;
    }

        .survey ul li {
            display: block;
            margin: 0;
            padding: 0;
            float: none;
        }

            .survey ul li label {
                display: block;
                margin: 0 0 7px 0;
                padding: 0;
                font-family: 'Lato', sans-serif;
                font-size: 14.4px;
                color: #989898;
                font-weight: 400;
            }

.survey-input {
    display: inline-block;
    margin: 0 0 13px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: normal;
    outline: none;
}

.text-field2 {
    display: inline-block;
    margin: 0 0 13px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #989898;
    font-weight: normal;
    width: 100%;
    outline: none;
}

.text-field3 {
    display: inline-block;
    margin: 0 0 13px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #989898;
    font-weight: normal;
    width: 180px;
    outline: none;
}

.Button {
    padding: 10px 10px;
    border: 0;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    outline: none;
    background: #58748b;
    border-radius: 5px;
    cursor: pointer;
}

    .Button:hover {
        opacity: 0.8;
    }

.Button_medium {
    padding: 7px 7px;
    border: 0;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    outline: none;
    background: #58748b;
    border: 1px solid #58748b;
    border-radius: 5px;
    cursor: pointer;
}

    .Button_medium:hover {
        opacity: 0.8;
    }

.Button_Secondary {
    padding: 10px 10px;
    border: 1px solid #999;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    outline: none;
    background: #f1f7ff;
    border-radius: 5px;
    cursor: pointer;
}

    .Button_Secondary:hover {
        opacity: 0.8;
    }

.Button_medium_Secondary {
    padding: 7px 7px;
    border: 1px solid #999;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: normal;
    outline: none;
    background: #f1f7ff;
    border-radius: 5px;
    cursor: pointer;
}

    .Button_medium_Secondary:hover {
        opacity: 0.8;
    }

.Button_Tertiary {
    padding: 10px 10px;
    border: 1px solid #ff4500;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #111;
    font-weight: normal;
    outline: none;
    background: #ffdab9;
    border-radius: 5px;
    cursor: pointer;
}

    .Button_Tertiary:hover {
        opacity: 0.8;
    }

.Button_medium_Tertiary {
    padding: 7px 7px;
    border: 1px solid #ff4500;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #111;
    font-weight: normal;
    outline: none;
    background: #ffdab9;
    border-radius: 5px;
    cursor: pointer;
}

    .Button_medium_Tertiary:hover {
        opacity: 0.8;
    }

.tab-section1 {
    padding: 0;
    background-color: #fff;
    margin: 0 0 50px;
}

.content1 {
    display: block;
    margin: 0;
    padding: 57px 17px;
}

.logo-block {
    padding: 20px 20px 45px;
    margin: 0 0 39px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

    .logo-block h3 {
        display: block;
        margin: 0;
        padding: 0 10px;
        background-color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #58748b;
        font-weight: normal;
        position: absolute;
        left: 10px;
        top: -12px;
    }

.curent-logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    width: 41%;
    text-align: center;
}

    .curent-logo h4 {
        text-align: left;
        display: block;
        margin: 7px 0 13px;
        padding: 0;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: 400;
    }

.upload-logo {
    display: inline-block;
    margin: 0;
    padding: 7px 30px;
    width: 57%;
    float: right;
}

    .upload-logo h4 {
        text-align: left;
        display: block;
        margin: 0 0 23px;
        padding: 0;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: 400;
    }

.file-upload {
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
    border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}
/*
    .address .dd .ddTitle		{background:#fff;}
.address .dd				{border:1px solid #c3c3c3; border-radius:0; width:100% !important; outline:none; margin:0 0 10px;}
.address .dd .divider		{display:none;}
.address .dd .ddArrow		{background:url(../images-ui/arrow3.png) no-repeat center center;}
.address .ddcommon ul		{display:block; width:100% !important;}
.address .dd .ddTitle .ddTitleText{font-family: 'Lato', sans-serif;font-size:14.4px;color:#989898;font-weight:normal;}
*/

.questions {
    border: 1px solid #C8C8C8;
}

    .questions td {
        padding: 10px;
        color: #666;
        border-bottom: 1px solid #C8C8C8;
    }

.questions-head {
    background: #DEDEDE;
    color: #333;
    font-weight: 700 !important;
    text-transform: uppercase;
}


.create-new {
    margin: 20px 0;
    padding: 20px 0;
}

    .create-new h5 {
        font-family: 'Lato', sans-serif;
        background: #f1f7ff;
        padding: 10px;
        border-bottom: 1px solid #c3c3c3;
        margin-bottom: 20px;
    }


.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/*
.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
*/
.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3;
}

/*
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5;
-ms-filter:"alpha(opacity=50)";
filter:alpha(opacity=50);
-khtml-opacity:.5;
-moz-opacity:.5;
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
*/
*/
.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

img.fnone {
    float: none !important
}
/*
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}
*/

/*************** default theme **********************/
/*
    .dd{border:1px solid #c3c3c3;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff; right:24px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(../images-ui/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 url(../images-ui/title-bg.gif) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 8px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3; float:none; margin:0; display:block;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}
    */

/* Pre v3.0 *********************** */
/*.notify_live {
    background-color: #ffdf79;
    font-family: Lato;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    z-index: 3;
}
*/

.notify_live {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 22px;
    font-family: Raleway;
    font-weight: 500;
    color: #001320;
}

.AlertGood {
    background-color: #99be57;
    text-align: center;
    padding: 15px;
    color: White;
    font-size: 12pt;
    line-height: 1.3em;
    z-index: 2;
}

    .AlertGood a {
        color: White;
    }

.AlertBad {
    background-color: crimson;
    text-align: center;
    padding: 15px;
    color: White;
    font-size: 12pt;
    line-height: 1.3em;
    z-index: 2;
}

    .AlertBad a {
        color: White;
    }

.AlertWarning {
    background-color: #a0288d;
    text-align: center;
    padding: 15px;
    color: White;
    font-size: 12pt;
    line-height: 1.3em;
    z-index: 2;
}

    .AlertWarning a {
        color: White;
    }

.AlertPromo {
    background-color: #00f2ff;
    text-align: center;
    padding: 15px;
    color: #00447d;
    font-size: 12pt;
    line-height: 1.3em;
    z-index: 2;
}

.orangeNB {
    border: 5px solid #FFC933;
    border-radius: 10px;
    -moz-border-radius: 10px;
    color: black;
    display: block;
    padding: 10px;
}

.required_field {
    font-weight: normal;
    color: #F0080C;
    font-size: 9pt;
}

.fmSectionHeading {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 10px;
}

.fmLabel {
    text-align: right;
    padding: 8px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14.4px;
    color: #666666;
    font-weight: 600;
}

.fmLabel_Large {
    text-align: right;
    padding: 4px 5px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 600;
}

.fmChkLabel {
    text-align: left;
    padding: 8px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14.4px;
    color: #666666;
    font-weight: 600;
}

.label_reach {
    text-align: left;
    font-family: Raleway, 'Open Sans';
    font-size: 18px;
    color: #666666;
}

.label-align {
    align-self: flex-start;
    margin-top: 45px;
}

.label_input {
    text-align: left;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.label_legend {
    text-align: left;
    font-family: 'Lato';
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}

.label_legend_input {
    text-align: left;
    font-family: 'Lato';
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.label_fnnllgd_input {
    font-family: 'Lato';
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.label_fnnllgd {
    margin-left: 10px;
    margin-right: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: bold;
}

.fm_title {
    text-align: left;
    font-family: 'Raleway';
    font-size: 28px;
    color: #001320;
    font-weight: normal;
}

.label_heading {
    text-align: left;
    padding: 20px 20px 20px 20px;
    font-family: 'Raleway';
    font-size: 24px;
    color: #001320;
    font-weight: bold;
    display: inline-block;
    text-align: center
}

.label-most-clicks {
    background-color: #ffb14e;
    text-align: left;
    color: #ffffff;
    padding: 40px;
}

.label-survey-responses {
    background-color: #ff0037;
    text-align: left;
    color: #ffffff;
    padding: 40px;
}

.label-compare-survey-responses {
    background-color: #0063ae;
    text-align: left;
    color: #ffffff;
    padding: 40px;
}

.label-2ndmost-clicks {
    background-color: #00c5c0;
    text-align: left;
    color: white;
    padding: 40px;
}

.label-majorclicks-text {
    font-family: 'Lato';
    font-size: 40px;
    color: white;
    font-weight: normal;
}

.label-minorclicks-text {
    font-family: 'Lato';
    font-size: 20px;
    color: white;
    font-weight: normal;
}

.label-tab {
    text-align: justify;
    font-size: larger;
    font: bold;
    padding-bottom: 20px;
    color: #001320;
    font-family: Lato;
}


.label-subscriber {
    text-align: justify;
    font-size: larger;
    font: bold;
    padding-bottom: 5px;
    padding-right: 20px;
    color: #001320;
    font-family: Lato;
}

.fmValue {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}

.fmValue_Large {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}

.fmEntry {
    padding: 8px 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    /* width:100%; */
    outline: none;
}

.fmRadDate, .fmRadComboBox {
    padding: 3px 5px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    /* width:100%; */
    outline: none;
}

.fmChkBox {
    padding-left: 150px;
    color: #666666;
}

.fmRadioButtonList {
    padding: 25px 0 0 25px;
}

.label-h2 {
    display: block;
    font-size: 24px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    line-height: normal;
    font-family: raleway,sans-serif;
    color: rgb(0,19,32);
}

/* START:  Telerik RadGrid styles*/

.RadGrid {
    outline: none;
}

    .RadGrid th.rgHeader {
        background: #ffffff !important;
        vertical-align: middle;
        height: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.5pt;
        font-weight: bold;
        color: #666;
        line-height: 1.3em;
        border: 0px;
    }

div.RadGrid .rgRow { /* change the background colour of rows */
    background: #f9f9f9 !important;
}

div.RadGrid .rgAltRow { /* change the  background colour for Alternated  rows */
    background: White !important;
}

div.RadGrid .rgSelectedRow { /* change the background colour for alternated  rows */
    background: #d4e8f8 !important;
    border-bottom: 0px;
}

div.RadGrid .rgHoveredRow { /* change the background colour for hovered rows */
    background: #f0f0f0 !important;
    border-bottom: 0px;
}

.RadButton_Default.rbCheckBox .rbText {
    color: #666666;
}
/* END:  Telerik RadGrid styles*/

.HBFontAwesome {
    color: #002741;
}

.HBFontAwesome_Green {
    color: #028a0f;
}

.HBFontAwesome_Orange {
    color: orange;
}

.HBFontAwesome_Red {
    color: crimson;
}

.HBFontAwesome_White {
    color: white;
}

.HBFontAwesome_Grey {
    color: grey;
}

.HBFontAwesome_Fuchsia {
    color: fuchsia;
}

.HBFontAwesome_FrenchFuchsia {
    color: #FD3F92;
}

.HBFontAwesome_DarkViolet {
    color: darkviolet;
}

.HBFontAwesome_Aquamarine {
    color: #00B2A6;
}



.Pad {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c7cc;
}

.Pad-custom {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c7cc;
}

.Pad-short {
    width: 10px;
    border-bottom: 2px solid #c8c7cc;
}

.main-div-padding {
    padding: 20px;
}

.label_block {
    text-align: left;
    padding: 0px 0px 0px 20px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.label_heading {
    text-align: left;
    padding: 20px 20px 20px 20px;
    font-family: 'Raleway';
    font-size: 24px;
    color: #001320;
    font-weight: bold;
}

.label-ErrorMsg {
    align-content: center;
    padding: 20px;
    font-family: Lato;
    font-size: 60px;
}

.ActionsTabOff {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    /*
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
*/
    padding: 10px;
}

.ActionsTextOff {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #434343;
}

.ActionsTabOn {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #ffffff;
    /*
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
*/
    padding: 10px;
}

.ActionsTextOn {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #001320;
}







.SecondaryActionsTabOff {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    /*
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
*/
    padding: 5px;
}

.SecondaryActionsTextOff {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #434343;
}

.SecondaryActionsTabOn {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #ffffff;
    /*
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
*/
    padding: 5px;
}

.SecondaryActionsTextOn {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #001320;
}






.RecordMiscellaneous {
    font-size: 8pt;
    color: silver;
}

.fmHint {
    text-align: left;
    font-size: 10pt;
    font-style: italic;
}

.MainWrap {
    padding: 15px;
    margin: 0px;
    background-color: White;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 15px solid #58748b;
}

.notify_bad {
    margin: 15px;
    color: #cd2222;
}

.notify_warning {
    margin: 15px;
    color: #FF4500;
}

.notify_good {
    margin: 15px;
    color: #397D02;
}

/* Fix to Telerik bug title bar height. See: https://www.telerik.com/forums/change-radwindow-titlebar-height-skin-color-and-font */
.RadWindow .rwTitleWrapper {
    box-sizing: content-box;
}

.pnlRecordCreateOrEdit {
    padding: 15px;
    background-color: #f6f6f6;
}

.RadUploadProgressArea_Default .ruProgressBar {
    background-color: #f1eff1;
}

.RadUploadProgressArea_Default .ruProgress {
    background-color: limegreen;
    background-image: none;
}

.RadUploadProgressArea {
    box-shadow: none;
    border-style: none;
}

.RadUploadProgressArea_Default .ruHeader {
    box-shadow: none;
    border-style: none;
    background-color: transparent;
    background-image: none;
}

@media print {
    body {
        /* force printing of background-colors */
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .container {
        width: 100%;
        margin: 0 0 0 0;
        display: block;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .right-section {
        width: 100%;
    }
}
