* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.main-wrapper, header, footer {
    min-width: 320px;
}

header {
    margin-top: 20px;
    padding-bottom: 15px;
}

header img {
    display: inline-block;
    width: 220px;
    vertical-align: bottom;
    user-select: none;
}

header nav {
    display: inline-block;
    width: calc(100% - 370px);
    vertical-align: bottom;
    text-align: right;
    margin-bottom: -15px;
}

header nav a:last-child, header nav a:first-child {
    margin-right: 0;
}

header nav a {
    font-size: 10pt;
    color: #373737;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 5px;
    margin: 0 10px;
    border-bottom: 4px solid white;
    text-transform: uppercase;
    font-weight: bold;
}

header nav a:hover {
    border-bottom: 4px solid #18c775;
}

.additional_nav {
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    margin-left: 20px;
}

.additional_nav a {
    font-size: 10pt;
    color: white;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px;
    transition: 0.2s;
}

.additional_nav a:first-of-type:hover {
    background-color: #00ab89;
}

.additional_nav a:first-of-type {
    background-color: #02c09a;
    margin-bottom: 9px;
}

.additional_nav a:last-of-type:hover {
    background-color: #086477;
}

.additional_nav a:last-of-type {
    background-color: #108098;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: Arial, sans-serif;
}

span.first_letter {
    font-family: "Times New Roman", sans-serif;
    font-size: 60pt;
    font-weight: bold;
    line-height: 60px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

footer {
    background-color: #171717;
    color: #adadad;
    width: 100%;
    padding: 30px 0;

}

footer .f1 {
    margin-bottom: 30px;
}

footer .f1 .fcol-6 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

footer .f1 .fcol-6 span {
    display: inline-block;
    vertical-align: middle;
}

footer .f1 .fcol-6 span.tax_id {
    margin-right: 5px;
    font-size: 23pt;
}

footer .f1 .fcol-6 span.tax_txt {
    font-size: 10pt;
    text-transform: uppercase;
}

footer .f1 .fcol-6 span.connect {
    font-size: 11pt;
    margin-right: 15px;
    width: 110px;
}

footer .f1 .fcol-6 a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

footer .f1 .fcol-6 a i {
    font-size: 16pt;
    color: white;
}

footer .f1 .fcol-6 #sign_up {
    color: #b2b2b2;
    background-color: #383838;
    border: 0;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 11pt;
    padding: 10px 5px;
    width: calc(100% - 100px);
}

footer .f1 .fcol-6 .sign_up {
    background-color: #5c5c5c;
    font-size: 11pt;
    color: #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 90px;
    margin-left: 7px;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
}

footer .footer_form {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 263px);
}

footer .f2 {
    border-top: 2px solid #383838;
    border-bottom: 2px solid #383838;
    padding: 15px 0;
}

footer .f2 .f21 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}

footer .f2 span, footer .f2 a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 2px solid #383838;
    font-size: 11pt;
    text-decoration: none;
    color: #adadad;
}
footer .f2 a:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

footer .f2 .f22 {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    margin-left: 10px;
}

footer p {
    font-size: 13pt;
    text-align: justify;
    margin: 15px 0;
}

footer .f3 {
    margin: 25px 0 50px 0;
}

footer .f3 img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 40px;
}

footer .f3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 11pt;
    width: calc(50% - 140px);
    text-align: justify;
}

.sign_up_hover {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
}

.sign_up_hover .sign_up {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    z-index: 999999;
    border: 10px solid rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 350px;
}

