﻿@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

html, body {
    background-color: #EAEAEA;
    margin: 0 0;
    padding: 0 0;
    font-size: 18px;
}

.myContainer {
    margin: 0px auto;
    max-width: 960px;
    width: 100%;
}

/* ::::::: HEADER ::::::: */

#header {
    background-color: #616161;
    color: white;
    border-left: #323232 10px solid;
    margin-bottom: 5px;
}

    #header .headerText {
        margin-top: 2px;
        margin-bottom: 10px;
        margin-left: 8px;
    }

    #header h1 {
        text-transform: uppercase;
        font-size: 2.3em;
        margin-bottom: -10px;
        margin-top: 0;
    }

    #header .subH1 {
        font-size: 1.4em;
        font-weight: 300;
    }

    #header h3 {
        margin-top: -10px;
        padding-top: 0;
        font-size: 1.8em;
        font-weight: 300;
        margin-left: 8px;
        padding-bottom: 8px;
    }

#menu-button {
    display: none;
}

#menuContainer-mobile {
    display: none;
}

@media (max-width: 767px) {

    #header {
        border-left: none;
    }

        #header h1 {
            font-size: 1.8em;
            margin-right: 50px;
            padding-bottom: 5px;
            margin-bottom: 3px;
        }

        #header h3 {
            font-size: 1.2em;
            margin-top: -6px;
        }

    #menu-button {
        display: block;
        float: right;
        font-size: 2.2em;
        padding: 2px 7px 2px 8px;
        margin-top: 8px;
        margin-right: 8px;
        margin-bottom: 6px;
        cursor: pointer;
    }

        #menu-button.open {
            border-radius: 4px;
            background-color: #323232;
        }
}

@media (max-width: 480px) {

    #header h1 {
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: -8px;
    }

    #header .subH1 {
        font-size: .9em;
    }

    #menu-button {
    }
}

.header-table {
    width: 100%;
    font-size: 1px;
    margin: 0px 0px;
    border-collapse: collapse;
}

    .header-table tr {
    }

    .header-table td {
    }

.header-color-cell {
    width: 13.429%;
}

.header-gap-cell {
    width: 1%;
}

/* ::::::: SCAFFOLD ::::::: */

#scaffold {
    border-collapse: collapse;
}

#left-column {
    vertical-align: top;
    background-color: #EAEAEA;
    border-left: 10px solid #939393;
    padding-left: 2px;
    position: relative;
    width: 25%;
}

#right-column {
    background-color: white;
    vertical-align: top;
}

@media (max-width: 767px) {

    #left-column {
        width: 0px;
        background-color: #fff;
    }

        #left-column.open {
            display: block;
            width: 100%;
        }

        #left-column.closed {
            width: 0px;
        }

    #right-column {
        display: block;
        width: 100%;
    }
}

/* ::::::: MENU ::::::: */

#menuContainer {
    position: relative;
    left: -11px;
    top: -1px;
    margin-right: -12px;
}

    #menuContainer table {
        background-color: #eaeaea;
        border-collapse: collapse;
        min-width: 100%;
    }

    #menuContainer .row-gap, #menuContainer-mobile .row-gap {
        width: 100%;
        background-color: #eaeaea;
        height: 5px;
    }

.menuItemTabWidth {
    width: 10px;
}

.menu-item {
    cursor: pointer;
}

    .menu-item a {
        text-decoration: none;
        color: #344973;
    }

        .menu-item a:hover {
            color: #344973;
        }

    .menu-item.active {
        color: white;
    }

#menuContainer td {
    min-height: 100px;
    display: table-cell;
}

    #menuContainer td:first-child {
        height: 60px;
    }

    #menuContainer td span {
        display: block;
        margin: 10px 15px;
        font-size: 1em;
    }

#menuContainer-mobile.open {
    display: none;
}

#menuContainer-mobile.closed {
    display: none;
}

@media (max-width: 767px) {

    #menuContainer {
        top: -1px;
        left: -13px;
    }

    #menuContainer-mobile {
        display: block;
        width: 100%;
    }

        #menuContainer-mobile.open {
            display: block;
            width: 100%;
        }

        #menuContainer-mobile.closed {
            display: none;
        }

        #menuContainer-mobile table {
            width: 100%;
            text-align: center;
        }

        #menuContainer-mobile td.menu-item {
            font-size: 1.1em;
            padding: 10px 0px;
        }

    #menuContainer td.menu-item {
        display: none;
    }

    #scaffold #left-column {
        display: none;
    }
}

/* ::::::: CONTENT ::::::: */

#contentContainer {
    color: black;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 25px;
}

#contentHeader span {
}

@media (max-width: 767px) {

    #contentContainer {
        margin-left: 8px;
        margin-right: 8px;
    }

    #contentHeader {
        font-size: 1.8em;
    }
}

/* ::::::: NAVIGATION ::::::: */

#navigationContainer {
    text-align: center;
    padding-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
}

@media (max-width: 767px) {
    #navigationContainer {
        margin-left: 8px;
        margin-right: 8px;
    }

    #backBtn, #nextBtn {
        color: transparent;
        height: 39px;
        width: 48px;
    }
}

#backBtn, #nextBtn, #bookmark {
    font-size: 1.1em;
}

#bookmark {
    margin: 0px auto;
}

#backBtn {
    float: left;
    cursor: pointer;
}

    #backBtn img {
        float: left;
        margin-top: -7px;
        margin-right: 5px;
    }

#nextBtn {
    float: right;
    cursor: pointer;
}

    #nextBtn img {
        float: right;
        margin-top: -7px;
        margin-left: 5px;
    }

/* ::::::: FOOTER ::::::: */

#footer {
    margin: 0px 0px;
    padding: 10px 0;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: .8em;
    line-height: 1.2em;
}

    #footer a {
        color: white;
        text-decoration: underline;
    }

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .collapse.in {
        height: auto;
    }


/* RESPONSIVE HELPERS */

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}
