﻿article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
    display: block
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.231
}

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222
}

::-moz-selection {
    text-shadow: none;
    background-color: #0091cd;
    color: #fff
}

::selection {
    text-shadow: none;
    background-color: #0091cd;
    color: #fff
}

a {
    color: #00e;
    text-decoration: none;
    outline: 0
}

a:hover,
a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}

dd {
    margin: 0 0 0 40px
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto
}

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

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

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

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0
}

label {
    cursor: pointer
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    *overflow: visible
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd
}

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

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.ir br {
    display: none
}

.hidden {
    display: none;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

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

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: black;
    background: white
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

em {
    font-style: italic
}

strong {
    font-weight: 600
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

.column,
.columns {
    float: left;
    margin: 0
}

.column.padded,
.columns.padded {
    margin-left: 1.5%;
    margin-right: 1.5%
}

.column.padded:first-of-type,
.columns.padded:first-of-type {
    margin-left: 0
}

.column.padded:last-of-type,
.columns.padded:last-of-type {
    margin-right: 0
}

.column.one,
.columns.one {
    width: 8.33333%
}

.column.one.padded,
.columns.one.padded {
    width: 5.33333%
}

.column.one.padded:first-child,
.column.one.padded:last-child,
.columns.one.padded:first-child,
.columns.one.padded:last-child {
    width: 6.83333%
}

.column.two,
.columns.two {
    width: 16.66667%
}

.column.two.padded,
.columns.two.padded {
    width: 13.66667%
}

.column.two.padded:first-child,
.column.two.padded:last-child,
.columns.two.padded:first-child,
.columns.two.padded:last-child {
    width: 15.16667%
}

.column.three,
.columns.three {
    width: 25%
}

.column.three.padded,
.columns.three.padded {
    width: 22%
}

.column.three.padded:first-child,
.column.three.padded:last-child,
.columns.three.padded:first-child,
.columns.three.padded:last-child {
    width: 23.5%
}

.column.four,
.columns.four {
    width: 33.33333%
}

.column.four.padded,
.columns.four.padded {
    width: 30.33333%
}

.column.four.padded:first-child,
.column.four.padded:last-child,
.columns.four.padded:first-child,
.columns.four.padded:last-child {
    width: 31.83333%
}

.column.five,
.columns.five {
    width: 41.66667%
}

.column.five.padded,
.columns.five.padded {
    width: 38.66667%
}

.column.five.padded:first-child,
.column.five.padded:last-child,
.columns.five.padded:first-child,
.columns.five.padded:last-child {
    width: 40.16667%
}

.column.six,
.columns.six {
    width: 50%
}

.column.six.padded,
.columns.six.padded {
    width: 47%
}

.column.six.padded:first-child,
.column.six.padded:last-child,
.columns.six.padded:first-child,
.columns.six.padded:last-child {
    width: 48.5%
}

.column.seven,
.columns.seven {
    width: 58.33333%
}

.column.seven.padded,
.columns.seven.padded {
    width: 55.33333%
}

.column.seven.padded:first-child,
.column.seven.padded:last-child,
.columns.seven.padded:first-child,
.columns.seven.padded:last-child {
    width: 56.83333%
}

.column.eight,
.columns.eight {
    width: 66.66667%
}

.column.eight.padded,
.columns.eight.padded {
    width: 63.66667%
}

.column.eight.padded:first-child,
.column.eight.padded:last-child,
.columns.eight.padded:first-child,
.columns.eight.padded:last-child {
    width: 65.16667%
}

.column.nine,
.columns.nine {
    width: 75%
}

.column.nine.padded,
.columns.nine.padded {
    width: 72%
}

.column.nine.padded:first-child,
.column.nine.padded:last-child,
.columns.nine.padded:first-child,
.columns.nine.padded:last-child {
    width: 73.5%
}

.column.ten,
.columns.ten {
    width: 83.33333%
}

.column.ten.padded,
.columns.ten.padded {
    width: 80.33333%
}

.column.ten.padded:first-child,
.column.ten.padded:last-child,
.columns.ten.padded:first-child,
.columns.ten.padded:last-child {
    width: 81.83333%
}

.column.eleven,
.columns.eleven {
    width: 91.66667%
}

.column.eleven.padded,
.columns.eleven.padded {
    width: 88.66667%
}

.column.eleven.padded:first-child,
.column.eleven.padded:last-child,
.columns.eleven.padded:first-child,
.columns.eleven.padded:last-child {
    width: 90.16667%
}

@media screen and (max-width: 800px) {

    .one.column,
    .one.columns,
    .one.column.padded,
    .one.columns.padded,
    .two.column,
    .two.columns,
    .two.column.padded,
    .two.columns.padded,
    .three.column,
    .three.columns,
    .three.column.padded,
    .three.columns.padded,
    .four.column,
    .four.columns,
    .four.column.padded,
    .four.columns.padded,
    .five.column,
    .five.columns,
    .five.column.padded,
    .five.columns.padded,
    .six.column,
    .six.columns,
    .six.column.padded,
    .six.columns.padded,
    .seven.column,
    .seven.columns,
    .seven.column.padded,
    .seven.columns.padded,
    .eight.column,
    .eight.columns,
    .eight.column.padded,
    .eight.columns.padded,
    .nine.column,
    .nine.columns,
    .nine.column.padded,
    .nine.columns.padded,
    .ten.column,
    .ten.columns,
    .ten.column.padded,
    .ten.columns.padded,
    .eleven.column,
    .eleven.columns,
    .eleven.column.padded,
    .eleven.columns.padded {
        float: none;
        width: auto
    }

    .one.column:first-child,
    .one.column:last-child,
    .one.columns:first-child,
    .one.columns:last-child,
    .one.column.padded:first-child,
    .one.column.padded:last-child,
    .one.columns.padded:first-child,
    .one.columns.padded:last-child,
    .two.column:first-child,
    .two.column:last-child,
    .two.columns:first-child,
    .two.columns:last-child,
    .two.column.padded:first-child,
    .two.column.padded:last-child,
    .two.columns.padded:first-child,
    .two.columns.padded:last-child,
    .three.column:first-child,
    .three.column:last-child,
    .three.columns:first-child,
    .three.columns:last-child,
    .three.column.padded:first-child,
    .three.column.padded:last-child,
    .three.columns.padded:first-child,
    .three.columns.padded:last-child,
    .four.column:first-child,
    .four.column:last-child,
    .four.columns:first-child,
    .four.columns:last-child,
    .four.column.padded:first-child,
    .four.column.padded:last-child,
    .four.columns.padded:first-child,
    .four.columns.padded:last-child,
    .five.column:first-child,
    .five.column:last-child,
    .five.columns:first-child,
    .five.columns:last-child,
    .five.column.padded:first-child,
    .five.column.padded:last-child,
    .five.columns.padded:first-child,
    .five.columns.padded:last-child,
    .six.column:first-child,
    .six.column:last-child,
    .six.columns:first-child,
    .six.columns:last-child,
    .six.column.padded:first-child,
    .six.column.padded:last-child,
    .six.columns.padded:first-child,
    .six.columns.padded:last-child,
    .seven.column:first-child,
    .seven.column:last-child,
    .seven.columns:first-child,
    .seven.columns:last-child,
    .seven.column.padded:first-child,
    .seven.column.padded:last-child,
    .seven.columns.padded:first-child,
    .seven.columns.padded:last-child,
    .eight.column:first-child,
    .eight.column:last-child,
    .eight.columns:first-child,
    .eight.columns:last-child,
    .eight.column.padded:first-child,
    .eight.column.padded:last-child,
    .eight.columns.padded:first-child,
    .eight.columns.padded:last-child,
    .nine.column:first-child,
    .nine.column:last-child,
    .nine.columns:first-child,
    .nine.columns:last-child,
    .nine.column.padded:first-child,
    .nine.column.padded:last-child,
    .nine.columns.padded:first-child,
    .nine.columns.padded:last-child,
    .ten.column:first-child,
    .ten.column:last-child,
    .ten.columns:first-child,
    .ten.columns:last-child,
    .ten.column.padded:first-child,
    .ten.column.padded:last-child,
    .ten.columns.padded:first-child,
    .ten.columns.padded:last-child,
    .eleven.column:first-child,
    .eleven.column:last-child,
    .eleven.columns:first-child,
    .eleven.columns:last-child,
    .eleven.column.padded:first-child,
    .eleven.column.padded:last-child,
    .eleven.columns.padded:first-child,
    .eleven.columns.padded:last-child {
        float: none;
        width: auto
    }
}

.container {
    max-width: none;
    padding-left: 3em;
    padding-right: 3em;
    margin: 0 auto
}

header nav {
    padding-top: 2em;
    padding-bottom: 2em
}

header nav h1 {
    float: left;
    padding-top: .5em;
    padding-bottom: .5em
}

@media only screen and (max-width: 960px) {
    header nav h1 {
        float: none;
        margin: auto;
        padding-top: 10em;
        padding-bottom: 0
    }
}

header nav ul {
    float: right
}

@media only screen and (max-width: 960px) {
    header nav ul {
        float: none;
        position: absolute !important;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 10;
        text-align: center;
        padding: 10px 0
    }
}

header nav ul li {
    display: inline-block;
    font-size: 0.875em
}

header nav ul li a {
    display: block;
    padding: .5em
}

header nav.on ul {
    display: block
}

header nav.on ul li {
    display: block
}

header .intro {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: transparent;
    color: #fff
}

header .intro .text {
    position: relative;
    text-align: center
}

header .intro .container {
    max-width: 700px
}

.ccm-page header {
    background-color: #000;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.ccm-page header::after {
    content: ' ';
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    opacity: 0;
    transition: opacity 1000ms, bottom 1000ms;
    transition-delay: 2500ms
}

@media only screen and (max-height: 800px) and (min-width: 900px) {
    .ccm-page header::after {
        display: none
    }
}

@media only screen and (max-height: 400px) and (min-width: 500px) {
    .ccm-page header::after {
        display: none
    }
}

.ready .ccm-page header::after {
    opacity: 1;
    bottom: 0
}

@media only screen and (max-width: 900px) {
    .ccm-page header::after {
        border-width: 100px 0 0 100vw
    }
}

.ccm-page header .background {
    opacity: 0;
    background-image: url("../images/background-track.jpg");
    transition: opacity 1000ms;
    filter: grayscale(1)
}

.ready .ccm-page header .background {
    opacity: 0.33
}

.ccm-page header nav {
    position: relative;
    opacity: 0;
    top: -50px;
    transition: opacity 1000ms, top 1000ms;
    transition-delay: 1800ms
}

.ready .ccm-page header nav {
    opacity: 1;
    top: 0
}

@media only screen and (max-width: 900px) {
    .ccm-page header nav {
        font-size: 0.5em
    }
}

.ccm-page header nav::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85vw 220px 0;
    border-color: transparent #ffffff transparent transparent
}

@media only screen and (max-width: 900px) {
    .ccm-page header nav::before {
        border-width: 0 85vw 110px 0;
        display: none
    }
}

.ccm-page header nav h1 {
    width: 97.5px;
    height: 59px
}

.ccm-page header nav h1 a {
    display: block;
    background-image: url("../images/MC-logo-mark-with-tag.svg");
    background-size: 97.5px 59px;
    height: 0;
    padding-top: 59px;
    overflow: hidden
}

.ccm-page header nav ul {
    position: relative
}

.ccm-page header nav ul li a {
    padding: 1em 0;
    margin: 0 2em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    letter-spacing: 0.25em;
    position: relative
}

@media only screen and (max-width: 1100px) {
    .ccm-page header nav ul li a {
        font-size: 1.5em;
        padding: 2em 0;
        margin: 0 0.75em
    }
}

@media only screen and (max-width: 960px) {
    .ccm-page header nav ul li a {
        font-size: 1.8755em
    }
}

@media only screen and (max-width: 500px) {
    .ccm-page header nav ul li a {
        font-size: 1.325em
    }
}

.ccm-page header nav ul li a::after {
    position: absolute;
    width: 100%;
    background-color: #C99700;
    height: 3px;
    bottom: -15px;
    left: 0;
    opacity: 0;
    content: ' ';
    transition: bottom 300ms, opacity 300ms
}

.ccm-page header nav ul li a:hover::after {
    bottom: 0;
    opacity: 1
}

.ccm-page .intro {
    text-align: center;
    position: relative;
    top: 30%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1180px) and (orientation: portrait) {
    .ccm-page .intro {
        font-size: .75em
    }
}

@media only screen and (max-width: 1180px) and (orientation: landscape) {
    .ccm-page .intro {
        font-size: .75em
    }
}

@media only screen and (max-width: 960px) and (orientation: portrait) {
    .ccm-page .intro {
        font-size: 1em
    }
}

@media only screen and (max-width: 900px) {
    .ccm-page .intro {
        font-size: 1em
    }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
    .ccm-page .intro {
        font-size: 0.5em
    }
}

@media only screen and (max-width: 500px) {
    .ccm-page .intro {
        font-size: 0.5em
    }
}

.ccm-page .intro .container {
    margin: 0 auto
}

.ccm-page .intro .text {
    text-align: center
}

.ccm-page .intro h2 {
    position: relative;
    font-weight: 800;
    font-size: 0.875em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0;
    line-height: 1.5em;
    filter: blur(25px);
    left: 50px;
    transition: opacity 1000ms, filter 1000ms, left 1000ms;
    transition-delay: 1000ms
}

.ready .ccm-page .intro h2 {
    left: 0;
    opacity: 1;
    filter: blur(0)
}

.ccm-page .intro h1 {
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(left, #C99700, #008cba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.75em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.25em 0;
    opacity: 0;
    filter: blur(25px);
    left: -50px;
    transition: opacity 1000ms, filter 1000ms, left 1000ms;
    transition-delay: 2000ms
}

.ready .ccm-page .intro h1 {
    left: 0;
    opacity: 1;
    filter: blur(0)
}

.ccm-page .intro h5 {
    position: relative;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em;
    opacity: 0;
    filter: blur(25px);
    left: -50px;
    transition: opacity 1000ms, filter 1000ms, left 1000ms;
    transition-delay: 2000ms
}

@media only screen and (max-width: 500px) {
    .ccm-page .intro h5 {
        font-size: 2.0em
    }
}

.ready .ccm-page .intro h5 {
    left: 0;
    opacity: 1;
    filter: blur(0)
}

.ccm-page .intro .button {
    position: relative;
    opacity: 0;
    filter: blur(25px);
    left: 50px;
    transition: opacity 1000ms, filter 1000ms, left 1000ms;
    transition-delay: 2500ms
}

.ready .ccm-page .intro .button {
    left: 0;
    opacity: 1;
    filter: blur(0)
}

main,
#main {
    padding-top: 4em;
    padding-bottom: 4em
}

main .container,
#main .container {
    max-width: 1200px;
    padding-left: 3%;
    padding-right: 3%
}