.sign_up_hover .sign_up .close {
    background-color: black;
    border-radius: 50%;
    right: -6px;
    top: -6px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 17pt;
    line-height: 1.5;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.sign_up_hover .sign_up .footer_form {
    margin: 30px;
}
.sign_up_hover .sign_up .footer_form label {
    font-size: 12pt;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 5px;
}

.sign_up_hover .sign_up .footer_form input {
    font-size: 12pt;
    font-family: Arial, sans-serif;
    display: block;
    width: 100%;
    outline: none;
    padding: 7px;
}

.sign_up_hover .sign_up .footer_form .submit {
    text-transform: uppercase;
    font-size: 11pt;
    text-align: center;
    color: white;
    padding: 9px 0;
    width: 150px;
    background: linear-gradient(#f1a241, #d95604);
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    outline: none;
    margin: 10px auto 0 auto;
}

.email_text_footer {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }

    header nav a {
        margin: 0 8px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }

    header img {
        width: 170px;
    }

    header nav {
        width: calc(100% - 265px);
    }

    header nav a {
        font-size: 9pt;
        padding: 15px 2px;
        margin: 0 5px;
    }

    .additional_nav {
        width: 90px;
        margin-left: 5px;
    }

    .additional_nav a {
        font-size: 9pt;
        padding: 5px 0;
    }

    .additional_nav a:first-of-type {
        margin-bottom: 5px;
    }

    footer .f2 span, footer .f2 a {
        font-size: 10pt;
    }

    footer .f1 .fcol-6:first-child {
        width: 300px;
    }

    footer .f1 .fcol-6:last-child {
        width: calc(100% - 300px);
    }

    footer .f1 .fcol-6 span.tax_id {
        font-size: 20pt;
    }

    footer .f1 .fcol-6 span.tax_txt {
        font-size: 8pt;
    }

    footer .f1 .fcol-6 span.connect {
        font-size: 10pt;
        margin-right: 10px;
        width: 100px;
    }

    footer .f1 .fcol-6 a {
        margin: 0 5px;
    }

    footer .f1 .fcol-6 a i {
        font-size: 14pt;
    }

    footer .f1 .fcol-6 .sign_up {
        font-size: 10pt;
        padding: 7px 0;
        width: 80px;
    }

    footer .f1 .fcol-6 #sign_up {
        width: calc(100% - 92px);
        padding: 7px 5px;
        margin-left: 4px;
    }

    footer .footer_form {
        width: calc(100% - 220px);
    }

    footer p {
        font-size: 12pt;
    }

    footer .f3 {
        margin: 20px 0 30px 0;
    }

    footer .f3 span {
        font-size: 10pt;
    }
    .email_text_footer {
        height: 15px;
    }
}

@media (max-width: 768px) {
    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header nav.active_menu {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #171717;
        width: 50%;
        max-width: 300px;
        min-width: 200px;
        z-index: 99999999;
    }

    header nav.active_menu a {
        color: #787878;
        margin: 0;
        display: block;
        border-bottom: 1px solid #787878 !important;
        padding: 15px;
        text-align: left;
        width: 100%;
    }

    header nav {
        display: none;
    }

    .additional_nav {
        margin-left: calc(100% - 400px);
    }

    header {
        position: relative;
        margin-top: 0;
        padding-top: 20px;
    }

    .mobile_menu {
        font-size: 24pt;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }

    footer .f1 .fcol-6 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    footer .f1 {
        margin-bottom: 10px;
    }

    footer .f2 .f21 {
        width: 100%;
        display: block;
    }

    footer .f2 .f22 {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }

    footer p {
        font-size: 11pt;
    }

    footer .f3 {
        margin: 20px 0;
    }

    footer .footer_form {
        width: 320px;
        margin-left: calc(100% - 582px);
    }
}

@media (max-width: 690px) {
    footer .f3 span {
        display: block;
        width: 100%;
    }

    footer .f3 img {
        display: block;
        margin: 20px auto;
    }

}

@media (max-width: 620px) {
    footer .f2 .f21 {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: calc(100% - 100px);
    }

    footer .f2 .f22 {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 95px;
    }

    footer .f2 span, footer .f2 a {
        display: block;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-right: 0;
    }

    footer .footer_form {
        margin-left: 10px;
        width: calc(100% - 272px);
    }
}

@media (max-width: 540px) {
    footer .footer_form {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 450px) {
    header {
        padding: 10px 0;
    }

    header img {
        width: 50%;
    }

    .additional_nav {
        width: calc(50% - 60px);
        margin-left: 10px;
    }

    .mobile_menu {
        right: 11px;
    }

    .additional_nav a {
        font-size: 9pt;
        padding: 5% 0;
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .additional_nav a:first-of-type {
        margin-bottom: 5%;
    }
}

@media (max-width: 380px) {
    footer .f2 .f21 {
        width: 100%;
        display: block;
    }

    footer .f2 .f22 {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    footer .f1 .fcol-6 span.tax_id {
        font-size: 20pt;
    }

    footer .f1 .fcol-6 span.tax_txt {
        font-size: 8pt;
    }
}