/*
Theme Name: Mae
Theme URI: https://mae.pixudio.com/
Author: Pixudio INC.
Author URI: https://pixudio.com/
Description: Solid - Bold and stylish, Mae is an event template well suited for tech conferences, design talks, business meetups, event planer agencies and everyone else who appreciate good design. The template was built based on modern Bootstrap 4 flex grids, so you know it contains clean, precise code that makes for a highly streamlined site.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixudio-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grids
# Layout
  ## Posts
  ## Pages
  ## Header
  ## Footer
  ## Widgets
# Typography
# Forms
# Customizer
# Accessibility
# Alignments
# Clearings
# Custom & Media Queries
--------------------------------------------------------------*/

/*! normalize.css v6.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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
 * 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;
    }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 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;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@charset "UTF-8";
/* Main
   ========================================================================== */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

figure {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

/* Layouts
   ========================================================================== */
.section {
    position: relative;
    padding-top: 84px;
    padding-bottom: 84px;
}

.section--first {
    padding-top: 168px;
}

@media (min-height: 800px) {
    .section--first {
        padding-top: 288px;
    }
}

.section--fit {
    padding-top: 120px;
}

.section--last {
    padding-bottom: 168px;
}

.section--singular {
    padding-top: 168px;
}

.indent {
    margin-left: 48px;
}

.dashed {
    display: inline-block;
    position: relative;
    padding-left: 48px;
    line-height: 24px;
    z-index: 1;
}

    .dashed:before, .dashed:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 24px;
        height: 2px;
        background-color: #222;
        pointer-events: none;
        z-index: -1;
    }

    .dashed:before {
        -webkit-transition: -webkit-transform 0.4s ease-out;
        transition: -webkit-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
        transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        will-change: transform;
    }

    .dashed:after {
        -webkit-transition: background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in, -webkit-transform 0.4s 0.2s ease-out;
        transition: background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in, -webkit-transform 0.4s 0.2s ease-out;
        transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in;
        transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in, -webkit-transform 0.4s 0.2s ease-out;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        will-change: transform, width, height, background;
    }

    .dashed.in-view__child--in:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .dashed.in-view__child--in:after {
        -webkit-transform: none;
        transform: none;
    }

.dashed--hover,
a.dashed {
    cursor: default;
}

    .dashed--hover:not(.dashed--vertical):hover:after,
    a.dashed:not(.dashed--vertical):hover:after {
        width: 90%;
        width: calc(100% - 24px);
        height: 16px;
        background-color: rgba(34, 34, 34, 0.1);
        -webkit-transition: background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
        transition: background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
        transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
    }

a.dashed {
    cursor: pointer;
}

.dashed--reverse {
    padding-right: 48px;
    padding-left: 0;
}

    .dashed--reverse:before, .dashed--reverse:after {
        left: auto;
        right: 0;
    }

@media (min-width: 768px) {
    .dashed--reverse--md {
        padding-right: 48px;
        padding-left: 0;
    }

        .dashed--reverse--md:before, .dashed--reverse--md:after {
            left: auto;
            right: 0;
        }
}

.dashed--vertical {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 48px;
    text-align: center;
}

    .dashed--vertical:before, .dashed--vertical:after {
        top: auto;
        bottom: -36px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 24px;
    }

    .dashed--vertical:after {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .dashed--vertical.in-view__child--in:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .dashed--vertical.in-view__child--in:after {
        -webkit-transform: none;
        transform: none;
    }

.company {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .company figure {
        position: relative;
        height: auto;
        overflow: hidden;
    }

        .company figure:before {
            content: "";
            display: block;
            padding-top: 105%;
        }

        .company figure .lazyload--el {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: auto;
            max-width: none;
            height: 100%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        }

.board:not(:last-child) {
    margin-bottom: 168px;
}

.board__copy {
    width: 350px;
    max-width: 100%;
}

    .board__copy h2 {
        margin: 24px 0;
    }

    .board__copy p:last-child {
        margin-bottom: 0;
    }

.board__copy--links a {
    margin-right: 22px;
}

.board__copy--links a {
    color: #222;
}

    .board__copy--links a:hover {
        color: rgba(34, 34, 34, 0.65);
    }

@media (min-width: 768px) {
    .board--right .board__copy {
        float: right;
    }
}

.poster {
    position: relative;
    overflow: hidden;
}

    .poster figure {
        position: relative;
        height: auto;
        overflow: hidden;
    }

        .poster figure:before {
            content: "";
            display: block;
            padding-top: 134.83146%;
        }

        .poster figure .lazyload--el {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
            -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.4s 0.2s;
            transition: opacity 0.2s 0.2s, -webkit-transform 0.4s 0.2s;
            transition: opacity 0.2s 0.2s, transform 0.4s 0.2s;
            transition: opacity 0.2s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
            opacity: 0;
            will-change: opacity, transform;
        }

            .poster figure .lazyload--el.in-view__child--in.lazyloaded {
                -webkit-transform: none;
                transform: none;
                opacity: 1;
            }

.poster--flexible figure:before {
    display: none;
}

.poster--square figure:before {
    padding-top: 100%;
}

.poster--horizontal figure:before {
    padding-top: 68.57143%;
}

.poster--features-landscape figure::before {
    padding-top: 62.47191%;
}

.poster--features-portrait figure::before {
    padding-top: 141.57303%;
}

.poster--cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}

    .poster--cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        background-color: #eff0f1;
        will-change: transform;
    }

    .poster--cover.in-view--in:after {
        -webkit-transform: none;
        transform: none;
    }

.lazyloaded + .poster--cover.in-view__child--in:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.reveal {
    position: relative;
    padding: 36px 10%;
    overflow: hidden;
    z-index: 1;
}

    .reveal:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #eff0f1;
        z-index: -1;
    }

@media (min-width: 1200px) {
    .reveal {
        padding: 36px 48px 48px;
    }

    .reveal--left {
        padding-left: 0;
        overflow: visible;
    }

        .reveal--left:before {
            width: 2000px;
            width: 100vw;
        }

    .reveal--right {
        padding-right: 0;
        overflow: visible;
    }

        .reveal--right:before {
            right: auto;
            left: 0;
            width: 2000px;
            width: 100vw;
        }

    .reveal--left .reveal__background {
        width: 2000px;
        width: 100vw;
    }

    .reveal--right .reveal__background {
        right: auto;
        left: 0;
        width: 2000px;
        width: 100vw;
    }
}