main nav.section,
#main nav.section {
    text-align: center
}

main nav.section ul li,
#main nav.section ul li {
    display: inline-block
}

main nav.section ul li a,
#main nav.section ul li a {
    display: block;
    padding: .5em
}

main .content,
#main .content {
    padding-top: 0;
    padding-bottom: 0
}

main .content .container,
#main .content .container {
    max-width: 800px;
    padding-left: 3%;
    padding-right: 3%
}

.content ol.gradient {
    counter-reset: step-counter 0
}

.content ol.gradient li {
    margin: 0 0 1.5em;
    padding: 0 0 0 4.5em;
    list-style-type: none
}

.content ol.gradient li::before {
    font-size: 3em;
    text-align: center;
    display: block;
    margin-left: -70px;
    float: left;
    padding: 12px 5px 5px;
    width: 60px;
    height: 60px;
    background: -webkit-linear-gradient(left, #f3b340, #008cba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    counter-increment: step-counter;
    content: counter(step-counter) "."
}

@media only screen and (max-width: 900px) {
    #details {
        font-size: 0.75em
    }
}

#details .container {
    max-width: 1200px;
    margin: 0 auto 1em
}

@media only screen and (max-width: 900px) {
    #details .container {
        margin: 4em auto 2em
    }
}

@media only screen and (max-height: 800px) and (min-width: 900px) {
    #details .container {
        margin: 4em auto 2em
    }
}

