/* 
    Created on : Jan 23, 2017
    Author     : Saul DLD
    About      : Default style for HTML
*/

body {
    font-family: sans-serif;
    font-size: 11.0pt;
}

@font-face {
    font-family: "Wingdings";
    src: url("wingding.ttf") format('truetype');
}

#header {
    background-color: #088193;
    width: 100%;
    height: 95px;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
    display: block;
}

#logo {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
    z-index: 99;
    width: 100%;
}

#logo img {
    height: 95px;
}

#documentHeader {
    font-size: 20pt;
    font-family: sans-serif;
    color: white;
    letter-spacing: .75pt;
    text-align: left;
    vertical-align: middle;
    padding-left: 200px;
    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
            0px 8px 13px rgba(0,0,0,0.1),
            0px 18px 23px rgba(0,0,0,0.1);*/
    position: relative;
    top: 50%;
    height: auto;
    width: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.document-header-type {
    font-style: italic;
}

.nav {
    background-color: #edf2f8;
    position: absolute;
    top: 95px;
    bottom: 0px;
    left: 0;
    width: 90px;
    font-size: 90%;
    padding-top: 0;
    overflow: hidden;
    font-family: sans-serif;
    float: left;
}

.innerNav ol {
    font-size: 13px !important;
}

.innerNav ol,
.innerNav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-left: 8px !important;
    font-size: 13px !important;
    font-weight: bold;
}

.docHistoryToc {
    margin-left: 0;
    padding-top: 7px;
    /*padding-bottom: 22px !important; */
}

.docHistoryToc a {
    font-family: sans-serif;
    color: #F80000 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.innerNav ol .level0 {
    margin-left: 0;
    padding-top: 0px !important;
    margin-top: 30px !important;
    padding-bottom: 7px !important;
}

.innerNav ol .level0 a {
    font-family: sans-serif;
    color: #F80000 !important;
    text-transform: uppercase;
    font-weight: bold;
    /*font-size: 14px;*/
}

.innerNav ol .level1 {
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 0px !important;
    font-family: sans-serif;
}

.innerNav ol .level2 {
    margin-left: 10px;
    padding-top: 8px;
    font-family: sans-serif;
}

.innerNav ol .level3 {
    margin-left: 10px;
    font-weight: normal;
    padding-top: 4px;
    font-family: sans-serif;
}

.innerNav ol .level4 {
    margin-left: 5px;
    font-weight: normal;
    padding-top: 2px;
    font-family: sans-serif;
}

.innerNav ol .level5 {
    margin-left: 10px;
    font-weight: normal;
    font-family: sans-serif;
}

.clearHeight {
    padding-top: 0px !important;
}

.innerNav a:link {
    color: #1f334b;
    text-decoration: none;

}

.innerNav a:visited {
    color: #1f334b;
    /*#4f81bd;*/
    text-decoration: none;

}

.innerNav a:hover {
    color: #ff0000;
}

.content {
    float: right;
    top: 95px;
    bottom: 0px;
    width: calc(100% - 120px);
    overflow: auto;
    position: absolute;
    left: 35px;
    padding: 15px;
}

/*
.release {
    cursor: pointer;
    height: 29px;
    width: 100%;
    background-color: #198a93;
    color: #eff5f9;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    margin: 1px 0 1px 0;
    line-height: 29px;
}

.current {
    background-color: #eff5f9 !important; 
    color: #f80000 !important;
}*/

.ribbon-box {
    background-color: #198a93;
    font-size: 15pt;
    text-align: center;
    margin: 1px 0 1px 0;
    line-height: 29px;
}

.ribbon-item {
    text-decoration: none !important;
    color: #eff5f9 !important;
    background: none
}

.ribbon-box-selected {
    background-color: #eff5f9 !important;
}

.ribbon-item-selected {
    color: #f80000 !important;
}

.spacer {
    height: 20px;
}

#desktopMenu {
    height: 100%;
    width: 90px;
    background-color: #0a7685;
    padding-top: 16px;
    float: left;
    position: relative
}

#headerMob {
    display: none;
    background-color: #088193;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#documentHeaderMob {
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 12pt;
}

#drawerButton {
    display: none;
}

#navMedum {
    display: none;
}

.menu-item {
    text-decoration: none;
}



/* OPT IN */

/*.optin table{
    border-collapse:collapse !important;
    width: 1100px;
}*/

/*
.optin thead tr, thead td {
    border: 1px solid black !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    vertical-align: bottom !important;
}

.optin tbody tr, tbody td{
    height : 30px !important;
    border: 1px solid black !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;

}

.optin thead td span {
 padding-left: 4px !important;
 padding-bottom: 6px !important;
}*/

.textCenter {
    text-align: center !important;
}

.grayBackground {
    background-color: #e8edef !important;
}

