@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

/*
* {
    outline: 1px solid #f00 !important;
}
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    color: #1C3065;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Inter', sans-serif;
    vertical-align: baseline;
}

sup {
    font-feature-settings: 'sups';
    font-size: xx-small;
    vertical-align: super;
}

/* IE 11 fix */
main {
    display: block;
}

.skip {
    display: none;
}


/* Mobile */
@media only screen {


    /* Structure first */
    body {
        background-color: #FFF;
    }


    /* Nearly all list elements in the header are inline */
    header li {
        display: inline;
    }

    header a {
        text-decoration: none;
    }

    #headerBanner {
        display: none;
    }

    #headerTop {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */

        display: flex;
        align-items: center;
        text-align: center;
        text-transform: capitalize;
        /* 500 (Base) */

        color: #E37222;
        width: 100%;
    }

        #headerTop nav {
            display: none;
        }

    #headerMembership {
        float: right;
    }

    #headerTools {
    }

    #headerSearch {
        display: none;
    }

    #headerLogo {
    }

    #headerMid {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        min-height: 63px;
    }

    #headerLogo img {
        height: 33px;
    }

    /*
    #headerFooter {
        display: none;
    }
        */


    main {
    }

    #content {
        min-height: 500px;
        padding: 10px;
    }

    #contentCols {
        display: flex;
        flex-direction: column;
    }

    #leftCol {
        padding: 0px 0px 20px 0px;
    }

    #subNav {
        list-style-type: none;
    }

        #subNav a, #subNav a:visited {
            text-decoration: none;
            line-height: 1.6em;
        }

    #rightCol {
    }

    #rightCol ul {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #indexTicker {
        background-color: #FFD8BD;
        width: 100%;
    }

    #alertsBanner {
        display: none;
    }

    #rightBan {
        display: none;
    }


    #footersocial {
        background: #E37222;
        border-radius: 0px 24px 24px 0px;
        width: 54px;
        height: 178px;
        margin-right: 20px;
    }

        #footersocial li {
            margin: 10px 0px 20px 3px;
        }

    #footerlist {
        display: flex;
        justify-content: left;
    }

        #footerlist > ul {
            margin-left: 30px;
        }

        #footerlist li {
            list-style-type: none;
        }

        #footerlist > ul a {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            text-transform: capitalize;
            text-decoration: none;
            font-style: normal;
        }

    #copyright {
        margin: 20px auto 0px auto;
        text-align: center;
    }

    /* Content */
    h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

        p.mainintro {
            font-size: 18px;
            line-height: 24px;
        }

        p.sectionintro {
            font-size: 18px;
            line-height: 24px;
        }



    hr {
        border: 0.5px solid #1C3065;
    }

    legend {
        display: none;
    }

    dl {
    }

    dt {
        font-weight: 600;
    }

    dd {
        margin: 5px 0px 10px 0px;
    }

    .colorpane {
        width: 287px;
        margin: 0px auto 0px auto;
        padding: 40px 10px 40px 10px;
        text-align: center;
    }

    .articlelist {
        list-style-type: none;
    }

        .articlelist li {
            padding: 5px 0px 5px 0px;
        }

    .grid {
        display: flex;
    }

        .grid li {
            display: inline-grid;
        }

    .grid-two {
        display: grid;
        grid-template-columns: 1fr;
    }

    .grid-two-weighted-front {
        display: grid;
        grid-template-columns: 1fr;
    }

    .grid-three {
        display: grid;
        grid-template-columns: 1fr;
    }

    .grid-four {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .grid-two img.thumb {
        max-width: 75px;
        display: block;
    }



    .grid-two-weighted-front img.thumb {
        max-width: 75px;
        display: block;
    }



    .grid-three img.thumb {
        max-width: 75px;
        display: block;
    }


    .grid-four img.thumb {
        max-width: 75px;
        display: block;
    }

    .articlelist a, .articlelist a:visited {
        text-decoration: none;
    }

    .data {
        width: 100%;
        margin: 20px 0px 20px 0px;
    }

        .data thead {
            background-color: #FFD8BD;
        }

        .data th {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            text-align: left;
            vertical-align: middle;
        }

        .data tbody {
        }

            .data tbody tr td {
                border-bottom: 1px solid #1C3065;
            }

        .data td {
            font-size: 14px;
            line-height: 26px;
            vertical-align: middle;
        }

    .date {
        color: #E37222;
    }

    .filing::before {
        content: url(/_images/icons/blue-filing.png);
        margin-right: 5px;
    }

    .orange-arrow::after {
        content: url(/_images/icons/orange-arrow.png);
        margin-left: 5px;
    }

    ol {
        margin: 10px 10px 10px 40px;
    }

    ul.pageNumbers {
        display: inline;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 20px auto 20px auto;
    }


        ul.pageNumbers li {
            display: inline;
            padding: 15px;
            text-align: center;
            pointer-events: none;
            line-height: 22px;
        }

            ul.pageNumbers li:hover {
                background-color: #1C3065;
            }

        ul.pageNumbers a {
            background-color: #fff;
            text-decoration: none;
            pointer-events: auto;
        }

            ul.pageNumbers a:hover, ul.pageNumbers li.prev a:hover, ul.pageNumbers li.next a:hover {
                background-color: #1C3065;
                color: #FFF;
                text-decoration: none;
            }

            ul.pageNumbers a.selected {
                background-color: #1C3065;
                color: #FFF;
                text-decoration: none;
            }

        ul.pageNumbers .prev, ul.pageNumbers .first {
            border-left: none;
        }

        ul.pageNumbers .next, ul.pageNumbers .last {
            border-right: none;
        }


    form {
        width: 80%;
    }


    div.field div.error {
        padding: 5px;
        color: #FFF;
        background-color: #DF1642;
        width: 80%;
    }

    .field {
        margin-bottom: 20px;
    }

        .field label {
            display: block;
            margin: 10px 0px 5px 0px;
        }

    .text input {
        border-radius: 8px;
        border: 1px solid #1C3065;
        width: 80%;
        padding: 3px;
    }

    .field select {
        border-radius: 8px;
        border: 1px solid #1C3065;
        width: 80%;
        padding: 3px;
    }

    .textarea textarea {
        border-radius: 8px;
        border: 1px solid #1C3065;
        height: 150px;
        width: 80%;
        padding: 3px;
    }

    .custom-checkbox {
        margin-bottom: 20px;
    }

        .custom-checkbox input {
            border-radius: 8px;
            border: 1px solid #1C3065;
            width: 20px;
            height: 20px;
        }

    .sxFormHF {
        display: none;
    }

    input[type=submit] {
        padding: 10px 50px 10px 15px;
        background-image: url(/_images/icons/white-arrow.png);
        background-repeat: no-repeat;
        background-position: right;
        background-color: #E37222;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        display: block;
        margin: 20px 5px 20px 25px;
        text-transform: capitalize;
        color: #FFF;
        border: none;
    }

    fieldset > a {
        display: block;
        margin: 10px 0px 20px 0px;
    }


    ol.azListing {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 20px auto 20px auto;
    }

        ol.azListing li {
            display: inline;
            padding: 8px;
            text-align: center;
            pointer-events: none;
        }

    ol.azListings li:hover {
        background-color: #1C3065;
    }

    ol.azListing a {
        background-color: #fff;
        text-decoration: none;
        pointer-events: auto;
    }

        ol.azListing a:hover, {
            background-color: #1C3065;
            color: #FFF;
            text-decoration: none;
        }

        ol.azListing a.selected {
            background-color: #1C3065;
            color: #FFF;
            text-decoration: none;
        }

    .contact li {
        background: #f3f3f3;
        padding: 15px;
        border-bottom: 1px solid #e7e7e7;
        list-style-type: none;
    }

        .contact li.even {
            background: #ffffff;
            padding: 15px;
            border-bottom: 1px solid #e7e7e7;
            list-style-type: none;
        }

        .contact li p {
            padding: 0;
        }



    .hideipad {
        display: none;
    }

    .hidemobile {
        display: none;
    }
}