@media only screen and (max-height: 400px) and (min-width: 500px) {
    #details .container {
        margin: 4em auto 2em
    }
}

#details .content {
    position: relative;
    opacity: 0;
    left: -50px;
    transition: left 1000ms, opacity 1000ms;
    transition-delay: 500ms
}

#details .content.in {
    left: 0;
    opacity: 1
}

#details .info {
    padding-top: 1.5em;
    opacity: 0;
    position: relative;
    left: 50px;
    transition: left 1000ms, opacity 1000ms;
    transition-delay: 500ms
}

#details .info.in {
    left: 0;
    opacity: 1
}

@media only screen and (max-width: 900px) {
    #details .info {
        padding-top: 3em
    }
}

#details .info img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6)
}

#details .info p {
    margin: 0.75em 0;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 800;
    line-height: 1.5em;
    position: relative
}

#details .info p::before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: -0.625em
}

#details .info p::after {
    background: #008cba;
    background: -moz-linear-gradient(left, #008cba 0%, #C99700 100%);
    background: -webkit-linear-gradient(left, #008cba 0%, #C99700 100%);
    background: linear-gradient(to right, #008cba 0%, #C99700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorStart', endColorstr='$colorEnd', GradientType=1);
    width: 20%;
    height: 3px;
    position: relative;
    display: block;
    content: ' ';
    margin: 0.5em 0 0
}

#details .info h5 {
    font-size: 0.875em;
    text-transform: uppercase;
    line-height: 1.5em
}

#details .detail {
    margin: 0 0 5em 20%
}

