﻿@import url("colors.css");

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.woff2') format('woff2'), url('../fonts/DroidSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanseat'; /* Used for Company Motto */
    src: url('../fonts/Hanseat.woff2') format('woff2'), url('../fonts/Hanseat.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glober'; /* Used by all headers */
    src: url('../fonts/GloberRegular.woff2') format('woff2'), url('../fonts/GloberRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glober SemiBold Free';
    src: url('../fonts/GloberSemiBoldFree.woff2') format('woff2'), url('../fonts/GloberSemiBoldFree.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
    position: relative;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    overflow-x: hidden; /* Prevent horizontal scrollbar */
}

h1, h2, h3 {
    font-family: 'Glober';
}

h1 {
    color: var(--color-primary-dark)
}

h4 {
    font-weight: 500;
    font-size: 24px;
}

h5 {
    color: var(--color-primary-dark);
}

th {
    font-weight: 500;
    color: grey;
    font-size: 14px;
}

strong {
    font-weight: 500;
}

footer {
    background-color: var(--color-primary);
    border-top: 7px solid var(--color-secondary);
    padding: 17px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    footer {
        height: auto;
        min-height: 150px;
        padding: 15px 10px;
        margin-top: 0;
    }
}

button:focus {
    outline: 0 dotted !important;
    outline: 0 auto -webkit-focus-ring-color !important;
}

footer p {
    color: white;
    font-size: 13px;
    display: block;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.footer-nav {
    text-align: center;
    padding: 0 0 3px 0;
    margin: 0 auto;
    display: table;
}

    .footer-nav li {
        display: inline-block;
        margin: 0;
        border-right: 1px solid white;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-left: 1px solid white;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

@media screen and (max-width: 767px) {
    .footer-nav {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footer-nav li {
        display: inline-block;
        border: none;
        text-align: center;
        margin: 0.15rem 0.5rem;
    }
}

.footer-nav li:first-child {
    border-left: none;
}

.footer-nav li:last-child {
    border-right: none;
}

.footer-nav li a {
    color: white;
    font-size: 14px;
    display: block;
    line-height: 0;
    letter-spacing: 0.5px;
}

    .footer-nav li a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    .footer-nav li a {
        line-height: 1.5em;
    }
}

.footer-nav li a:visited {
    color: var(--color-secondary);
}

a, .btn-link {
    color: var(--color-hyperlink);
    outline: none;
    border: 0;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-link {
    color: var(--color-hyperlink) !important;
}

    .btn-link:hover {
        text-decoration: underline !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-rounded {
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.active a {
    color: var(--color-secondary);
}

.breadcrumb {
    background-color: var(--color-navbar-bg);
}

.us-trademark {
    font-size: 150%;
}

.list-themed-disc {
    list-style: none;
}

    .list-themed-disc li {
        position: relative;
    }

        .list-themed-disc li:before {
            display: block;
            content: "";
            position: absolute;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAPFBMVEX////LjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRDLjRCDoqWbAAAAE3RSTlMAJ7mKbApj+q7bIjj80gSrTuOE0vWjRgAAADhJREFUeF5NjUcOACEMxIbe2ZL//5UIgRKffJgCwDibfQATEzGlAq3TZkw8dHjxXf21SkDXZExdLB3EBTMGyGaqAAAAAElFTkSuQmCC");
            top: 6px;
            left: -20px;
            width: 10px;
            height: 10px;
        }

.btn-primary {
    color: white !important;
    background-color: var(--color-primary);
    border: none;
}

    .btn-primary:hover {
        color: white !important;
        background: var(--color-secondary-darkest) !important;
    }

.btn-secondary {
    color: white !important;
    background: var(--color-secondary-darker);
    border-radius: 7px;
    border: none;
}

    .btn-secondary:hover {
        background: var(--color-primary) !important;
    }

article h1, article h2, article h3, article h4, article h5 {
    font-weight: 600;
    color: var(--color-primary); /* #555; */
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 36px;
}

article img {
    max-width: 100%;
    height: auto;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

article iframe {
    margin: 30px !important;
}

article li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.full-page {
    min-height: 100vh;
    padding-bottom: 85px;
    box-sizing: border-box;
}

ul.horizontal-list li {
    display: inline;
    white-space: pre;
}

    ul.horizontal-list li:after {
        content: "  \00b7  ";
    }

    ul.horizontal-list li:last-child:after {
        content: "";
    }

@media screen and (max-width: 767px) {
    .full-page {
        padding-bottom: 170px;
    }
}

.navbar-static-top {
    background-color: var(--color-secondary);
    border-bottom: 6px solid var(--color-primary);
    padding: 0 0;
}

.company-motto {
    letter-spacing: -.03em;
    font-size: 32px;
    font-family: 'Hanseat';
    padding-top: 0;
    margin: 0 48px 0 32px;
    position: relative;
    line-height: 26px;
    color: white;
    text-align: right;
}

    .company-motto::before {
        content: "\f10d";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: .7em;
        position: absolute;
        display: block;
        color: var(--color-secondary-lightest);
        left: -25px;
        top: -6px;
        display: inline-block;
    }

    .company-motto::after {
        content: "\f10e";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        font-size: .7em;
        position: absolute;
        display: block;
        color: var(--color-secondary-lightest);
        right: -23px;
        bottom: 8px;
        display: inline-block;
    }

    .company-motto span {
        color: var(--color-secondary-darkest);
        font-size: 24px;
    }

    .company-motto small {
        font-size: 17px;
        color: white;
    }

.navbar-nav .nav-link {
    font-family: 'Glober SemiBold Free';
    font-size: 14px;
    font-weight: bold !important;
    padding: 0;
    color: white !important;
    line-height: 0;
    display: inline-block;
    padding: 37px 0;
    padding: 19px 15px 16px !important;
}

    .navbar-nav .nav-link:hover {
        background: var(--color-secondary-dark);
    }

.nav-item {
    margin: 0 3px;
}

.navbar-collapse {
    position: relative;
}

/* Back to Top Button */

.back-to-top {
    position: fixed;
    bottom: 125px;
    height: 50px;
    width: 50px;
    right: 25px;
    font-size: 18px;
    text-align: center;
    background: var(--color-secondary);
    z-index: 999;
    color: #fff;
    display: none;
    border-radius: 50px;
}

.navbar {
    padding-left: 0;
    /*padding-right: 0;*/
    padding-top: 0;
}

.usericon {
    display: block;
    text-align: center;
    margin: 0 0 0 10px !important;
    color: white;
}

    .usericon i {
        border-radius: 50px;
        background: white;
        width: 30px;
        color: var(--color-secondary);
        height: 30px;
        line-height: 35px;
        text-align: center;
        margin-top: 2px;
    }

        .usericon i:hover {
            color: var(--color-primary) !important;
            text-decoration: none;
        }

@media (max-width: 600px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (max-width:1024px) {
    .company-motto {
        display: none;
    }

    .navbar-toggler-icon {
        width: 0.7em;
        height: 0.7em;
    }

    footer ul li {
        display: block;
        float: none;
        margin: 0 8px;
    }

    .navbar-nav .nav-link {
        padding: 0;
        line-height: 0;
        display: block;
        padding: 19px 0;
        text-align: center;
    }

    .navbar-dark .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
    }

    .navbar-toggler {
        font-size: 3.25rem;
        line-height: 0;
        border: 2px solid transparent;
        margin-right: 12px;
    }
}
