/*
Colors
blue #185a7d
gray #415364
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* noto-sans-300 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('../fonts/noto-sans-v27-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-sans-v27-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-sans-v27-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-sans-v27-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-800 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    src: local(''),
        url('../fonts/noto-sans-v27-latin-800.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-sans-v27-latin-800.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Styles */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Noto Sans';
    font-weight: 400;
    line-height: 1.75;
    color: #4b5563;    
}

html,
body {
    font-size: 18px;
    background: #f3f4f6;
}

h1 {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    line-height: 1.25;
    color: #374151;
    letter-spacing: -.02em;
}

h1+h2 {
    margin-top: -.5em;
}

.faqs {
    padding-top: 80px;
}

h2 {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: .5em 0 1em 0;
    color: #4a5563;
    text-align: center;
}

h3 {
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 1.5em 0 1em 0;
    color: #1f6a8d;
    text-align: center;
}

h4 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 1.5em 0 1em 0;
    color: #1f6a8d;
}

h5 {
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 1.5em 0 1em 0;
}

p {
    margin: 1em 0;
}

blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 3px solid #185a7d;
    background: #f0f2f3;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.45;
    letter-spacing: -0.0125em;
    color: #185a7d;
}

strong {
    font-weight: 700;
}

ul {
    margin: 1em;
}

ul li {
    margin-left: 1.5em;
    list-style: square;
}

a {
    color: #1f6a8d;
}

a:hover {
    color: #1484b8;
    text-decoration: none;
}

.smaller {
    font-size: .85em;
    line-height: 1.45;
}

.bigger {
    font-size: 1.25em;
    line-height: 1.45;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.row {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 1em;
}

.row.col-2,
.row.col-3,
.row.col-4 {
    grid-template-columns: repeat(1, 1fr);
}

.row.col-3 .double {
    grid-column: span 2;
}

.accordion {
    margin: 1em 0;
}

.accordion .a-container {
    margin-bottom: 3px;
}
.accordion .a-container.active {
    box-shadow: 0px 10px 22px rgb(0 0 0 / 20%);
    border-radius: 0 0 .25em .25em;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion .a-container .a-panel {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
    background: #f0f2f3;
}
.accordion .a-container.vacancy .a-panel {
    padding-left: 25px;
    padding-right: 25px;
}


.accordion p.a-btn {
    position: relative;
    margin: 0;
    padding: .5em 1em;
    background: #b71b5d;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0.25em;
    font-weight: 400;
}

.accordion p.a-btn:hover,
.accordion .active p.a-btn {
    background: #cb276d;
}
.accordion .active p.a-btn {
    border-radius: .25em .25em 0 0;
}

.accordion .a-container.active .a-panel {
    padding: 15px 10px 10px 10px;
    opacity: 1;
    height: auto;
    max-height: 100%;
    background: #fff;
}
.accordion .a-container.vacancy.active .a-panel {
    padding-left: 25px;
    padding-right: 25px;
}

.accordion .a-container .a-btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 18px;
}

.accordion .a-container .a-btn span:after {
    content: "";
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 6px;
}

.accordion .a-container .a-btn span:before {
    content: "";
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.accordion .a-container.active .a-btn span::before {
    transform: rotate(0deg);
}


.section {
    padding: 40px 0 80px 0;
}

.copyright {
    text-align: center;
    font-size: .85em;
}

h1, h2 {
    hyphens: auto;
    -webkit-hyphens: auto;
}

em {
    font-style: italic;
}

.page-wrapper {
    width: 80%;
    margin: auto;
}
.logo {
    width: 320px;
    margin: auto;
}
.powered-by {
    text-align: center;
}
.powered-by img {
    width: 260px;
}
.video-js .vjs-big-play-button {
    font-size: 4em;
    width: 4em;
    top: 50%;
    left: 50%;
    margin-left: -2em;   
    margin-top: -0.8em;
    background-color: #b71b5d;
}

.btn {
    font-size: 1.25rem;
    text-decoration: none;
    padding: .35rem 1rem;
    border-radius: 8px;
    border: 2px solid #4b5563;
    color: #4b5563;
    font-weight: 700;
    letter-spacing: -.025em;
}
.btn:hover {
    text-decoration: none;
    border: 2px solid #b71b5d;
    color: #ffffff;
    background: #b71b5d;
    font-weight: 700;
    letter-spacing: -.025em;
}
.section.header {
    padding-bottom: 10px;
}
.here-we-go {
    padding-top: 50px;
    text-align: center;
}
@media only screen and (min-width: 500px) {

    h1 {
        font-size: 1.85rem;
    }

    h2 {
        font-size: 1.85rem;
    }

    h1, h2 {
        hyphens: none;
        -webkit-hyphens: none;        
    }

    h3 {
        font-size: 1.85rem;
    }    
}

@media only screen and (min-width: 1000px) {
    .wrapper {
        width: 900px;
    }

    .btn-open {
        display: none;
    }

    .header .menu {
        background: #1f6a8d;
        overflow: visible;
        text-align: center;
        position: relative;
        z-index: 100;
        margin-bottom: -30px;
    }

    .header .menu ul {
        margin: 0;
        opacity: 1;
    }

    .header .menu ul li {
        margin: 0;
        list-style: none;
        display: inline;
    }

    .header .menu ul li a {
        text-decoration: none;
        font-weight: 800;
        text-transform: uppercase;
        font-size: .85em;
        display: inline-block;
        padding: 1.25em .5em;
        color: #ffffff;
    }
    .header .menu > ul > li {
        position: relative;
        display: inline-block;
    }
    .header .menu > ul > li > a {
    }
    .header .menu ul li ul {
        display: none;
        text-align: left;
    
        animation: slide-down .3s ease-out;
    }
    .header .menu ul li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
        left: 0;
    }
    .header .menu ul ul li {
        white-space: nowrap;
    }
    .header .menu ul ul li a {
        display: block;
        white-space: nowrap;
        text-align: left;
        margin: 0;
        font-weight: 400;
    }    
    .footer .menu {
        float: right;
        margin-top: 0;
    }
    .footer .menu li {
        margin: 0 0 0 .5em;
    }
    .copyright {
        text-align: left;
    }

    .cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .row.col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .row.col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .row.col-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .row .col.align-top {
        align-self: start;
    }

    .row .col.align-center {
        align-self: center;
    }

    .row .col.align-bottom {
        align-self: end;
    }

}

@media only screen and (min-width: 1400px) {
    .wrapper {
        width: 1200px;
    }

    .header .menu ul li a {
        padding: 1.25em 1em;
    }
}

@keyframes slide-down {
      0% { opacity: 0; transform: translateY(-20px); }   
    100% { opacity: 1; transform: translateY(0); }
}