@font-face {
    font-family: GothamBookRegular;
    src: url(/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
}

.wrapper-1 {
    background-color: #00136f;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-position-y: top;
    background-image: url(/img/2/wrapper-1.png);
    background-position-x: center;
}

.wrapper-2 {
    background-color: #00136f;
    padding: 40px 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
    color: white;
    background-position-y: top;
    background-image: url(/img/2/wrapper-2.png);
    background-position-x: center;
}

.wrapper-white {
    padding: 50px 0;
    background-color: white;
}

.wrapper-blue {
    padding: 50px 0;
    background-color: #060078;
    color: white;
}

.content {
    margin: auto;
    font-size: 0;
    width: 100%;
    max-width: 1150px;
    font-family: "Open Sans", sans-serif;
}

.top-app-section {
    background-color: #00136f;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-position-y: top;
    background-image: url(/img/2/wrapper-1.png);
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
}

.top-app-section img {
    margin-right: 15px;
    width: 45px;
}

.top-app-section a {
    margin-left: 15px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px 15px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
}

.top-app-section a:hover {
    background-color: white;
    color: #00136f;
}

.header-logo {
    width: 120px;
    margin: 5px 0;
}

strong {
    font-family: GothamBold, Arial, sans-serif;
}

.hide {
    display: none !important;
}

h2 {
    font-family: GothamBold;
    font-size: 26pt;
    text-align: center;
    margin: 0 0 30px 0;
}

.wrapper-white h2 {
    color: #060078;
}

.wrapper-2 h2 {
    color: white;
}

span.first_letter {
    font-family: "Times New Roman";
    font-size: 88pt;
    font-weight: bold;
    line-height: 79px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.clear {
    clear: both;
}

.center {
    text-align: center !important;
}

.mobile_menu {
    display: none;
}

header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a:last-child {
    margin-right: 0;
}

header nav a {
    font-size: 12pt;
    color: black;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 57px 5px 45px 5px;
    margin: 0 10px;
    border-bottom: 6px solid white;
    font-weight: bold;
}

header nav a:hover {
    border-bottom: 6px solid #0021e3;
}


footer {
    background-color: black;
    padding: 20px 0 70px 0;
    width: 100%;
    margin: auto;
}

footer .awards {
    display: flex;
    justify-content: space-evenly;
    max-width: 900px;
    margin: 30px auto 0;
}

footer .awards a img {
    height: 100px;
}

footer .main_footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

footer .main_footer .f1 {
    font-size: 10pt;
    color: white;
    max-width: 395px;
    width: 100%;
    line-height: 19px;
}

footer .main_footer .f1 img {
    display: block;
    max-width: 100%;
}

footer .f1 p {
    text-align: left;
    font-size: 11pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    line-height: 20px;
}

footer .main_footer .f1 a {
    color: white;
    font-weight: bold;
}

footer .main_footer .f2 {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}

footer .main_footer .f2 .footer_title {
    color: white;
    font-size: 12pt;
    border-bottom: 2px solid #2a4557;
    padding-bottom: 5px;
    width: 100%;
}

footer .main_footer .f2 ul {
    margin: 0;
    padding: 0;
    width: 50%;
}

footer .main_footer .f2 li {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin: 0 10px;
    padding: 13px 0;
}

footer .main_footer .f2 li a {
    font-size: 8pt;
    text-decoration: none;
    color: white;
    font-family: GothamBookRegular, sans-serif;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }

    header nav a {
        margin: 0 5px;
    }

    footer .awards a img {
        height: 90px;
    }
}

@media (max-width: 768px) {
    .wrapper-white, .wrapper-blue {
        padding: 20px 0;
    }

    .content p {
        font-size: 11pt;
        margin: 15px auto;
        line-height: 18px;
    }

    h2 {
        font-size: 21pt;
        margin-bottom: 20px;
    }

    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header nav {
        display: none;
    }

    header {
        position: relative;
    }

    .header-logo {
        height: 50px;
        width: auto;
    }

    header nav {
        position: absolute;
        width: 250px;
        right: 0;
        top: calc(100% + 5px);
        z-index: 9999;
    }

    header nav a {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0;
        text-align: left;
        text-indent: 20px;
        border-bottom: 1px solid #292929 !important;
        background-color: #3a3a3b;
        color: white;
    }

    header nav.show_menu {
        display: block;
    }

    .mobile_menu {
        display: block;
        width: auto;
        position: absolute;
        right: 20px;
        bottom: 9px;
        cursor: pointer;
    }

    footer {
        padding: 15px 0 30px 0;
    }

    footer .awards a img {
        height: 70px;
    }

    footer .main_footer {
        flex-direction: column;
        align-items: center;
    }

    footer .f1 p {
        text-align: center;
    }

    footer .main_footer .f1 img {
        margin: auto;
    }

    footer .main_footer .f2 {
        width: 100%;
    }

    footer .main_footer .f2 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .main_footer .f2 li {
        padding: 1px 10px 1px 0;
        border-bottom: 0;
        border-right: 1px solid #CCCCCC;
        margin: 10px 10px 10px 0;
    }

    footer .main_footer .f2 ul li:last-of-type {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    footer .main_footer .f2 {
        margin-top: 15px;
    }

    span.first_letter {
        font-size: 49pt;
        line-height: 51px;
        margin-bottom: 0;
    }

    footer .main_footer .f2 .footer_title {
        text-align: center;
    }
}

@media (max-width: 630px) {
    footer .awards a img {
        height: 50px;
    }
}

@media (max-width: 540px) {
    footer .main_footer .f2 {
        max-width: 370px;
    }

    footer .main_footer .f2 li {
        padding-right: 7px;
        margin: 7px 7px 0 0;
    }

    footer .main_footer .f2 li:nth-of-type(3) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
}

@media (max-width: 500px) {
    .content p {
        text-align: left;
    }

    h1 br {
        display: none;
    }
}

@media (max-width: 460px) {
    footer .awards {
        flex-wrap: wrap;
        max-width: 295px;
        justify-content: center;
    }

    footer .awards a {
        margin: 5px;
    }

    footer .awards a img {
        height: 60px;
    }
}

@media (max-width: 390px) {
    footer .f1 p {
        font-size: 10pt;
        line-height: 18px;
    }

    footer .main_footer .f2 {
        max-width: 295px;
    }

    footer .main_footer .f2 ul:last-of-type li:nth-of-type(2) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
}