/*
        There are so many options for nav that would need to be reset
        so boxing it off for tablet and mobile versions
    */
@media only screen and (max-width: 1199px) {
    #mainNav {
        position: fixed;
        top: 20px;
        right: 20px;
    }

        #mainNav ul {
            display: none;
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 100%;
            background-color: #333;
            color: #000;
        }


            #mainNav ul li {
                background-color: #000;
                border-bottom: 1px solid #999;
                color: #FFF;
                display: block;
                list-style-type: none;
                padding: 5px 0px 5px 0px;
                text-align: center;
                width: 100%;
            }

                #mainNav ul li.header {
                    font-weight: bold;
                }

                #mainNav ul li.listfooter {
                    position: fixed;
                    bottom: 0px;
                }

                #mainNav ul li a {
                    font-size: 32px;
                    line-height: 44px;
                }

        #mainNav a, #mainNav a:visited {
            color: #FFF;
            text-decoration: none;
        }

            #mainNav a:hover {
                font-weight: bold;
            }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #content {
        display: inline-block;
        min-width: 520px;
        max-width: 80%;
    }

    #contentCols {
        flex-direction: row;
    }

    #leftCol {
        padding: 0px 20px 0px 0px;
    }

    #rightCol {
    }

    #rightBan {
        display: inline-block;
        max-width: 160px;
    }

    .grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }



    .grid-two-weighted-front {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
}