.reveal--darken {
    color: #fff;
}

    .reveal--darken:before {
        background-color: #222;
    }

    .reveal--darken a,
    .reveal--darken p,
    .reveal--darken .sub-head,
    .reveal--darken a.sub-head {
        color: inherit !important;
    }

    .reveal--darken .dashed:before,
    .reveal--darken .dashed:after {
        background-color: #fff;
    }

    .reveal--darken .dashed.dashed--hover:not(.dashed--vertical):hover:after,
    .reveal--darken a.dashed:not(.dashed--vertical):hover:after {
        background-color: rgba(255, 255, 255, 0.3);
    }

.reveal--primary:before {
    background-color: #107893;
}

.reveal--secondary:before {
    background-color: #199bab;
}

.reveal__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

    .reveal__background.lazyload--el.lazyloaded {
        opacity: 0.175;
    }

.reveal__copy {
    margin-bottom: 32px;
}

    .reveal__copy p {
        width: 492px;
        max-width: 100%;
    }

.blog-list {
    margin-bottom: 48px;
}

.blog-list__post {
    margin-bottom: 48px;
}

.blog-list__info {
    display: inline-block;
}

.blog-list__title {
    margin: 0 0 24px;
}

    .blog-list__title a:not(:hover) {
        color: inherit;
    }

.clipcard {
    position: relative;
}

