﻿/*COMMON*/
h1, h2, h3, h4, h5, h6 {
    color: #252525;
    font-family: "Segoe UI Light","Segoe UI","Helvetica Neue Light","Helvetica Neue",Helvetica,Verdana,sans-serif;
    font-weight: 200;
    line-height: 120%;
    margin: 0;
}

h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h4 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h6 {
    color: #252525;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0 4px;
    padding: 0;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body, form {
    min-width: 100%;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
    color: #252525;
    padding: 0;
    margin: 0;
    background-color: white;
}



/*html, body {
    font-size: 13px;
    font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
    color: #252525;
    padding: 0;
    margin: 0;
    background-color: white;
}*/

body {
    /*min-width: 1200px;*/
}

.content {
    width: 1024px;
    margin: 0 auto;
}

.topBar {
    height: 25px;
    background-color: #4a4a4a;
    /*background-color:#355160;*/
    color: #ffffff;
}

    .topBar .itemSeparator {
        width: 1px;
        height: 14px;
        background-color: #777777;
        overflow: hidden;
        margin: 5px 10px 6px 10px;
    }

    .topBar a {
        color: #ffffff;
        text-decoration: none;
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px;
    }

        .topBar a:hover {
            text-decoration: underline;
        }

    .topBar .info {
        float: right;
        margin-right: 30px;
    }

.mainMenuBar {
    height: 66px;
}

.mainMenu {
    display: inline;
    float: right;
    height: 46px;
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
    z-index: 2;
}

    .mainMenu .item {
        float: left;
        height: 46px;
        margin: 0;
        padding: 1px 19px 0;
        position: relative;
        z-index: 4;
    }

        .mainMenu .item .itemTitle {
            cursor: pointer;
            font-size: 16px;
            line-height: 20px;
            text-decoration: none;
            color: #4a4a4a;
        }

            .mainMenu .item .itemTitle:hover {
                text-decoration: underline;
            }

        .mainMenu .item .separator {
            background-color: #d2d2d2;
            height: 24px;
            margin: 0;
            padding: 0;
            position: absolute;
            right: 0;
            top: 1px;
            width: 1px;
        }

.logo {
    background-image: url('../Images/logo.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 150px;
    height: 50px;
    float: left;
    margin-left: 30px;
    margin-top: 8px;
}

    .logo.small {
        background-image: url('../Images/logo_small.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        width: 86px;
        height: 25px;
        float: left;
        margin-left: 30px;
        margin-top: 0px;
    }


.pageTitleContainer {
    /*height: 32px;*/
    background-color: #4a4a4a;
    /*background-color:#355160;*/
    color: white;
}

    .pageTitleContainer .titleContainer {
        float: left;
        margin-left: 30px;
    }

    .pageTitleContainer .pageTitle {
        color: white;
        display: block;
        float: left;
        font-size: 24px;
        /*line-height: 24px;*/
        text-transform: uppercase;
    }

.pageTitle img {
    vertical-align: middle;
}

.footer {
    padding: 15px 0px 13px 0px;
    font-size: 12px;
    line-height: 13px;
    color: white;
    background-color: #4a4a4a;
    /*background-color:#355160;*/
}

    .footer a {
        color: #ffffff;
    }


    .site-info {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}

    .site-info ul {
        display: inline-block;
    }

    .site-info .seal {
        float: right;
    }

    .site-info .comodo {
        
    }

    .site-info .trustwave {
        
    }

    .site-info .comodo, .site-info .trustwave {
        display: table-cell;
    }

    .site-info a {
        text-decoration: none;
    }

    .site-info ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .site-info li {
        padding: 0px 15px 0px 15px;
        margin: 0;
        display: inline-block;
        border-right: solid 1px #fff;
    }

        .site-info li:last-child {
            border-right: none;
        }

        .site-info li:first-child {
            padding-left: 0;
        }


.section {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f4f4f4;
    position: relative;
}

    .section .top, .section .bottom {
        background-image: url('../Images/panel_shadow.png');
        background-repeat: no-repeat;
        height: 30px;
        overflow: hidden;
    }


    .section .top {
        margin-top: -1px;
    }

    .section .bottom {
        background-position: 0 -30px;
        margin-bottom: -1px;
        margin-top: 7px;
    }

.validationSummary, .text-danger {
    color: #ff0000;
}

    .validationSummary ul {
        list-style-type: none;
    }

        .validationSummary ul, .validationSummary ul li {
            margin: 0;
            padding: 0;
        }




.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

    .wrapper .main_content {
        padding: 0 0 110px;
        min-width: 1024px;
        width: 100%;
    }


.footer_box {
    margin-top: -110px;
    width: 100%;
    height: 110px;
    font-size: 12px;
    position: relative;
    min-width: 1024px;
}



.footer_content {
    min-width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    clear: left;
}

.copyright {
    height: 110px;
    padding-left: 18px;
    background-color: #4a4a4a;
}

    .copyright, .copyright a {
        color: #ffffff;
    }




.wrapper {
    background-color: #ffffff;
}


    .wrapper.DevEx {
        background-color: #ffffff;
    }

    .wrapper.Metropolis {
        background-color: #ffffff;
    }

    .wrapper.MetropolisBlue {
        background-color: #ffffff;
    }


    .wrapper.Office2010Blue {
        background-color: #eff5fb;
    }

    .wrapper.Office2010Black {
        background-color: #fdfeff;
    }

    .wrapper.Office2010Silver {
        background-color: #fdfeff;
    }


    .wrapper.Office2003Blue {
        background-color: #ddecfe;
    }


    .wrapper.Office2003Olive {
        background-color: #e2e8c9;
    }


    .wrapper.Office2003Silver {
        background-color: #e3e3ec;
    }


    .wrapper.Moderno {
        background-color: #ffffff;
    }

    .wrapper.Aqua {
        background-color: #ffffff;
    }

    .wrapper.BlackGlass {
        background-color: #e8edf1;
    }

    .wrapper.Glass {
        background-color: #edf3f4;
    }

    .wrapper.Mulberry {
        background-color: #ffffff;
    }

    .wrapper.PlasticBlue {
        background-color: #ffffff;
    }


    .wrapper.RedWine {
        background-color: #f2f2f2;
    }

    .wrapper.SoftOrange {
        background-color: #f9f9f9;
    }

    .wrapper.Youthful {
        background-color: #e5eecf;
    }


.login_main {
    margin-right: 300px;
}









.menuLocations ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #4a4a4a;
}

.menuLocations li {
    float: left;
}

    .menuLocations li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none;
    }

    .menuLocations li.dropdown {
        display: inline-block;
    }

.menuLocations .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

    .menuLocations .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .menuLocations .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.menuLocations .dropdown:hover .dropdown-content {
    display: block;
}





.unreadMsg {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 50%;
    border: solid 1px #eee;
    min-width: 16px;
    text-align: center;
    padding: 0 4px;
    display: none;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.video-links {
    padding: 20px 0;
}

    .video-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .video-links li {
    display:inline-block;
    width: 150px;
        margin-right: 30px;
    }

    .video-links video {
        display: inline-block;
        width: 150px;
    }

    .video-links h5 {
        margin-bottom: 10px;
    }
    .video-links h6 {
        margin-bottom: 5px;
        font-size:12px;
    }


.features {
    width: 1024px;
    position: relative;
}

    .features .row {
        margin-right: -15px;
        margin-left: -15px;
    }

        .features .row::after {
            clear: both;
        }

        .features .row::before, .features .row::after {
            display: table;
            content: " ";
        }

    .features .col1 {
        width: 58.33333333%;
    }

    .features .col2 {
        width: 41.66666667%;
    }

    .features .col1, .features .col2 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        display: table-cell;
    }

    .features .divider {
        /*border-top: 1px solid #eee;*/
        margin: 80px 0;
    }

    .features .feature-img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
    }

    .features > .row {
        margin-top: 80px;
    }

    .features h2 {
        color: rgb(51, 51, 51);
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .features .text-muted {
        color: #777;
    }

    .features p {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    .features .lead {
        font-size: 21px;
        line-height: 24px;
    }
