﻿/* + JMJ + AMDG + */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

header,
nav,
article,
footer,
address {
    display: block;
}

:root {
    --neutral1: #FFFFFF;
    --secondary1: #F4F3F1;
    --primary: #305C83;
    --secondary2: #ACACAC;
    --neutral2: #000000;
}

::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body * {
    font-family: 'Open Sans', sans-serif;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.picContainer {
    width: 20%;
    height: 220px;
    margin: 20px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Faustina', serif;
}

h2 {
    font-size: max(24px, 1.25VW);
}

h1 {
    font-size: 54px;
    font-size: 2.8125vw;
    font-weight: 100
}

.leftStuff h1 {
    font-size: max(24px, 2.0125vw);
}

.topTitle h1 {
    font-size: revert;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

p,
li {
    font-size: 16px;
    font-size: max(14px, 0.8333333333333334VW);
}

p.smallerText {
    font-size: max(12px, 0.733333VW);
}

hr {
    border: var(--neutral2) 1px solid;
}

header,
footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 225px;
    height: 11.71875vw;
    background: #F4F3F1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header {
    border-bottom: solid 15px #305C83;
    border-bottom: solid 0.78125vw #305C83;
}

#headLeft {
    display: flex;
}

header #headLeft {
    flex-direction: row-reverse;
    align-items: flex-end;
}

#headLeft img {
    width: 365px;
    width: 19.010416666666664VW;
}

.logo {
    align-self: center;
}

#sideShape {
    width: 120px;
    width: 6.25vw;
    height: 65px;
    height: 3.38542vw;
    background: linear-gradient(#1c364d 0%, #305c83 100%);
}

header #sideShape {
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
}

#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

