﻿/*      
    *MENU BAR STYLES
*/
.header {
    position: relative;
    z-index: 1050;
}




/*
    *Row style
*/
.header-row{
    max-width: none !important;
    min-width: 155rem;
    border-bottom: 1px solid #d8dde3;
    margin-top: -5px !important;
}

.rowGen {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 110rem;
}

    .rowGen:before, .rowGen:after {
        content: " ";
        display: table;
    }

    .rowGen:after {
        clear: both;
    }

    .rowGen.collapse > .column,
    .rowGen.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .rowGen.collapse .rowGen {
        margin-left: 0;
        margin-right: 0;
    }

    .rowGen .rowGen {
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .rowGen .rowGen:before, .rowGen .rowGen:after {
            content: " ";
            display: table;
        }

        .rowGen .rowGen:after {
            clear: both;
        }

        .rowGen .rowGen.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .rowGen .rowGen.collapse:before, .rowGen .rowGen.collapse:after {
                content: " ";
                display: table;
            }

            .rowGen .rowGen.collapse:after {
                clear: both;
            }


/*
    *column style
*/
.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.large-1 {
    width: 8.3333333333%;
}

.large-2 {
    width: 16.6666666667%;
}

.large-3 {
    width: 25%;
}

.large-4 {
    width: 33.3333333333%;
}

.large-5 {
    width: 41.6666666667%;
}

.large-6 {
    width: 50%;
}

.large-7 {
    width: 58.3333333333%;
}

.large-8 {
    width: 69.6666666667%;
}

.large-9 {
    width: 75%;
}

.large-10 {
    width: 83.3333333333%;
}

.large-11 {
    width: 91.6666666667%;
}

.large-12 {
    width: 100%;
}

/*
    *Logo
*/
.logo {
    margin: 22px 0;
    display: inline-block;
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #54667a;
}

a.logo:hover {
    color: #117dbf;
}

.logo img {
    width: 90%;
    height: auto;
    min-height: 50px;
    display: block;
    margin-top: 7px;
    margin-bottom: 2px;
}

/*
    *dropdown bar style
*/
.nav {
    position: relative;
    z-index: 20;
    padding-left: 28px;
    border-left: 1px solid #d6dce2;
    margin-top: 34px;
    padding-top: 4px
}

    .nav ul {
        list-style: none outside none;
    }

    .nav li {
        position: relative;
        float: left;
        font-size: 13px;
    }

        .nav li:after {
            visibility: hidden;
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 261px;
            height: 35px;
            background: none;
            opacity: 0;
        }

        .nav li + li {
            margin-left: 32px;
        }

    .nav a {
        color: #54667a;
        text-transform: uppercase;
    }

    .nav a {
        -webkit-transition: all 0.26s;
        -o-transition: all 0.26s;
        transition: all 0.26s;
    }

    .nav li:hover > a {        
        color: #2D81FB;
        text-decoration: none;
        cursor: pointer;
    }

    .nav .current > a {
        color: #2D81FB;
        text-decoration: none;
    }

    .nav li:hover:after {
        visibility: visible;
    }

    .nav li:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
    }

.nav-dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -12px;
    z-index: 1050;
    width: 319px;
    padding: 30px 0;
    margin-top: 9px;
    background-color: #54667a;
    opacity: 0;
    border: 1px solid black;
}

.nav-dropdown {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .nav-dropdown a {
        font-size: 13px;
        line-height: 3;
        font-weight: 700;
        color: #c0cfe0;
        
    }

        .nav-dropdown a .fa {
            margin-right: 4px;
        }

    .nav-dropdown li {
        border: none;
        float: none;
        display: block;
        padding: 0 29px;
    }

        .nav-dropdown li + li {
            margin-left: 0;
        }

        .nav-dropdown li:hover > a {
            color: #fff;
            border: none;
            text-decoration: none;
            cursor: pointer;
            padding: 15px 15px;
        }

    .nav-dropdown .nav-dropdown {
        top: 0;
        left: 100%;
        margin: 0;
    }

/*
    *Buttons
*/
.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica", "Helvetica Neue", Roboto, Arial, sans-serif !important;
    font-weight: normal;
    line-height: normal;
    font-size: 15px !important;
    position: relative;
    text-decoration: none;
    text-align: center;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #2D81FB;
    color: #ffffff;
    border-color: #007095;
    color: #ffffff;
    transition: background-color 300ms ease-out;
}

.button:hover {
    background-color: #54667a;
}

/*
    *form styling
*/

.field {
    opacity: 1;
    display: inline-block;
    height: 32px;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
}






/*
    *Random Styling
*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

table {
    background: #ffffff;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

.paddingFixLogin{
    padding-top: 20px;
    padding-left: 20px;
}

/*
    Form Element Styling
*/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"],
input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #ffffff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    /*margin: 0 0 1rem 0;*/
    padding: 0.5rem;
    height: 2.3125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}
