/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
    box-sizing: border-box;
}

::before,
::after {
    box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 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 */
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit;
}
/**
 * 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: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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: inherit;
    /* 2 */
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    vertical-align: bottom;
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

[type='checkbox'] {
    /* 1 */
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type='radio'] {
    /* 1 */
    -webkit-appearance: radio;
    appearance: radio;
}
/**
 * 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

    button[disabled],
    [type='button'][disabled],
    [type='reset'][disabled],
    [type='submit'][disabled] {
        cursor: default;
    }
    /**
 * 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;
    }
/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}
/**
 * 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 {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    padding: 0;
    /* 1 */
}
/**
 * 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 outline style in Safari.
 */
[type='search'] {
    outline-offset: -2px;
    /* 1 */
}
    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [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 */
}
/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Table
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}

.backgroundCover {
    background-image: url('https://placehold.it/1000x1000/?text=Placehold');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.absCover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #000;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx .hamburger-inner::before,
    .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx-r .hamburger-inner::before,
    .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy .hamburger-inner::before,
    .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy-r .hamburger-inner::before,
    .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy .hamburger-inner::before,
    .hamburger--3dxy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg);
}

    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy-r .hamburger-inner::before,
    .hamburger--3dxy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(270deg);
        transition-delay: 0.075s;
    }
/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            transform: translate3d(80px, 80px, 0) rotate(45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            transform: translate3d(80px, -80px, 0) rotate(-45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            transform: translate3d(-80px, -80px, 0) rotate(45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(90deg);
    }
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex .hamburger-inner::before,
    .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex.is-active .hamburger-inner::before,
    .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
    }
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r .hamburger-inner::before,
    .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before,
    .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    color: #000;
    background: #FFF;
    min-width: 315px;
    overflow-x: hidden;
}

    body *,
    body *:before,
    body *:after {
        box-sizing: inherit;
    }

    body img {
        max-width: 100%;
    }

    body p {
        margin-bottom: 1.5em;
    }

        body p:last-child {
            margin-bottom: 0;
        }

    body a {
        color: inherit;
        text-decoration: underline;
    }

.skiptocontent {
    position: absolute;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: white;
    opacity: 0.8;
    left: 0.5em;
    top: 0.5em;
    z-index: 999;
}

    .skiptocontent a {
        text-decoration: none;
    }

        .skiptocontent a:focus,
        .skiptocontent a:hover {
            text-decoration: underline;
        }