.clipcard__head {
    padding-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.clipcard__body {
    position: relative;
    padding: 12px 0;
}

@media (min-width: 768px) {
    .clipcard__body {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.clipcard__body:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px;
    opacity: 0.1;
}

.clipcard:last-child .clipcard__body:after {
    border-color: transparent;
}

.clipcard__link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    opacity: 0.02;
    z-index: 1;
}

    .clipcard__link:after {
        content: "";
        display: block;
        height: 100%;
        background-color: #222;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
        mix-blende-mode: overlay;
    }

@media (min-width: 768px) {
    .clipcard__link:hover:after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.clipcard__info {
    margin-bottom: 0;
}

.clipcard__title {
    margin-top: 0;
}

p.clipcard__title {
    margin-bottom: 0;
}

.clipcard__subtitle {
    display: block;
    opacity: 0.5;
}

    .clipcard__subtitle span {
        display: block;
        color: inherit;
    }

.clipcard__desc {
    max-width: 640px;
}

.clipcard__icon {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

@media (min-width: 768px) {
    .clipcard__icon {
        left: 12px;
    }
}

.clipcard__icon ~ .clipcard__info, .clipcard__icon ~ .clipcard__title, .clipcard__icon ~ .clipcard__subtitle, .clipcard__icon ~ .clipcard__desc {
    margin-left: 60px;
}

.clipcard__thumb {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

@media (min-width: 768px) {
    .clipcard__thumb {
        left: 12px;
    }
}

.clipcard__thumb ~ .clipcard__info, .clipcard__thumb ~ .clipcard__title, .clipcard__thumb ~ .clipcard__subtitle, .clipcard__thumb ~ .clipcard__desc {
    margin-left: 60px;
}

.speaker-neat {
    margin-bottom: 48px;
}

.masonry-item .speaker-neat {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .masonry-item .speaker-neat {
        margin-bottom: 60px;
    }

    .masonry-item:nth-child(3n - 1) .speaker-neat {
        margin-top: 60px;
        margin-bottom: 12px;
    }

    .masonry-item:nth-child(3n) .speaker-neat {
        margin-top: 24px;
        margin-bottom: 48px;
    }
}

.speaker-neat__links a {
    margin-right: 22px;
}

@media (min-width: 768px) {
    .in-view__child--fadein {
        opacity: 0;
        -webkit-transform: translateY(24px) skewX(-5deg);
        transform: translateY(24px) skewX(-5deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: opacity 0.4s, -webkit-transform 1.2s;
        transition: opacity 0.4s, -webkit-transform 1.2s;
        transition: opacity 0.4s, transform 1.2s;
        transition: opacity 0.4s, transform 1.2s, -webkit-transform 1.2s;
        will-change: opacity, transform;
    }

        .in-view__child--fadein.in-view__child--in {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
}

.mouse-scroll {
    position: relative;
    width: 40px;
    height: 60px;
    margin: 48px auto 0;
    border-radius: 20px;
    border: 3px solid rgba(141, 146, 156, 0.2);
}

.is-touch .mouse-scroll {
    display: none;
}

.mouse-scroll:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 6px;
    left: 50%;
    left: calc(50% - 3px);
    -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
}

.in-view--in .mouse-scroll:before {
    -webkit-animation: mouse-ball 1.2s 2.5s ease-in-out infinite;
    animation: mouse-ball 1.2s 2.5s ease-in-out infinite;
}

.is-mac .in-view--in .mouse-scroll:before {
    animation-direction: reverse;
}

@-webkit-keyframes mouse-ball {
    0%, 100% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    25% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    50% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    75% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
    }
}

@keyframes mouse-ball {
    0%, 100% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    25% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    50% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
    }

    75% {
        -webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
        box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
    }
}

.map {
    position: relative;
}

@media (min-width: 1200px) {
    .map--fullwidth .google-map {
        left: 50%;
        width: 2000px;
        width: calc(100vw);
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
    }

    .map--right .google-map {
        left: 50%;
        width: 2000px;
        width: calc(50vw);
    }

    .venue .map--right .google-map {
        left: 0;
        width: calc(50vw - 15px);
    }

    .map--left .google-map {
        left: 50%;
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
        width: 2000px;
        width: calc(50vw);
    }

    .venue .map--left .google-map {
        left: 0;
        -webkit-transform: translateX(-25vw);
        transform: translateX(-25vw);
        width: calc(50vw);
    }
}

.google-map {
    position: relative;
    margin-bottom: 24px;
}

    .google-map,
    .google-map > div {
        background-color: #eff0f1 !important;
    }

.workshop {
    margin-bottom: 48px;
}

    .workshop .poster {
        margin-bottom: 24px;
    }

.alert {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 72px 24px 24px;
    background-color: #222;
    color: #fff;
}

.alert--primary {
    background-color: #107893;
}

.alert--secondary {
    background-color: #199bab;
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

    .alert a:hover {
        color: inherit;
        text-decoration: none;
    }

.alert .close {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 0;
    height: 26px;
    width: 26px;
}

    .alert .close .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        float: none;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.alert button {
    background: transparent;
    border: none;
    color: inherit;
}

.alert > *:last-child {
    margin-bottom: 0;
}

.progress {
    margin-bottom: 24px;
}

    .progress label {
        font-weight: bold;
    }

.progress__wrap {
    position: relative;
    margin-bottom: 12px;
    height: 12px;
    background-color: #eff0f1;
}

.progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #222;
}

.vertical .progress__wrap {
    height: 288px;
}

.vertical .progress__bar {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

.accordion__card {
    padding-left: 72px;
    margin-bottom: 48px;
}

.accordion__card--collapse .accordion__body {
    display: none;
}

.accordion__card--collapse .accordion__header label svg path:nth-child(1) {
    display: none;
}

.accordion__card--collapse .accordion__header label svg path:nth-child(2) {
    display: block;
}

.accordion__content {
    max-width: 488px;
}

    .accordion__content > *:last-child {
        margin-bottom: 0;
    }

.accordion__header label {
    position: relative;
    font: inherit;
    letter-spacing: inherit;
}

    .accordion__header label svg {
        position: absolute;
        top: -12px;
        left: -72px;
        width: 48px;
        height: 48px;
        fill: #222;
    }

        .accordion__header label svg path:nth-child(1) {
            display: block;
        }

        .accordion__header label svg path:nth-child(2) {
            display: none;
        }

.parade {
    margin-bottom: 84px;
}

@media (min-width: 768px) {
    .parade--landscape {
        margin-top: -200px;
    }

        .parade--landscape .poster {
            -webkit-box-shadow: -50px -50px 120px -50px rgba(34, 34, 34, 0.1);
            box-shadow: -50px -50px 120px -50px rgba(34, 34, 34, 0.1);
        }
}

.features__cta {
    margin-bottom: -48px;
}

    .features__cta .reveal--left {
        padding-top: 36px;
        padding-bottom: 36px;
    }

@media (min-width: 992px) {
    .features__cta .reveal--left {
        padding-right: 36px;
    }
}

.features__wrapper {
    padding-top: 228px;
    padding-bottom: 96px;
}

.features .indexed-list__item {
    margin-bottom: 0;
}

.features__item__anchor {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    will-change: box-shadow;
}

    .features__item__anchor a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 3;
    }

.features .indexed-list__in-view {
    -webkit-transform: none;
    transform: none;
}

.indexed-list__in-view--in .features__item__anchor {
    -webkit-box-shadow: 0 38px 150px 0 rgba(34, 34, 34, 0.25);
    box-shadow: 0 38px 150px 0 rgba(34, 34, 34, 0.25);
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

    .indexed-list__in-view--in .features__item__anchor:hover {
        -webkit-box-shadow: 0 19px 75px 0 rgba(34, 34, 34, 0.25);
        box-shadow: 0 19px 75px 0 rgba(34, 34, 34, 0.25);
    }

.features__item__label {
    position: relative;
    padding: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.list--underline {
    font-size: 18px;
}

    .list--underline li {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid;
    }

.fa-li {
    top: 0.18em;
    color: #107893;
}

.links__item {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.links__item__anchor {
    display: table;
    position: relative;
    width: 100%;
    min-height: 192px;
    padding: 48px 24px;
    background-color: #eff0f1;
}

.links__item__label {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .double-gutters {
        margin-right: -32px;
        margin-left: -32px;
    }

        .double-gutters > .col,
        .double-gutters > [class*="col-"] {
            padding-right: 32px;
            padding-left: 32px;
        }
}

@media (min-width: 768px) {
    .in-view__child--scalein {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.4s, -webkit-transform 1.2s;
        transition: opacity 0.4s, -webkit-transform 1.2s;
        transition: opacity 0.4s, transform 1.2s;
        transition: opacity 0.4s, transform 1.2s, -webkit-transform 1.2s;
        will-change: opacity, transform;
    }

        .in-view__child--scalein.in-view__child--in {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
}

.lazyload--el {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    will-change: opacity;
}

    .lazyload--el.lazyloaded {
        opacity: 1;
    }

/* Services
   ========================================================================== */
.service-image__thumb {
    position: relative;
    margin-bottom: 24px;
}

    .service-image__thumb figure {
        height: auto;
        padding-top: 66.66667%;
        background-size: cover;
        background-position: center;
    }

@media (min-width: 992px) {
    .service-image__thumb {
        min-height: 360px;
        margin-bottom: 0;
    }

        .service-image__thumb figure {
            position: absolute;
            right: 15px;
            top: 0;
            left: 15px;
            width: auto;
            height: 100%;
            padding-top: 0;
        }
}

@media (min-width: 992px) {
    .service-image--reverse .service-image__thumb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .service-image--reverse .service-image__copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .service-image--wide .service-image__thumb figure {
        right: 15px;
        left: auto;
        width: 2000px;
        width: calc(50vw - 15px);
    }

    .service-image--wide.service-image--reverse .service-image__thumb figure {
        right: auto;
        left: 15px;
    }
}

.service-icon {
    position: relative;
}

@media (min-width: 992px) {
    .service-icon {
        padding-bottom: 72px;
    }

    .service-icon__background {
        position: absolute;
        top: 24px;
        left: 96px;
        width: 2000px;
        width: calc(100vw - 15px);
        bottom: 0;
        background-color: #eff0f1;
    }
}

.service-icon__copy {
    position: relative;
}

.service-icon__item {
    margin-bottom: 30px;
    padding: 36px 24px;
    background-color: #222;
    color: #fff;
}

    .service-icon__item * {
        margin: 0;
    }

/* Page
   ========================================================================== */
.page-header {
    margin-bottom: 168px;
}

.page .page-header {
    margin-bottom: 72px;
}

.single.single-portfolio .page-header {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .single.single-portfolio .page-header {
        margin-bottom: 168px;
    }
}

.page-subtitle {
    margin-top: 0;
}

.single .page-header h1 {
    margin-top: 12px;
}

.single-content {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.single-content__footer {
    margin-top: 68px;
}

    .single-content__footer span {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 12px;
    }

    .single-content__footer a {
        display: inline-block;
        margin-left: 12px;
        margin-bottom: 12px;
        vertical-align: middle;
    }

        .single-content__footer a:not(:hover) {
            color: inherit;
        }

.single-content__tags {
    margin-bottom: 12px;
    border-bottom: solid 1px #eff0f1;
}

    .single-content__tags a {
        padding: 0 12px;
        font-size: 11px;
        text-transform: uppercase;
        border-radius: 2px;
        background-color: #eff0f1;
    }

@media screen and (min-width: 992px) {
    .full-width-wrap {
        margin-right: -165px;
        margin-left: -165px;
    }
}

@media screen and (min-width: 1200px) {
    .full-width-wrap {
        margin-right: -160px;
        margin-left: -160px;
    }
}

/* Masonry
   ========================================================================== */
.indexed-list__item {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .indexed-list__in-view {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity .6s, -webkit-transform .6s;
        transition: opacity .6s, -webkit-transform .6s;
        transition: opacity .6s, transform .6s;
        transition: opacity .6s, transform .6s, -webkit-transform .6s;
        will-change: opacity, transform;
    }

    .indexed-list__in-view--in {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.indexed-list__wrap {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.indexed-list__wrap__thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

    .indexed-list__wrap__thumb a {
        display: block;
        width: 100%;
    }

    .indexed-list__wrap__thumb figure {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 75%;
        background-size: cover;
        background-position: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
    }

.indexed-list__wrap__copy {
    position: relative;
    padding: 30px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.indexed-list__wrap .sub-head-2 {
    display: block;
}

    .indexed-list__wrap .sub-head-2 * {
        display: inline-block;
        color: inherit;
    }

.indexed-list__wrap__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
}

    .indexed-list__wrap__title a:not(:hover) {
        color: inherit;
    }

.indexed-list__wrap__desc {
    font-size: 14px;
    color: #8d929c;
}

.indexed-list__wrap__link {
    margin: 36px 0 0;
}

    .indexed-list__wrap__link a {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

        .indexed-list__wrap__link a:not(:hover) {
            color: inherit;
        }

.indexed-list__wrap .carousel__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.indexed-list__box {
    position: relative;
    text-align: center;
    background-color: #eff0f1;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.indexed-list__box__background {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

.indexed-list__box__table {
    position: relative;
    display: table;
    width: 100%;
    height: inherit;
    min-height: 520px;
    padding: 10.47%;
    z-index: 1;
}

.indexed-list__box__cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.indexed-list__box__badge {
    display: block;
    position: relative;
    width: 33px;
    height: 33px;
    margin: 0 auto 36px;
    border-radius: 33px;
    color: #222;
    background-color: #eff0f1;
}

    .indexed-list__box__badge .fa {
        position: absolute;
        font-size: 12px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

.indexed-list__box .sub-head-2 {
    display: block;
    color: inherit;
    opacity: .8;
}

    .indexed-list__box .sub-head-2 * {
        display: inline-block;
        color: inherit;
    }

.indexed-list__box__title {
    font-size: 22px;
    line-height: 33px;
    margin: 0;
}

    .indexed-list__box__title a:not(:hover) {
        color: inherit;
    }

.indexed-list__box .video-popup {
    margin-top: 18px;
}

/* Related
   ========================================================================== */
.related__item {
    margin-bottom: 30px;
}

.related__box {
    position: relative;
    text-align: center;
    background-color: #eff0f1;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.related__box__background {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

.related__box__table {
    position: relative;
    display: table;
    width: 100%;
    height: inherit;
    min-height: 200px;
    padding: 10.47%;
    z-index: 1;
}

    .related__box__table:before {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        opacity: 0;
        background-color: #222;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: opacity;
    }

.related__box__cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.related__box:hover .related__box__table:before {
    opacity: .25;
}

.related__box:hover .related__box__cell {
    opacity: 1;
}

.related__box__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.related__box__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

/* CTA
   ========================================================================== */
.cta {
    position: relative;
    padding: 48px;
    z-index: 1;
}

    .cta:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #eff0f1;
        z-index: -1;
    }

.cta--darken {
    color: #fff;
}

    .cta--darken:before {
        background-color: #222;
    }

    .cta--darken .sub-head,
    .cta--darken a.sub-head {
        color: inherit !important;
    }

    .cta--darken .dashed:before,
    .cta--darken .dashed:after {
        background-color: #fff;
    }

    .cta--darken .dashed.dashed--hover:not(.dashed--vertical):hover:after,
    .cta--darken a.dashed:not(.dashed--vertical):hover:after {
        background-color: rgba(255, 255, 255, 0.3);
    }

.cta--primary:before {
    background-color: #107893;
}

.cta--secondary:before {
    background-color: #199bab;
}

.cta__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

    .cta__background.lazyload--el.lazyloaded {
        opacity: .175;
    }

/* Member
   ========================================================================== */
.member {
    margin-bottom: 48px;
}

.member__name {
    margin-top: 24px;
    margin-bottom: 0;
}

/* Carousel
   ========================================================================== */
.carousel {
    position: relative;
    overflow: hidden;
}

.carousel__frame {
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    cursor: default !important;
}

.carousel__item {
    overflow: hidden;
}

    .carousel__item:not(:nth-child(1)) {
        display: none;
    }

.carousel__image figure:before {
    padding-top: 68.57143%;
}

.carousel__copy {
    opacity: 0;
    will-change: opacity, transform;
}

@media (min-width: 768px) {
    .carousel--penny .carousel__copy {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 24px;
    }
}

.carousel__item--active .carousel__copy {
    -webkit-animation: carousel-copy 0.75s 0.5s forwards;
    animation: carousel-copy 0.75s 0.5s forwards;
}

.carousel__dots {
    color: #222;
    height: 28px;
    margin-left: 0;
    margin-top: 4px;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    will-change: color;
    overflow: hidden;
}

.carousel__dots--pull {
    margin-left: 42px;
    margin-top: -28px;
}

.carousel__dots--light {
    color: #fff;
}

.carousel__dots:after {
    content: "";
    display: table;
    clear: both;
}

.carousel__dots.in-view--in span {
    -webkit-transform: none;
    transform: none;
}

.carousel__dots span {
    position: relative;
    display: block;
    width: 12px;
    height: 20px;
    margin: 4px;
    float: left;
    cursor: pointer;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
}

    .carousel__dots span:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        border-radius: 8px;
        opacity: 0.15;
        border: 4px solid;
        -webkit-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
        will-change: opacity;
    }

    .carousel__dots span:hover:after {
        opacity: 0.3;
    }

    .carousel__dots span.active:after {
        opacity: 1;
    }

.carousel__dots--right span {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}

.carousel--on-first .carousel__prev {
    display: none;
}

.carousel--on-last .carousel__next {
    display: none;
}

.carousel blockquote {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.005em;
    margin-bottom: 42px;
}

    .carousel blockquote p {
        border-left: none;
        padding-left: 0;
        margin-bottom: 0;
    }

@-webkit-keyframes carousel-copy {
    from {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes carousel-copy {
    from {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

/* Paper
   ========================================================================== */
.paper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    will-change: opacity;
}

    .paper.resizing {
        -webkit-transition: none;
        transition: none;
        opacity: 0;
    }

    .paper canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

.paper--150 {
    height: 150%;
}

.paper--200 {
    height: 200%;
}

.paper--100vh {
    height: 600px;
    height: 100vh;
}

.paper--1100 {
    height: 1100px;
}

.paper--fixed {
    position: fixed;
    z-index: -1;
}

.paper--stars:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(transparent));
    background: linear-gradient(to top, #fff 10%, transparent 100%);
}

/* Portfolio
   ========================================================================== */
.single-portfolio__meta {
    margin-bottom: 60px;
}

.single-portfolio__meta__category span {
    display: block;
}

.single-portfolio__meta__detail span {
    display: block;
}

.portfolio--images .poster:not(:last-child) {
    margin-bottom: 84px;
}

.portfolio-index__item {
    position: relative;
}

    .portfolio-index__item:not(:last-child) {
        margin-bottom: 168px;
    }

.portfolio-index__item__copy__header {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .portfolio-index__item__copy__header {
        margin-top: 144px;
        padding-left: 48px;
    }
}

.portfolio-index__item__copy__title a {
    color: inherit;
}

@media (min-width: 992px) {
    .portfolio-index__item:nth-child(even) .portfolio-index__item__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .portfolio-index__item:nth-child(even) .portfolio-index__item__copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .portfolio-index__item:nth-child(even) .portfolio-index__item__copy__header {
        padding-right: 48px;
        padding-left: 0;
        text-align: right;
    }
}

.portfolio-showcase__item {
    position: relative;
}

    .portfolio-showcase__item:not(:last-child) {
        margin-bottom: 168px;
    }

@media (min-width: 992px) {
    .portfolio-showcase__item__copy {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .portfolio-showcase__item__copy__link {
        position: absolute;
        bottom: 48px;
        right: 0;
    }

    .portfolio-showcase__item__copy__title {
        position: absolute;
        top: 72px;
        left: 0;
    }
}

.portfolio-showcase__item__copy__title a {
    color: inherit;
}

/*! mediabox v1.1.2 | (c) 2016 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.mediabox-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 10%;
    background-color: rgba(34, 34, 34, 0.8);
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: mediabox;
    animation-name: mediabox;
}

.mediabox-content {
    display: block;
    position: relative;
    max-width: 920px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

    .mediabox-content:before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }

    .mediabox-content iframe {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        top: 0;
        left: 0;
        margin: 0;
    }

.mediabox-hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mediaboxhide;
    animation-name: mediaboxhide;
}

.mediabox-close {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@-webkit-keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Instafeed
   ========================================================================== */
.instagram-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

.instagram-feed__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 320px;
    height: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .instagram-feed__item:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

/* Tabs
   ========================================================================== */
.tabs {
    overflow: hidden;
}

.tabs__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    overflow: hidden;
}

.tabs__nav {
    display: block;
    position: relative;
    padding-top: 36px;
    padding-bottom: 12px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

    .tabs__nav:not(:last-child) {
        margin-right: 36px;
    }

    .tabs__nav, .tabs__nav:hover, .tabs__nav:focus {
        color: inherit;
    }

        .tabs__nav:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-bottom: solid 3px #107893;
            pointer-events: none;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            will-change: transform;
        }

.reveal--primary .tabs__nav:after {
    border-bottom-color: inherit;
}

.tabs__nav:hover:after, .tabs__nav--active:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tabs__content:before {
    content: "";
    display: block;
    margin-bottom: 14px;
    border-top: solid 1px;
    opacity: 0.1;
}

.tabs__item {
    position: relative;
    display: none;
}

.tabs__item--active {
    display: block;
}

/* Header
   ========================================================================== */
.site-branding {
    position: relative;
}

    .site-branding a {
        display: block;
        float: left;
    }

    .site-branding svg,
    .site-branding img {
        display: block;
        height: 72px;
        width: auto;
        max-width: none;
        margin: 0 auto;
        pointer-events: none;
    }

    .site-branding:after {
        display: block;
        content: "";
        clear: both;
    }

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
    z-index: 98;
}

    .site-header.headroom--unpinned {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.site-header__wrap {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition: background-color 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
    transition: background-color 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
    transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
    will-change: box-shadow;
}

.has-header-background .site-header__wrap {
    background-color: rgba(255, 255, 255, 0.98);
}

.headroom--not-top:not(.headroom--unpinned) .site-header__wrap {
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
    box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

.site-header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header__mobile {
    padding-right: 48px;
}

    .site-header__mobile button {
        position: relative;
        color: #cf9e59;
        padding: 0;
        margin: 0;
        font-size: 23px;
        line-height: 72px;
        border: 0;
        background-color: transparent;
    }

        .site-header__mobile button i {
            pointer-events: none;
        }

.site-header__branding {
    padding-right: 68px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

    .site-header__branding .site-branding a {
        float: none;
    }

@media (min-width: 768px) {
    .site-header__branding .site-branding a {
        float: left;
    }
}

@media (min-width: 768px) {
    .site-header__branding {
        padding-right: 24px;
    }
}

.site-header__nav {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    text-align: right;
}

    .site-header__nav ul.menu {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

        .site-header__nav ul.menu > li {
            display: inline-block;
            margin-left: 44px;
            position: relative;
        }

            .site-header__nav ul.menu > li.menu-item-has-children:after {
                content: "";
                display: block;
                position: absolute;
                left: -10px;
                top: 50%;
                margin-top: -2px;
                border: 2px solid #199bab;
                border-radius: 2px;
                -webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                will-change: opacity, transform;
            }

            .site-header__nav ul.menu > li.menu-item-has-children:hover:after {
                -webkit-transform: translateX(-6px);
                transform: translateX(-6px);
                opacity: 0;
            }

            .site-header__nav ul.menu > li > a {
                color: inherit;
                display: block;
                padding-top: 28px;
                padding-bottom: 28px;
                line-height: 1;
                font-weight: 700;
                z-index: 1;
            }

            .site-header__nav ul.menu > li:not(.menu-item-has-children) > a:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 12px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #222;
                pointer-events: none;
                -webkit-transform-origin: right center;
                transform-origin: right center;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                will-change: transform;
            }

            .site-header__nav ul.menu > li:not(.menu-item-has-children) > a:hover:after {
                -webkit-transform-origin: left center;
                transform-origin: left center;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .site-header__nav ul.menu ul {
            display: block;
            position: absolute;
            margin: 0;
            padding: 12px 0;
            top: 100%;
            left: -24px;
            min-width: 240px;
            list-style: none;
            white-space: nowrap;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 22px rgba(34, 34, 34, 0.3);
            box-shadow: 0 6px 22px rgba(34, 34, 34, 0.3);
            border-radius: 2px;
            -webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
            opacity: 0;
            pointer-events: none;
            will-change: opacity, transform;
        }

            .site-header__nav ul.menu ul li {
                position: relative;
                text-align: left;
            }

                .site-header__nav ul.menu ul li.menu-item-has-children > a:after {
                    content: "\f142";
                    display: inline-block;
                    position: absolute;
                    top: 10px;
                    right: 14px;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    color: #8d929c;
                }

            .site-header__nav ul.menu ul a {
                position: relative;
                color: inherit;
                display: block;
                padding: 6px 60px 6px 24px;
                font-size: 14px;
                font-weight: 700;
                z-index: 1;
            }

                .site-header__nav ul.menu ul a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 24px;
                    top: 16px;
                    border: 2px solid #107893;
                    border-radius: 2px;
                    -webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
                    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                    -webkit-transform: translateX(-12px);
                    transform: translateX(-12px);
                    opacity: 0;
                    will-change: opacity, transform;
                }

                .site-header__nav ul.menu ul a svg {
                    display: inline-block;
                    width: auto;
                    height: 24px;
                    margin-bottom: -1px;
                    vertical-align: middle;
                    pointer-events: none;
                }

                .site-header__nav ul.menu ul a span {
                    display: block;
                    -webkit-transition: -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
                    will-change: transform;
                }

                .site-header__nav ul.menu ul a:hover:before {
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    opacity: 1;
                }

                .site-header__nav ul.menu ul a:hover span {
                    -webkit-transform: translateX(12px);
                    transform: translateX(12px);
                }

            .site-header__nav ul.menu ul ul {
                top: -12px;
                left: 100%;
            }

.headroom:not(.headroom--unpinned) .site-header__nav ul.menu li:hover > ul {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.site-header__cta {
    padding: 12px 0 12px 48px;
}

/* Side navigation
   ========================================================================== */
.site-sidenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

.side-menu .site-sidenav {
    opacity: 1;
    pointer-events: auto;
}

.site-sidenav__overlay {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.4);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    cursor: default;
    will-change: opacity;
}

.side-menu--display .site-sidenav__overlay {
    opacity: 1;
}

.side-menu--panning .site-sidenav__overlay {
    -webkit-transition: none;
    transition: none;
}

.site-sidenav__elements {
    position: absolute;
    width: 350px;
    min-width: 300px;
    max-width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 8px 0 24px rgba(34, 34, 34, 0.24);
    box-shadow: 8px 0 24px rgba(34, 34, 34, 0.24);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    will-change: transform;
}

.side-menu--display .site-sidenav__elements {
    -webkit-transform: none;
    transform: none;
}

.side-menu--panning .site-sidenav__elements {
    -webkit-transition: none;
    transition: none;
}

.site-sidenav__branding {
    padding: 24px;
    border-bottom: solid 1px #eff0f1;
}

.site-sidenav__nav {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .site-sidenav__nav ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .site-sidenav__nav a {
        display: block;
        position: relative;
        padding: 12px 24px 12px 48px;
        font-weight: 700;
    }

        .site-sidenav__nav a, .site-sidenav__nav a:hover {
            color: inherit;
        }

    .site-sidenav__nav ul.sub-menu {
        margin-left: 12px;
        margin-bottom: 12px;
    }

        .site-sidenav__nav ul.sub-menu a {
            font-size: 14px;
            color: #8d929c;
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .site-sidenav__nav ul.sub-menu ul.sub-menu {
            margin-top: 12px;
            margin-left: 48px;
            border-left: 2px solid #eff0f1;
        }

            .site-sidenav__nav ul.sub-menu ul.sub-menu a {
                padding-left: 22px;
            }

.site-sidenav__cat {
    padding: 24px;
    border-top: solid 1px #eff0f1;
}

.go-up {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9;
}

.go-up__btn {
    position: absolute;
    display: block;
    bottom: 0;
    right: 15px;
    height: 54px;
    width: 36px;
    -webkit-transform: translateY(54px);
    transform: translateY(54px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform;
}

    .go-up__btn span {
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
    }

.go-up.headroom--unpinned .go-up__btn {
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
}

/* Footer
   ========================================================================== */
.site-footer .widget-area {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #eff0f1;
}

    .site-footer .widget-area a:not(:hover) {
        color: inherit;
    }

.site-info {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
}

/* Widgets
   ========================================================================== */
.widget {
    margin-bottom: 24px;
}

.widget-title {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_socials__list {
    margin-bottom: 24px;
}

    .widget_socials__list:after {
        content: '';
        display: table;
        clear: both;
    }

.widget_socials__item {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-right: 17px;
    margin-top: 24px;
}

/* Typography
   ========================================================================== */
body,
button,
input,
select,
textarea {
    color: #222;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 36px 0 12px;
}

    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        display: inline-block;
    }

h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    h1 {
        font-size: 56px;
        line-height: 72px;
    }
}

h2 {
    font-size: 38px;
    line-height: 48px;
}

@media (min-width: 992px) {
    h2 {
        font-size: 45px;
    }
}

h3 {
    font-size: 34px;
    line-height: 48px;
}

h4 {
    font-size: 24px;
    line-height: 24px;
    margin: 24px 0 16px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

    p.has-drop-cap:not(:focus):first-letter {
        float: left;
        font-size: 48px;
        line-height: 42px;
        margin: 6px 6px 0 0;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 700;
    }

.big {
    font-size: 24px;
    line-height: 36px;
}

.display-one {
    clear: both;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 24px 0 12px;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .display-one {
        font-size: 112px;
        line-height: 120px;
        letter-spacing: -0.04em;
    }
}

a {
    color: #cf9e59;
    text-decoration: none;
    -webkit-transition: color 0.4s 0.1s ease-out;
    transition: color 0.4s 0.1s ease-out;
}

    a:hover,
    a:focus {
        color: #e8cba3;
        outline: 0;
    }

.btn,
.sub-head {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

    .btn a,
    .sub-head a {
        color: inherit;
    }

.sub-head,
a.sub-head {
    color: #222;
}

.text-body-2 {
    font-weight: 700;
}

.text-body-3 {
    font-size: 14px;
    color: #8d929c;
}

.sub-head-2 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8d929c;
}

    .sub-head-2 a:not(:hover) {
        color: inherit;
    }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    margin: 24px 0;
    color: #222;
}

    blockquote p {
        border-left: solid 0.25em #107893;
        padding-left: 1.875em;
    }

address {
    margin: 0 0 1.5em;
}

pre {
    color: #222;
    background-color: #eff0f1;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border-radius: 2px;
}

code,
kbd,
tt,
var {
    display: inline-block;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 13px;
    line-height: inherit;
    font-weight: normal;
    max-width: 100%;
    padding: 0 4px;
    border-radius: 2px;
    color: #cf9e59;
    background-color: #e8cba3;
}

abbr,
abbr[title],
acronym,
acronym[title] {
    text-decoration: underline;
    border-bottom: 0;
    cursor: help;
}

mark,
ins {
    padding: 1px 4px;
    text-decoration: none;
    border-radius: 2px;
}

mark {
    color: #fff;
    background: #107893;
}

ins {
    color: #fff;
    background: #199bab;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

    blockquote:before, blockquote:after {
        content: "";
    }

q {
    quotes: "“" "”" "‘" "’";
    padding: 1px 4px;
    border-radius: 2px;
    color: #222;
    background: #eff0f1;
}

*:focus {
    outline: none;
}

hr {
    display: block;
    height: 0;
    border: none;
    border-top: 1px solid;
    margin: 23px 0 24px;
    opacity: 0.1;
}

    hr.b-dotted {
        border-top-style: dotted;
    }

    hr.b-dashed {
        border-top-style: dashed;
    }

/* Forms
   ========================================================================== */
label {
    color: #222;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

fieldset {
    margin-bottom: 24px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #8d929c;
    background-color: #e7e8ea;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    line-height: 24px;
    padding: 12px 24px;
    width: 100%;
}

.reveal input[type="email"] {
    background-color: #f7f8f8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    height: 48px;
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
    color: #222;
    background-color: #e7e8ea;
    background-image: url("assets/images/more.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right center;
}

div.mce_inline_error {
    font-size: 14px;
    line-height: 24px;
    color: inherit !important;
    background-color: transparent !important;
}

/* Buttons
   ========================================================================== */
.btn {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-weight: 700;
    padding: 18px 32px;
    border-radius: 0;
    -webkit-box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
    box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    will-change: box-shadow;
}

    .btn:not(a) {
        cursor: default;
    }

    .btn, .btn:hover, .btn:focus, .btn:active {
        color: #222;
        background-color: #eff0f1;
    }

        .btn:hover {
            -webkit-box-shadow: 0 6px 14px rgba(34, 34, 34, 0.25);
            box-shadow: 0 6px 14px rgba(34, 34, 34, 0.25);
        }

        .btn:active {
            -webkit-box-shadow: 0 2px 6px rgba(34, 34, 34, 0.5);
            box-shadow: 0 2px 6px rgba(34, 34, 34, 0.5);
        }

.btn--primary, .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
    color: #fff;
    background-color: #107893;
}

.btn--secondary, .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
    color: #fff;
    background-color: #199bab;
}

.btn--large {
    font-size: 16px;
    line-height: 18px;
    padding: 27px 48px;
}

.btn--round {
    border-radius: 48px;
}

.btn--circle {
    position: relative;
    border-radius: 48px;
    padding: 18px;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

    .btn--circle .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

        .btn--circle .fa.fa-play {
            -webkit-transform: translate3d(-35%, -50%, 0);
            transform: translate3d(-35%, -50%, 0);
        }

.btn--large.btn--circle {
    padding: 27px;
    width: 72px;
    height: 72px;
}

    .btn--large.btn--circle .fa {
        font-size: 18px;
    }

/* Countdown
   ========================================================================== */
.countdown {
    text-align: center;
}

.countdown__el {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .countdown__el:not(:last-child) .countdown__count:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -15px;
        border: 4px solid;
        border-radius: 4px;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

.countdown__el:not(:last-child)[data-display="hours"] .countdown__count:before, .countdown__el:not(:last-child)[data-display="minutes"] .countdown__count:before {
    -webkit-transform: translate(50%, -150%);
    transform: translate(50%, -150%);
}

.countdown__el:not(:last-child)[data-display="hours"] .countdown__count:after, .countdown__el:not(:last-child)[data-display="minutes"] .countdown__count:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    border: 4px solid;
    border-radius: 4px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.countdown__count {
    position: relative;
    font-size: 112px;
    line-height: 120px;
}

.countdown__label {
    font-size: 14px;
}

/* Pricing
   ========================================================================== */
.pricing__item {
    margin-bottom: 24px;
    border: solid 1px #eff0f1;
    padding: 24px;
}

.original-price {
    font-size: 16px !important;
    font-style: oblique;
    line-height: 16px !important;
    text-decoration: line-through;
}

@media (min-width: 768px) {
    .pricing__item {
        margin-right: -1px;
    }
}

.pricing__item__amount {
    padding-top: 24px;
}

    .pricing__item__amount sup {
        font-size: inherit;
        top: -24px;
    }

    .pricing__item__amount span {
        font-size: 56px;
        line-height: 72px;
    }

.pricing__item__features {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

/* Paginations
	 ========================================================================== */
/* Comments */
.comments-pagination {
    margin-top: 48px;
    margin-bottom: 48px;
}

/* Page */
.pagination .prev,
.pagination .next {
    display: none;
}

/* Global */
.nav-links {
    font-weight: 700;
}

    .nav-links > * {
        display: inline-block;
        position: relative;
        min-width: 36px;
        line-height: 36px;
        height: 36px;
        border-radius: 18px;
        text-align: center;
    }

        .nav-links > *:not(:last-child) {
            margin-right: 12px;
        }

    .nav-links .current {
        background-color: #107893;
        color: #fff;
        cursor: default;
        -webkit-box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
        box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
    }

    .nav-links a:not(:hover) {
        color: inherit;
    }

    .nav-links .page-numbers {
        white-space: nowrap;
    }

    .nav-links .page-numbers__dash {
        color: #222;
    }

    .nav-links .prev .page-numbers__dash {
        margin-left: 24px;
    }

    .nav-links .next .page-numbers__dash {
        margin-right: 24px;
    }

/* Post pagination */
.page-links {
    margin-top: 68px;
}

    .page-links > * {
        display: inline-block;
        position: relative;
        margin-left: 12px;
    }

    .page-links > span {
        color: #8d929c;
        cursor: default;
    }

    .page-links a:not(:hover) {
        color: inherit;
    }

    .page-links .page-numbers {
        white-space: nowrap;
    }

/* Portfolio pagination */
.portfolio-pagination {
    margin-top: 72px;
}

/* Portfolio navigation */
.portfolio-navigation {
    margin-top: 84px;
}

    .portfolio-navigation a:not(:hover) {
        color: inherit;
    }

    .portfolio-navigation hr {
        margin: 0;
        opacity: 1;
        border-top-width: 2px;
    }

/* 404
   ========================================================================== */
.monkey {
    width: 540px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.is-chrome:not(.is-touch) .monkey {
    -webkit-animation: squigglevision 0.3s infinite;
    animation: squigglevision 0.3s infinite;
}

.monkey svg {
    width: 100%;
    height: auto;
}

.monkey__finger {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: monkey-finger 1.2s cubic-bezier(0.4, 0, 0.2, 1) both infinite;
    animation: monkey-finger 1.2s cubic-bezier(0.4, 0, 0.2, 1) both infinite;
}

.monkey__eye-right {
    -webkit-transform-origin: center 145px;
    transform-origin: center 145px;
    -webkit-animation: monkey-eyes 2s infinite none;
    animation: monkey-eyes 2s infinite none;
}

.monkey__eye-left {
    -webkit-transform-origin: center 150px;
    transform-origin: center 150px;
    -webkit-animation: monkey-eyes 2s 0.05s infinite none;
    animation: monkey-eyes 2s 0.05s infinite none;
}

@-webkit-keyframes monkey-finger {
    0% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }

    50% {
        -webkit-transform: skewX(10deg) translateX(-5px);
        transform: skewX(10deg) translateX(-5px);
    }

    100% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
}

@keyframes monkey-finger {
    0% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }

    50% {
        -webkit-transform: skewX(10deg) translateX(-5px);
        transform: skewX(10deg) translateX(-5px);
    }

    100% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
}

@-webkit-keyframes monkey-eyes {
    0%, 45% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    55%, 100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes monkey-eyes {
    0%, 45% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    55%, 100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes squigglevision {
    0% {
        -webkit-filter: url("#squiggly-0");
        filter: url("#squiggly-0");
    }

    25% {
        -webkit-filter: url("#squiggly-1");
        filter: url("#squiggly-1");
    }

    50% {
        -webkit-filter: url("#squiggly-2");
        filter: url("#squiggly-2");
    }

    75% {
        -webkit-filter: url("#squiggly-3");
        filter: url("#squiggly-3");
    }

    100% {
        -webkit-filter: url("#squiggly-4");
        filter: url("#squiggly-4");
    }
}

@keyframes squigglevision {
    0% {
        -webkit-filter: url("#squiggly-0");
        filter: url("#squiggly-0");
    }

    25% {
        -webkit-filter: url("#squiggly-1");
        filter: url("#squiggly-1");
    }

    50% {
        -webkit-filter: url("#squiggly-2");
        filter: url("#squiggly-2");
    }

    75% {
        -webkit-filter: url("#squiggly-3");
        filter: url("#squiggly-3");
    }

    100% {
        -webkit-filter: url("#squiggly-4");
        filter: url("#squiggly-4");
    }
}

/* Customizer
   ========================================================================== */
::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

::placeholder {
    color: rgba(34, 34, 34, 0.5);
}

.color--body {
    color: #222;
}

.background-color--body {
    background-color: #222;
}

.color--body-alt {
    color: #8d929c;
}

.background-color--body-alt {
    background-color: #8d929c;
}

.color--body-lighten {
    color: #fff;
}

.background-color--body-lighten {
    background-color: #fff;
}

.color--primary {
    color: #107893;
}

.background-color--primary {
    background-color: #107893;
}

.color--secondary {
    color: #199bab;
}

.background-color--secondary {
    background-color: #199bab;
}

.color--tertiary {
    color: #eff0f1;
}

.background-color--tertiary {
    background-color: #eff0f1;
}

.color--link {
    color: #cf9e59;
}

.background-color--link {
    background-color: #cf9e59;
}

.color--link-hover {
    color: #e8cba3;
}

.background-color--link-hover {
    background-color: #e8cba3;
}

.color--code {
    color: #cf9e59;
}

.background-color--code {
    background-color: #cf9e59;
}

.color--code-background {
    color: #e8cba3;
}

.background-color--code-background {
    background-color: #e8cba3;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.align-baseline {
    vertical-align: baseline;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-text-bottom {
    vertical-align: text-bottom;
}

.align-text-top {
    vertical-align: text-top;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.margin-top {
    margin-top: 24px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom {
    margin-bottom: 24px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.padding-top {
    padding-top: 24px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom {
    padding-bottom: 24px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

@media (min-width: 576px) {
    .flex-sm-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-sm-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 768px) {
    .flex-md-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-md-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 992px) {
    .flex-lg-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-lg-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.align-baseline {
    vertical-align: baseline;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-text-bottom {
    vertical-align: text-bottom;
}

.align-text-top {
    vertical-align: text-top;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-center {
        text-align: center;
    }
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden;
}

.hidden-xs-up {
    display: none;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none;
    }
}

.hidden-xl-down {
    display: none;
}

.visible-print-block {
    display: none;
}

@media print {
    .visible-print-block {
        display: block;
    }
}

.visible-print-inline {
    display: none;
}

@media print {
    .visible-print-inline {
        display: inline;
    }
}

.visible-print-inline-block {
    display: none;
}

@media print {
    .visible-print-inline-block {
        display: inline-block;
    }
}

@media print {
    .hidden-print {
        display: none;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        z-index: 1;
    }

.embed-responsive-item.in-view__child {
    -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    will-change: opacity, transform;
}

    .embed-responsive-item.in-view__child.in-view__child--in {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

.embed-responsive .embed-responsive__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    will-change: opacity;
    z-index: 2;
}

.embed-responsive:hover .embed-responsive__play {
    opacity: 1;
}

.embed-responsive__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

    .embed-responsive__cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        background-color: #eff0f1;
        will-change: transform;
    }

    .embed-responsive__cover.in-view--in:after {
        -webkit-transform: none;
        transform: none;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Media query
   ========================================================================== */
