@charset "UTF-8";

#isi-fill .hidden {
    display: none
}

#isi {
    background-color: #fff;
    position: relative;
    z-index: 8
}

#isi .isi-wrapper {
    padding-bottom: 28px
}

#isi.isi-container {
    background: #fff;
    border-top: 1px solid #ccc;
    position: relative
}

#isi.isi-container h3 {
    background-color: #fff;
    color: inherit;
    font-weight: 700;
    margin: 6px 0 0;
    padding-bottom: 0px
}

#isi.isi-container a {
    cursor: pointer;
    color: #D54125;

}

#isi.isi-container a.isi-seemore {
    text-decoration: none
}

#isi:not(.isi-fixed) .isi-wrapper .fixed-header-wrapper {
    padding: 13px 0 1px
}

#isi:not(.isi-fixed) a.isi-seemore {
    display: none
}

#isi.isi-fixed {
    bottom: 0;
    height: 120px;
    position: fixed;
    transition: height .5s ease;
    width: 100%
}

#isi.isi-fixed.collapsed {
    height: 30px
}

#isi.isi-fixed.expanded {
    height: 72%
}

#isi.isi-fixed.expanded .isi-content {
    height: 70vh;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 30px
}

#isi.isi-fixed.expanded .isi-seemore:after {
    content: "▼ COLLAPSE"
}

#isi #to-report {
    padding-bottom: 25px
}

#isi .isi-seemore {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 2px;
    width: 120px
}

#isi .isi-seemore:after {
    color: #e97407;
    content: "▲ EXPAND";
    display: block;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    text-align: right
}

#isi h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px
}

#isi p {
    font-size: 14px;
    font-weight: 500;
}

#isi h5 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px
}

@media (min-width:576px) {
    #isi.isi-fixed .isi-wrapper {
        height: 102px;
        height: 105px
    }
}

@media (min-width:768px) {
    #isi.isi-fixed .isi-wrapper {
        height: 105px
    }

    #isi.isi-fixed .isi-wrapper .fixed-header-wrapper {
        font-size: inherit
    }
}

@media (min-width:992px) {
    #isi.isi-fixed .isi-wrapper {
        height: 105px
    }
}

@media (min-width:1200px) {
    #isi.isi-fixed .isi-wrapper {
        height: 105px
    }
}

body {
    color: #79797b;
    font-family: raleway, sans-serif;
    font-weight: 500
}

#nav a,
span {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
}

@media (max-width:576px) {

    #nav a,
    span {
        font-size: 12px
    }
}

#nav span {
    padding-right: 25px;
    font-style: italic;
}

@media (max-width:992px) {
    #nav span {
        display: block;
        padding-right: unset
    }
}

#nav a:nth-child(n+3):before {
    border-left: 1px solid #24a599;
    content: " ";
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width:992px) {
    #nav a:nth-child(n+3):before {
        margin-left: 10px;
        margin-right: 10px
    }
}

h1 {
    color: #44797B;
    font-size: 32px;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    margin-bottom: 20px;
    font-weight: 600;

}

h2 {
    font-size: 23px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;

}

h2,
h3 {

    color: #24a599;
}

h4 {
    font-size: 1rem
}

#logos a {
    text-decoration: none
}

.logo-img {
    height: 65px;
    margin-bottom: 10px;
    margin-top: 10px
}

.btn {
    background-color: #e97407;
    border: round;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase
}

#buttons h3 {
    font-size: 25px;
    font-family: brandon-grotesque, sans-serif;
}

@media (max-width:768px) {
    #buttons>div:first-child {
        margin-bottom: 50px
    }
}

#footer {
    background-color: #24a599;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
}

#top-footer a,
#top-footer span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

a {
    color: #e97407
}

#isi h4,
h5,
p {
    font-size: 1em;
}

#isi h4,
h5 {
    font-weight: 700
}

#footer-logo img {
    width: 90%
}

#footer p {
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 6px;
}

.subpage h3 {
    font-size: 20px;
    font-weight: 600;
}

.intro {
    font-size: 14px;
    margin-bottom: 35px
}

.modal-body h5 {
    color: #24a599;
    font-size: 20px;
    margin-bottom: 10px
}

.modal-dialog {
    max-width: 660px;
    width: 660px
}

.modal-body p {
    line-height: 1em;
    margin-bottom: 10px
}

#cancel {
    background-color: #79797b
}

.modal-body a {
    display: inline-block;
    margin: 20px;
    padding: 7px 40px
}