.header-index {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 10;
    width: 100%;
}

    .header-index .container {
        display: flex;
        justify-content: space-between;
        padding: 0 30px 0 0;
    }
    
    .header-index .container .logo {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

        .header-index .container .logo a {
            display: block;
        }

            .header-index .container .logo a img {
                display: block;
                width: 408px;
                height: auto;
            }

.header-interior {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 10;
}

    .header-interior .container {
        border-top: 3px solid #FFFFFF;
        border-bottom: 3px solid #FFFFFF;
        background-color: #316989;
        padding: 0 30px;
        display: flex;
    }

        .header-interior .container .logo {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FFF;
        }

            .header-interior .container .logo:before,
            .header-interior .container .logo:after {
                position: absolute;
                left: 0;
                right: 0;
                content: '';
                display: block;
                height: 20px;
                background: rgba(255, 255, 255, 0.5);
            }

            .header-interior .container .logo:before {
                bottom: 100%;
            }

            .header-interior .container .logo:after {
                top: 100%;
            }

            .header-interior .container .logo a {
                display: block;
            }

                .header-interior .container .logo a img {
                    display: block;
                    width: 408px;
                    height: auto;
                }

        .header-interior .container .hamburger {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
        }

            .header-interior .container .hamburger .hamburger-inner,
            .header-interior .container .hamburger .hamburger-inner::before,
            .header-interior .container .hamburger .hamburger-inner::after {
                background-color: #ED1B24;
            }

            .header-interior .container .hamburger.is-active .hamburger-inner,
            .header-interior .container .hamburger.is-active .hamburger-inner::before,
            .header-interior .container .hamburger.is-active .hamburger-inner::after {
                background-color: #316989;
            }

        .header-interior .container .navigation {
            display: flex;
            align-items: center;
            flex: 1;
        }

            .header-interior .container .navigation .hamburger {
                display: none;
                position: static;
                padding: 5px 15px 0 27px;
                top: initial;
                left: initial;
            }

                .header-interior .container .navigation .hamburger .hamburger-box {
                    height: 45px;
                    width: 60px;
                    padding: 0 9px;
                    border: none;
                }

                .header-interior .container .navigation .hamburger.is-active .hamburger-box {
                    border: 1px solid #FFF8D7;
                    border-radius: 10px;
                }


                .header-interior .container .navigation .hamburger .hamburger-inner,
                .header-interior .container .navigation .hamburger .hamburger-inner::before,
                .header-interior .container .navigation .hamburger .hamburger-inner::after {
                    background-color: #FFF8D7;
                }

                .header-interior .container .navigation .hamburger.is-active .hamburger-inner,
                .header-interior .container .navigation .hamburger.is-active .hamburger-inner::before,
                .header-interior .container .navigation .hamburger.is-active .hamburger-inner::after {
                    background-color: #FFF8D7;
                }

            .header-interior .container .navigation ul,
            .header-interior .container .navigation .drop-down-menu {
                display: flex;
                padding: 0 30px;
            }

                .header-interior .container .navigation ul li,
                .header-interior .container .navigation .drop-down-menu .menu-item {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    position: relative;
                    padding: 3px 20px;
                    height: 3em;
                }

                    .header-interior .container .navigation ul li a,
                    .header-interior .container .navigation .drop-down-menu .menu-item a {
                        display: inline-block;
                        color: #FFFFFF;
                        font-size: 14px;
                        font-weight: 900;
                        letter-spacing: 0.51px;
                        line-height: 1.21428571;
                        text-decoration: none;
                        text-transform: uppercase;
                        text-align: center;
                        padding: 3px 0;
                        border-top: 2px solid transparent;
                        border-bottom: 2px solid transparent;
                    }

                    .header-interior .container .navigation .drop-down-menu .menu-item > a::after {
                        content: '';
                        display: inline-block;
                        width: 0;
                        height: 0;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-left: 6px solid white;
                        margin-left: 11px;
                    }

                    .header-interior .container .navigation ul li a:focus,
                    .header-interior .container .navigation ul li a:hover,
                    .header-interior .container .navigation .drop-down-menu .menu-item > a:focus,
                    .header-interior .container .navigation .drop-down-menu .menu-item > a:hover {
                        color: #FFF8D7;
                        border-bottom-color: #FFF8D7;
                    }

                    .header-interior .container .navigation ul li.active a,
                    .header-interior .container .navigation .drop-down-menu .menu-item.active > a {
                        color: #FFF8D7;
                        border-bottom-color: #FFF8D7;
                    }

                        .header-interior .container .navigation .drop-down-menu .menu-item.active > a::after {
                            border-left-color: #FFF8D7;
                        }

                    .header-interior .container .navigation ul li:after,
                    .header-interior .container .navigation .drop-down-menu .menu-item:after {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        content: '';
                        display: block;
                        width: 1px;
                        opacity: 0.25;
                        background-color: #D8D8D8;
                    }

                    .header-interior .container .navigation ul li:last-child:after,
                    .header-interior .container .navigation .drop-down-menu .menu-item:last-child:after {
                        display: none;
                    }

                    .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu {
                        display: flex;
                        display: none;
                        flex-direction: column;
                        position: absolute;
                        top: 3em;
                        left: 5px;
                        background-color: #316989;
                        padding: 0 0;
                    }

                        .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item {
                            padding: 0 10px;
                            display: flex;
                            flex-direction: column;
                            align-content: stretch;
                        }

                            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item:after {
                                display: none;
                            }

                            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item a {
                                color: #FFFFFF;
                                font-size: 0.9em;
                                font-style: italic;
                                font-family: "Montserrat", serif;
                                font-weight: normal;
                                text-transform: capitalize;
                                text-align: left;
                                border-bottom: 1px solid #D8D8D8;
                                white-space: nowrap;
                                padding: 10px 4px;
                            }

                            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item:last-child a {
                                border-bottom: none;
                            }

                            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item a:focus,
                            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item a:hover {
                                color: #FFF8D7;
                                text-decoration: underline;
                            }


                    .header-interior .container .navigation .drop-down-menu .menu-item.menu-open .sub-menu {
                        display: flex;
                    }

                    .header-interior .container .navigation .drop-down-menu .menu-item.menu-open > a::after {
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 7px solid #FFF8D7;
                        border-bottom: none;
                        margin-left: 7px;
                    }


        .header-interior .container .apply,
        .header-index .container .apply {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .header-interior .container .apply .btn + .btn,
            .header-index .container .apply .btn + .btn {
                margin-left: 18px;
            }

        .header-interior .container .social {
            position: absolute;
            top: -52px;
            right: 30px;
        }

            .header-interior .container .social ul {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .header-interior .container .social ul li a {
                    display: inline-block;
                    margin: 0 1px;
                    text-decoration: none;
                }

                    .header-interior .container .social ul li a img {
                        display: block;
                        width: 29px;
                        height: 29px;
                    }

                    .header-interior .container .social ul li a .socialIcon,
                    footer .container .social ul li a .socialIcon {
                        display: block;
                        /*float: left;*/
                        margin: 0px 0.05em;
                        font-family: 'ElegantIcons';
                        color: rgba(255, 255, 255, 0.65);
                        speak: none;
                        font-size: 48px;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        background-image: none;
                        width: 1em;
                        height: 1em;
                    }


                    .header-interior .container .social ul li a #IconTwitter:before,
                    footer .container .social ul li a #FooterIconTwitter:before {
                        content: "\00e0ab";
                    }

                    .header-interior .container .social ul li a #IconFacebook:before,
                    footer .container .social ul li a #FooterIconFacebook:before {
                        content: "\00e0aa";
                    }

                    .header-interior .container .social ul li a #IconYoutube:before,
                    footer .container .social ul li a #FooterIconYoutube:before {
                        content: "\00e0ba";
                    }


                    .header-interior .container .social ul li a #IconInstagram:before,
                    footer .container .social ul li a #FooterIconInstagram:before {
                        content: "\00e0b1";
                    }

                    .header-interior .container .social ul li a #IconLinkedIn:before,
                    footer .container .social ul li a #FooterIconLinkedIn:before {
                        content: "\00e0b4";
                    }


        .header-interior .container .module-aside {
            display: none;
        }

.translations {
    position: relative;
    /*background: #FFFFFF;*/
    padding: 0 25px 50px;
}

    .translations .container .header {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .translations .container .header .title {
            display: flex;
            flex-direction: column;
            align-content: center;
        }

            .translations .container .header .title .icon {
                display: flex;
                flex-direction: row;
                justify-content: center;
            }

                .translations .container .header .title .icon img {
                    display: block;
                }

            .translations .container .header .title h2.text {
                display: block;
                font-family: 'Montserrat', serif;
                font-size: 18px;
                font-weight: normal;
                letter-spacing: 0.24px;
                line-height: 1.20833333;
                color: #0B2665;
                padding-top: 0.5em;
            }

    .translations .container .languages {
        display: block;
    }

        .translations .container .languages .divider {
            display: flex;
            flex-direction: row;
            justify-content: center;
            border-top: 10px solid rgba(216, 216, 216, 0.53);
        }

            .translations .container .languages .divider:before {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-left: 20px solid white;
                border-right: 20px solid white;
                border-top: 20px solid rgba(216, 216, 216, 0.53);
            }

        .translations .container .languages .items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /*justify-content: space-between;*/
            padding-left: 10%;
        }


            .translations .container .languages .items .item {
                width: 25%;
                padding-top: 1em;
            }

                .translations .container .languages .items .item a {
                    display: block;
                    text-decoration: none;
                }

                    .translations .container .languages .items .item a .language {
                        display: flex;
                        flex-direction: row;
                        align-items: flex-end;
                    }

                        .translations .container .languages .items .item a .language .flag {
                            padding-right: 0.7em;
                            flex-shrink: 0;
                        }

                            .translations .container .languages .items .item a .language .flag img {
                                max-width: 80px;
                            }

                        .translations .container .languages .items .item a .language .text {
                            font-size: 0.8em;
                            font-style: italic;
                            color: #960c12;
                            padding-bottom: 0.6em;
                            border-bottom: solid 3px #ED1B24;
                        }

                        .translations .container .languages .items .item a .language .buffer {
                            min-width: 1em;
                        }

                    .translations .container .languages .items .item a:hover .language .text,
                    .translations .container .languages .items .item a:focus .language .text {
                        color: #ED1B24;
                    }