@media only screen and (max-width: 900px) {
    #details .detail {
        margin: 0 0 4em
    }
}

#details .detail img {
    float: left;
    margin: 0 2em 0 0
}

#details .detail h5 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0.25em;
    letter-spacing: 0.1em;
    font-size: 0.875em
}

#details .detail h3 {
    color: #888;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-transform: uppercase
}

#speaker {
    background-color: #000;
    position: relative
}

@media only screen and (max-width: 900px) {
    #speaker {
        font-size: 0.75em
    }
}

#speaker::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 300px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 2
}

@media only screen and (max-width: 900px) {
    #speaker::before {
        border-width: 0 100vw 100px 0
    }
}

#speaker::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2
}

@media only screen and (max-width: 900px) {
    #speaker::after {
        border-width: 100px 0 0 100vw
    }
}

#speaker .background {
    background-image: url("../images/background-speaker.jpg");
    opacity: 0.2;
    z-index: 1
}

#speaker .container {
    max-width: 1200px;
    position: relative;
    padding: 10em 3em 25em;
    z-index: 4
}

@media only screen and (max-width: 900px) {
    #speaker .container {
        padding: 12em 3em 14em
    }
}

#speaker .content {
    position: relative;
    opacity: 0;
    top: 50px;
    transition: top 1s, opacity 1s;
    transition-delay: 500ms
}