.fontRed {
    color: red !important;
}

.fontLink {
    color: #1874a2 !important;
    text-decoration: underline !important;
}

.textCenter {
    text-align: center !important;
}

.archive {
    height: 60px;
    width: 100%;
    background-color: #1c494e;
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    text-align: center;
}

.archive-img {
    display: inline;
    padding-left: 0px;
    height: 36px;
    padding-top: 12px;
}



/*MOBILE STYLES*/

@media screen and (min-width: 1025px) {
    #header {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .nav {
        display: none;
    }

    #header {
        display: none;
    }

    #navMedium {
        display: none;
    }

    #headerMob {
        display: block;
    }

    #drawerButton {
        display: inline;
    }

    #drawerButton button {
        display: inline;
        float: left;
        height: 100%;
        font-size: 20pt;
        margin: 3px;
        background: none;
        border: 0;
        color: white;
    }

    #drawerButton nav {
        float: left;
        display: inline;
    }

    #content {
        top: 50px;
        left: 2px;
        width: calc(100% - 36px);
    }

    .drawer-nav {
        text-align: left;
        overflow: auto;
    }

    .navTabYear {
        width: 100%;
        background-color: #0a7685;
        height: 27px;
    }

    .navTabYear .tab {
        text-align: center;
        vertical-align: center;
        margin: 0;
        padding: 0;
        background-color: #198a93;
        display: inline-block;
        height: 95%;
        width: 40px;
    }

    .navTabYear .tab-first {
        margin-left: 10px;
    }

    .navTabYear .tab span {
        color: #eff5f9;
        font-family: Arial;
        font-weight: bold;
        vertical-align: center;
        font-size: 12pt;
        vertical-align: sub;
        display: inline;
    }

    .tocNav {
        margin-left: 4px;
        padding-left: 4px;
        overflow: auto;
    }

    .nav {
        background-color: #edf2f8;
        position: absolute;
        top: 95px;
        bottom: 0px;
        left: 0;
        width: 25%;
        overflow: auto;
        padding-top: 5px;
        font-family: sans-serif;
    }

    .nav ol {
        font-size: 13px !important;
    }

    .nav ol,
    .nav ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        margin-left: 8px !important;
        font-size: 13px !important;
        font-weight: bold;
    }

    .docHistoryToc {
        margin-left: 0;
        padding-top: 7px;
        /*padding-bottom: 22px !important; */
    }

    .docHistoryToc a {
        font-family: sans-serif;
        color: #F80000 !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    .nav ol .level0 {
        margin-left: 0;
        padding-top: 0px !important;
        margin-top: 30px !important;
        /*padding-bottom: 7px !important;*/
    }

    .nav ol .level0 a {
        font-family: sans-serif;
        color: #F80000 !important;
        text-transform: uppercase;
        font-weight: bold;
        /*font-size: 14px;*/
    }

    .nav ol .level1 {
        margin-left: 0;
        padding-top: 4px;
        padding-bottom: 0px !important;
        font-family: sans-serif;
    }

    .nav ol .level2 {
        margin-left: 10px;
        padding-top: 4px;
        font-family: sans-serif;
    }

    .nav ol .level3 {
        margin-left: 10px;
        font-weight: normal;
        padding-top: 2px;
        font-family: sans-serif;
    }

    .nav ol .level4 {
        margin-left: 5px;
        font-weight: normal;
        padding-top: 1px;
        font-family: sans-serif;
    }

    .nav ol .level5 {
        margin-left: 10px;
        font-weight: normal;
        font-family: sans-serif;
    }

    .clearHeight {
        padding-top: 0px !important;
    }

    .nav a:link {
        color: #1f334b;
        text-decoration: none;

    }
    .nav a:visited {
        color: #1f334b;
        /*#4f81bd;*/
        text-decoration: none;

    }
    .nav a:hover {
        color: #ff0000;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .nav {
        display: none;
    }

    #header {
        display: none;
    }

    #navMedium {
        display: block;
    }

    #content {
        top: 70px;
        left: 2px;
        width: calc(100% - 36px);
    }

    #headerMob {
        display: block;
    }

    .navTabYear {
        width: 100%;
        background-color: #0a7685;
        height: 27px;
    }

    .navTabYear .tab {
        text-align: center;
        vertical-align: center;
        margin: 0;
        padding: 0;
        background-color: #198a93;
        display: inline-block;
        height: 95%;
        width: 40px;
    }

    .navTabYear .tab-first {
        margin-left: 10px;
    }

    .navTabYear .tab span {
        color: #eff5f9;
        font-family: Arial;
        font-weight: bold;
        vertical-align: center;
        font-size: 12pt;
        vertical-align: sub;
        display: inline;
    }

    .tocNav {
        margin-left: 4px;
        padding-left: 4px;
        overflow: auto;
    }
}
