/** [BEGIN] Header */

header {
    width: 100%;
    height: 55px;
    background-color: #FFF;
    top: 0px;
    z-index: 99;
}

header div {
    width: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px auto;
}

header div figure {
    width: 50%;
}

header div nav {
    background: #FFF;
    width: 50%;
}

header div figure img {
    margin-top: -12.5px;
    margin-left: 12.5px;
    width: 30%;
    height: 30%;
}

header div figure object {
    margin-top: -12.5px;
    margin-left: 12.5px;
    width: 30%;
    height: 30%;
}

header div figure span {
    margin-top: -37.5px;
    margin-left: -12.5px;
}

header div nav span#menu {
    text-align: right;
    margin-right: 12.5px;
    font-weight: bold;
    font-size: 1.7em;
    color: #0032A0;
    display: block;
}

/**
header div nav span#menu:hover + ul {
    display: block;
}
*/

header div nav span#menu-close {
    display: none;
    position: relative;
    left: 160px;
    margin-right: 12.5px;
    width: 35px;
    font-weight: bold;
    color: #0032A0;
}

header div nav ul {
    display: none;
    background: #e6ebf6;
}

header div nav ul li {
    text-align: right;
    box-sizing: border-box;
    color: #0032A0; 
    font-size: 1em;
    text-decoration: none;
    border-bottom: 1px solid #D7D7D7;
}

header div nav ul li:active {
    color: #0032A0;
}

header div nav ul li.menu-nav-responsive {
    display: block;
}

header div nav ul li.dropdown-button {
    display: none;
}

/** [END] Header */

/** [BEGIN] Main */

main section div article {
    font-size: 55%;
    position: relative;
}

main section#hero-container {
    height: 250px;
}

main section#hero-container div article h1, main section#hero-container div article p, main section#hero-container div article button {
    margin-left: 25px;
}

main section#hero-container div article h1 {
    margin-top: -100px;
}

main section#hero-container div figure {
    display: none;
}

main section#app-download figure {
    display: none;
}

main section#app-download article {
    display: none;
}

main section#app-download figure ~ figure {
    display: block;
}

main section#app-download figure img#google-playstore {
    margin-top: -12.5px;
    margin-left: 25px;
    width: 35%;
    height: 35%;
}

main section.mobile-app-functions-header {
    width: 95%;
}

main section.mobile-app-functions-content {
    width: 95%;
}

main section.mobile-app-functions-content div figure {
    display: none;
}

main section.mobile-app-functions-content div article {
    font-size: 80%;
}

.margin-left-500 {
    margin-left: 0px;
}

.clear-7-5 {
    clear: both;
    height: 0px;
    margin-top: 0px;
}

main section ~ section {
    width: 95%;
}

main section#hero-container-sub-page {
    height: 80px;
    padding-left: 25px;
}

main section div article p.summary-content {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 200%;
}

main section div article p.summary-title {
    font-size: 200%;
}

main section div article p.summary-title {
    margin-bottom: 12.5px;
    font-size: 200%;
}

main section div figure {
    display: none;
}

main section#flex-2-columns div, main section#flex-3-columns div, main section#flex-4-columns div {
    width: 95%;
    display: flex;
    flex-direction: column;
}

main section#flex-2-columns div article img {
    width: 75%;
    height: 75%;
    margin-left: 12.5px;
}

main section div article ol {
    margin-top: -25px;
    margin-left: 25px;
}

main section div article ol#about-us-list-item li {
    font-size: 100%;
}

main section div article ol li {
    font-size: 175%;
}

main section#flex-3-columns div article img {
    display: none;
}

main section#flex-3-columns div article ol li {
    font-size: 100%;
}

#success-email-response {
    display: none !important;
}

/** [END] Main */

/** [BEGIN] Footer */

footer {
    height: 50px;
}
footer section {
    width: 100%;
}

footer section#footer-navigation {
    display: none;
}

main section.content-display-none {
    display: none;
}

main section#flex-2-columns div form input[type] {
    width: 90%;
}

/** [END] Footer */