#speaker .content.in {
    opacity: 1;
    top: 0
}

#speaker .content h5 {
    margin: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

#speaker .content p,
#speaker .content ul,
#speaker .content ol {
    color: #fff
}

#speaker .content ul li,
#speaker .content ol li {
    margin: .25em 0 .25em 2em
}

#speaker .content p+ul,
#speaker .content p+ol {
    margin-top: -.2em
}

#speaker .info {
    position: relative;
    opacity: 0;
    top: -50px;
    transition: top 1s, opacity 1s;
    transition-delay: 1000ms
}

#speaker .info.in {
    opacity: 1;
    top: 0
}

#speaker .info img {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.6)
}

#speaker .info p {
    margin: 0.75em 0;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    font-weight: 800;
    line-height: 1.5em;
    position: relative
}

#speaker .info p::before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: -0.625em
}

#speaker .info p::after {
    background: #008cba;
    background: -moz-linear-gradient(left, #008cba 0%, #C99700 100%);
    background: -webkit-linear-gradient(left, #008cba 0%, #C99700 100%);
    background: linear-gradient(to right, #008cba 0%, #C99700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorStart', endColorstr='$colorEnd', GradientType=1);
    width: 20%;
    height: 3px;
    position: relative;
    display: block;
    content: ' ';
    margin: 0.5em 0 0
}

#speaker .info h5 {
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em
}

@media only screen and (max-width: 900px) {
    #naming {
        font-size: 0.75em
    }
}

#naming .container {
    max-width: 1200px;
    position: relative;
    padding: 0 3em 10em;
    z-index: 4;
    margin-top: -7em
}

@media only screen and (max-width: 900px) {
    #naming .container {
        padding: 4em 3em 10em
    }
}

