/*! 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.
 */

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 */
    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"], /* 1 */
[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"] {
    outline-offset: -2px; /* 2 */
    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
    font: inherit; /* 2 */
    -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
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;
}

/*! main.css */

/* Fonts
   ========================================================================== */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsNxB8OB85xaNTJvVSB9YUjQ.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nPZRQUbYfRc-1FWT9T9EE8M.woff) format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v30/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff) format('woff');
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Commons
   ========================================================================== */

html {
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

p {
    margin: 24px 0;
    padding: 0;
}

p:first-child {
    margin-top: 0;
}

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

address {
    font-style: normal;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -4px;
    line-height: 44px;
    margin: 0 0 44px;
}

h2 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 38px;
    margin: 0 0 35px;
}

h3 {
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 34px;
    margin: 0 0 35px;
}

h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 35px;
}

a.blue {

}

a.white {
    color: white;
}

body:before {
    background: rgb(53, 115, 140) url(../img/cover-optimized-1280.jpg) center center;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media only screen and (min-width: 1281px) {
    body:before {
        background-image: url(../img/cover-optimized-1920.jpg);
    }
}

@media only screen and (min-width: 1921px) {
    body:before {
        background-image: url(../img/cover-optimized-2560.jpg);
    }
}

@media only screen and (min-width: 2561px) {
    body:before {
        background-image: url(../img/cover-optimized-3840.jpg);
    }
}

.body-layer {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    will-change: opacity;
}

header {
    height: 100vh;
}

ul {
    list-style: disc inside none;
    margin: 0;
    padding: 0;
}

a[data-toggle="title"]:after {
    content: '*';
    font-size: 8px;
    vertical-align: super;
    white-space: nowrap;
}

/* Utils
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap; /* 1 */
    width: 1px;
    clip-path: inset(50%);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
    clip-path: none;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

[itemprop="postalCode"],
[itemprop="addressLocality"],
[itemprop="addressCountry"] {
    text-transform: uppercase;
}

/* Browser Upgrade
   ========================================================================== */

.browserupgrade {
    background: white;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 15px 50px 15px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.browserupgrade > a {
    color: red;
    font-weight: bold;
}

/* Navbar
   ========================================================================== */

.navbar-container {
    background-color: rgba(53, 115, 140, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: row;
    height: 64px;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navbar-container .material-icons {
    color: white;
    vertical-align: middle;
}

.navbar-menu-button {
    display: none;
}

.navbar-header {
    display: none;
}

.navbar {
    border: none;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    min-height: 0;
    padding: 0;
}

.navbar > li {
    white-space: nowrap;
}

.navbar li a {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 64px;
    padding: 0 20px;
    width: 100%;
}

.navbar li a > svg {
    height: 24px;
    max-width: 24px;
}

.navbar li a > svg path {
    fill: white;
}

.navbar li a > span.svg-alt {
    display: none;
    padding-left: 10px;
}

.navbar li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar li a:hover {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .navbar-container {
        justify-content: space-between;
    }

    .navbar-header {
        color: white;
        display: inline-block;
        font-size: 21px;
        letter-spacing: -1.5px;
        line-height: 64px;
        margin: 0;
        opacity: 0;
        padding-left: 20px;
    }

    .navbar-menu-button {
        box-sizing: border-box;
        display: inline-block;
        line-height: 64px;
        padding: 0 19px;
        position: fixed;
        right: 0;
        text-align: right;
    }

    .navbar-menu-button:hover,
    .navbar-menu-button:focus,
    .navbar-menu-button:active {
        color: #8D7F49;
    }

    .navbar {
        background-clip: padding-box;
        background-color: rgb(53, 115, 140);
        border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        flex-direction: column;
        min-width: 35%;
        opacity: 0;
        position: fixed;
        right: 15px;
        top: 57px;
        transition: visibility 0s, opacity .175s ease;
        visibility: hidden;
        z-index: 5;
        will-change: opacity;
    }

    .navbar.visible {
        opacity: 1;
        visibility: visible;
    }

    .navbar:after {
        border-bottom: 11px solid white;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: '';
        display: inline-block;
        position: absolute;
        right: 5px;
        top: -11px;
    }

    .navbar li a {
        color: white;
        line-height: 64px;
        text-align: right;
    }

    .navbar li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .navbar li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .navbar li a > span.svg-alt {
        display: inline-block;
    }
}

/* Card
   ========================================================================== */

.card {
    bottom: 0;
    color: white;
    left: 0;
    position: absolute;
    transform: translate(0, 0);
    width: 100%;
}

.card-header,
.card-main,
.card-footer {
    margin: 20px 35px;
}

.card-header {
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
}

.card-main {
    text-align: center;
}

.card-footer {
    animation: card-footer-bounce 4s infinite;
    font-size: 24px;
    min-height: 26px;
    text-align: center;
}

@keyframes card-footer-bounce {
    0%, 10%, 25%, 40%, 50%, 100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-14px);
    }
    30% {
        transform: translateY(-7px);
    }
}

.card-pinned-logo {
    left: 0;
    max-height: 512px;
    max-width: 452px;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translate(-25%, -70%);
    width: 100vw;
}

.card-pinned-logo path {
    fill: white;
}

@media only screen and (min-height: 569px) {
    .card-header,
    .card-main,
    .card-footer {
        margin: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .card-header {
        font-size: 52px;
        font-weight: normal;
        line-height: 50px;
    }

    .card {
        left: 50%;
        max-width: 470px;
        transform: translate(-50%, 0);
        width: 50%;
    }
}

/* Schedule
   ========================================================================== */

.schedule-title,
.schedule-subtitle,
.schedule-date,
.schedule-contact {
    text-align: center;
}

.schedule-title {
    margin: 55px 35px;
}

.schedule-subtitle,
.schedule-date,
.schedule-contact {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.schedule-date {
    font-weight: bold;
}

.schedule-subtitle {
    color: rgb(53, 115, 140);
}

.schedule-contact {
    color: inherit;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.schedule-contact:before,
.schedule-contact:after {
    content: ">>";
    padding: 0 5px;
}

.schedule-contact:after {
    content: "<<";
}

.schedule-address {
    margin: 35px 0;
    text-align: center;
}

.schedule-item {
    align-items: center;
    display: flex;
    letter-spacing: -.5px;
}

.schedule-group:last-child,
.schedule-item:last-child {
    border-bottom: none;
}

.schedule-group > .schedule-item > .schedule-content {
    background-color: rgba(53, 115, 140, 0.18);
}

.schedule-group > .schedule-item:nth-child(even) > .schedule-content {
    background-color: rgba(194, 213, 220, 0.3);
}

.schedule-group > .schedule-item:hover > .schedule-content {
    background-color: rgb(182, 220, 232);
}

.schedule-hour,
.schedule-content {
    padding: 25px;
}

.schedule-hour {
    font-size: 14px;
    min-height: 24px;
    position: relative;
    text-align: center;
}

.schedule-content {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    justify-content: space-between;
    position: relative;
    text-align: left;
    width: 100%;
}

.schedule-group .schedule-content {
    font-weight: normal;
    text-align: left;
}

.schedule-group .schedule-content:before {
    background: rgb(53, 115, 140);
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 100%;
    left: -1px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.schedule-group .schedule-content:after {
    border: 5px solid rgb(53, 115, 140);
    border-radius: 100%;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 10px;
    left: -5px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -5px);
    width: 10px;
}

.schedule-content sub {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    padding-top: 5px;
}

.schedule-speaker {
    font-size: 14px;
    font-style: italic;
    padding-left: 0;
    padding-top: 10px;
}

.schedule-speaker > a {
    position: relative;
    display: block;
}

.schedule-speaker .popover {
    font-style: normal;
}

@media only screen and (min-width: 641px) {
    .schedule-content {
        flex-direction: row;
    }

    .schedule-speaker {
        padding-left: 15px;
        padding-top: 0;
        text-align: right;
    }

    .schedule-hour {
        min-width: 80px;
    }

    .schedule-speaker > a {
        display: inline-block;
    }

    .schedule-speaker > a + a:before {
        content: ", ";
    }
}

.schedule-download {
    color: rgb(53, 115, 140);
    display: block;
    padding-top: 35px;
    text-align: center;
}

/* Card Human
   ========================================================================== */

.card-human-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 35px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.card-human-container::-webkit-scrollbar {
    display: none;
}

.card-human {
    background-color: rgb(53, 115, 140);
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: 160px;
    justify-content: center;
    margin: 15px;
    padding: 10px;
    width: 160px;
}

.card-human:first-child {
    margin-left: 0;
}

.card-human:last-child {
    margin-right: 0;
}

.card-human-name {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0;
    text-align: center;
}

.card-human-actor {
    color: white;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .card-human-container {
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;
    }

    .card-human {
        margin: 15px 0;
        width: 30%;
    }
}

/* Contact
   ========================================================================== */

.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-information {
    margin-top: 25px;
    white-space: nowrap;
}

.contact-information > i,
.contact-information > a {
    display: inline-block;
}

.contact-information > i {
    margin-right: 5px;
}

@media only screen and (min-width: 641px) {
    .contact {
        flex-direction: row;
    }

    .contact-information {
        margin-top: 0;
    }

    .contact-information,
    .contact-address {
        box-sizing: border-box;
        padding: 0 15px;
        width: 50%;
    }

    .contact-address {
        text-align: right;
        width: 50%;
    }
}

/* GMaps
   ========================================================================== */

.gmaps-container {
    height: 50vh;
    margin-bottom: 35px;
    position: relative;
}

.gmaps-wrapper {
    height: 50vh;
    left: -35px;
    position: absolute;
    top: 0;
    width: 100vw;
}

.gmaps {
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 641px) {
    .gmaps-container {
        height: 450px;
    }

    .gmaps-wrapper {
        height: 450px;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
}

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

.section-container {
    margin: 100px 0;
    position: relative;
}

@media only screen and (min-width: 641px) {
    .section-container {
        padding: 0 35px;
    }
}

.section-container:first-child {
    margin-top: 0;
}

.section {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 35px;
}

.section-title {
    text-align: center;
}

.section-presenting {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-presenting > .section {
    background-color: rgba(35, 91, 113, 0.85);
    color: white;
    margin-bottom: 70px;
}

.section-presenting > .section:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .section-presenting {
        flex-direction: row;
    }

    .section-presenting > .section {
        box-sizing: border-box;
        margin: 0 35px;
        max-width: 455px;
        padding: 35px;
        width: 50%;
    }
}

.section-activities {
    background-color: white;
}

.section-activities > .section {
    padding: 50px 0;
}

@media only screen and (min-width: 641px) {
    .section-activities > .section {
        padding: 50px 15px;
    }
}

.section-activities-description {
    padding: 0 35px;
}

.section-membership > .section {
    background-color: white;
    color: black;
}

.section-humans {
    background-color: white;
}

.section-humans > .section {
    padding: 50px 0 25px;
}

.section-contact > .section {
    background-color: rgba(35, 91, 113, 0.85);
    box-sizing: border-box;
    color: white;
    padding: 35px;
}

/* Modal
   ========================================================================== */

.modal-wrapper {
    background: rgba(0, 0, 0, .6);
    content: " ";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .175s, opacity .175s ease;
    visibility: hidden;
    width: 100vw;
    z-index: 4;
    will-change: opacity, visibility;
}

.modal-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    left: 50%;
    position: fixed;
    top: 53%;
    transform: translate(-50%, -50%);
    transition: top .175s ease;
    z-index: 5;
}

.modal-wrapper.visible > .modal-container {
    top: 50%;
}

.modal-contents {
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    box-sizing: border-box;
    max-height: 85vh;
    overflow: auto;
    padding: 35px;
    width: 85vw;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 641px) {
    .modal-contents {
        max-height: 75vh;
        width: 75vw;
    }
}

@media only screen and (min-width: 1025px) {
    .modal-contents {
        max-height: 75vh;
        width: 700px;
    }
}

.modal-contents h2 {
    margin: 38px 0;
}

.modal-contents h2:first-child {
    margin-top: 0;
}

.modal-contents a[href] {
    color: rgb(53, 115, 140);
}

.modal-button {
    background: white;
    border: 2px solid rgb(53, 115, 140);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14);
    color: rgb(53, 115, 140);
    cursor: pointer;
    height: 36px;
    padding: 0;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 6;
}

/* Table List
   ========================================================================== */

ul.table-list {
    display: flex;
    flex-direction: column;
}

ul.table-list > li {
    letter-spacing: -.5px;
    padding: 5px 0;
}

ul.table-list > li sub {
    bottom: 0;
    font-size: 14px;
}

/* Popover
   ========================================================================== */

.popover {
    background-color: rgba(0, 0, 0, .85);
    border-radius: 10px;
    bottom: 35px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    color: white;
    font-size: 14px;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 10%);
    transition: visibility .175s, transform .175s ease, opacity .175s ease;
    visibility: hidden;
    z-index: 1;
    will-change: opacity, visibility;
    white-space: nowrap;
}

.popover:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0, 0, 0, .85);
    bottom: -11px;
    content: '';
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

.popover.visible {
    opacity: 1;
    transform: translate(-50%, 0%);
    visibility: visible;
}

/* Footer
   ========================================================================== */

.footer-container {
    background: rgb(53, 115, 140);
    box-shadow: inset rgba(0, 0, 0, 0.28) 0px 4px 8px;
    position: relative;
}

.footer-menu-wrapper {
    box-sizing: border-box;
    padding: 35px 0;
    position: relative;
    text-align: center;
}

.footer-menu-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu-wrapper li {
    color: white;
    letter-spacing: -.5px;
    line-height: 24px;
}

.footer-up-button {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    bottom: 35px;
    display: none;
    opacity: .25;
    padding: 0 15px;
    position: absolute;
    right: 35px;
    transition: opacity .2s;
}

.footer-up-button > .material-icons {
    color: rgb(53, 115, 140);
    font-size: 40px;
    font-weight: bold;
    line-height: 72px;
}

.footer-up-button:hover {
    cursor: pointer;
    opacity: 1;
}

@media only screen and (min-width: 640px) {
    .footer-up-button {
        display: inline-block;
    }
}

.footer-copyright {
    background: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
}

/* SVG Logo
   ========================================================================== */

.svg-logo {
    padding: 5px;
}

.svg-logo path {
    fill: transparent;
    stroke: white;
    stroke-width: 12;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.svg-logo.flip path {
    animation: svg-logo_flip .325s forwards;
}

@keyframes svg-logo_flip {
    0% {
        fill: transparent;
        stroke: white;
        stroke-dashoffset: 0;
    }
    100% {
        fill: white;
        stroke: transparent;
        stroke-dashoffset: 0;
    }
}

@keyframes svg-logo_draw-dummy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.svg-logo-eye {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
}

.svg-logo-eye.draw {
    animation: svg-logo_draw-eye .4s forwards;
}

@keyframes svg-logo_draw-eye {
    0% {
        stroke-dasharray: 0, 400;
    }
    100% {
        stroke-dasharray: 400, 0;
    }
}

.svg-logo-body {
    stroke-dasharray: 19350;
    stroke-dashoffset: 19350;
}

.svg-logo-body.draw {
    animation: svg-logo_draw-body 2.97s forwards;
}

@keyframes svg-logo_draw-body {
    from {
        stroke-dasharray: 0, 19350;
    }
    to {
        stroke-dasharray: 19350, 0;
    }
}

.svg-logo-tail {
    stroke-dasharray: 4350;
    stroke-dashoffset: 4350;
}

.svg-logo-tail.draw {
    animation: svg-logo_draw-tail .65s forwards;
}

@keyframes svg-logo_draw-tail {
    from {
        stroke-dasharray: 0, 4350;
    }
    to {
        stroke-dasharray: 4350, 0;
    }
}

.svg-logo-back {
    stroke-dasharray: 3730;
    stroke-dashoffset: 3730;
}

.svg-logo-back.draw {
    animation: svg-logo_draw-back .52s forwards;
}

@keyframes svg-logo_draw-back {
    from {
        stroke-dasharray: 0, 3730;
    }
    to {
        stroke-dasharray: 3730, 0;
    }
}

.svg-logo-feather {
    stroke-dasharray: 2850;
    stroke-dashoffset: 2850;
}

.svg-logo-feather.draw {
    animation: svg-logo_draw-feather .28s forwards;
}

@keyframes svg-logo_draw-feather {
    from {
        stroke-dasharray: 0, 2850;
    }
    to {
        stroke-dasharray: 2850, 0;
    }
}

/* Visibility Transitions
   ========================================================================== */

.card-header,
.card-main {
    opacity: 0;
    transition: opacity .325s ease-out;
}

.card-footer,
.navbar-container:not(.sticky) {
    opacity: 0;
    transition: opacity .325s ease-in;
}

.card-footer.slow-transition,
.navbar-container.slow-transition {
    transition-duration: .9s;
}

.card-header.visible,
.card-main.visible,
.card-footer.visible,
.navbar-container.visible {
    opacity: 1;
}