footer {
    position: relative;
    background: #316989;
    /*padding: 0 25px 50px;*/
    padding: 0;
}

    footer .footerWhitespace {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: white;
    }

    footer .footerContainer {
        position: relative;
        padding: 0 25px 50px;
    }


    footer .logo {
        position: relative;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px 22px;
        width: 482px;
        max-width: 100%;
        margin: 0 auto;
    }

        footer .logo img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

    footer .container .social {
        margin-top: 30px;
    }

        footer .container .social ul {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            footer .container .social ul li a {
                display: inline-block;
                margin: 0 1px;
                text-decoration: none;
            }

                footer .container .social ul li a img {
                    display: block;
                    width: 29px;
                    height: 29px;
                }

    footer .container .items {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 30px;
    }

        footer .container .items .item {
            width: 260px;
            margin: 0 40px;
        }

            footer .container .items .item .header {
                color: #FFFFFF;
                font-family: 'Montserrat', serif;
                font-size: 18px;
                font-style: italic;
                font-weight: 500;
                letter-spacing: 0.18px;
                line-height: 1.22222222;
                border-bottom: 8px solid #CCCCCC;
                padding-bottom: 8px;
            }

            footer .container .items .item ul li {
                margin-top: 15px;
            }

                footer .container .items .item ul li a {
                    color: #FFFFFF;
                    font-family: 'Montserrat', serif;
                    font-size: 14px;
                    font-style: italic;
                    font-weight: 500;
                    letter-spacing: 0.51px;
                    line-height: 1.21428571;
                    text-decoration: none;
                }

                    footer .container .items .item ul li a:focus,
                    footer .container .items .item ul li a:hover {
                        text-decoration: underline;
                    }

.debug {
    outline: 1px solid rgba(187, 0, 0, 0.15);
}

    .debug * {
        outline: 1px solid rgba(187, 0, 0, 0.15);
    }

.btn {
    display: inline-block;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #ED1B24;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.51px;
    line-height: 1.21428571;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 11px;
}

    .btn:hover,
    .btn:focus {
        background: #960c12;
    }

.module-intro {
    position: relative;
    padding: 0 20px;
}

    .module-intro .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('https://placehold.it/1000x1000/?text=Placehold');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .module-intro .container {
        position: relative;
        max-width: 775px;
        margin: 0 auto;
        padding: 270px 0 100px;
        text-align: center;
    }

        .module-intro .container.taller {
            padding-top: 170px;
        }

        .module-intro .container .header {
            color: #FFFFFF;
            font-family: 'Montserrat', serif;
            font-size: 27px;
            font-weight: 700;
            letter-spacing: 0.56px;
            line-height: 1.1875;
            max-width: 645px;
            margin: 0 auto 20px;
        }

            .module-intro .container .header .alertButton {
                padding-bottom: 1.5em;
            }

                .module-intro .container .header .alertButton .btn {
                    font-size: 22px;
                }

        .module-intro .container .card {
            position: relative;
            z-index: 1;
            border: 2px solid #FFFFFF;
            border-radius: 8px;
            background: rgba(34, 107, 146, 0.64);
            padding: 20px;
        }

            .module-intro .container .card .copy {
                color: #FFFFFF;
                font-family: 'Montserrat', serif;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 1px;
                line-height: 1.5625;
            }

            .module-intro .container .card .button {
                text-align: center;
                margin-top: 30px;
                margin-bottom: -50px;
                position: relative;
                top: -7px;
                display: flex;
                justify-content: center;
            }

                .module-intro .container .card .button .btn {
                    margin: 0 0.5em;
                }

    .module-intro .buttons {
        position: relative;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 50px;
    }

        .module-intro .buttons:before {
            content: '';
            background: #FFF;
            position: absolute;
            left: -20px;
            right: -20px;
            bottom: 0;
            height: 36px;
        }

        .module-intro .buttons .button {
            position: relative;
            background: #FFF;
            padding: 20px 30px 0;
            margin: 0 10px;
        }

            .module-intro .buttons .button .btn {
                width: 200px;
                font-size: 20px;
                line-height: 1.1875;
                padding: 15px 25px;
                height: 82px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

.module-latest-news {
    margin-top: 15px;
    border-top: 4px solid #C0C0C0;
    border-bottom: 4px solid #C0C0C0;
    background-color: #0B2665;
    font-family: 'Montserrat', serif;
    text-align: center;
}

.module-news-and-faq-callout .module-latest-news {
    border-top: none;
    text-align: left;
}


.module-latest-news .container .header {
    display: inline-block;
    background: #FFF;
    color: #0B2665;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 1.20833333;
    padding: 5px 20px 6px;
    margin-top: -4px;
}

.module-latest-news .container .items {
    display: flex;
    max-width: 1100px;
    margin: 35px auto 30px;
}

.module-news-and-faq-callout {
    display: flex;
}


    .module-news-and-faq-callout .module-latest-news {
        flex: 4 0;
    }

        .module-news-and-faq-callout .module-latest-news .container .items {
            text-align: center;
        }

    .module-news-and-faq-callout .module-faq-callout {
        flex: 1 0;
    }

        .module-news-and-faq-callout .module-faq-callout .container {
            position: relative;
            background: rgba(216, 216, 216, 0.53);
            padding: 3em;
            display: flex;
            justify-content: space-between;
            height: 100%;
        }

            .module-news-and-faq-callout .module-faq-callout .container .callout {
                display: flex;
                margin: 0 15px;
                background-color: #ED1B24;
                border: 4px solid #FFFFFF;
            }

                .module-news-and-faq-callout .module-faq-callout .container .callout a {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-decoration: none;
                }

                    .module-news-and-faq-callout .module-faq-callout .container .callout a .text {
                        background-color: none;
                        color: #FFFFFF;
                        font-family: 'Montserrat', serif;
                        font-size: 20px;
                        font-weight: bold;
                        letter-spacing: 1px;
                        line-height: 1.375;
                        padding: 7px 8px;
                        border-bottom: 6px solid #0B2665;
                        text-align: left;
                        min-width: 10em;
                        flex: 1;
                        display: flex;
                        align-items: center;
                    }


                    .module-news-and-faq-callout .module-faq-callout .container .callout a:focus .text,
                    .module-news-and-faq-callout .module-faq-callout .container .callout a:hover .text {
                        background-color: #0B2665;
                        border-bottom: 6px solid #ED1B24;
                    }


.module-latest-news .container .items .item {
    flex: 1;
    position: relative;
    padding: 0 40px;
}

    .module-latest-news .container .items .item .title {
        color: #FFF8D7;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.18px;
        line-height: 1.22222222;
        margin-bottom: 5px;
    }

    .module-latest-news .container .items .item .copy {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.71px;
        line-height: 1.375;
    }

    .module-latest-news .container .items .item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: '';
        display: block;
        width: 1px;
        background: rgba(231, 230, 230, 0.3);
    }

    .module-latest-news .container .items .item:last-child:after {
        display: none;
    }

.module-layout-rail {
    margin: 35px 40px;
    display: flex;
}

    .module-layout-rail.overlap-intro {
        margin-top: -3em;
        position: relative;
        z-index: 3;
    }

    .module-layout-rail > .left {
        width: 224px;
    }

    .module-layout-rail > .right {
        flex: 1;
        padding-left: 55px;
    }

    .module-layout-rail > .full {
        flex: 1;
        padding-left: 0;
    }

.module-aside {
    position: relative;
}

    .module-aside:after {
        position: absolute;
        top: 60px;
        right: 0;
        bottom: 0;
        display: block;
        content: '';
        width: 1px;
        background: #D5D5D5;
    }

    .module-aside .container {
        padding-right: 15px;
    }

        .module-aside .container .header {
            position: relative;
            color: #EC1E24;
            font-family: 'Montserrat', serif;
            font-size: 18px;
            font-style: italic;
            font-weight: bold;
            letter-spacing: 1.08px;
            line-height: 1.22222222;
            text-align: center;
            text-transform: uppercase;
            background: rgba(233, 233, 233, 0.9);
            padding: 12px;
        }

            .module-aside .container .header:after {
                content: '';
                display: block;
                position: absolute;
                top: 100%;
                left: 20px;
                width: 0;
                height: 0;
                border-left: 14px solid transparent;
                border-right: 14px solid transparent;
                border-top: 14px solid rgba(216, 216, 216, 0.53);
            }

        .module-aside .container ul {
            margin: 10px 0 30px;
        }

            .module-aside .container ul li {
                border-bottom: 2px solid #D8D8D8;
                padding: 15px 15px 15px 0;
            }

                .module-aside .container ul li a {
                    display: inline-block;
                    color: #0B2665;
                    font-family: 'Montserrat', serif;
                    font-size: 15px;
                    font-style: italic;
                    font-weight: 500;
                    letter-spacing: 0.33px;
                    line-height: 1.2;
                    text-decoration: none;
                }

                    .module-aside .container ul li a:hover,
                    .module-aside .container ul li a:focus {
                        text-decoration: underline;
                    }

        .module-aside .container .photo-block {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 200px;
            margin-top: 20px;
        }

            .module-aside .container .photo-block .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: url('https://placehold.it/1000x1000/?text=Placehold');
                background-size: cover;
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .module-aside .container .photo-block .link {
                position: relative;
                text-align: center;
                padding: 0 20px;
            }

                .module-aside .container .photo-block .link a,
                .module-aside .container .photo-block .link .linkText {
                    display: inline-block;
                    background: #FFF;
                    font-family: 'Montserrat', serif;
                    font-size: 15px;
                    font-style: italic;
                    font-weight: 500;
                    letter-spacing: 0.33px;
                    line-height: 1.2;
                    text-decoration: none;
                    padding: 8px 12px;
                }

                    .module-aside .container .photo-block .link a:hover,
                    .module-aside .container .photo-block .link a:focus,
                    .module-aside .container a:hover .photo-block .link .linkText,
                    .module-aside .container a:focus .photo-block .link .linkText {
                        text-decoration: underline;
                    }


            .module-aside .container .photo-block.tall {
                height: 255px;
            }

.module-faq .container .header {
    color: #000000;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.69px;
    line-height: 1.1875;
    margin: 0 7px 10px;
}

.module-layout-rail.overlap-intro .module-faq .container .header {
    display: flex;
    justify-content: center;
    min-height: 3em;
    margin-bottom: 5px;
}

    .module-layout-rail.overlap-intro .module-faq .container .header h2 {
        background: white;
        padding: 1em;
        border-radius: 8px 8px 0 0;
    }

.module-faq .container .topics {
    position: relative;
    background: rgba(216, 216, 216, 0.53);
    border-radius: 8px;
    padding: 20px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

    .module-faq .container .topics .divider {
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border: none;
    }

        .module-faq .container .topics .divider:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #FFF;
        }




    .module-faq .container .topics.shortList {
        justify-content: flex-start;
    }

    .module-faq .container .topics .topic {
        display: flex;
        margin: 0 15px;
    }

        .module-faq .container .topics .topic:first-child {
            margin-left: 0;
        }

        .module-faq .container .topics .topic:last-child {
            margin-right: 0;
        }

        .module-faq .container .topics .topic a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }

            .module-faq .container .topics .topic a .icon {
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 94px;
                height: 94px;
                margin-bottom: -19px;
            }

                .module-faq .container .topics .topic a .icon img {
                    display: block;
                    width: 56px;
                    height: 56px;
                }

                    .module-faq .container .topics .topic a .icon img.active {
                        display: none;
                    }

            .module-faq .container .topics .topic a .text {
                background-color: none;
                color: #7E0F00;
                font-family: 'Montserrat', serif;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 1px;
                line-height: 1.375;
                padding: 7px 8px;
                border-bottom: 6px solid #ED1B24;
                text-align: center;
                flex: 1;
                display: flex;
                align-items: center;
            }


            .module-faq .container .topics .topic a:focus .icon,
            .module-faq .container .topics .topic a:hover .icon {
                background-color: #ED1B24;
            }

                .module-faq .container .topics .topic a:focus .icon img.active,
                .module-faq .container .topics .topic a:hover .icon img.active {
                    display: block;
                }

                .module-faq .container .topics .topic a:focus .icon img.inactive,
                .module-faq .container .topics .topic a:hover .icon img.inactive {
                    display: none;
                }

            .module-faq .container .topics .topic a:focus .text,
            .module-faq .container .topics .topic a:hover .text {
                background-color: #ED1B24;
                color: #FFF;
            }