#naming .content {
    margin-top: 4em;
    position: relative;
    opacity: 0;
    left: -50px;
    transition: left 1000ms, opacity 1000ms;
    transition-delay: 500ms
}

#naming .content.special-contact {
    /* margin-top: -8em */
    margin-top:0;
}

@media only screen and (max-width: 900px) {
    #naming .content.special-contact {
        margin-top: 0
    }
}

#naming .content.in {
    left: 0;
    opacity: 1
}

@media only screen and (max-width: 900px) {
    #naming .content h2 {
        font-size: 2em
    }
}

#naming .content h5 {
    margin: 2em 0 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #555
}

#naming .content p {
    margin: 0;
    line-height: 1.625em;
    color: #777
}

#naming .info {
    position: relative;
    opacity: 0;
    left: 50px;
    transition: left 1000ms, opacity 1000ms;
    transition-delay: 500ms
}

#naming .info.in {
    left: 0;
    opacity: 1
}

@media only screen and (max-width: 900px) {
    #naming .info {
        margin: 4em 0 0
    }
}

#naming .info img {
    width: 80%;
    position: absolute;
    top:8em;
    /* top: 14em; */
    /* right: 0; */
    left:0;
    z-index: 1;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.6)
}

@media only screen and (max-width: 900px) {
    #naming .info img {
        position: unset;
        width: 100%;
        box-shadow: none;
        margin: 2em 0
    }
}

#naming .info img:nth-of-type(2) {
    top: 0;
    left: 1em;
    z-index: 2
}

@media only screen and (max-width: 900px) {
    #naming .info img:nth-of-type(2) {
        position: unset;
        width: 100%
    }
}

#naming .info img:nth-of-type(3) {
    top: 28em;
    right: 2em;
    width: 100%;
    z-index: 0
}

@media only screen and (max-width: 900px) {
    #naming .info img:nth-of-type(3) {
        position: unset;
        width: 100%
    }
}

#sponsorship {
    background-color: #000;
    position: relative
}

@media only screen and (max-width: 900px) {
    #sponsorship {
        font-size: 0.75em
    }
}

#sponsorship::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 300px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 2
}

@media only screen and (max-width: 900px) {
    #sponsorship::before {
        border-width: 0 100vw 100px 0
    }
}

#sponsorship::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2
}

@media only screen and (max-width: 900px) {
    #sponsorship::after {
        border-width: 100px 0 0 100vw
    }
}

#sponsorship .background {
    background-image: url("../images/background2-track.jpg");
    background-position: center top;
    opacity: 0.2;
    z-index: 1
}

#sponsorship .container {
    max-width: 1200px;
    position: relative;
    padding: 24em 0;
    z-index: 4
}

@media only screen and (max-width: 900px) {
    #sponsorship .container {
        padding: 24em 0 12em
    }
}

#sponsorship h2 {
    opacity: 0;
    transition: opacity 1000ms
}

#sponsorship h2.in {
    opacity: 1
}

#sponsorship p {
    color: #fff;
    opacity: 0;
    transition: opacity 1000ms
}

#sponsorship p.in {
    opacity: 1
}

#sponsorship p a {
    color: #54d5ff
}

#sponsorship .sponsorship-box article {
    border: solid 2px #fff;
    margin: 2em 5%;
    padding: 0 0 2em;
    text-align: center;
    position: relative;
    opacity: 0;
    top: 25px;
    transition: opacity 500ms, top 500ms
} 

#sponsorship .sponsorship-box article h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 800;
    padding: 2em 2em 1.75em;
    border-bottom: solid 2px #fff
}

#sponsorship .sponsorship-box article h5 {
    font-size: 2em;
    color: #C99700;
    padding: 0.75em 0;
    border-bottom: solid 2px #fff
}

#sponsorship .sponsorship-box article ul {
    margin: 3em 2em 0
}

#sponsorship .sponsorship-box article ul li {
    color: #fff;
    margin: 1.5em 0
}

#sponsorship .sponsorship-box:nth-of-type(2) article {
    transition-delay: 250ms
}

#sponsorship .sponsorship-box:nth-of-type(3) article {
    transition-delay: 500ms
}

#sponsorship .sponsorship-box:nth-of-type(4) article {
    transition-delay: 750ms
}