@media only screen and (min-width: 1000px) {
    #headerBanner {
        display: flex;
        justify-content: space-around;
        padding-bottom: 5px;
        min-height: 100px;
    }

        #headerBanner img {
            max-width: 728px;
        }

    #headerTop {
        min-height: 44px;
    }

    #headerMid {
        padding: 0px 10px 0px 10px;
    }

    #headerFooter {
        padding: 0px 10px 0px 10px;
    }

    main {
    }

    #content {
        display: inline-block;
        min-width: 520px;
        max-width: 80%;
    }

    #contentCols {
        flex-direction: row;
    }

    #leftCol {
        padding: 0px 20px 0px 0px;
    }

    #rightCol {
    }

    #rightBan {
        display: inline-block;
        max-width: 160px;
    }

    .grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }



    .grid-two-weighted-front {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }


    .grid-three {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }


    .grid-four {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }




    /* content */
    p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }

        p.mainintro {
            font-size: 16px;
            line-height: 22px;
        }

        p.sectionintro {
            font-size: 18px;
            line-height: 24px;
        }

    .hidemobile {
        display: block;
    }
}


@media only screen and (min-width: 1200px) {



    #headerBanner {
        display: flex;
        justify-content: space-around;
    }

        #headerBanner img {
            max-width: 970px;
        }

    #headerTop {
        line-height: 24px;
        min-height: 48px;
        text-align: left;
    }

        #headerTop nav {
            display: inline-block;
        }

        #headerTop ul {
            list-style-type: none;
        }

        #headerTop li {
            margin-left: 20px;
        }

    #headerMid {
        min-height: 97px;
        padding: 0px 30px 0px 30px;
    }

    #headerLogo img {
        height: 47px;
    }

    #headerBurger {
        display: none;
    }

    #headerSearch {
        display: flex;
        justify-content: space-around;
        align-content: center;
        width: 100px;
    }

    #headerFooter {
        min-height: 48px;
        padding: 0px 30px 0px 30px;
        display: flex;
        align-items: center;
    }

    #mainNav > ul {
        display: flex;
        justify-content: space-around;
        position: static;
        top: unset;
        bottom: unset;
        height: unset;
    }


    #mainNav li {
        display: block;
        transition-duration: 0.5s;
    }

        #mainNav li:hover {
            cursor: pointer;
        }

    #mainNav > ul > li > ul.subNav {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        display: none;
        background-color: #1C3065;
        padding: 15px 5px 5px 10px;
    }

    #mainNav > ul li:hover > ul,
    #mainNav > ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    #mainNav > ul li ul li {
        clear: both;
        width: 100%;
        padding: 5px 0px 5px 0px;
    }

    main {
        display: flex;
        justify-content: space-around;
    }


    #content {
        width: 1000px;
        max-width: none;
    }

    #alertsBanner {
        background-color: #FFD8BD;
        color: #1C3065;
        width: 100%;
    }

    #rightBan {
        display: inline-block;
        margin: 20px 0px 20px 0px;
        width: 300px;
    }

    /* content */
    h1 {
        font-size: 64px;
        line-height: 72px;
    }



    p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }

        p.mainintro {
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
        }

        p.sectionintro {
            font-size: 18px;
            line-height: 22px;
        }

    .majorSection {
        width: 66%;
    }

    .minorSection {
        width: 32%;
    }

    ol.azListing {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 20px auto 20px auto;
    }

        ol.azListing li {
            display: block;
            padding: 8px;
            text-align: center;
            border-left: 1px solid #1C3065;
            border-right: 1px solid #1C3065;
            pointer-events: none;
        }

    ol.azListings li:hover {
        background-color: #1C3065;
    }

    ul.pageNumbers {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        border: 1px solid #1C3065;
        border-radius: 8px;
        margin: 20px auto 20px auto;
    }


        ul.pageNumbers li {
            display: block;
            padding: 15px;
            text-align: center;
            border-left: 1px solid #1C3065;
            border-right: 1px solid #1C3065;
            pointer-events: none;
        }

    .hideipad {
        display: block;
    }

    .mobileonly {
        display: none !important;
    }
}