.module-faq .container .grouping {
    background: rgba(216, 216, 216, 0.53);
    padding: 30px 0 35px 0;
    margin-bottom: 50px;
}

    .module-faq .container .grouping.popular {
        border: solid #ED1B24 1px;
    }

    .module-faq .container .grouping:last-child {
        margin-bottom: 0;
    }

    .module-faq .container .grouping .title {
        position: relative;
        display: inline-block;
        background: #FFF;
        color: #720D17;
        font-family: 'Montserrat', serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.24px;
        line-height: 1.20833333;
        padding: 9px 50px 10px 20px;
        margin-right: 60px;
    }

    .module-faq .container .grouping.popular .title {
        background: #ED1B24;
        color: #FFF;
    }

    .module-faq .container .grouping .title .icon {
        position: absolute;
        top: 50%;
        margin-top: -31px;
        left: 100%;
        margin-left: -31px;
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .module-faq .container .grouping .title .icon img {
            display: block;
            width: 38px;
            height: 38px;
        }

    .module-faq .container .grouping .items {
        margin: 0 20px;
    }

        .module-faq .container .grouping .items .item {
            margin-top: 25px;
        }

        .module-faq .container .grouping .items .item .questionWrapper {
            position: relative;
        }

            .module-faq .container .grouping .items .item .question {
                position: relative;
                display: block;
                width: 100%;
                color: #FFFFFF;
                font-family: 'Montserrat', serif;
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0.18px;
                line-height: 1.22222222;
                text-decoration: none;
                padding: 8px 12px 8px 50px;
                background: #6F0D1C;
            }

                .module-faq .container .grouping .items .item .question .questionToggle:before {
                    content: '+';
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 38px;
                    background: #ED1B24;
                    color: #FFFFFF;
                    font-size: 30px;
                    font-weight: 900;
                }

            .module-faq .container .grouping .items .item .copy {
                display: none;
                color: #646464;
                font-family: 'Montserrat', serif;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: 0.6px;
                line-height: 1.33333333;
                padding: 20px 90px 25px 50px;
                background: #FFF;
                border: 1px solid rgba(151, 151, 151, 0.5);
                border-top: 0;
                margin: 0 -1px;
            }

                .module-faq .container .grouping .items .item .copy ul {
                    list-style-type: disc;
                    margin-left: 20px;
                    margin-bottom: 1.5em;
                }

                    .module-faq .container .grouping .items .item .copy ul:last-child {
                        margin-bottom: 0;
                    }

                    .module-faq .container .grouping .items .item .copy ul ul {
                        margin-top: 10px;
                        list-style-type: circle;
                    }

                    .module-faq .container .grouping .items .item .copy ul li {
                        margin-bottom: 10px;
                    }

                        .module-faq .container .grouping .items .item .copy ul li:last-child {
                            margin-bottom: 0;
                        }

            .module-faq .container .grouping .items .item:nth-child(even) .question {
                background-color: #873844;
            }

            .module-faq .container .grouping .items .item.expanded .question {
                background: #ED1B24;
            }

                /*.module-faq .container .grouping .items .item.expanded .question:before */
                .module-faq .container .grouping .items .item.expanded .question .questionToggle:before {
                    content: '-';
                    background-color: #6F0D1C;
                }

            .module-faq .container .grouping .items .item.expanded .copy {
                display: block;
            }

            /*.module-faq .container .grouping .items .item.expanded:nth-child(even) .question:before*/
            .module-faq .container .grouping .items .item.expanded:nth-child(even) .question .questionToggle:before {
                content: '-';
                background-color: #873844;
            }

.module-copy {
    padding: 30px 30px;
}

    .module-copy .container {
        font-family: 'Montserrat', serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.71px;
        line-height: 1.375;
    }

.module-resources {
    position: relative;
    /*background: #FFFFFF;*/
    padding: 0 25px 50px;
}

    .module-resources .container .header {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .module-resources .container .header .title {
            display: flex;
            flex-direction: column;
            align-content: center;
        }

            .module-resources .container .header .title h2.text {
                display: block;
                font-family: 'Montserrat', serif;
                font-size: 24px;
                font-weight: bold;
                letter-spacing: 0.24px;
                line-height: 1.20833333;
                color: #781100;
                padding: 0.5em 0;
            }

    .module-resources .container .resources {
        display: block;
        background-color: rgba(216, 216, 216, 0.53);
        border-radius: 8px;
    }

        .module-resources .container .resources .divider {
            display: flex;
            flex-direction: row;
            justify-content: center;
            border: none;
        }

            .module-resources .container .resources .divider:before {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-top: 20px solid white;
            }

        .module-resources .container .resources .items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding: 1em;
        }

            .module-resources .container .resources .items .resource {
                display: flex;
                margin: 0 0.5%;
                width: 15%;
                height: 8em;
                margin-bottom: 1em;
                align-items: stretch;
            }


                .module-resources .container .resources .items .resource a {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: stretch;
                    text-decoration: none;
                    flex: 1;
                }

                    .module-resources .container .resources .items .resource a .text {
                        background-color: none;
                        color: #7E0F00;
                        font-family: 'Montserrat', serif;
                        font-size: 16px;
                        font-weight: bold;
                        letter-spacing: 1px;
                        line-height: 1.375;
                        padding: 7px 8px;
                        border: 1px solid #0B2665;
                        border-bottom-width: 6px;
                        text-align: center;
                        flex: 1;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }


                    .module-resources .container .resources .items .resource a:focus .text,
                    .module-resources .container .resources .items .resource a:hover .text {
                        background-color: #0B2665;
                        color: #FFF;
                        border-bottom-color: #ED1B24;
                    }


#webchat {
    height: 40px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: transparent;
    max-height: 70%;
}

    #webchat .chatTitleBar {
        height: 40px;
        width: 20em;
        cursor: pointer;
        z-index: 1005;
        border: 2px solid #FFFFFF;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        background-color: #ED1B24;
        -webkit-box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.5);
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.51px;
        line-height: 1.21428571;
        text-align: center;
        padding: 10px 20px 11px;
    }

    #webchat #chatWrapper {
        height: 560px;
        max-height: 90%;
        max-height: calc(100% - 40px);
        overflow: scroll;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 0 8px 0 0;
    }

        #webchat #chatWrapper #chatBot {
            font-size: 0.9em;
            font-family: "Calibri", "Helvetica Neue", "Arial", "sans-serif";
        }

