@charset "UTF-8";

/* CSS Document */
body {
    background: #fff;
    height: 100%;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    overflow-x: hidden;
    position: relative;
}

html {
    height: 100%;
    width: 100%;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1020px;
}

.main {
    background: #af112b;
}

section {
    position: relative;
    padding: 100px 0px 60px 0px;
}

section .container {
    padding-top: 80px;
}

section.who {
    padding-top: 0px;
}

section a {
    color: #fff;
}

section a:hover {
    text-decoration: underline;
    color: #fff;
}

.spacer {
    height: 200px;
    width: 100%;
    left: 0px;
}

section::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 990px;
    content: '';
    height: 1px;
    background: #fff;
}

section#contact::before {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    color: #af112b;
}

h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
    position: relative;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
}

h4 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

summary {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
}

summary:hover {
    color: black;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #fff;
}

p.large {
    font-size: 18px;
}

p.small {
    font-size: 14px;
    line-height: 20px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

* {
    transition: all 0.2s ease-in;
}

.slick-slider div {
    transition: none;
}

*:focus {
    outline: none;
}

::placeholder {
    color: #fff;
}

/* Header */
#header {
    background: #fff;
    position: fixed;
    padding: 30px 60px;
    top: 0px;
    z-index: 999;
    height: 160px !important;
    overflow: hidden;
}

#header img {
    width: 190px;
    float: right;
}

#menu-center {
    position: relative;
}

#menu-center a {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#menu-center a.active {
    visibility: visible;
    opacity: 1;
}

#menu-center h1 a {
    color: #af112b;
}

/* Footer */
#footer {
    background: #074e8a;
    padding: 110px 0px;
    color: #fff;
    z-index: 1;
    position: relative;
}

section ul li {
    display: block;
    position: relative;
    padding-left: 20px;
}

section ul li::before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width: 1520px) {}

@media (max-width: 1440px) {}

@media (max-width: 1320px) {}

@media (max-width: 1025px) {
    #header {
        padding: 30px 15px 30px 0px;
    }

    .spacer {
        height: 200px;
    }

    section::before {
        width: calc(100% - 60px);
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 24px;
    }

    #header img {
        width: 150px;
    }

    #header {
        height: 140px !important;
    }

    .spacer {
        height: 150px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 18px;
    }
}
