/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    /* 2 */
}

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

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    /*width: 100%;*/
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header {
    display: block;
    width: 100%;
    text-align: center;
    padding: 28px 25px 24px;
}

.header img {
    max-width: 392px;
    width: 100%;
}

.col {
    padding: 0 25px;
    width: 100%;
}

.contentInner {
    max-width: 727px;
    margin: auto;
    text-align: center;
    margin: 56px auto 0;
    margin-bottom: 72px;
}

.contentInner p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
p {
    font-family: 'Frank Ruhl Libre', serif;
}

h1 {
    font-weight: 900;
    font-weight: 40;
    margin: 0 0 30px;
    line-height: 1.04;
}

p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.33;
}

.singlePerson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-bottom: 70px;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.singlePerson__info img {
    width: 100%;
    margin-bottom: 16px;
}

.singlePerson__contact {
    margin-bottom: 70px;
}

.name {
    font-weight: 500;
    font-family: 'Frank Ruhl Libre';
    font-size: 24px;
    line-height: 1.16;
    color: #000;
    display: block;
    margin-bottom: 4px;
}

.role {
    font-weight: 500;
    font-family: 'Frank Ruhl Libre';
    font-size: 18px;
    line-height: 1.11;
    color: #535B6A;
    display: block;
    margin-bottom: 20px;
}

a {
    font-family: 'Roboto';
}

.phone {
    color: #000;
    font-size: 18px;
    line-height: 1.44;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.email {
    color: #B1060F;
    font-size: 18px;
    line-height: 1.44;

}

.footer {
    padding: 20px 0 25px;
    position: relative;
}

.footer__left img {
    width: 100%;
    max-width: 304px;
}

.footer__right img {
    width: 100%;
    max-width: 156px;
}

.footer:before {
    background: #B1060F;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.footerItem {
    padding: 0 25px;
}

.footer a {
    color: #777;
}

.container--player {
    padding: 0 25px;
    width: 100%;
    max-width: 1224px;
    margin: auto;
}

.player {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575.5px) {
    .singlePersonWrap img {
        display: none;
    }

    .singlePerson {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .singlePersonMobile {
        height: 100%;
        width: 120px;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 20px;
    }

    .singlePerson__contact {
        margin-bottom: 0;
    }

    .content .col {
        margin-bottom: 30px;
    }

}

@media (max-width: 620px) {
    .footer {
        padding-top: 35px;
    }

    .footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) {
    .singlePersonMobile {
        display: none;
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }

    h1 {
        font-size: 44px;
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }

    h1 {
        font-size: 48px;
    }

    p {
        font-size: 24px;
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .footer {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }

    .container {
        max-width: 1140px;
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer {
        margin-top: 70px;
    }
}