.angledArea,
.footerLinks {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 1420px;
    width: 73.95833vw;
    position: relative;
    height: 190px;
    height: 9.89583vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.angledArea {
    background: linear-gradient(#132433 0%, #386b99 100%);
}

.angledArea {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}

nav.primary ul,
.footerLinks ul {
    margin: 0;
    padding: 0;
}

nav.primary ul {
    margin-right: 165px;
    margin-right: 5.59375VW;
}

.footerLinks ul {
    margin-left: 5.59375VW;
}

nav.primary ul li,
.footerLinks ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a,
.footerLinks ul li a,
.footerLinks ul li {
    font-family: "Open Sans";
    font-style: italic;
    font-size: 18px;
    font-size: max(14px, 0.9375vw);
    color: #f4f3f1 !important;
    line-height: 60px;
    line-height: 3.125vw;
    text-decoration: none;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    padding: 0 40px;
    padding: 0 1.28333vw;
}

nav.primary ul li a:hover {
    color: var(--secondary2);
}

nav.primary ul li li a {
    font-size: 16px;
    font-size: 0.83333vw;
    line-height: 16px;
    line-height: 0.83333vw;
    padding: 10px;
    padding: 0.52083vw;
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    line-height: 0.9375vw;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: 14.0625vw;
    position: relative;
    margin: 0;
    display: block;
}

.hero {
    position: relative;
}

.hero img {
    width: 100%;
    box-shadow: 7px 7px 57px rgba(0, 0, 0, 0.3);
    box-shadow: 0.36458vw 0.36458vw 2.96875vw rgba(0, 0, 0, 0.3);
}

.heroCap {
    position: absolute;
    right: 180px;
    left: 9.375vw;
    top: 60px;
    top: 0.525vw;
}

.message {
    z-index: 1;
    position: relative;
}

.heroCap:before {
    width: 96%;
    height: 96%;
    border: solid 8px #F4F3F1;
    border: solid 0.41667vw #F4F3F1;
    position: absolute;
    left: 42px;
    left: 2.1875vw;
    bottom: 24px;
    bottom: 1.25vw;
    z-index: 0;
    opacity: 0.4;
}

.heroCap h1 {
    font-size: 70px;
    font-size: 3.64583vw;
    font-style: italic;
    font-weight: 100;
    padding-bottom: 30px;
    padding-bottom: 1.5625vw;
}

.heroCap ul li {
    list-style: disc;
    font-size: 18px;
    font-size: max(14px, 1.08vw);
    padding: 5px 0;
    font-weight: 600;
}

.heroCap ul {
    margin-left: 45px;
    margin-left: 2.34375vw;
    line-height: 2;
}

.mainContainer {
    margin: 5.208333333333334VW 0;
}

.mainContainer.otherStuff {
    margin: 4vw 0 -1vw;
}

.mainContainer.recent .wrapper1 {
    text-align: center;
}

.wrapper1 {
    max-width: 1430px;
    max-width: 74.47917vw;
    margin: 0 auto;
}

.recent img {
    width: 100%;
    border: 1.5px #f4f3f1 solid;
    box-shadow: 0.36458vw 0.36458vw 2.96875vw rgb(0 0 0 / 30%);
    max-width: 270px;
    height: 182px;
    object-fit: cover;
}

.affiliated ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.affiliated img {
    width: 70%;
    max-width: 410px;
}

.affiliated li {
    width: 35%;
    margin: 20px 0;
}

.planeIcon li {
    position: relative;
    list-style-type: none;
    padding: 15px 0px;
    list-style: none !important;
    font-weight: 600;
}

.planeIcon ul {
    margin-left: 120px;
}

.planeIcon li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -58px;
    width: 45px;
    height: 60px;
    background-image: url('/siteart/planeIcon.png');
    opacity: 1;
    background-size: 90%;
    background-repeat: no-repeat;
}

.hero .planeIcon li:before {
    width: 45px;
    left: -48px;
    top: 5px;
}

.splitPage {
    display: flex;
    justify-content: space-between;
}

.leftStuff {
    width: 50%;
}

.aboutUs .rightStuff {
    display: flex;
    align-items: center;
}

.rightStuff img {
    width: 285px;
    width: max(285px, 14.84375VW);
}

.imgShrink img {
    display: flex;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    border: 1.5px #f4f3f1 solid;
    box-shadow: 0.36458vw 0.36458vw 2.96875vw rgb(0 0 0 / 30%);
}

.wrapper2 {
    max-width: 1600px;
    max-width: 83.33333vw;
    margin: 0 auto;
}

.wrapper2.brands {
    box-sizing: border-box;
}

.intro.wrapper1 {
    margin: 230px auto 120px;
    margin: 1.97917vw auto 6.25vw;
    /* text-align:center; */
}

.homePage .intro.wrapper1 {
    text-align: center;
}

.topPicsWrap,
.mobileShowTop {
    display: flex;
    justify-content: space-between !important;
    margin: 2.864583333333333VW 4.427083333333334VW;
    flex-direction: row !important;
}

.borderedStuff {
    margin: 0 45px;
}

.showMobile {
    display: none !important;
}

.mobileShowTop {
    display: none;
}

.offsetBorder {
    position: relative;
}

.offsetBorder * {
    z-index: 1;
    position: relative;
}

.offsetBorder:before {
    content: '';
    width: 100%;
    height: 109%;
    border: solid 8px #F4F3F1;
    border: solid max(6px, 0.41667vw) #F4F3F1;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: center;
    top: -160px;
    box-sizing: border-box;
    z-index: -1;
}

.intro hr,
.infoSec {
    margin-left: 20px;
    margin-left: 1.04167vw;
}

.infoSec {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.infoSec p {}

.infoSec figure {
    width: 812px;
    width: 42.29167vw;
    margin-top: 15px;
    margin-top: 0.78125vw;
    margin-right: 15px;
    margin-right: 0.78125vw;
}

.infoSec figcaption {
    font-style: italic;
    font-size: max(16px, 0.933333VW);
    text-align: center;
    padding-top: 10px;
}

.infoSec figurecaption {
    font-style: italic;
}

.infoSec img {
    border: 1.5px #f4f3f1 solid;
    box-shadow: 7px 7px 57px rgba(0, 0, 0, 0.3);
    box-shadow: 0.36458vw 0.36458vw 2.96875vw rgba(0, 0, 0, 0.3);
    width: 42.29167vw;
}

.topPics {
    border: 1.5px #f4f3f1 solid;
    box-shadow: 7px 7px 57px rgba(0, 0, 0, 0.3);
    box-shadow: 0.36458vw 0.36458vw 2.96875vw rgba(0, 0, 0, 0.3);
    width: 45% !important;
}

.intro.wrapper1 hr,
.otherPage hr {
    border: 1.5px solid #a8987e;
    border: 0.07813vw solid #a8987e;
    background: #a8987e;
    width: 85px;
    width: 4.42708vw;
    /* margin:0 auto!important; */
}

.homePage .intro.wrapper1 hr {
    margin: 0 auto !important;
}

.flagsDesktop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-top: 3.90625vw;
    box-sizing: border-box;
    justify-content: center;
}

.flagsDesktop div {
    margin: 0 30px;
    margin: 0 1.7625vw;
}

.flagsDesktop img {
    width: 131px;
    width: 6.02292vw;
    height: 70px;
    height: 3.24583vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 0.78125vw rgba(0, 0, 0, 0.65);
    margin: 45px 0;
    margin: 2.34375vw 0;
}

.flagsMobile {
    display: none;
}

footer {
    border-top: solid 15px #305C83;
    border-top: solid 0.78125vw #305C83;
    margin-top: 200px;
    margin-top: 10.41667vw;
}

.otherPage footer {
    margin: 0 !important;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: 0.67708vw;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: 0.67708vw;
}

.footertext {
    font-size: 13px;
    font-size: 0.67708vw;
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: 0.52083vw;
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: 23.4375vw;
    text-align: center;
    margin: 0 auto;
}

footer #sideShape {
    background: linear-gradient(#305c83 0%, #1c364d 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 100%);
}

.footerLinks {
    background: linear-gradient(#386b99 0%, #132433 100%);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    display: flex;
    justify-content: inherit;
}

footer #headRight {
    display: flex;
    align-items: flex-end;
}

.slider {
    width: 100%;
}

.slick-slide {}

.slick-slide img {
    width: 100%;
}

.regular img {}

.regular .slick-slide img {
    width: 218px;
    width: 9.35417vw;
    margin: 0 auto;
}

.smaller img {
    width: 115px !important;
    width: 5.38958vw !important;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    width: 1.04167vw;
    height: 20px;
    height: 1.04167vw;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: none !important
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    font-size: 1.04167vw;
    line-height: 1;
    opacity: .75;
    color: #A2A2A2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    left: -1.30208vw;
    transform: translate(0, 70%) scale(1, -2);
}

[dir='rtl'] .slick-prev {
    right: -25px;
    right: -1.30208vw;
    left: auto;
}

.slick-prev:before {
    content: '<';
    font-size: 40px;
    font-size: 2.08333vw;
}

[dir='rtl'] .slick-prev:before {
    content: '<';
}

.slick-next {
    right: -25px;
    right: -1.30208vw;
    transform: translate(0, 70%) scale(1, -2);
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
    left: -1.30208vw;
}

.slick-next:before {
    content: '>';
    font-size: 40px;
    font-size: 2.08333vw;
    -webkit-transform: scale(2, 1);
}

[dir='rtl'] .slick-next:before {
    content: '>';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-bottom: 1.5625vw;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    bottom: -1.30208vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    width: 1.04167vw;
    height: 20px;
    height: 1.04167vw;
    margin: 0 5px;
    margin: 0 0.26042vw;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    width: 1.04167vw;
    height: 20px;
    height: 1.04167vw;
    padding: 5px;
    padding: 0.26042vw;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    font-size: 0.3125vw;
    line-height: 20px;
    line-height: 1.04167vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    width: 1.04167vw;
    height: 20px;
    height: 1.04167vw;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@media screen and (min-width: 1921px) {
    .imgShrink img {
        max-width: 20.833333333333336VW
    }
}

@media only screen and (min-width: 1500px) {
    .slick-track .slick-slide:first-of-type {
        width: 140px !important;
        width: 7.29167vw !important;
    }
}

@media screen and (max-width: 1275px) {

    .showMobile.biggerSize {
        display: block !important
    }

    .intro.wrapper1 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .intro.wrapper1 hr {
        margin: 0 auto;
    }

    .infoSec p {
        padding-right: 0
    }

    .hideMobile {
        display: none;
    }

    .intro.wrapper1 {
        text-align: center;
    }

    .intro.wrapper1 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .borderedStuff {
        padding: 100px 25px 25px;
        margin-top: -90px;
    }

    .offsetBorder img {
        width: 100%;
        box-shadow: rgb(0 0 0 / 30%) 4.6484px 4.6484px 37.8516px 0px;
        border: 1.5px #f4f3f1 solid;
    }

    .offsetBorder:before {}

    .infoSec {
        display: flex;
        justify-content: center;
    }

    .intro.wrapper1 hr {
        margin: 0 auto;
    }

    ::-moz-selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    ::selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    .acq p {
        text-align: center;
    }

    .picContainer {
        width: 50%;
    }

    h1 {
        font-size: 35px;
    }

    header {
        height: 150px;
        border-bottom-width: 10px;
    }

    #headLeft img {
        width: 215px;
    }

    #headRight {
        width: 75%;
    }

    #sideShape {
        width: 80px;
        height: 43px;
    }

    .angledArea {
        height: 125px;
        width: 100%;
    }

    nav.primary ul,
    .footerLinks ul {}

    nav.primary ul li a,
    .footerLinks ul li a,
    .footerLinks ul li {
        line-height: 30px;
        padding: 0px 5px;
        padding: 0 calc(0.3125rem + ((1vw - 10.2px) * 7.8431));
    }

    .hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .hero img {
        box-shadow: rgba(0, 0, 0, 0.3) 4.6484px 4.6484px 37.8516px 0px;
    }

    .heroCap {
        right: 120px;
    }

    .heroCap:before {
        border-width: 5px;
        left: 28px;
        bottom: 16px;
    }

    .heroCap h1 {
        font-size: 46px;
        padding-bottom: 20px;
    }

    .heroCap ul {
        margin-left: 30px;
    }

    .splitPage {
        flex-direction: column;
    }

    .leftStuff {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .leftStuff {}

    .rightStuff {
        margin-bottom: 25px;
    }

    .imgShrink img {
        margin: 20px auto;
    }

    .wrapper2 {
        max-width: 1063px;
        width: 100%;
        padding: 0 45px;
    }

    .wrapper2.brands {}

    .intro.wrapper1 {
        margin-left: auto;
        margin-right: auto;
        max-width: 950px;
        width: 100%;
        box-sizing: border-box;
    }

    .aboutUs .intro.wrapper1 {
        flex-direction: column-reverse;
    }

    .offsetBorder:before {}

    .infoSec {}

    .infoSec img {
        width: 480px;
        box-shadow: rgba(0, 0, 0, 0.3) 4.6484px 4.6484px 37.8516px 0px;
        margin-right: 9.96094px;
        margin-left: 9.96094px;
    }

    .intro.wrapper1 hr {
        border-width: 1px;
        width: 56px;
        margin: 0 auto !important;
    }

    .flagsDesktop {}

    .flagsDesktop div {
        margin-left: 20px;
        margin-right: 20px;
    }

    footer {
        height: 150px;
        border-top-width: 10px;
    }

    .footerLinks {
        height: 125px;
        width: 100%;
    }

    .regular .slick-slide img {
        width: 145px;
    }

    .slick-prev {
        left: 17px;
        width: 13px;
        height: 13px;
        display: none !important
    }

    .slick-prev:before {
        font-size: 27px;
    }

    .slick-next {
        right: -17px;
        width: 13px;
        height: 13px;
        display: none !important;
    }

    nav.primary {
        display: none;
    }

    #menu-button {
        width: 100%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 40px;
        z-index: 400;
        text-align: right;
        padding-right: 10px;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 40px;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -400px;
        width: 250px;
        height: 100%;
        background: var(--secondary1);
        z-index: 999999999999999;
        overflow: auto;
    }

    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        color: var(--secondary2);
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        position: relative;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 13px 20px;
        color: var(--neutral2);
        text-decoration: none;
        text-align: left;
    }

    nav.mobile ul li a:hover {
        background: rgb(75 75 75 / 50%);
        color: #fff;
        border-left: 4px #305C83 solid;
    }

    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }
}