#webChatButton {
    height: 50px;
    position: fixed;
    bottom: 40px;
    z-index: 1005;
    background-color: transparent;
    right: 40px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 8px 8px 8px 8px;
    background-color: rgb(34, 107, 146);
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .5);
    color: white;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.51px;
    line-height: 1.21428571;
    text-align: center;
    padding: 10px 20px 11px;
}

    #webChatButton:hover, #webChatButton:focus {
        background-color: #071840;
    }

#webChatWindow {
    display: flex;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1005;
    height: 560px;
    max-height: 90%;
    max-height: calc(100% - 60px);
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .5);
}

    #webChatWindow .titleBar {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100px;
        background-color: rgb(34, 107, 146);
        border-radius: 8px 8px 0 0;
        color: white;
        margin-top: -1px;
    }

        #webChatWindow .titleBar .icon {
            width: 70px;
            height: 70px;
            margin: 15px;
            background-image: url('/uploadedImages/unemploymenthelpohiogov/images/chatbot-avatar.png');
            background-size: cover;
        }

        #webChatWindow .titleBar .text {
            flex: 1;
        }

            #webChatWindow .titleBar .text .desc {
                margin-top: 0.5em;
                font-family: "Calibri", "Helvetica Neue", "Arial", "sans-serif";
            }

        #webChatWindow .titleBar #closeChat {
            font-family: Consolas, Univers, Verdana, Arial, sans-serif;
            font-weight: bold;
            font-size: 35px;
            align-self: flex-start;
            padding: 10px 20px 0 0;
            cursor: pointer;
        }

            #webChatWindow .titleBar #closeChat:hover {
                color: rgba(216, 216, 216, 0.53);
            }

    #webChatWindow .wrapper {
        overflow: scroll;
        flex: 1;
        max-height: 90%;
        max-height: calc(100% - 106px);
        padding: 5px;
    }

        #webChatWindow .wrapper #webChatBot {
            font-size: 0.9em;
            font-family: "Calibri", "Helvetica Neue", "Arial", "sans-serif";
        }

            #webChatWindow .wrapper #webChatBot .main {
                max-width: 500px;
            }

            #webChatWindow .wrapper #webChatBot .ac-adaptiveCard input[type=text],
            #webChatWindow .wrapper #webChatBot .ac-adaptiveCard input[type=tel],
            #webChatWindow .wrapper #webChatBot .ac-adaptiveCard input[type=email],
            #webChatWindow .wrapper #webChatBot .ac-adaptiveCard select,
            #webChatWindow .wrapper #webChatBot .ac-adaptiveCard textarea {
                background: white;
                border: solid 1px grey;
                padding: 2px;
                margin: 0;
                outline: darkgrey;
            }

            #webChatWindow .wrapper #webChatBot button.ac-pushButton:disabled,
            #webChatWindow .wrapper #webChatBot button.ac-pushButton:disabled:hover,
            #webChatWindow .wrapper #webChatBot button.ac-pushButton:disabled:active {
                background: #a2a2a2;
                color: #e7dfdf;
            }