/* Utility themes*/

.button {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    text-decoration: none;
    line-height: 30px;
}

    .button img {
        margin: auto;
    }

.lightorangeback {
    background-color: #FFD8BD;
    border: 1px solid #FFD8BD;
    color: #1C3065;
}

    .lightorangeback a, .lightorangeback a:visited {
        color: #1C3065;
    }

.lightblueback {
    background-color: #E6EFF3;
    border: 1px solid #1C3065;
    color: #1C3065;
}

    .lightblueback a, .lightblueback a:visited {
        color: #1C3065;
    }

.whiteback {
    background-color: #FFF;
    border: 1px solid #1C3065;
    color: #1C3065;
}

    .whiteback a, .whiteback a:visited {
        color: #1C3065;
    }

.blueback {
    background-color: #1C3065;
    border: none;
    color: #FFF;
}

    .blueback a, .blueback a:visited, .blueback * {
        color: #FFF;
    }



a.blueback, a:visited.blueback {
    color: #FFF;
}

.orangeback {
    background-color: #E37222;
    border: none;
    color: #FFF;
}

    .orangeback a, .orangeback a:visited {
        color: #FFF !important;
    }

a.orangeback, a.orangeback:visited {
    color: #FFF;
}




.middle {
    align-content: center;
    align-items: center;
}

#table-wrapper {
    position: relative;
}

#table-scroll {
    overflow: auto;
    margin-top: 20px;
    scrollbar-base-color: #FFD8BD;
    scrollbar-track-color: #E37222;
}

::-webkit-scrollbar-corner {
    background: #FFD8BD;
}

#table-wrapper table {
    width: 100%;
}

    #table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
        border: 1px solid red;
    }


/** from oldsite **/

.moduleList > li {
    list-style-type: none;
}

    .moduleList > li h2 {
        font-size: 24px;
    }

        .moduleList > li h2 span {
            font-size: 16px;
        }

    .moduleList > li dl {
    }

    .moduleList > li dt {
    }

    .moduleList > li dd {
    }


.pageoptions {
    list-style-type: none;
    margin-bottom: 20px;
}

.pageOptions {
    list-style-type: none;
    margin-bottom: 20px;
}

    .pageoptions li {
        display: inline-block;
    }

p.url {
    font-style: italic;
    padding: 2px 0 2px 0;
    margin: 0;
}

    p.url a {
        font-size: 1.2rem;
        text-decoration: underline;
        margin-bottom: 10px;
        display: block;
    }


.contentbanner {
    display: block;
    max-width: 480px;
    margin: 0px auto 0px auto;
}