@media screen and (max-width: 1020px) {
    ::-moz-selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    ::selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    footer #headLeft {
        padding-right: 25px;
    }

    header #headLeft {
        padding-left: 25px;
    }

    header #sideShape {
        display: none;
    }

    nav.primary ul,
    .footerLinks ul {
        margin-left: 15px;
    }

    nav.primary ul li,
    .footerLinks ul li {
        padding: 0 7px;
    }

    .footerLinks ul li,
    .footerLinks ul li a {
        font-size: 12px;
    }

    .hero::after {}

    .infoSec img {
        margin-left: 20px;
    }

    footer #sideShape {
        display: none;
    }

    .smaller img {
        width: auto !important;
    }
}

@media screen and (max-width: 550px) {
    ::-moz-selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    ::selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    #menu-button {
        width: 100%;
    }
}

@media only screen and (min-width: 1276px) {
    .hideDesktop {
        display: none
    }
}

@media only screen and (max-width: 809px) {
    .hideMobile {
        display: none !important;
    }

    img.smallerStuff {
        max-width: 100px !important;
    }

    .planeIcon ul {
        margin-left: 70px;
    }

    ::-moz-selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    ::selection {
        background: var(--neutral2);
        color: var(--neutral1);
    }

    .mobileShowTop {
        flex-direction: column !important;
        display: flex;
        margin-bottom: 0;
    }

    .picContainer {
        width: 100%;
        height: 220px;
    }

    .affiliated li {
        width: 100%;
    }

    header {
        border-bottom: none;
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    footer #headLeft {
        display: none;
    }

    header #headLeft {
        padding: 20px;
    }

    #headLeft img {
        width: 275px;
    }

    #headRight {
        width: 100%;
    }

    #menu-button {
        text-align: center;
        padding-right: 0;
    }

    nav.mobile {
        box-shadow: 7px 7px 57px rgba(0, 0, 0, 0.3);
    }

    .angledArea {
        height: auto;
        clip-path: none;
    }

    nav.primary ul,
    .footerLinks ul {
        padding: 20px;
        margin: 0 auto;
    }

    .footerLinks ul li,
    .footerLinks ul li a {
        display: block;
        font-size: 16px;
    }

    .hero {
        display: flex;
        position: static;
        flex-direction: column;
        align-items: center;
    }

    .hero img {
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .fullWidth {
        width: 80% !important;
    }

    .hero img:first-of-type {
        margin-bottom: -10px;
    }

    .heroCap {
        position: static;
        margin: 0 20px;
    }

    .message div {
        border: solid 8px #F4F3F1;
        padding: 100px 25px 25px;
        margin-top: -80px;
        z-index: -1;
        position: relative;
        display: none;
    }

    .heroCap:before {
        content: none;
    }

    .hero::after {
        display: none;
    }

    .heroCap h1 {
        text-align: center;
    }

    .wrapper2.brands {
        margin: 20px 0;
    }

    .intro.wrapper1 {
        text-align: center;
    }

    .intro.wrapper1 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .showMobile {
        display: block !important;
    }

    .topPicsWrap {
        display: flex;
        flex-direction: column !important;
    }

    .topPicsWrap img {
        width: 72% !important;
        margin: 1.8541409147095178VW auto;
    }

    .borderedStuff {
        padding: 100px 25px 25px;
        margin-top: -90px;
    }

    .offsetBorder img {
        width: 100%;
        box-shadow: rgb(0 0 0 / 30%) 4.6484px 4.6484px 37.8516px 0px;
        border: 1.5px #f4f3f1 solid;
    }

    .offsetBorder:before {}

    .infoSec {
        display: flex;
        justify-content: center;
    }

    .intro.wrapper1 hr {
        margin: 0 auto;
    }

    .about .intro.wrapper1 hr {
        margin: 0 auto !important;
    }

    .flagsMobile {
        display: block;
    }

    footer {
        border: none;
        height: auto;
    }

    .footerLinks {
        clip-path: none;
        height: auto;
    }

    .flags .slick-slide {
        padding: 20px;
    }

    .flags .slick-slide img {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.65);
    }
}

/* + Stat Crux dum volvitur orbis + */