@media screen and (max-width: 1475px) {
    .module-news-and-faq-callout .module-latest-news {
        flex: 7 0;
    }

    .module-news-and-faq-callout .module-faq-callout {
        flex: 2 0;
    }
}

@media screen and (max-width: 1275px) {
    .module-news-and-faq-callout .module-faq-callout .container {
        padding: 4em 3em;
    }

    .module-resources .container .resources .items .resource {
        width: 19%;
    }
}


@media screen and (max-width: 1250px) {
    .header-interior {
        position: relative;
        top: 0;
    }

        .header-interior .container {
            background: #FFF;
            display: block;
            padding: 0;
            border-bottom: 0;
        }

            .header-interior .container:before {
                content: '';
                display: block;
                position: absolute;
                top: 56px;
                left: 35px;
                width: 0;
                height: 0;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-top: 20px solid #FFF;
            }

            .header-interior .container .logo {
                display: block;
                margin-bottom: 3px;
            }

                .header-interior .container .logo:before,
                .header-interior .container .logo:after {
                    display: none;
                }

                .header-interior .container .logo a img {
                    width: 305px;
                }

            .header-interior .container .hamburger {
                display: inline-block;
            }

            .header-interior .container .navigation {
                background: #316989;
                align-items: flex-start;
                flex-direction: column;
                padding: 30px 0 15px 0;
            }

                .header-interior .container .navigation .hamburger {
                    display: inline-block;
                }

    .nav-open .header-interior .container .navigation {
        display: flex;
        padding: 30px 0 20px;
    }

    .header-interior .container .navigation ul {
        flex-direction: column;
        padding: 0;
        width: 50%;
    }

        .header-interior .container .navigation ul li {
            display: none;
            justify-content: flex-start;
            white-space: nowrap;
        }

            .header-interior .container .navigation ul li.active {
                display: block;
            }

            .header-interior .container .navigation ul li a {
                text-align: left;
            }

            .header-interior .container .navigation ul li:after {
                display: none;
            }


    .header-interior .container .navigation .drop-down-menu {
        display: none;
        flex-direction: column;
        padding: 0;
        width: 50%;
    }

        .header-interior .container .navigation .drop-down-menu .menu-item {
            display: flex;
            height: auto;
            align-items: flex-start;
            /*justify-content: flex-start;
            white-space: nowrap;*/
            padding-top: 10px;
            border-bottom: 1px solid white;
        }

            .header-interior .container .navigation .drop-down-menu .menu-item:last-child {
                border-bottom: none;
            }

            .header-interior .container .navigation .drop-down-menu .menu-item a {
                display: block;
                text-align: left;
            }

                .header-interior .container .navigation .drop-down-menu .menu-item a:after {
                    display: none;
                }

            .header-interior .container .navigation .drop-down-menu .menu-item:after {
                display: none;
            }

            .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu {
                display: flex;
                position: static;
            }

                .header-interior .container .navigation .drop-down-menu .menu-item .sub-menu .sub-menu-item a {
                    border-bottom: none;
                }

    .nav-open .header-interior .container .navigation .drop-down-menu {
        display: flex;
    }


    .header-interior .container .apply {
        display: flex;
        position: absolute;
        right: 18px;
        top: 77px;
        width: 50%;
    }

        .header-interior .container .apply .btn {
            width: 106px;
            padding: 9px 5px;
            font-size: 12px;
            line-height: 1.25;
            text-align: center;
        }

    .header-interior .container .social {
        display: none;
        top: 150px;
        right: 18px;
    }

    .nav-open .nav-shadow {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(20, 20, 20, 0.75);
        z-index: 5;
    }

    .nav-open .header-interior .container .navigation ul li {
        display: block;
    }

    .nav-open .header-interior .container .social {
        display: block;
    }

    .nav-open .header-interior .container .module-aside {
        display: block;
        position: absolute;
        top: 235px;
        width: 210px;
    }

    .module-layout-rail > .left {
        display: none;
    }

    .module-layout-rail > .right {
        padding-left: 0;
    }

    .module-aside {
        display: none;
    }

        .module-aside:after {
            display: none;
        }

        .module-aside .container {
            padding: 22px;
        }

            .module-aside .container .header {
                font-size: 12px;
            }

            .module-aside .container ul {
                margin: 20px 0 0 0;
            }

                .module-aside .container ul li {
                    padding: 10px 15px 10px 0;
                }

                    .module-aside .container ul li:last-child {
                        border-bottom: 0;
                    }

                    .module-aside .container ul li a {
                        font-size: 12px;
                    }

    .module-copy {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1100px) {
    .module-news-and-faq-callout {
        flex-direction: column-reverse;
    }

        .module-news-and-faq-callout .module-latest-news {
            flex: 1;
        }

        .module-news-and-faq-callout .module-faq-callout {
            flex: 0;
        }

            .module-news-and-faq-callout .module-faq-callout .container {
                padding: 1em;
            }

                .module-news-and-faq-callout .module-faq-callout .container .callout {
                    flex: 1;
                    align-items: stretch;
                }

                    .module-news-and-faq-callout .module-faq-callout .container .callout a {
                        flex: 1;
                        align-items: stretch;
                    }

                        .module-news-and-faq-callout .module-faq-callout .container .callout a .text {
                            padding: 1em;
                        }

    .module-resources .container .resources .items .resource {
        width: 24%;
    }
}


@media screen and (max-width: 1020px) {
    .translations .container .languages .items {
        padding: 0;
    }
}


@media screen and (max-width: 950px) {
    footer .container .items .item {
        margin: 0 20px;
    }

    .module-intro .buttons .button {
        padding: 15px 20px 0;
    }

    .module-faq .container .topics .topic a .text {
        font-size: 14px;
        border-bottom-width: 4px;
        padding: 7px 0;
    }
}

@media screen and (max-width: 890px) {
    .module-faq .container .topics {
        flex-wrap: wrap;
    }

        .module-faq .container .topics:before {
            left: 50%;
            margin-left: -20px;
        }

        .module-faq .container .topics .topic {
            width: 50%;
            margin: 0 0 14px;
            padding: 0 7px;
        }

            .module-faq .container .topics .topic:nth-child(odd) {
                margin-left: 0;
            }

            .module-faq .container .topics .topic:nth-child(even) {
                margin-right: 0;
            }

            .module-faq .container .topics .topic a .text {
                text-align: left;
            }

    .module-resources .container .resources .items .resource {
        width: 50%;
        margin: 0 0 14px;
        padding: 0 7px;
    }

        .module-resources .container .resources .items .resource:nth-child(odd) {
            margin-left: 0;
        }

        .module-resources .container .resources .items .resource:nth-child(even) {
            margin-right: 0;
        }

        .module-resources .container .resources .items .resource a .text {
            text-align: left;
        }
}

@media screen and (max-width: 767px) {
    .skiptocontent {
        font-size: 0.75em;
        top: 0.1em;
    }

    .header-index {
        top: 16px;
        /*left: 50%;
        margin-left: -139.5px;*/
    }

        .header-index .container {
            padding-right: 5px;
        }

        .header-index .container .logo {
            padding: 13px;
        }

            .header-index .container .logo a img {
                width: 253px;
            }

    footer {
        padding: 0;
    }

        footer .footerContainer {
            position: relative;
            padding: 0 15px 30px;
        }

        footer .logo {
            padding: 12px;
        }

        footer .container .items {
            flex-direction: column;
        }

            footer .container .items .item {
                margin: 0 15px 30px;
                width: auto;
            }

                footer .container .items .item:last-child {
                    margin-bottom: 0;
                }

                footer .container .items .item .header {
                    font-size: 14px;
                    line-height: 1.21428571;
                    border-bottom-width: 5px;
                    padding-bottom: 10px;
                }

                footer .container .items .item ul li a {
                    font-size: 12px;
                }

    .module-intro {
        padding: 0 0 30px;
    }

        .module-intro .container {
            padding: 0;
        }

            .module-intro .container.taller {
                padding-top: 0;
            }

            .module-intro .container .header {
                font-size: 20px;
                padding: 110px 30px 20px;
                max-width: 445px;
            }

                .module-intro .container .header .alertButton {
                    padding-bottom: 1em;
                }

                    .module-intro .container .header .alertButton .btn {
                        font-size: 16px;
                    }

            .module-intro .container .card {
                padding: 16px;
                border-radius: 0;
                border-left: 0;
                border-right: 0;
            }

                .module-intro .container .card .copy {
                    font-size: 12px;
                }

                .module-intro .container .card .button {
                    top: auto;
                    margin-bottom: 0;
                    flex-flow: column;
                    align-items: center;
                }

                    .module-intro .container .card .button .btn {
                        /*font-size: 12px;*/
                        margin-bottom: 20px;
                    }

        .module-intro .buttons {
            flex-direction: column;
            padding-top: 30px;
            margin-bottom: 20px;
        }

            .module-intro .buttons:before {
                background: rgba(67, 140, 174, 0.6);
                bottom: auto;
                top: -29px;
                height: 30px;
            }

            .module-intro .buttons .button {
                padding: 20px 10px 25px;
                border-bottom: 1px solid rgba(216, 216, 216, 0.7);
            }

                .module-intro .buttons .button:last-child {
                    border: 0;
                }

                .module-intro .buttons .button .btn {
                    font-size: 17px;
                    line-height: 1.21428571;
                    padding: 15px 35px;
                    height: 70px;
                }

        .module-intro.homepage {
            padding: 0;
        }

            .module-intro.homepage .background {
                bottom: auto;
                height: 350px;
            }

            .module-intro.homepage .container .header {
                padding: 140px 20px 0;
            }

            .module-intro.homepage .container.taller .header {
                padding-top: 100px;
            }

            .module-intro.homepage .container .card {
                background: #226B92;
                margin-bottom: 30px;
            }

    .module-latest-news {
        margin-top: 25px;
    }

        .module-latest-news .container .header {
            font-size: 20px;
            padding: 5px 16px 8px;
        }

        .module-latest-news .container .items {
            flex-direction: column;
            margin: 15px 40px 20px;
        }

            .module-latest-news .container .items .item {
                padding: 15px 0;
            }

                .module-latest-news .container .items .item .title {
                    font-size: 14px;
                    line-height: 1.21428571;
                }

                .module-latest-news .container .items .item .copy {
                    font-size: 12px;
                    line-height: 1.5;
                }

                .module-latest-news .container .items .item:after {
                    top: auto;
                    left: 0;
                    width: auto;
                    height: 1px;
                }

    .module-layout-rail {
        margin: 20px 10px;
    }

        .module-layout-rail.overlap-intro {
            margin-top: -3.5em;
        }

    .module-faq .container .header {
        font-size: 12px;
        line-height: 1.41666667;
        margin: 0 auto 10px;
        max-width: 200px;
        text-align: center;
    }

    .module-layout-rail.overlap-intro .module-faq .container .header {
        min-height: 3.5em;
    }

    .module-faq .container .grouping {
        margin-right: 0;
        margin-bottom: 25px;
    }

        .module-faq .container .grouping .title {
            font-size: 18px;
        }

        .module-faq .container .grouping .items {
            margin: 0 0 0 20px;
        }

            .module-faq .container .grouping .items .item .question {
                font-size: 12px;
                line-height: 1.16666667;
            }

            .module-faq .container .grouping .items .item .copy {
                font-size: 10px;
                line-height: 1.6;
                padding: 18px;
            }

    .module-copy {
        padding: 20px 30px 10px;
    }

        .module-copy .container {
            font-size: 12px;
            line-height: 1.5;
        }

    .module-resources .container .resources .items .resource {
        width: 98%;
        height: auto;
    }

        .module-resources .container .resources .items .resource a .text {
            padding: 1.1em 8px;
        }
}

@media screen and (max-width: 760px) {
    .translations .container .languages .items .item a .language .flag {
        padding-right: 0.2em;
    }
}

@media screen and (max-width: 700px) {
    .translations .container .languages .items {
        padding-left: 5%;
    }

        .translations .container .languages .items .item {
            width: 33%;
        }

            .translations .container .languages .items .item a .language .flag img {
                max-width: 78px;
            }
}

@media screen and (max-width: 650px) {

    .nav-open .header-interior .container .social {
        width: 40%;
    }

        .nav-open .header-interior .container .social ul {
            flex-wrap: wrap;
            justify-content: flex-end;
        }

            .nav-open .header-interior .container .social ul li a .socialIcon {
                margin: 0.05em 0.05em;
            }
}


@media screen and (max-width: 600px) {
    .header-index .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .header-index .container .logo {
            margin-bottom: 15px;
        }

        .header-index .container .apply .btn {
            margin: 0 10px;
        }

    .module-intro .container .header {
        padding-top: 170px;
    }

    .module-news-and-faq-callout .module-faq-callout .container .callout a .text {
        font-size: 18px;
    }
}

@media screen and (max-width: 580px) {
    .translations .container .languages .items {
        padding-left: 2%;
    }
}

@media screen and (max-width: 550px) {
    .translations .container .languages .items {
        /*padding-left: 2%;*/
    }

        .translations .container .languages .items .item {
            width: 50%;
        }

    #webChatWindow {
        right: 10px;
        left: 10px;
    }
}

/*@media screen and (max-width: 520px) {

    .nav-open .header-interior .container .social {
        display: none;
    }
}*/
