.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: a
    }

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    cursor: pointer;
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */ * {
    box-sizing: border-box
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

body, html {
    background: #fff
}

body {
    font-size: 16px;
    color: #222;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    line-height: 1.5
}

.iframe-wrap:first-child, .split-content:first-child, blockquote:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ol:first-child, p:first-child, ul:first-child {
    margin-top: 0
}

.iframe-wrap:last-child, .split-content:last-child, blockquote:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol:last-child, p:last-child, ul:last-child {
    margin-bottom: 0
}

iframe, img {
    display: block;
    max-width: 100%
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px
}

@media (min-width:640px) {
    .wrapper {
        width: 600px;
        margin: 0 auto;
        padding: 0
    }
}

@media (min-width:940px) {
    .wrapper {
        width: 900px
    }
}

@media (min-width:1240px) {
    .wrapper {
        width: 1200px
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 40px 0 25px
}

h1 {
    font-size: 40px
}

@media (min-width:940px) {
    h1 {
        font-size: 58px
    }
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

::-moz-selection {
    background: #0078ca;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #0078ca;
    color: #fff;
    text-shadow: none
}

a {
    color: #0078ca;
    text-decoration: none;
    transition: all .3s
}

    a:hover {
        color: #002c4b
    }

blockquote {
    border-left: 5px solid #e6e6e6;
    padding-left: 20px
}

    blockquote cite {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        margin: 5px 0 0;
        font-style: normal
    }

header {
    padding: 20px 0
}

@media (min-width:940px) {
    header {
        padding: 10px 0
    }
}

header .wrapper {
    position: relative
}

header .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-size: 10px
}

header .skip-to-content:focus {
    clip: auto;
    height: auto;
    width: auto;
    top: 5px;
    left: 5px
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

@media (min-width:940px) {
    .logo {
        float: left
    }
}

.social {
    display: none;
    float: right;
    clear: right;
    margin-top: 30px
}

@media (min-width:940px) {
    .social {
        display: block
    }
}

.social a {
    padding: 0 0 0 10px
}

.lang-link {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #1e155d;
    position: absolute;
    top: -15px;
    right: 10px
}

    .lang-link:hover {
        color: #0078ca
    }

@media (min-width:940px) {
    .lang-link {
        position: relative;
        float: right;
        top: auto;
        right: auto
    }
}

.intro-panel {
    background: #1e155d;
    background: linear-gradient(45deg,#1e155d,#880656 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e155d",endColorstr="#880656",GradientType=1);
    width: 100%;
    color: #fff
}

    .intro-panel, .intro-panel .wrapper {
        position: relative
    }

        .intro-panel .intro-content {
            padding: 40px 0;
            width: 100%;
            font-size: 15px
        }

@media (min-width:940px) {
    .intro-panel .intro-content {
        width: 40%;
        padding: 40px 0;
        font-size: 16px
    }
}

@media (min-width:1240px) {
    .intro-panel .intro-content {
        width: 50%;
        padding: 50px 0 65px;
        font-size: 17px
    }
}

.intro-panel .intro-content .button.large {
    margin-top: 30px
}

    .intro-panel .intro-content .button.large .fa-sign-in-alt {
        margin-left: 20px
    }

.intro-panel .intro-content h1 {
    font-size: 35px
}

@media (min-width:1240px) {
    .intro-panel .intro-content h1 {
        font-size: 58px
    }
}

.intro-panel .image-block {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto
}

@media (min-width:940px) {
    .intro-panel .image-block {
        display: block;
        max-width: 55%
    }
}

@media (min-width:1240px) {
    .intro-panel .image-block {
        display: block;
        max-width: 45%
    }
}

footer {
    width: 100%;
    border-top: 5px solid #0078ca;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 13px
}

    footer a {
        color: #222;
        text-decoration: underline
    }

        footer a:hover {
            color: #0078ca;
            text-decoration: none
        }

    footer p {
        text-align: center;
        float: left;
        width: 100%
    }

@media (min-width:940px) {
    footer p {
        width: 50%;
        text-align: left
    }
}

footer .footer-social {
    float: right;
    text-align: center;
    font-size: 16px;
    width: 100%
}

    footer .footer-social a {
        padding: 0 0 0 10px;
        color: #0078ca
    }

@media (min-width:940px) {
    footer .footer-social {
        width: 50%;
        text-align: right
    }
}

nav {
    font-size: 14px;
    color: #fff;
    letter-spacing: .05em;
    max-width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:940px) {
    nav {
        font-size: 16px
    }
}

nav .nav-trigger {
    cursor: pointer;
    font-size: 20px;
    max-width: 100%;
    margin-top: 5px
}

@media (min-width:940px) {
    nav .nav-trigger {
        display: none
    }
}

nav .nav-trigger i {
    margin-right: 5px
}

nav > ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    max-width: 100%;
    margin-right: auto;
    display: none;
    position: absolute;
    background: #1e155d;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 2
}

@media (min-width:940px) {
    nav > ul {
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        background: none;
        width: auto;
        padding: 11px 0;
        top: auto;
        left: auto
    }
}

nav > ul > li {
    padding: 10px 0;
    margin: 0 40px 0 0;
    text-align: left;
    line-height: 1.1em
}

@media (min-width:940px) {
    nav > ul > li {
        padding: 0;
        text-align: center
    }
}

nav > ul > li > a {
    color: #fff
}

    nav > ul > li > a:hover {
        color: hsla(0,0%,100%,.7)
    }

nav > ul > li:last-child {
    margin: 0
}

nav .button {
    margin-left: 20px
}

nav .nav-buttons {
    /*width: 250px;*/
    max-width: 100%;
    margin-left: auto;
    text-align: right
}

@media (min-width:940px) {
    .french-styles nav {
        font-size: 13px
    }
}

@media (min-width:1240px) {
    .french-styles nav {
        font-size: 14px
    }
}

.french-styles nav .nav-buttons {
    width: 310px
}

    .french-styles nav .nav-buttons .button {
        font-size: 11px;
        padding: 10px
    }

    .french-styles nav .nav-buttons .ghost {
        margin-left: 0
    }

@media (min-width:940px) {
    .french-styles nav > ul {
        max-width: 65%
    }
}

.french-styles nav .nowrap {
    display: inline-block
}

.stat-panel {
    padding: 40px 0;
    max-width: 100%
}

@media (min-width:940px) {
    .stat-panel {
        padding: 80px 0 20px
    }
}

.stat-panel .stat-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
}

    .stat-panel .stat-blocks .block {
        font-size: 20px;
        line-height: 1.2em;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
        font-weight: 600
    }

@media (min-width:940px) {
    .stat-panel .stat-blocks .block {
        font-size: 30px;
        width: 50%;
        margin-bottom: 60px;
        padding-right: 40px
    }
}

.stat-panel .stat-blocks .block:nth-child(2n+2) {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:940px) {
    .stat-panel .stat-blocks .block:nth-child(2n+2) {
        padding-left: 40px
    }
}

.stat-panel .stat-blocks .block .icon {
    max-width: 55px;
    display: inline-block;
    vertical-align: top
}

.stat-panel .stat-blocks .block .info {
    width: calc(100% - 65px);
    padding-left: 20px;
    display: inline-block;
    vertical-align: top
}

.sponsor-panel {
    padding: 20px 0 50px;
    width: 100%
}

    .sponsor-panel h2 {
        color: #0078ca;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        position: relative;
        margin-bottom: 50px
    }

        .sponsor-panel h2 span {
            background: #fff;
            padding: 0 10px;
            z-index: 2;
            position: relative
        }

        .sponsor-panel h2:before {
            border-bottom: 1px solid #ccc;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 50%;
            z-index: 0
        }

    .sponsor-panel .owl-carousel {
        width: 95%;
        margin: 0 auto
    }

    .sponsor-panel .owl-nav {
        font-size: 45px;
        line-height: 1;
        position: absolute;
        top: 50%;
        margin-top: -29px;
        width: 100%
    }

        .sponsor-panel .owl-nav .owl-prev {
            left: -20px;
            position: absolute
        }

        .sponsor-panel .owl-nav .owl-next {
            right: -20px;
            position: absolute
        }

.internal-page-content {
    padding: 40px 0;
    width: 100%;
    margin: 0 auto
}

@media (min-width:940px) {
    .internal-page-content {
        padding: 70px 0;
        width: 80%
    }
}

.internal-page-content h1 {
    font-size: 35px;
    line-height: 1.2em;
    color: #880656;
    margin: 0 0 30px;
    padding: 0
}

@media (min-width:940px) {
    .internal-page-content h1 {
        font-size: 45px;
        margin: 0 0 40px
    }
}

.toggles {
    margin-top: 40px
}

.internal-page-content + h1 + .toggles {
    margin-top: 0
}

.toggle-block {
    margin-bottom: 5px
}

    .toggle-block .trigger {
        width: 100%;
        padding: 5px 30px 5px 10px;
        font-size: 15px;
        font-weight: 700;
        background: #0078ca;
        color: #fff;
        position: relative
    }

        .toggle-block .trigger .fa-plus-circle {
            display: inline-block;
            position: absolute;
            right: 8px;
            top: 8px
        }

        .toggle-block .trigger .fa-minus-circle {
            display: none;
            position: absolute;
            right: 8px;
            top: 8px
        }

        .toggle-block .trigger.active .fa-plus-circle {
            display: none
        }

        .toggle-block .trigger.active .fa-minus-circle {
            display: inline-block
        }

    .toggle-block .toggle-content {
        width: 100%;
        padding: 10px;
        display: none;
        background: #daf2fc
    }

        .toggle-block .toggle-content .trigger {
            background: #880656
        }

        .toggle-block .toggle-content .toggle-content {
            background: #f8e0f0
        }

label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase
}

    label .required {
        margin-left: 5px;
        color: #c82727
    }

    label.error {
        color: #c82727
    }

input, textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    color: #222;
    font-size: 16px;
    background: #fff;
    margin: 0 0 10px;
    transition: all .3s
}

    input:focus, textarea:focus {
        background: #f2f2f2
    }

    input.error, textarea.error {
        border: 1px solid #c82727
    }

    button, input[type=file], input[type=password], input[type=text], textarea {
        outline: none
    }

select {
    width: 100%
}

    select.error {
        border: 1px solid #c82727
    }

.checkbox label, .radio label {
    display: inline-block;
    padding: 0;
    margin-right: 20px
}

.checkbox input, .radio input {
    width: auto;
    margin-right: 5px;
    display: inline-block
}

button.button, input.button {
    border: none;
    display: inline-block;
    width: auto
}

.button {
    display: inline-block;
    padding: 8px 15px;
    background: #fff;
    color: #1e155d;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 3px;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    letter-spacing: .05em
}

    .button:hover {
        color: #fff;
        background: #1e155d;
        border: 2px solid #1e155d
    }

    .button.ghost {
        border: 2px solid #fff;
        background: none;
        color: #fff
    }

        .button.ghost:hover {
            background: #fff;
            color: #0078ca
        }

@media (min-width:940px) {
    .button {
        padding: 10px 15px;
        font-size: 14px
    }
}

.button.large {
    padding: 10px 25px;
    font-size: 15px
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