#sponsorship .sponsorship-box:nth-of-type(6) article {
    transition-delay: 1000ms
}

#sponsorship .sponsorship-box:nth-of-type(7) article {
    transition-delay: 1250ms
}

 #sponsorship.in .sponsorship-box article {
    opacity: 1;
    top: 0
}

footer {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center
}

footer nav ul li {
    display: inline-block
}

footer nav ul li a {
    display: block;
    padding: 0.5em
}

footer {
    text-align: left;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 900px) {
    footer {
        margin-top: 0;
        text-align: center;
        line-height: 1.5em;
        padding: 0 0 2em
    }
}

footer img {
    width: 220px;
    margin: 0 1em
}

footer nav {
    padding: 4em 0 0;
    font-size: 0.75em;
    color: #999
}

footer nav ul li {
    margin: 0.5em 0.5em 0.5em 0
}

footer nav ul li::after {
    display: inline-block;
    padding: 0 0 0 0.5em;
    content: '•';
    color: #ccc
}

footer nav ul li:last-of-type::after {
    content: ''
}

footer nav ul.contact {
    margin: 0 0 1em
}

footer nav ul.contact li {
    color: #555
}

footer nav ul.contact li .strong {
    font-weight: 800
}

footer nav ul.contact li a {
    display: inline;
    padding: 0;
    margin: 0
}

.button a,
.content input[type="submit"],
.content button {
    display: inline-block;
    border: solid 1px #555;
    background: transparent;
    font-weight: 400;
    color: #555;
    font-size: 0.875em;
    padding: 0.75em 1.5em;
    transition: border 250ms
}

.button a:hover,
.content input[type="submit"]:hover,
.content button:hover {
    border: solid 1px #333;
    color: #333
}

