@font-face {
    font-family: 'TradeGothicBold';
    src: url('/resources/fonts/trade-gothic-bold-condensed.woff') format('woff'),
         url('/resources/fonts/trade-gothic-bold-condensed.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'TradeGothicLight';
    src: url('/resources/fonts/trade-gothic-light.woff') format('woff'),
         url('/resources/fonts/trade-gothic-light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html,
body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-family: 'TradeGothicLight', 'Roboto', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(240, 229, 201);
    font-size: 21px;
    line-height: 31px;
}

h1 {
    color: rgb(124, 124, 129);
    text-transform: uppercase;
    margin: 0;
    font-size: 80px;
    line-height: 80px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h2 {
    margin: 10px 0;
    font-size: 21px;
    line-height: 31px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p {
    margin: 0;
}

.page-width {
    max-width: 1110px;
    margin: 0 auto;
}

.content-width {
    max-width: 850px;
}

header {
    position: fixed;
    background-color: rgb(240, 229, 201);
    width: 100%;
}

header > div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    align-items: center;
}

header > div > a {
    display: block;
    width: 100%;
}
header > div > a > img {
    padding-top: 38px;
}

.content-area {
    padding-top: 184px;
    padding-bottom: 150px;
}

.navigation {
    display: flex;
}

.navigation > div {
    width: 180px;
    text-transform: uppercase;
    color: rgb(240, 229, 201);

    margin-left: 5px;
    font-size: 45px;
    line-height: 45px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.navigation > div.nav-orange {
    background-color: rgb(250,138,59);
}

.navigation > div.nav-blue {
    background-color: rgb(30,67,83);
    color: #f0883f;
    color: #0d78f2;
}

.navigation > div.nav-green {
    background-color: rgb(150,170,60);
}

.content-width img {
    width: 100%;
}

.content-width .image-caption {
    color: rgb(124, 124, 129);
    font-size: 15px;
    line-height: 18px;
}

.content-width .link-container {
    text-align: right;
}

.content-width a.link {
    text-align: left;
    display: inline-block;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: rgb(250,138,59);
    color: rgb(240, 229, 201);
    padding: 12px 30px 3px 4px;
    margin-bottom: 8px;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px;
    border-bottom-right-radius: 14px;
    min-width: 100px;
}









/* Dropdown Button */
.dropbtn {
    text-transform: uppercase;
    color: rgb(240, 229, 201);
    font-size: 42px;
    line-height: 45px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: none;
    padding: 46px 8px 0px 8px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 180px;
    z-index: 1;
    padding-top: 8px;
    font-size: 20px;
    line-height: 22px;
}

/* Links inside the dropdown */
.navigation a {
    color: rgb(240, 229, 201);
    padding: 3px 8px;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
    background-color: rgb(122, 124, 129);
    font-size: 20px;
    line-height: 22px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.navigation a:last-of-type {
    margin-bottom: 0;
}

.navigation > div.nav-orange .dropdown-content a {
    background-color: rgb(250,138,59);
}

.navigation > div.nav-blue .dropdown-content a {
    background-color: rgb(30,67,83);
}

.navigation > div.nav-green .dropdown-content a {
    background-color: rgb(150,170,60);
}

@media (min-width: 414px) {
    /* Change color of dropdown links on hover */
    .navigation > div .dropdown-content a:hover {
        background-color: rgb(122, 124, 129);
    }
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}












footer {
    position: fixed;
    background-color: rgb(240, 229, 201);
    width: 100%;
    padding: 20px 0;
    bottom: 0;
}

footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer > div > div {
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(122,124,129);
    font-size: 15px;
    line-height: 15px;
}

footer > div > div.logos {
    display: flex;
    align-items: center;
}

footer > div > div.logos img {
    margin-left: 40px;
    height: 53px;
}

.visible-mobile {
    display: none !important;
}

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

    .visible-mobile {
        display: block !important;
    }

    h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .page-width {
        margin: 0 15px;
        overflow: hidden;
    }

    .page-width.content-area {
        overflow: hidden;
    }

    .content-area {
        padding-top: 30px;
        padding-bottom: 30px;

    }


    header {
        position: relative;
    }

    header > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    header > div > a > img  {
        width: 100%;
        padding: 10px 0;
    }

    .navigation {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .navigation > div {
        width: 100%;
        min-width: 100%;
        margin: 0 0 5px 0;
        box-sizing: border-box;
    }

    .navigation .dropdown {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

    .navigation .dropdown .dropdown-content {
        padding-top: 8px;
        position: relative;
        background-color: rgb(240, 229, 201);
    }

    .dropbtn {
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }


    footer {
        position: relative;
    }

    footer > div {
        display: block;
        text-align: center;

    }

    footer > div > div {
        margin-bottom: 20px;
        line-height: 20px;
    }

    footer > div > div.logos img {
        margin-left: 5%;
        max-width: 30%;
    }




}