﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}
textarea.input-validation-error {
    border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



/* ----------------------------------------- */
.cb {
    clear: both;
    float: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.main {
    min-width: 1140px;
    font-size: 14px;
    font-family: 'Futura Md BT' !important;
    cursor: default;
}

.logo {
    float: left;
}

.search1 {
    float: right;
    display: block;
}

    .search1 div {
        margin-right: 10px;
    }

.search2 {
    float: left;
}

.searchValue {
    height: 50px;
    width: 295px;
    padding-left: 5px;
    font-size: 24px;
}

.searchbox {
    margin-top: 20px;
    text-transform: uppercase !important;
}

p {
    color: #4f4f4f;
    text-align: center;
}

h3 {
    -webkit-margin-before: 10px;
    margin-left: 10px;
}

.wrapper {
    width: 1140px;
    margin: auto;
}

.header {
    margin: 0px 0px 10px -12px;
    height: 200px;
    padding: 0px 30px 0px 30px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}

.top {
    width: 100%;
    background-color: #0d3c5b;
    font-size: 13px;
    text-transform: uppercase;
}

.topmenu {
    margin: 10px 0px 25px 0px;
    width: 1140px;
    height: 40px;
    text-align: right;
}

    .topmenu div {
        margin: 6px 0px 2px 0px;
        padding: 6px 10px 6px 10px;
        display: inline-block;
    }

.section1, .section2 {
    border-right: 1px dotted #B3B3B3;
}

.arrow {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
}

.column_text {
    word-wrap: break-word;
    word-break: break-all;
}

.content {
    margin-left: 8px;
    width: 640px;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #A8A8A8;
    min-height: calc(100vh - 200px - 85px);
}

.handbook {
    width: 30px;
    position: absolute;
    left: calc(100% - 32px);
    border: 1px solid #A8A8A8;
    min-height: 200px;
    height: 235px;
    background-color: white;
}

.handbook_text {
    text-transform: uppercase;
    border-top: 8px solid #A8A8A8;
    border-left: 0px solid #A8A8A8;
    font-size: 20px;
    padding: 7px 5px 7px 5px;
    height: 213px;
    color: #A8A8A8;
    text-align: center;
    cursor: pointer;
}

    .handbook_text:hover {
        border-top: 8px solid #2d4c65;
        color: #2d4c65;
        background-color: #f5be11;
    }

.handbook_text_open {
    text-transform: uppercase;
    border-left: 8px solid #2d4c65;
    font-size: 20px;
    padding: 7px 5px 7px 5px;
    margin-bottom: 22px;
    color: #A8A8A8;
    text-align: center;
    color: #2d4c65;
    background-color: #f5be11;
    cursor: pointer;
}

.handbook_content {
    display: none;
}

.sidebar {
    width: 400px;
    float: left;
    padding-left: 30px;
    padding-right: 8px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    margin-left: -12px;
    min-height: calc(100vh - 200px - 85px);
}

.clear {
    clear: both;
}

.footermenu {
    margin-top: 10px;
    width: 1140px;
    height: 40px;
}

    .footermenu div {
        margin: 6px 0px 2px 0px;
        display: inline-block;
        padding: 6px 10px 6px 10px;
    }

        .footermenu div:hover {
            background-color: #e6e6e6;
        }

            .footermenu div:hover a {
                color: #2d4c65;
            }

.header1 {
    text-transform: uppercase;
    background-color: #f5be11;
    border-left: 8px solid #2d4c65;
    font-size: 24px;
    padding: 7px 5px 7px 5px;
    margin-bottom: 22px;
    color: #0d3c5b;
}

.item {
    width: 315px;
    font-size: 14px;
    background-color: #F0F0F0;
    margin: 2px 0px 2px 5px;
    color: #696969;
    padding: 2px 0px 2px 0px;
    text-transform: capitalize;
    float: left;
    cursor: pointer;
}

.handbook_item {
    border-left: 6px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    width: 270px;
    font-size: 16px;
    margin: 0px 0px 0px 5px;
    color: #2d4c65;
    padding: 2px 0px 2px 15px;
    text-transform: capitalize;
    float: left;
    cursor: pointer;
}


    .handbook_item:hover {
        background-color: #f5be11;
        border-left-color: #2d4c65;
    }

.item:hover {
    background-color: #f5be11;
}

.box {
    margin: 5px 10px 5px 22px;
    float: left;
    width: 7px;
    height: 7px;
    background-color: #2D4C65;
}

nav > ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

ul {
    -webkit-padding-start: 10px;
}

li {
    text-transform: uppercase;
    font-size: 24px;
    color: #4f4f4f;
    list-style-type: none;
    height: 100%;
    padding: 0px;
    white-space: normal;
    display: block;
    text-align: -webkit-match-parent;
    border-bottom: 1px solid #A8A8A8;
    border-left: 6px solid #A8A8A8;
}

ul > li > a {
    height: 100%;
    line-height: 18px;
    color: #969696;
    display: block;
}

a {
    text-decoration: none;
}

li > .submenu {
    border-left: 6px solid #A8A8A8;
    padding: 10px 0px 10px 10px;
    margin-left: -6px;
    cursor: pointer;
}

.topmenu div:hover {
    background-color: #e6e6e6;
}

    .topmenu div:hover a {
        color: #2d4c65;
    }

.submenu > a {
    color: #969696;
    display: block;
}

li > div:hover {
    background-color: #e6e6e6;
    border-left: 6px solid #2d4c65;
}

nav > ul > li > ul {
    padding: 10px 0px 10px 10px;
}

ul > li > ul > li > div:hover {
    border-left: 6px solid #f5be11;
}

div > a {
    color: white;
}

ul > li ul, ul > li > ul > li > ul {
    display: none;
}

.button {
    padding: 6px 8px 6px 30px;
    margin-left: -40px;
    background: url('/Content/images/search.png') no-repeat;
    border: 0px;
    outline: 0;
    cursor: pointer;
}

.txt {
    color: #4f4f4f;
    font-size: 14px;
    float: left;
    width: 690px;
}

.policy_name {
    float: left;
    width: 270px;
}

.txt li {
    font-size: 14px;
    border: 0px;
    text-transform: none;
    display: list-item;
    list-style-type: inherit;
}

.link > a {
    color: #0d3c5b;
    text-decoration: underline;
}

.epigraph {
    color: #4f4f4f;
    float: right;
    margin: 25px 10px 25px 0px;
}
/*-------------------------------------------------*/
.category_menu {
    border-left: 6px solid #2d4c65;
    padding: 10px 0px 10px 10px;
    margin-left: -6px;
    cursor: pointer;
}



.category_submenu {
    margin: 2px 0px 2px 0px;
}

.category_menu2 {
    border-left: 6px solid #f5be11;
    padding: 10px 0px 10px 10px;
    margin-left: -6px;
    cursor: pointer;
}

.txt p {
    word-wrap: break-word;
    text-align: left;
}


.title2 {
    display: none;
}

/*-------------------------------------------------*/

.previous_version {
    margin: 10px 0px 20px 0px;
    font-weight: bold;
    color: #2d4c65;
    cursor: pointer;
}

    .previous_version:hover {
        text-decoration: underline;
    }

.policy_relDocs {
    margin: 10px 0px 20px 0px;
    font-weight: bold;
    color: #2d4c65;
    font-size: 13px;
}

.policy_relDocs_url {
    margin-left: 15px;
    font-weight: bold;
    color: #2d4c65;
    padding: 5px;
}

    .policy_relDocs_url:hover {
        color: #a8a8a8;
    }

.relDocs {
    padding: 5px;
}

/*---------FLEX BOX----------------------------------------*/

.wrapper-main {
    width: 1140px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
}

    .wrapper-main > * {
        flex: 1 100%;
    }

@media all and (min-width: 400px) {
    .sidebar {
        flex: 0 1 400px;
    }

    .content {
        flex: 1 640px;
    }
}

@media all and (min-width: 1140px) {
    .content {
        flex: 2 0px;
    }

    .sidebar {
        order: 1;
    }

    .content {
        order: 2;
    }
}

/*****Last Add 2.16.17*****/
.txt table, td, th {
    border: 1px solid black;
}

.txt table {
    border-collapse: collapse;
    width: 100%;
}
.txt table td{
    padding-left: 10px;
}
.txt th {
    height: 50px;
}