.button a {
    position: relative;
    margin-top: 1.5em;
    border: solid 2px #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    padding: 1em 1.5em;
    -webkit-border-image: -webkit-linear-gradient(left, #C99700 0%, #008cba 100%);
    -moz-border-image: -moz-linear-gradient(left, #C99700 0%, #008cba 100%);
    border-image: linear-gradient(to right, #C99700 0%, #008cba 100%);
    border-image-slice: 1;
    transition: background 250ms;
    overflow: hidden
}

.button a:hover {
    border: solid 2px #fff;
    -webkit-border-image: -webkit-linear-gradient(left, #C99700 0%, #008cba 100%);
    -moz-border-image: -moz-linear-gradient(left, #C99700 0%, #008cba 100%);
    border-image: linear-gradient(to right, #C99700 0%, #008cba 100%);
    border-image-slice: 1;
    color: #fff
}

.button a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    height: 100%;
    width: 0;
    background: #C99700;
    background: -moz-linear-gradient(left, #C99700 0%, #008cba 100%);
    background: -webkit-linear-gradient(left, #C99700 0%, #008cba 100%);
    background: linear-gradient(to right, #C99700 0%, #008cba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorStart', endColorstr='$colorEnd', GradientType=1);
    transition: width 250ms
}

.button a:hover::before {
    width: 100%
}

.button a::after {
    position: relative;
    content: attr(data-text)
}

.content form input[type="text"],
.content form input[type="email"],
.content form input[type="number"],
.content form input[type="tel"],
.content form select {
    border: solid 1px #ccc;
    font-family: new-atten, sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0.5em 0.5em;
    display: block;
    width: 96%;
    margin: 0.5em 0;
    outline: none;
    border-radius: 0
}

.content form input[type="text"]:focus,
.content form input[type="email"]:focus,
.content form input[type="number"]:focus,
.content form input[type="tel"]:focus,
.content form select {
    border: solid 1px #25739e
}

.content form textarea {
    border: solid 1px #ccc;
    font-family: new-atten, sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0.5em 0.5em;
    display: block;
    width: 96%;
    margin: 0.5em 0 !important;
    height: 8em
}

.content form textarea:focus {
    border: solid 1px #25739e
}

.sem-form-response {
    text-align: center;
    font-size: 1.5em
}

.sem-checkbox-label,
.sem-radio-button-label {
    margin: 0.75em 0 0.75em 1.5em
}

.content ul,
.content ol {
    margin: 1.5em 0
}

.content ul li {
    list-style-type: disc;
    margin: 1em 0 1em 2em
}

.content ol li {
    list-style-type: decimal;
    margin: 1em 0 1em 2em
}

a.navicon {
    display: none;
    content: ' ';
    position: absolute;
    height: 0;
    padding-top: 60px;
    width: 60px;
    overflow: hidden;
    background-color: #008cba;
    top: 25px;
    right: 0;
    background-image: url("../images/navicon.svg");
    background-size: 30px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    transition: background-image 250ms
}

@media only screen and (max-width: 960px) {
    a.navicon {
        display: block
    }
}

a.navicon.on {
    background-color: #C99700;
    background-image: url("../images/navicon-on.svg");
    background-size: 25px 25px
}

a.navicon {
    display: none
}

.overlay-trigger {
    cursor: pointer
}

.overlay {
    z-index: 999999;
    position: fixed;
    left: -9999px;
    width: 100%;
    height: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow-y: scroll;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transition: opacity 200ms, transform 200ms;
    -webkit-transition: opacity 200ms, -webkit-transform 200ms
}

.overlay.on {
    left: 0;
    top: 0;
    height: 100vh;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.overlay a.close {
    position: fixed;
    top: 2em;
    right: 2%;
    width: 40px;
    opacity: 0.7;
    border: none;
    z-index: 100
}

.overlay a.close:hover {
    opacity: 1
}

.overlay .overlay-video {
    position: relative;
    max-width: 1200px;
    padding-top: 56.25%;
    margin: 0 auto;
    background-color: #000
}

.overlay .overlay-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay .overlay-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 4%;
    line-height: 1.25em
}

.overlay .overlay-container h2 {
    font-weight: 400;
    font-size: 1.75em;
    margin: 0.25em 0 0.25em;
    color: #333
}

.overlay .overlay-container h3 {
    color: #4f889e;
    font-weight: 400
}

.overlay .overlay-container h5 {
    color: #aaa;
    font-weight: 400;
    font-size: 0.625em;
    text-transform: uppercase;
    letter-spacing: 0.2em
}

.overlay .overlay-container p {
    margin: 0.5em 0
}

.overlay .overlay-container table {
    width: 100%;
    margin: 0.5em 0 1.5em
}

.overlay .overlay-container table tbody tr td {
    padding: 0.75em 0;
    font-weight: 300;
    font-size: 0.875em
}

.overlay .overlay-container table tbody tr td:last-child {
    text-align: right
}

@media only screen and (max-width: 800px) {

    .overlay .overlay-main form,
    .overlay .overlay article {
        margin-top: 5em;
        margin-bottom: 5em;
        position: relative;
        top: auto;
        transform: none;
        -webkit-transform: none
    }
}

.content table {
    width: 100%;
    margin: 1.5em 0
}

.content table tr:first-child td,
.content table tr th {
    padding: 1.25em 0;
    font-weight: 700;
    font-size: 0.875em;
    border-bottom: solid 1px #777
}

.content table tr td {
    padding: 1.25em 0;
    font-weight: 300;
    font-size: 0.875em;
    border-bottom: solid 1px #ddd
}

.content table tr td p {
    margin: 0
}

body {
    font-family: new-atten, sans-serif;
    color: #444
}

body a {
    color: #0C2340
}

body a:hover {
    color: #143a6b
}

.content {
    font-size: 1em;
    line-height: 1.75em
}

.content .container *:first-of-type {
    margin-top: 0 !important
}

.content h1 {
    font-size: 2.5em;
    margin: 1em 0 0.25em
}

.content h2 {
    font-size: 1.75em;
    margin: 1em 0 0.25em
}

.content h3 {
    font-size: 1.25em;
    margin: 1em 0 0.25em
}

.content h4 {
    margin: 1em 0 0.25em
}

.content h5 {
    margin: 1em 0 0.25em
}

.content p {
    margin: 0.5em 0 1.5em
}

.content h1 {
    font-weight: 800
}

.content h2 {
    color: #008cba;
    display: inline-block;
    background: -webkit-linear-gradient(left, #008cba, #C99700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 0.25em
}

.content h2.block{
    display:block;
}

.content h3 {
    font-weight: 800
}

.content h3.white {
    color: #fff
}

.content p,
.content li {
    color: #444
}
