/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v25-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("//hello.myfonts.net/count/34f1c5");
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 100%;
    font-size: 1.15em;
    scroll-behavior: smooth;
    scroll-padding-top: 5vh;
}

body {
    background-color: #000;
    min-width: 320px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

img,
svg,
iframe {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: inherit;
}

input,
textarea,
button {
    font-family: inherit;
}

.inner {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 3.5%;
    padding-right: 3.5%;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(30%, rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.9) 30%);
    background-image: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.9) 30%);
    background-image: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.9) 30%);
    z-index: 5;
    padding: 1em 0 1em;
}

header:after {
    content: '';
    display: block;
    clear: both;
}

@media all and (min-width: 38.75em) {
    header {
        padding: 2em 0 2.5em;
        background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.7)));
        background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
        background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
        background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
    }
}

@media all and (min-width: 60em) {
    header .inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

nav {
    min-width: 320px;
    font-size: .92em;
    font-weight:900;
}

@media all and (min-width: 60em) {
    nav {
        position: relative;
        top: 2.9em;
    }
}

nav li {
    display: inline-block;
    margin-right: 5%;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    border-bottom: 2px solid transparent;
}

nav li.active {
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

@media all and (min-width: 60em) {
    nav li {
        margin-right: 7.5%;
    }
}

nav li:last-child {
    margin-right: 0;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 5%;
    display: inline-block;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media all and (max-width: 59.938em) {
    .nav-main {
        margin-top: 1em;
        width: 100%;
        clear: both;
        text-align: center;
    }
}

@media all and (min-width: 60em) {
    .nav-main {
        text-align: right;
        min-width: 60%;
    }
}

main {
    text-align: center;
    line-height: 1.5em;
    padding-top: 5em;
}

main .inner {
    max-width: 35em;
}

footer {
    text-align: center;
    position: fixed;
    padding: 2em 0 1em;
    bottom: 0;
    width: 100%;
    font-size: .8em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

footer nav {
    text-transform: uppercase;
}

footer nav a {
    position: relative;
}

footer nav a:before, footer nav a:after {
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    float: left;
    border-bottom: 1px solid #fff;
}

footer nav a:before {
    top: .5em;
    left: -2.5em;
}

footer nav a:after {
    top: .5em;
    right: -2.5em;
}

.section {
    min-height: -webkit-calc(100vh - 101px);
    min-height: calc(100vh - 101px);
    box-sizing: border-box;
    padding-bottom: 2em;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 8%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-align-items: center;
    align-items: center;
}

@media all and (min-width: 38.75em) {
    .section {
        padding-top: 5%;
    }
}

.section.video {
    display: block;
}

.form__item--scf-website {
    overflow: hidden;
    height: 0;
    position: absolute;
}

@media all and (min-width: 38.75em) {
    .form__item--submit {
        margin-left: 8em;
        text-align: left;
    }
}

.form__item--submit button {
    border: 0;
    padding: .3em .75em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.5));
    background-image: -o-linear-gradient(#fff, rgba(255, 255, 255, 0.5));
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.5));
    -webkit-border-radius: .1em;
    border-radius: .1em;
    cursor: pointer;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.form__item--submit button:hover, .form__item--submit button:focus {
    transform: scale(1.1);
}

.form__item--submit button:active {
    opacity: .8;
}

.video-links {
    /*	display: flex;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-items: center;
}

@media all and (min-width: 38.75em) {
    .video-links {
        min-width: 400px;
    }
}

.video-links .video {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-bottom: 2%;
    cursor: pointer;
}

.video-links video {
    max-width: 100%;
}

.video-links.count-1 .video {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.form__item {
    margin-bottom: .5em;
}

input,
textarea {
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: .2em .5em;
    width: 100%;
}

@media all and (min-width: 38.75em) {
    input,
    textarea {
        width: -webkit-calc(100% - 8em);
        width: calc(100% - 8em);
    }
}

.form {
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.form label {
    display: block;
}

@media all and (min-width: 38.75em) {
    .form label {
        width: 8em;
        text-align: left;
        float: left;
    }
}

.playlist--list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: .95;
    color: #fff;
}

.playlist--list li {
    margin: 0;
    cursor: pointer;
    padding: 15px 10px;
    border-top: none;
}

.playlist--list li.active {
    font-weight: bold;
}
.playlist .plyr {
    background-color: transparent;
    min-width:310px;
}
.plyr--audio .plyr__controls {
    background: transparent;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.stop {
    display: none;
}

.plyr--playing .playing {
    display: none;
}

.plyr--playing .stop {
    display: inline-block;
}

.logo {
    display: block;
    text-align: center;
    min-width: 320px;
}

@media all and (min-width: 60em) {
    .logo {
        text-align: left;
    }
}

.logo img {
    width: 10em;
}

@media all and (min-width: 38.75em) {
    .logo img {
        width: 13.5em;
    }
}

.video {
    position: relative;
}

.privacy-info {
    font-size: .8em;
    padding-top: 4em;
}

.privacy-info ul {
    text-align: left;
}

.privacy-info h2 {
    font-size: 1.3em;
    margin-top: 2.5em;
}

.bg-image {
    background-position: bottom;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.plyr__controls {
    background-color: transparent;
}