@charset "UTF-8";
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

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

button {
    cursor: pointer;
}

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

.spell-out {
    speak: spell-out;
}

* {
    box-sizing: border-box;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

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

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article, aside, footer, header, nav, section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption, figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active, a:hover {
    outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b, strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b, strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio, video {
    display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */

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

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button, select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button, [type="button"], [type="reset"], [type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
    overflow: auto;
}

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

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

details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
    display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
    display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row:not(.expanded) .row {
    max-width: none;
}

.row.collapse>.column, .row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row.is-collapse-child, .row.collapse>.column>.row, .row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0;
}

.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
}

@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-1>.column, .small-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-2>.column, .small-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-3>.column, .small-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-4>.column, .small-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-5>.column, .small-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-6>.column, .small-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-7>.column, .small-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-8>.column, .small-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse>.column, .small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse>.column, .small-uncollapse>.columns {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-1>.column, .medium-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-2>.column, .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-3>.column, .medium-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-4>.column, .medium-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-5>.column, .medium-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-6>.column, .medium-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-7>.column, .medium-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-8>.column, .medium-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.row.medium-unstack>.column, .row.medium-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
    .row.medium-unstack>.column, .row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-collapse>.column, .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse>.column, .medium-uncollapse>.columns {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-1>.column, .large-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-2>.column, .large-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-3>.column, .large-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-4>.column, .large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-5>.column, .large-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-6>.column, .large-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-7>.column, .large-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-8>.column, .large-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.row.large-unstack>.column, .row.large-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
    .row.large-unstack>.column, .row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .large-collapse>.column, .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse>.column, .large-uncollapse>.columns {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 2rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 3rem;
    }
    .column-block> :last-child {
        margin-bottom: 0;
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1.5rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #494949;
    text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #646569;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1.0625rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 2.375rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.375rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #0479a8;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #036890;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #646569;
    border-left: 0;
}

ul, ol, dl {
    margin-bottom: 1.5rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1.5rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 0.25rem solid #c5050c;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #494949;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #494949;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #000;
    color: #494949;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #646569;
    background-color: #cfcfcf;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #cfcfcf;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #494949;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: '';
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre, blockquote {
        border: 1px solid #494949;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #646569;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #494949;
    background-color: #fff;
    box-shadow: 0 0 5px #646569;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #646569;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #646569;
}

input::placeholder, textarea::placeholder {
    color: #646569;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #cfcfcf;
    cursor: not-allowed;
}

[type='submit'], [type='button'] {}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox']+label, [type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type='checkbox']+label[for], [type='radio']+label[for] {
    cursor: pointer;
}

label>[type='checkbox'], label>[type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #000;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.input-group> :first-child {
    border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
    border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #646569;
    background: #cfcfcf;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

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

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #646569;
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #f7f7f7;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    /*
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  */
    border: 1px solid #646569;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #000;
    /*
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2873, 73, 73%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  */
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/*
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } 
      }
  */

select:focus {
    outline: none;
    border: 1px solid #494949;
    background-color: #fff;
    box-shadow: 0 0 5px #646569;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #cfcfcf;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

.form-error.is-visible {
    display: block;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0479a8;
    color: #fff;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover, .button:focus {
    background-color: #03678f;
    color: #fff;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #c5050c;
    color: #fff;
}

.button.primary:hover, .button.primary:focus {
    background-color: #9e040a;
    color: #fff;
}

.button.secondary {
    background-color: #9b0000;
    color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #7c0000;
    color: #fff;
}

.button.success {
    background-color: #3adb76;
    color: #000;
}

.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #000;
}

.button.warning {
    background-color: #ffae00;
    color: #000;
}

.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #000;
}

.button.alert {
    background-color: #cc4b37;
    color: #000;
}

.button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #000;
}

.button.hollow {
    border: 1px solid #c5050c;
    color: #c5050c;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: #630306;
    color: #630306;
}

.button.hollow.primary {
    border: 1px solid #c5050c;
    color: #c5050c;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #630306;
    color: #630306;
}

.button.hollow.secondary {
    border: 1px solid #9b0000;
    color: #9b0000;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #4e0000;
    color: #4e0000;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a;
}

.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #c5050c;
    color: #fff;
}

.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #c5050c;
    color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #9b0000;
    color: #fff;
}

.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #3adb76;
    color: #000;
}

.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #000;
}

.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #000;
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}

.accordion-item:first-child> :first-child {
    border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #c5050c;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #0479a8;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active>.accordion-title::before {
    content: '\2013';
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    background-color: #fff;
    color: #494949;
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #cfcfcf;
}

.is-accordion-submenu-parent>a {
    position: relative;
}

.is-accordion-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #646569 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.breadcrumbs {
    margin: 0;
    list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.breadcrumbs::after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #646569;
}

.breadcrumbs a {
    color: #0479a8;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #646569;
    cursor: not-allowed;
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.button-group::after {
    clear: both;
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.button-group.primary .button {
    background-color: #c5050c;
    color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #9e040a;
    color: #fff;
}

.button-group.secondary .button {
    background-color: #9b0000;
    color: #fff;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #7c0000;
    color: #fff;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #000;
}

.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #000;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #000;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #000;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #000;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #000;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    background-color: white;
    color: #494949;
}

.callout> :first-child {
    margin-top: 0;
}

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

.callout.primary {
    background-color: #fed2d4;
    color: #494949;
}

.callout.secondary {
    background-color: #ffcaca;
    color: #494949;
}

.callout.success {
    background-color: #e1faea;
    color: #494949;
}

.callout.warning {
    background-color: #fff3d9;
    color: #494949;
}

.callout.alert {
    background-color: #f7e4e1;
    color: #494949;
}

.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

.close-button {
    position: absolute;
    color: #494949;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover, .close-button:focus {
    color: #000;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.menu {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

[data-whatinput='mouse'] .menu>li {
    outline: 0;
}

.menu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0;
}

.menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu>li>a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu>li>a img, .menu>li>a i, .menu>li>a svg {
    margin-right: 0.25rem;
}

.menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu>li, .menu.horizontal>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.menu.expanded>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.menu.expanded>li:first-child:last-child {
    width: 100%;
}

.menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu.vertical>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.menu.vertical>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu.medium-horizontal>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .menu.medium-expanded>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .menu.medium-expanded>li:first-child:last-child {
        width: 100%;
    }
    .menu.medium-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu.medium-vertical>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu.medium-vertical>li>a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu.large-horizontal>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .menu.large-expanded>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .menu.large-expanded>li:first-child:last-child {
        width: 100%;
    }
    .menu.large-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu.large-vertical>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu.large-vertical>li>a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.menu.simple a {
    padding: 0;
}

.menu.simple li {
    margin-left: 0;
    margin-right: 1rem;
}

.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu.icon-top>li>a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.menu.icon-top>li>a img, .menu.icon-top>li>a i, .menu.icon-top>li>a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu.icon-top.vertical a>span {
    margin: auto;
}

.menu.nested {
    margin-left: 1rem;
}

.menu .active>a {
    background: #c5050c;
    color: #fff;
}

.menu.menu-bordered li {
    border: 1px solid #cfcfcf;
}

.menu.menu-bordered li:not(:first-child) {
    border-top: 0;
}

.menu.menu-hover li:hover {
    background-color: #cfcfcf;
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered {
    text-align: center;
}

.menu-centered>.menu {
    display: inline-block;
    vertical-align: top;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: '';
}

.menu-icon:hover::after {
    background: #646569;
    box-shadow: 0 7px 0 #646569, 0 14px 0 #646569;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
}

.menu-icon.dark:hover::after {
    background: #494949;
    box-shadow: 0 7px 0 #494949, 0 14px 0 #494949;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    transition: height 0.5s;
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
    min-height: 100%;
}

.is-drilldown-submenu-parent>a {
    position: relative;
}

.is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c5050c;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c5050c transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #646569;
    border-radius: 0;
    background-color: #f7f7f7;
    font-size: 1rem;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0479a8 transparent transparent;
    right: 5px;
    margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0479a8 transparent transparent;
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0479a8;
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #0479a8 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #0479a8 transparent transparent;
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #0479a8;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #0479a8 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #0479a8 transparent transparent;
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #0479a8;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #646569;
    background: #fff;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0479a8 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0479a8;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu>li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #c5050c;
    color: #fff;
}

.label.primary {
    background: #c5050c;
    color: #fff;
}

.label.secondary {
    background: #9b0000;
    color: #fff;
}

.label.success {
    background: #3adb76;
    color: #000;
}

.label.warning {
    background: #ffae00;
    color: #000;
}

.label.alert {
    background: #cc4b37;
    color: #000;
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}

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

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

.off-canvas {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #cfcfcf;
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.is-transition-overlap {
    z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 1;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #cfcfcf;
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.off-canvas-content {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px;
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.pagination::after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1rem;
    display: none;
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a, .pagination button {
    display: block;
    padding: 0.375rem 1.25rem;
    border-radius: 0;
    color: #000;
}

.pagination a:hover, .pagination button:hover {
    background: #0479a8;
}

.pagination .current {
    padding: 0.375rem 1.25rem;
    background: #0479a8;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: 0.375rem 1.25rem;
    color: #cfcfcf;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    padding: 0.375rem 1.25rem;
    content: '\2026';
    color: #000;
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab';
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb';
}

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open, html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #646569;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column, .reveal .columns, .reveal .columns {
    min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

table thead, table tbody, table tfoot {
    border: 1px solid #f7f7f7;
    background-color: #fff;
}

table caption {
    padding: 0.5rem;
    border-top: 1px solid #d0d0d0;
    color: #000000;
    font-size: 1rem;
}

table caption p {
    font-size: 1rem;
}

table thead {
    background: #fbfbfb;
    color: #494949;
}

table tfoot {
    background: #f7f7f7;
    color: #494949;
}

table thead tr, table tfoot tr {
    background: transparent;
}

table thead th, table thead td, table tfoot th, table tfoot td {
    padding: 1rem;
    font-weight: bold;
    text-align: left;
}

table tbody th, table tbody td {
    padding: 1rem;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f7f7f7;
}

table.unstriped tbody {
    background-color: #fff;
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
}

table.condensed tbody td, table.condensed tbody th {
    font-size: 1rem;
    padding: 0.6rem;
}

table.condensed ul {
    margin-left: 1.25rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack tr, table.stack th, table.stack td {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f6f6f6;
}

table.hover tfoot tr:hover {
    background-color: #f2f2f2;
}

table.hover tbody tr:hover {
    background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #f2f2f2;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    width: auto;
}

.tabs {
    margin: 0;
    border: 1px solid #cfcfcf;
    background: #fff;
    list-style-type: none;
}

.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple>li>a {
    padding: 0;
}

.tabs.simple>li>a:hover {
    background: transparent;
}

.tabs.primary {
    background: #c5050c;
}

.tabs.primary>li>a {
    color: #fff;
}

.tabs.primary>li>a:hover, .tabs.primary>li>a:focus {
    background: #d4050d;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #0479a8;
}

.tabs-title>a:hover {
    background: #fff;
    color: #036890;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
    background: #c5050c;
    color: #fff;
}

.tabs-content {
    border: 1px solid #cfcfcf;
    border-top: 0;
    background: #fff;
    color: #494949;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #cfcfcf;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1.5rem;
}

.tabs-panel[aria-hidden="false"] {
    display: block;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape, .hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.primary {
    color: #c5050c;
}

.primary-border {
    border: 3px solid #c5050c;
}

.primary-background {
    background-color: #c5050c;
    color: #fff;
}

.primary-background a:not(.uw-button), .primary-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.primary-background a:not(.uw-button):hover, .primary-background a:not(.uw-button):focus, .primary-background a:not(.button):hover, .primary-background a:not(.button):focus {
    color: #fff;
}

.primary-background h1, .primary-background h2, .primary-background h3, .primary-background h4, .primary-background h5, .primary-background h6 {
    color: #fff;
}

.primary-background .uw-content-box {
    color: #494949;
}

.primary-background .uw-content-box h1, .primary-background .uw-content-box h2, .primary-background .uw-content-box h3, .primary-background .uw-content-box h4, .primary-background .uw-content-box h5, .primary-background .uw-content-box h6 {
    color: #494949;
}

.primary-background .uw-content-box a {
    color: #0479a8;
}

.primary-background .uw-content-box a:hover, .primary-background .uw-content-box a:focus {
    color: #036890;
}

.primary-background .uw-row-header h2 {
    color: #fff;
}

.primary-background blockquote, .primary-background blockquote p {
    color: #fff;
}

.primary-hex::after {
    content: "#c5050c";
}

.primary-rgb::after {
    content: "197, 5, 12";
}

.primary-border {
    border: 3px solid #ac040a;
}

.uw-outer-row.primary-background+.uw-outer-row.primary-background {
    padding-top: 0;
}

.secondary {
    color: #9b0000;
}

.secondary-border {
    border: 3px solid #9b0000;
}

.secondary-background {
    background-color: #9b0000;
    color: #fff;
}

.secondary-background a:not(.uw-button), .secondary-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.secondary-background a:not(.uw-button):hover, .secondary-background a:not(.uw-button):focus, .secondary-background a:not(.button):hover, .secondary-background a:not(.button):focus {
    color: #fff;
}

.secondary-background h1, .secondary-background h2, .secondary-background h3, .secondary-background h4, .secondary-background h5, .secondary-background h6 {
    color: #fff;
}

.secondary-background .uw-content-box {
    color: #494949;
}

.secondary-background .uw-content-box h1, .secondary-background .uw-content-box h2, .secondary-background .uw-content-box h3, .secondary-background .uw-content-box h4, .secondary-background .uw-content-box h5, .secondary-background .uw-content-box h6 {
    color: #494949;
}

.secondary-background .uw-content-box a {
    color: #0479a8;
}

.secondary-background .uw-content-box a:hover, .secondary-background .uw-content-box a:focus {
    color: #036890;
}

.secondary-background .uw-row-header h2 {
    color: #fff;
}

.secondary-background blockquote, .secondary-background blockquote p {
    color: #fff;
}

.secondary-hex::after {
    content: "#9b0000";
}

.secondary-rgb::after {
    content: "155, 0, 0";
}

.secondary-border {
    border: 3px solid #820000;
}

.uw-outer-row.secondary-background+.uw-outer-row.secondary-background {
    padding-top: 0;
}

.success {
    color: #3adb76;
}

.success-border {
    border: 3px solid #3adb76;
}

.success-background {
    background-color: #3adb76;
    color: #494949;
}

.success-background a:not(.uw-button), .success-background a:not(.button) {
    color: #035576;
    text-decoration: underline;
}

.success-background a:not(.uw-button):hover, .success-background a:not(.uw-button):focus, .success-background a:not(.button):hover, .success-background a:not(.button):focus {
    color: #035576;
}

.success-background h1, .success-background h2, .success-background h3, .success-background h4, .success-background h5, .success-background h6 {
    color: #494949;
}

.success-background .uw-content-box {
    color: #494949;
}

.success-background .uw-content-box h1, .success-background .uw-content-box h2, .success-background .uw-content-box h3, .success-background .uw-content-box h4, .success-background .uw-content-box h5, .success-background .uw-content-box h6 {
    color: #494949;
}

.success-background .uw-content-box a {
    color: #0479a8;
}

.success-background .uw-content-box a:hover, .success-background .uw-content-box a:focus {
    color: #036890;
}

.success-background .uw-row-header h2 {
    color: #494949;
}

.success-background blockquote, .success-background blockquote p {
    color: #494949;
}

.success-hex::after {
    content: "#3adb76";
}

.success-rgb::after {
    content: "58, 219, 118";
}

.success-border {
    border: 3px solid #27d568;
}

.uw-outer-row.success-background+.uw-outer-row.success-background {
    padding-top: 0;
}

.warning {
    color: #ffae00;
}

.warning-border {
    border: 3px solid #ffae00;
}

.warning-background {
    background-color: #ffae00;
    color: #494949;
}

.warning-background a:not(.uw-button), .warning-background a:not(.button) {
    color: #035576;
    text-decoration: underline;
}

.warning-background a:not(.uw-button):hover, .warning-background a:not(.uw-button):focus, .warning-background a:not(.button):hover, .warning-background a:not(.button):focus {
    color: #035576;
}

.warning-background h1, .warning-background h2, .warning-background h3, .warning-background h4, .warning-background h5, .warning-background h6 {
    color: #494949;
}

.warning-background .uw-content-box {
    color: #494949;
}

.warning-background .uw-content-box h1, .warning-background .uw-content-box h2, .warning-background .uw-content-box h3, .warning-background .uw-content-box h4, .warning-background .uw-content-box h5, .warning-background .uw-content-box h6 {
    color: #494949;
}

.warning-background .uw-content-box a {
    color: #0479a8;
}

.warning-background .uw-content-box a:hover, .warning-background .uw-content-box a:focus {
    color: #036890;
}

.warning-background .uw-row-header h2 {
    color: #494949;
}

.warning-background blockquote, .warning-background blockquote p {
    color: #494949;
}

.warning-hex::after {
    content: "#ffae00";
}

.warning-rgb::after {
    content: "255, 174, 0";
}

.warning-border {
    border: 3px solid #e69d00;
}

.uw-outer-row.warning-background+.uw-outer-row.warning-background {
    padding-top: 0;
}

.alert {
    color: #cc4b37;
}

.alert-border {
    border: 3px solid #cc4b37;
}

.alert-background {
    background-color: #cc4b37;
    color: #fff;
}

.alert-background a:not(.uw-button), .alert-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.alert-background a:not(.uw-button):hover, .alert-background a:not(.uw-button):focus, .alert-background a:not(.button):hover, .alert-background a:not(.button):focus {
    color: #fff;
}

.alert-background h1, .alert-background h2, .alert-background h3, .alert-background h4, .alert-background h5, .alert-background h6 {
    color: #fff;
}

.alert-background .uw-content-box {
    color: #494949;
}

.alert-background .uw-content-box h1, .alert-background .uw-content-box h2, .alert-background .uw-content-box h3, .alert-background .uw-content-box h4, .alert-background .uw-content-box h5, .alert-background .uw-content-box h6 {
    color: #494949;
}

.alert-background .uw-content-box a {
    color: #0479a8;
}

.alert-background .uw-content-box a:hover, .alert-background .uw-content-box a:focus {
    color: #036890;
}

.alert-background .uw-row-header h2 {
    color: #fff;
}

.alert-background blockquote, .alert-background blockquote p {
    color: #fff;
}

.alert-hex::after {
    content: "#cc4b37";
}

.alert-rgb::after {
    content: "204, 75, 55";
}

.alert-border {
    border: 3px solid #ba422f;
}

.uw-outer-row.alert-background+.uw-outer-row.alert-background {
    padding-top: 0;
}

.white {
    color: #fff;
}

.white-border {
    border: 3px solid #fff;
}

.white-background {
    background-color: #fff;
    color: #494949;
}

.white-background a:not(.uw-button), .white-background a:not(.button) {
    color: #0479a8;
    text-decoration: underline;
}

.white-background a:not(.uw-button):hover, .white-background a:not(.uw-button):focus, .white-background a:not(.button):hover, .white-background a:not(.button):focus {
    color: #0479a8;
}

.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5, .white-background h6 {
    color: #494949;
}

.white-background .uw-content-box {
    color: #494949;
}

.white-background .uw-content-box h1, .white-background .uw-content-box h2, .white-background .uw-content-box h3, .white-background .uw-content-box h4, .white-background .uw-content-box h5, .white-background .uw-content-box h6 {
    color: #494949;
}

.white-background .uw-content-box a {
    color: #0479a8;
}

.white-background .uw-content-box a:hover, .white-background .uw-content-box a:focus {
    color: #036890;
}

.white-background .uw-row-header h2 {
    color: #494949;
}

.white-background blockquote, .white-background blockquote p {
    color: #494949;
}

.white-hex::after {
    content: "#fff";
}

.white-rgb::after {
    content: "255, 255, 255";
}

.white-border {
    border: 3px solid #f2f2f2;
}

.uw-outer-row.white-background+.uw-outer-row.white-background {
    padding-top: 0;
}

.lightest-gray {
    color: #f7f7f7;
}

.lightest-gray-border {
    border: 3px solid #f7f7f7;
}

.lightest-gray-background {
    background-color: #f7f7f7;
    color: #494949;
}

.lightest-gray-background a:not(.uw-button), .lightest-gray-background a:not(.button) {
    color: #0479a8;
    text-decoration: underline;
}

.lightest-gray-background a:not(.uw-button):hover, .lightest-gray-background a:not(.uw-button):focus, .lightest-gray-background a:not(.button):hover, .lightest-gray-background a:not(.button):focus {
    color: #0479a8;
}

.lightest-gray-background h1, .lightest-gray-background h2, .lightest-gray-background h3, .lightest-gray-background h4, .lightest-gray-background h5, .lightest-gray-background h6 {
    color: #494949;
}

.lightest-gray-background .uw-content-box {
    color: #494949;
}

.lightest-gray-background .uw-content-box h1, .lightest-gray-background .uw-content-box h2, .lightest-gray-background .uw-content-box h3, .lightest-gray-background .uw-content-box h4, .lightest-gray-background .uw-content-box h5, .lightest-gray-background .uw-content-box h6 {
    color: #494949;
}

.lightest-gray-background .uw-content-box a {
    color: #0479a8;
}

.lightest-gray-background .uw-content-box a:hover, .lightest-gray-background .uw-content-box a:focus {
    color: #036890;
}

.lightest-gray-background .uw-row-header h2 {
    color: #494949;
}

.lightest-gray-background blockquote, .lightest-gray-background blockquote p {
    color: #494949;
}

.lightest-gray-hex::after {
    content: "#f7f7f7";
}

.lightest-gray-rgb::after {
    content: "247, 247, 247";
}

.lightest-gray-border {
    border: 3px solid #eaeaea;
}

.uw-outer-row.lightest-gray-background+.uw-outer-row.lightest-gray-background {
    padding-top: 0;
}

.light-gray {
    color: #cfcfcf;
}

.light-gray-border {
    border: 3px solid #cfcfcf;
}

.light-gray-background {
    background-color: #cfcfcf;
    color: #494949;
}

.light-gray-background a:not(.uw-button), .light-gray-background a:not(.button) {
    color: #035576;
    text-decoration: underline;
}

.light-gray-background a:not(.uw-button):hover, .light-gray-background a:not(.uw-button):focus, .light-gray-background a:not(.button):hover, .light-gray-background a:not(.button):focus {
    color: #035576;
}

.light-gray-background h1, .light-gray-background h2, .light-gray-background h3, .light-gray-background h4, .light-gray-background h5, .light-gray-background h6 {
    color: #494949;
}

.light-gray-background .uw-content-box {
    color: #494949;
}

.light-gray-background .uw-content-box h1, .light-gray-background .uw-content-box h2, .light-gray-background .uw-content-box h3, .light-gray-background .uw-content-box h4, .light-gray-background .uw-content-box h5, .light-gray-background .uw-content-box h6 {
    color: #494949;
}

.light-gray-background .uw-content-box a {
    color: #0479a8;
}

.light-gray-background .uw-content-box a:hover, .light-gray-background .uw-content-box a:focus {
    color: #036890;
}

.light-gray-background .uw-row-header h2 {
    color: #494949;
}

.light-gray-background blockquote, .light-gray-background blockquote p {
    color: #494949;
}

.light-gray-hex::after {
    content: "#cfcfcf";
}

.light-gray-rgb::after {
    content: "207, 207, 207";
}

.light-gray-border {
    border: 3px solid #c2c2c2;
}

.uw-outer-row.light-gray-background+.uw-outer-row.light-gray-background {
    padding-top: 0;
}

.medium-gray {
    color: #646569;
}

.medium-gray-border {
    border: 3px solid #646569;
}

.medium-gray-background {
    background-color: #646569;
    color: #fff;
}

.medium-gray-background a:not(.uw-button), .medium-gray-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.medium-gray-background a:not(.uw-button):hover, .medium-gray-background a:not(.uw-button):focus, .medium-gray-background a:not(.button):hover, .medium-gray-background a:not(.button):focus {
    color: #fff;
}

.medium-gray-background h1, .medium-gray-background h2, .medium-gray-background h3, .medium-gray-background h4, .medium-gray-background h5, .medium-gray-background h6 {
    color: #fff;
}

.medium-gray-background .uw-content-box {
    color: #494949;
}

.medium-gray-background .uw-content-box h1, .medium-gray-background .uw-content-box h2, .medium-gray-background .uw-content-box h3, .medium-gray-background .uw-content-box h4, .medium-gray-background .uw-content-box h5, .medium-gray-background .uw-content-box h6 {
    color: #494949;
}

.medium-gray-background .uw-content-box a {
    color: #0479a8;
}

.medium-gray-background .uw-content-box a:hover, .medium-gray-background .uw-content-box a:focus {
    color: #036890;
}

.medium-gray-background .uw-row-header h2 {
    color: #fff;
}

.medium-gray-background blockquote, .medium-gray-background blockquote p {
    color: #fff;
}

.medium-gray-hex::after {
    content: "#646569";
}

.medium-gray-rgb::after {
    content: "100, 101, 105";
}

.medium-gray-border {
    border: 3px solid #58585c;
}

.uw-outer-row.medium-gray-background+.uw-outer-row.medium-gray-background {
    padding-top: 0;
}

.dark-gray {
    color: #494949;
}

.dark-gray-border {
    border: 3px solid #494949;
}

.dark-gray-background {
    background-color: #494949;
    color: #fff;
}

.dark-gray-background a:not(.uw-button), .dark-gray-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.dark-gray-background a:not(.uw-button):hover, .dark-gray-background a:not(.uw-button):focus, .dark-gray-background a:not(.button):hover, .dark-gray-background a:not(.button):focus {
    color: #fff;
}

.dark-gray-background h1, .dark-gray-background h2, .dark-gray-background h3, .dark-gray-background h4, .dark-gray-background h5, .dark-gray-background h6 {
    color: #fff;
}

.dark-gray-background .uw-content-box {
    color: #494949;
}

.dark-gray-background .uw-content-box h1, .dark-gray-background .uw-content-box h2, .dark-gray-background .uw-content-box h3, .dark-gray-background .uw-content-box h4, .dark-gray-background .uw-content-box h5, .dark-gray-background .uw-content-box h6 {
    color: #494949;
}

.dark-gray-background .uw-content-box a {
    color: #0479a8;
}

.dark-gray-background .uw-content-box a:hover, .dark-gray-background .uw-content-box a:focus {
    color: #036890;
}

.dark-gray-background .uw-row-header h2 {
    color: #fff;
}

.dark-gray-background blockquote, .dark-gray-background blockquote p {
    color: #fff;
}

.dark-gray-hex::after {
    content: "#494949";
}

.dark-gray-rgb::after {
    content: "73, 73, 73";
}

.dark-gray-border {
    border: 3px solid #3c3c3c;
}

.uw-outer-row.dark-gray-background+.uw-outer-row.dark-gray-background {
    padding-top: 0;
}

.darkest-gray {
    color: #282728;
}

.darkest-gray-border {
    border: 3px solid #282728;
}

.darkest-gray-background {
    background-color: #282728;
    color: #fff;
}

.darkest-gray-background a:not(.uw-button), .darkest-gray-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.darkest-gray-background a:not(.uw-button):hover, .darkest-gray-background a:not(.uw-button):focus, .darkest-gray-background a:not(.button):hover, .darkest-gray-background a:not(.button):focus {
    color: #fff;
}

.darkest-gray-background h1, .darkest-gray-background h2, .darkest-gray-background h3, .darkest-gray-background h4, .darkest-gray-background h5, .darkest-gray-background h6 {
    color: #fff;
}

.darkest-gray-background .uw-content-box {
    color: #494949;
}

.darkest-gray-background .uw-content-box h1, .darkest-gray-background .uw-content-box h2, .darkest-gray-background .uw-content-box h3, .darkest-gray-background .uw-content-box h4, .darkest-gray-background .uw-content-box h5, .darkest-gray-background .uw-content-box h6 {
    color: #494949;
}

.darkest-gray-background .uw-content-box a {
    color: #0479a8;
}

.darkest-gray-background .uw-content-box a:hover, .darkest-gray-background .uw-content-box a:focus {
    color: #036890;
}

.darkest-gray-background .uw-row-header h2 {
    color: #fff;
}

.darkest-gray-background blockquote, .darkest-gray-background blockquote p {
    color: #fff;
}

.darkest-gray-hex::after {
    content: "#282728";
}

.darkest-gray-rgb::after {
    content: "40, 39, 40";
}

.darkest-gray-border {
    border: 3px solid #1b1a1b;
}

.uw-outer-row.darkest-gray-background+.uw-outer-row.darkest-gray-background {
    padding-top: 0;
}

.blue-gray {
    color: #dadfe1;
}

.blue-gray-border {
    border: 3px solid #dadfe1;
}

.blue-gray-background {
    background-color: #dadfe1;
    color: #494949;
}

.blue-gray-background a:not(.uw-button), .blue-gray-background a:not(.button) {
    color: #035576;
    text-decoration: underline;
}

.blue-gray-background a:not(.uw-button):hover, .blue-gray-background a:not(.uw-button):focus, .blue-gray-background a:not(.button):hover, .blue-gray-background a:not(.button):focus {
    color: #035576;
}

.blue-gray-background h1, .blue-gray-background h2, .blue-gray-background h3, .blue-gray-background h4, .blue-gray-background h5, .blue-gray-background h6 {
    color: #494949;
}

.blue-gray-background .uw-content-box {
    color: #494949;
}

.blue-gray-background .uw-content-box h1, .blue-gray-background .uw-content-box h2, .blue-gray-background .uw-content-box h3, .blue-gray-background .uw-content-box h4, .blue-gray-background .uw-content-box h5, .blue-gray-background .uw-content-box h6 {
    color: #494949;
}

.blue-gray-background .uw-content-box a {
    color: #0479a8;
}

.blue-gray-background .uw-content-box a:hover, .blue-gray-background .uw-content-box a:focus {
    color: #036890;
}

.blue-gray-background .uw-row-header h2 {
    color: #494949;
}

.blue-gray-background blockquote, .blue-gray-background blockquote p {
    color: #494949;
}

.blue-gray-hex::after {
    content: "#dadfe1";
}

.blue-gray-rgb::after {
    content: "218, 223, 225";
}

.blue-gray-border {
    border: 3px solid #ccd3d6;
}

.uw-outer-row.blue-gray-background+.uw-outer-row.blue-gray-background {
    padding-top: 0;
}

.black {
    color: #000;
}

.black-border {
    border: 3px solid #000;
}

.black-background {
    background-color: #000;
    color: #fff;
}

.black-background a:not(.uw-button), .black-background a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.black-background a:not(.uw-button):hover, .black-background a:not(.uw-button):focus, .black-background a:not(.button):hover, .black-background a:not(.button):focus {
    color: #fff;
}

.black-background h1, .black-background h2, .black-background h3, .black-background h4, .black-background h5, .black-background h6 {
    color: #fff;
}

.black-background .uw-content-box {
    color: #494949;
}

.black-background .uw-content-box h1, .black-background .uw-content-box h2, .black-background .uw-content-box h3, .black-background .uw-content-box h4, .black-background .uw-content-box h5, .black-background .uw-content-box h6 {
    color: #494949;
}

.black-background .uw-content-box a {
    color: #0479a8;
}

.black-background .uw-content-box a:hover, .black-background .uw-content-box a:focus {
    color: #036890;
}

.black-background .uw-row-header h2 {
    color: #fff;
}

.black-background blockquote, .black-background blockquote p {
    color: #fff;
}

.black-hex::after {
    content: "#000";
}

.black-rgb::after {
    content: "0, 0, 0";
}

.black-border {
    border: 3px solid black;
}

.uw-outer-row.black-background+.uw-outer-row.black-background {
    padding-top: 0;
}

/* end of loop */

.swatch {
    width: 200px;
    height: 100px;
}

.swatch-info {
    width: 200px;
    height: auto;
    background: #fff;
    margin: 0 0 2em 0;
    padding: .5em;
}

.swatch-info li {
    list-style-type: none;
    margin: 0 0 .1em 0;
}

/*
 * container background colors
 * These should be filtered out in favor of handling
 * background colors the same way across the site
 */

.uw-gray-med-bg {
    background-color: #646569;
}

.uw-white-bg {
    background-color: white;
}

.uw-red-bg {
    background-color: #c5050c;
}

.uw-red-bg, .uw-gray-med-bg {
    color: white;
}

.uw-red-bg p, .uw-red-bg li, .uw-red-bg blockquote, .uw-red-bg a, .uw-red-bg a.uw-more-link, .uw-red-bg .tribe-events-widget-link a, .tribe-events-widget-link .uw-red-bg a, .uw-red-bg dd, .uw-red-bg dt, .uw-red-bg abbr, .uw-red-bg acronym, .uw-red-bg cite, .uw-red-bg strong, .uw-gray-med-bg p, .uw-gray-med-bg li, .uw-gray-med-bg blockquote, .uw-gray-med-bg a, .uw-gray-med-bg a.uw-more-link, .uw-gray-med-bg .tribe-events-widget-link a, .tribe-events-widget-link .uw-gray-med-bg a, .uw-gray-med-bg dd, .uw-gray-med-bg dt, .uw-gray-med-bg abbr, .uw-gray-med-bg acronym, .uw-gray-med-bg cite, .uw-gray-med-bg strong {
    color: white !important;
}

.uw-red-bg svg, .uw-gray-med-bg svg {
    fill: white;
}

.uw-red-bg blockquote, .uw-gray-med-bg blockquote {
    font-weight: 500;
}

.uw-red-bg a.uw-more-link, .uw-red-bg .tribe-events-widget-link a, .tribe-events-widget-link .uw-red-bg a, .uw-gray-med-bg a.uw-more-link, .uw-gray-med-bg .tribe-events-widget-link a, .tribe-events-widget-link .uw-gray-med-bg a {
    color: white;
}

.uw-mini-bar {
    position: relative;
    margin-top: 2.2rem;
}

.uw-mini-bar:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}

h1.uw-mini-bar:before {
    height: 4px;
    width: 3rem;
}

.uw-mini-bar-center {
    position: relative;
    margin-top: 2.2rem;
}

.uw-mini-bar-center:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
    right: 0;
    margin: 0 auto;
}

.uw-mini-bar-white {
    position: relative;
    margin-top: 2.2rem;
}

.uw-mini-bar-white:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: white;
}

.row-dark-background .uw-mini-bar:before {
    background-color: #fff;
    height: 3px;
}

.uw-pe-text_block h2:first-child:before {
    content: "";
}

/* =WordPress Core
-------------------------------------------------------------- */

/* TODO: see what we want to change in these
 * cannot delete - theme validation looks for these classes
 */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

.aligncenter, div.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignleft, a img.alignright, a img.aligncenter, a img.alignnone {
    margin-bottom: 1.5rem;
    float: none;
}

p img, .wp-caption {
    margin-top: 0.4em;
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5rem;
}

.wp-caption img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    color: #494949;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
    margin: .5rem 0 0;
}

.wp-caption.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wp-caption.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (min-width: 31.25em) {
    a img.alignleft {
        float: left;
    }
    a img.alignright {
        float: right;
    }
    .wp-caption.alignleft {
        float: left;
        margin-right: 2.5rem;
        margin-bottom: 2.5rem;
        display: inline;
    }
    .wp-caption.alignright {
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 2.5rem;
        display: inline;
    }
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.error404 .error-404 .page-title {
    margin-top: 0;
}

.error404 .uw-pe .uw-search-form {
    max-width: 400px;
    margin: 1rem 0;
}

.gallery-caption, .bypostauthor {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tribe-events-grid .tribe-grid-content-wrap .column, .tribe-events-grid .tribe-grid-content-wrap .columns {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.single .entry-content p, .single .entry-content li, .single .entry-content dt, .single .entry-content dd {
    font-family: Georgia, Times New Roman, Times, serif;
    -webkit-font-smoothing: auto;
}

.single-post main article, .single-post main .comments-area, .single-post main .post-navigation {
    max-width: 56.25rem;
    margin: 0 auto;
}

.single-post main .post-navigation {
    margin: 3rem auto;
}

.blog .hentry, .search .hentry, .no-results {
    margin-bottom: 4.8rem;
    position: relative;
}

.archive .hentry {
    margin-bottom: 4rem;
    position: relative;
}

main>header+.hentry {
    margin-top: 2rem;
}

#ie7 .hentry {
    position: static !important;
}

.hentry:last-child, .no-results {
    border-bottom: none;
}

.hentry.sticky {
    padding: 1rem;
    border: 2px solid #ccc;
    background-color: #FFF;
}

.hentry.sticky .entry-title.uw-mini-bar {
    margin-top: 1rem;
}

.hentry.sticky+.hentry.sticky {
    margin-top: -3rem;
}

.entry-title, .entry-header .entry-meta {
    padding-bottom: 2rem;
}

.entry-title {
    color: #282728;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: .25rem;
    margin-bottom: 0;
}

.entry-title a {
    text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #0479a8;
}

.entry-title a:hover {
    text-decoration: underline;
}

.entry-meta, .entry-footer {
    color: #646569;
    clear: both;
    font-size: .925rem;
    line-height: 18px;
}

.hentry .attachment-post-thumbnail {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
}

.entry-content, .entry-summary {
    padding: 0;
    margin-bottom: 1rem;
}

.entry-content .more-link, .entry-summary .more-link {
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}

.entry-content h1, .comment-content h1, .comment-content h2 {
    color: #000;
    font-weight: 800;
    margin: 0 0 .8125em;
}

.entry-content>h2:first-child {
    margin-top: 0;
}

.entry-content h3, .comment-content h3 {
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.entry-content p, .entry-content li {
    font-family: Georgia, Times, serif;
}

.entry-content>.gallery {
    margin-top: 2rem;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content>.gallery>.gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.entry-content>.gallery>.gallery-item {
    margin: 0;
    padding: .5rem;
    background-color: #fff;
}

.entry-content>.gallery>.gallery-item>div, .entry-content>.gallery>.gallery-item>figcaption {
    padding: 1rem;
}

.entry-content>.gallery>.gallery-item .gallery-icon {
    text-align: center;
}

@media screen and (min-width: 40em) {
    .entry-content>.gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entry-content>.gallery>.gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .entry-content>.gallery .gallery-item {
        margin: 0 2% 2% 0;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        max-width: 49%;
    }
    .entry-content>.gallery .gallery-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 64em) {
    .entry-content>.gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entry-content>.gallery>.gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .entry-content>.gallery .gallery-item {
        margin: 0 2% 2% 0;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%;
    }
    .entry-content>.gallery .gallery-item:nth-child(2n) {
        margin-right: 2%;
    }
    .entry-content>.gallery .gallery-item:nth-child(3n) {
        margin-right: 0;
    }
}

.entry-content table, .comment-content table {
    margin: 0 0 1.625em;
    width: 100%;
}

.entry-content td, .comment-content td {
    font-size: 1.125rem;
    line-height: 1.35;
}

.entry-content th, .comment-content th {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.entry-content #s {
    width: 75%;
}

.comment-content ul, .comment-content ol {
    margin-bottom: 1.625em;
}

.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
    margin-bottom: 0;
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;
}

.page-link a {
    background: #eee;
    color: #373737;
    margin: 0;
    padding: 2px 3px;
    text-decoration: none;
}

.page-link a:hover {
    background: #888;
    color: #fff;
    font-weight: bold;
}

.page-link span {
    margin-right: 6px;
}

.entry-meta .edit-link a, .commentlist .edit-link a {
    background: #eee;
    border-radius: 3px;
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}

.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
    background: #888;
    color: #fff;
}

.entry-content .edit-link {
    clear: both;
    display: block;
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-footer span:after {
    content: "|";
    padding: 0 .5rem;
}

.entry-footer span:last-child:after {
    content: "";
    padding: 0;
}

/* =Comments
----------------------------------------------- */

.comments-title {
    color: #646569;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 0 0 1.6em;
    margin-top: 3rem;
    text-transform: uppercase;
}

.nopassword, .nocomments {
    color: #646569;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}

.comment-list {
    list-style: none;
    margin: 0;
    width: auto;
}

.comment-list ol {
    list-style: none;
}

.comment-list li {
    list-style: none;
}

.comment-list>li.comment {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: .25rem;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
}

.comment-list .pingback {
    margin: 0 0 1.625em;
}

.comment-list ul {
    list-style: none;
    margin: 0;
}

.comment-list ul li.comment {
    background: #fff;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0 1.625em;
    position: relative;
}

.comment-list ul li.comment article.comment {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
}

.comment-list>li.comment>ul>li {
    margin-left: 0;
}

.comment-list ul li.comment .fn {
    display: block;
}

.comment-meta .fn {
    font-style: normal;
}

.comment-meta {
    color: #494949;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.comment-list ul li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 0px;
}

.comment-list ul li.comment .comment-content {
    margin: 1.625em 0 0;
}

.comment-meta a {
    font-weight: bold;
}

.comment-list .avatar {
    display: none;
}

.comment-list ul .avatar {
    background: none;
    box-shadow: none;
    left: 2.2em;
    padding: 0;
    top: 2.2em;
}

a.comment-reply-link {
    background: #fff;
    border-radius: 3px;
    color: #0479a8;
    border: 1px solid #0479a8;
    display: inline-block;
    font-size: 1rem;
    padding: 0 8px;
    text-decoration: none;
}

a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
    background: #0479a8;
    color: #fff;
}

a.comment-reply-link>span {
    display: inline-block;
    position: relative;
    top: -1px;
}

@media screen and (min-width: 37.5em) {
    .comment-list {
        margin: 0 0 0 88px;
    }
    .comment-list .avatar {
        display: block;
        border-radius: 3px;
        box-shadow: 0 1px 2px #ccc;
        left: -90px;
        padding: 0;
        position: absolute;
        top: 0;
    }
    .comment-list ul li.comment .comment-meta {
        margin-left: 50px;
    }
}

/* Comment Form */

#respond {
    margin: 3rem auto;
    position: relative;
}

#respond input[type="text"], #respond textarea {
    background: #fff;
    border: 4px solid #e4e4e4;
    position: relative;
    padding: 10px;
    text-indent: 80px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
    position: relative;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    background: #e4e4e4;
    color: #555;
    display: inline-block;
    font-size: .925rem;
    min-width: 60px;
    padding: 4px 10px;
}

#respond input[type="text"]:focus, #respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}

#respond textarea {
    resize: vertical;
    width: 95%;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    left: 75%;
    position: absolute;
    top: 3.3rem;
    z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
    font-size: .925rem;
    margin: 0;
}

#respond p {
    margin: 10px 0;
}

#respond input#submit {
    background: #0479a8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    font-size: .925rem;
    font-weight: 800;
    border: none;
    padding: 5px 42px 5px 22px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: auto;
}

#respond input#submit:active, #respond input#submit:hover {
    background: #03678f;
    color: white;
}

#respond #cancel-comment-reply-link {
    text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.comment-list #respond {
    margin: 1.625em 0 0;
    width: auto;
}

#reply-title {
    color: #593a1b;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
}

#cancel-comment-reply-link {
    color: #0479a8;
    display: block;
    font-size: .9rem;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 1.625rem;
    text-decoration: none;
    text-transform: uppercase;
    top: .5rem;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
    color: #0479a8;
}

#respond label {
    line-height: 2.2em;
}

#respond input[type=text] {
    display: block;
    height: 3rem;
    width: 75%;
}

p.comment-form-comment {
    margin: 0;
}

.accordion {
    margin-bottom: 0;
}

.accordion .accordion-title {
    font-size: 1.125rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 1rem;
    padding-left: 2.5rem;
    color: #494949 !important;
    text-decoration: none !important;
}

.accordion .accordion-title:hover, .accordion .accordion-title:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.accordion .accordion-title:before {
    margin-top: -0.9rem;
    font-size: 1.6rem;
    right: inherit;
    left: 1rem;
}

.accordion .accordion-item.is-active .accordion-title:before {
    font-size: 2rem;
    margin-top: -1.2rem;
}

.accordion .accordion-item {
    margin-bottom: 0;
}

.accordion .accordion-content::before, .accordion .accordion-content::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.accordion .accordion-content::after {
    clear: both;
}

.accordion .accordion-content a {
    color: #0479a8 !important;
}

.alternating-content {
    background-color: #fff;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.alternating-content:first-of-type {
    margin-top: 2rem;
}

.alternating-content .alternating-content-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.alternating-content .alternating-content-box:last-of-type {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

@media screen and (max-width: 39.9375em) {
    .alternating-content .alternating-content-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
}

.alternating-content .alternating-content-box>div {
    padding: 1rem 1.5rem 3rem;
}

.alternating-content .alternating-content-box h3 {
    color: #c5050c;
}

.alternating-content .alternating-content-box h2 {
    color: #c5050c;
    font-size: 1.374rem;
    line-height: 1.3;
    margin-block-start: 1em;
    margin-top: 0;
}

.alternating-content .alternating-content-box h2:before {
    content: none;
}

.alternating-content .alternating-content-box p+.uw-link-list {
    margin-top: 0;
}

.alternating-content .alternating-content-box p {
    color: #494949 !important;
}

.alternating-content .alternating-content-box a {
    color: #0479a8 !important;
    text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
    .alternating-content:nth-of-type(even) {
        background: #f2f2f2;
    }
    .alternating-content .alternating-content-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0;
        max-width: 66.66667%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .alternating-content .alternating-content-box:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 0;
        padding-left: 0;
        max-width: 33.33333%;
    }
    .alternating-content .alternating-content-box p+.uw-link-list {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 56.25em) {
    .alternating-content:nth-of-type(even) {
        background: #fff;
    }
    .alternating-content .alternating-content-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        max-width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .alternating-content .alternating-content-box:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        max-width: 50%;
    }
    .alternating-content .alternating-content-box>div {
        padding: 1rem;
    }
    .alternating-content:nth-of-type(odd) .alternating-content-box:first-of-type {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .alternating-content .alternating-content-box>div {
        padding: 2rem 4rem;
    }
}

body.uw-white-bg .alternating-content {
    background-color: #f7f7f7;
}

.uw-button {
    background-color: #0479a8;
    color: white;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease-out;
    border: 1px solid transparent !important;
    border-radius: 0;
    position: relative;
    padding: .6rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .775rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.uw-button:hover {
    background-color: #03678f;
}

.uw-button.uw-button-inverse {
    background-color: white;
    color: #0479a8;
    border-color: #0479a8 !important;
}

a.uw-button:hover, a.uw-button:focus {
    color: #fff;
    text-decoration: none;
}

a.uw-button-inverse:hover, a.uw-button-inverse:focus {
    color: #fff;
    text-decoration: none;
    color: #0479a8;
}

.button-cta {
    font-weight: 800;
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    position: relative;
}

.button-cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.button-cta:hover:after {
    opacity: 1;
}

.button-cta-reverse {
    background-color: white;
    color: #c5050c !important;
}

.button-cta-reverse:hover {
    background-color: white;
}

.uw-carousel-arrow svg {
    width: 16px;
    height: 16px;
    color: #fff;
    fill: #fff;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}

.uw-carousel-arrow .show-for-sr {
    color: #fff;
}

.uw-two-panel-slider {
    margin-bottom: 100px !important;
}

.uw-two-panel-slider .slick-list, .uw-two-panel-slider .slick-track {
    max-height: 100%;
}

.uw-two-panel-slider .slick-slide img {
    max-height: 100%;
}

.uw-two-panel-slider.slick-slider {
    margin-bottom: 100px !important;
}

.uw-carousel-slick {
    background-color: #000;
}

.uw-carousel-slick .slick-arrow:before {
    font-size: 1.5rem;
    color: #fff;
}

.uw-carousel-slick .slick-next {
    left: auto;
    right: 0;
}

.uw-carousel-slick .slick-prev {
    left: 0;
    right: auto;
}

.carousel-1 {
    display: none;
}

.carousel-1, .carousel-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 25em) {
    .carousel-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .carousel-2 .centered-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .carousel-2 .centered-container:nth-child(2), .carousel-2 .centered-container:nth-child(3) {
        background-color: #9b0000;
    }
}

@media screen and (min-width: 38.75em) {
    .carousel-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .carousel-2 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .carousel-2 .centered-container {
        max-width: inherit;
    }
    .carousel-2 .centered-container:nth-child(2), .carousel-2 .centered-container:nth-child(3) {
        background-color: #c5050c;
    }
}

.carousel-2 .centered-container {
    padding: 1.8rem .9rem;
    padding: 0 0 3rem;
}

.carousel-2 .centered-container>* {
    padding-left: .9rem;
    padding-right: .9rem;
}

.carousel-2 .centered-container>img {
    padding-left: 0;
    padding-right: 0;
}

.carousel-2 h3 {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 800;
    color: white;
}

.carousel-2 p {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.carousel-2 p:first-of-type {
    margin-top: 0;
}

.carousel-2.carousel-content p {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 43.75em) {
    .carousel-2 h3 {
        margin-top: 20px;
    }
    .carousel-2 p {
        font-size: 1.125rem;
        line-height: 1.6;
    }
}

@media screen and (min-width: 64em) {
    .carousel-2 .centered-container {
        padding: 1.8rem;
    }
    .carousel-2 h3 {
        margin-top: 48px;
    }
    .carousel-2 p {
        margin-bottom: 1rem;
    }
}

.slick-with-uw-buttons.slick-slider {
    margin-left: -1px;
}

.slick-with-uw-buttons.slick-slider .slick-next {
    top: auto;
    bottom: 0;
    bottom: -1rem;
    right: -25px;
    right: 37.5%;
    right: 0;
}

.slick-with-uw-buttons.slick-slider .slick-prev {
    top: auto;
    bottom: 0;
    bottom: -1rem;
    left: calc(-140% - 20px);
    left: 37.5%;
    left: 0;
}

@media screen and (min-width: 46.875em) {
    .slick-with-uw-buttons.slick-slider .slick-next {
        top: auto;
        bottom: 0;
        right: 37.5%;
    }
    .slick-with-uw-buttons.slick-slider .slick-prev {
        top: auto;
        bottom: 0;
        left: 37.5%;
    }
}

@media screen and (min-width: 64em) {
    .slick-with-uw-buttons.slick-slider .slick-next {
        top: 50%;
        bottom: auto;
        right: -1rem;
    }
    .slick-with-uw-buttons.slick-slider .slick-prev {
        top: 50%;
        bottom: auto;
        left: calc(-140% - 1rem);
    }
}

.carousel-2.slick-slider .slick-dots {
    display: none !important;
    top: auto;
    bottom: 4%;
    margin-bottom: 0;
    margin-left: 0;
}

@media screen and (min-width: 64em) {
    .carousel-2.slick-slider .slick-dots {
        display: block !important;
    }
}

.uw-carousel-slick .slick-dots li button:before {
    opacity: .25 !important;
    color: black !important;
}

.uw-carousel-slick .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: black !important;
}

.dust-bg-3 {
    background-image: url(images/dust-overlay3.png);
}

.uw-content-box {
    background-color: #f7f7f7;
    padding: 2.5rem 2rem;
    border-bottom: 4px solid #c5050c;
}

.uw-content-box::before, .uw-content-box::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.uw-content-box::after {
    clear: both;
}

.uw-content-box.uw-content-box-bleed {
    padding: 0 0 1.5rem;
}

.uw-content-box.uw-content-box-bleed>* {
    padding-left: 2rem;
    padding-right: 2rem;
}

.uw-content-box.uw-content-box-bleed>.bleed {
    padding-left: 0;
    padding-right: 0;
}

.uw-content-box+.uw-content-box {
    margin-top: 3rem;
}

.uw-content-box p:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .uw-content-box {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .uw-column.equal-column .uw-content-box {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .uw-column.narrow-column .uw-content-box, .uw-column.three-column .uw-content-box {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .uw-column.narrow-column .uw-content-box>p, .uw-column.three-column .uw-content-box>p {
        font-size: .925rem;
    }
}

.uw-content-box-header {
    margin-top: 0;
    color: #494949;
}

.uw-content-box-header.uw-mini-bar {
    margin-top: 1rem;
}

body.uw-light-gray-bg .uw-content-box {
    background-color: #fff;
}

.primary-background .uw-content-box {
    border-bottom: 4px solid #9b0000;
}

.uw-outer-row .uw-content-box {
    background-color: #fff;
}

body.uw-white-bg .uw-outer-row.default-background .uw-content-box, .uw-outer-row.white-background .uw-content-box {
    background-color: #f7f7f7;
}

.faculty-list {
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media print, screen and (min-width: 40em) {
    .faculty-list {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .faculty-list {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
}

.faculty-list .faculty-member {
    text-align: center;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faculty-list .faculty-member .faculty-member-content {
    padding: 1rem;
    background-color: #fff;
    width: 100%;
    color: #494949 !important;
}

.faculty-list .faculty-member .faculty-member-content .column, .faculty-list .faculty-member .faculty-member-content .columns {
    margin: 0 auto;
}

.faculty-list .faculty-member .faculty-member-content a {
    color: #0479a8 !important;
    text-decoration: none !important;
}

.faculty-list .faculty-member .faculty-member-content ul, .faculty-list .faculty-member .faculty-member-content ol {
    margin-top: 1.5rem;
}

.faculty-list .faculty-member .faculty-member-content ul>li, .faculty-list .faculty-member .faculty-member-content ol>li {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.faculty-list .faculty-member.medium-12 {
    margin-bottom: 0;
}

.faculty-list .faculty-member.medium-12 h3 {
    font-size: 1.375rem;
}

.faculty-list .faculty-member .faculty-image {
    margin: 0 auto .5rem auto;
    width: 100%;
    max-width: 350px;
}

.faculty-list .faculty-member .faculty-image img {
    margin: 0;
    width: 100%;
    height: auto;
}

.faculty-list .faculty-member .faculty-image.thumbnail {
    max-width: 150px;
}

.faculty-list .faculty-member .faculty-image.custom {
    background: #f7f7f7;
    overflow: hidden;
}

.faculty-list .faculty-member h3 {
    margin: 0;
    font-weight: 800;
    font-size: 1.1rem;
}

.faculty-list .faculty-member .row h3 {
    text-align: center;
}

@media print, screen and (min-width: 40em) {
    .faculty-list .faculty-member .row h3 {
        text-align: left;
    }
}

.faculty-list .faculty-member p {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

.faculty-list .faculty-member p.bio {
    margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
    .faculty-list .faculty-member .row p {
        text-align: left;
    }
    .faculty-list .faculty-member .row .uw-social-icons {
        text-align: left;
    }
    .faculty-list .faculty-member.medium-6 ul, .faculty-list .faculty-member.medium-6 ol {
        margin-left: 2.5rem;
    }
}

.faculty-headshot-contact {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.faculty-headshot-contact .faculty-headshot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 0;
}

.faculty-headshot-contact .faculty-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.faculty-headshot-contact .faculty-contact h1.page-title.uw-mini-bar {
    margin-top: 1.2rem;
}

.faculty-headshot-contact .faculty-contact h3.faculty-credentials {
    text-transform: none;
}

.faculty-headshot-contact .faculty-contact>p {
    margin-bottom: 0;
}

.faculty-headshot-contact .faculty-contact>p.faculty-address {
    margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
    .faculty-headshot-contact .faculty-headshot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0;
        padding-left: 0;
    }
    .faculty-headshot-contact .faculty-contact {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-right: 1rem;
        padding-left: 1rem;
        min-width: initial;
        padding-left: 1.5rem;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .faculty-headshot-contact .faculty-contact {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.faculty-bio {
    margin-top: 1rem;
}

.faculty-single p {
    margin-bottom: 5px;
}

.faculty-extra {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.faculty-extra dt {
    font-weight: bold;
    margin-bottom: 0.15rem;
    line-height: 1;
}

.faculty-extra dd {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.uw-featured-content a img {
    width: 100%;
    height: auto;
}

.uw-featured-content.uw-featured-content p {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3;
}

.uw-featured-content.uw-featured-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
    .uw-featured-content.uw-featured-content h3 {
        margin-bottom: 0;
    }
}

.uw-footer {
    clear: both;
    background-color: #282728;
    border-top: 5px solid #c5050c;
    color: #adadad;
}

.uw-footer a {
    color: #adadad;
}

.uw-footer a:hover {
    color: #f7f7f7;
}

.uw-footer-content {
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.uw-footer-content>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 2rem;
    text-align: center;
}

.uw-footer-content>div.uw-logo {
    padding-bottom: 2rem;
    text-align: center;
}

.uw-footer-content ul {
    margin-left: 0;
    margin-bottom: 2rem;
}

.uw-footer-content p, .uw-footer-content li {
    font-size: .9rem;
    margin: 0 0 .5rem;
    line-height: 1.25;
    list-style: none;
}

@media screen and (min-width: 40em) {
    .uw-footer-content>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
        max-width: 33.333%;
        padding: 0 2rem;
        text-align: center;
    }
    .uw-footer-content>div.uw-logo:nth-last-child(2):nth-child(1) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        text-align: right;
    }
    .uw-footer-content>div:nth-last-child(1):nth-child(2) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        text-align: left;
    }
    .uw-footer-content>div.uw-logo:nth-last-child(3):nth-child(1) {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        text-align: right;
    }
    .uw-footer-content>div:nth-last-child(2):nth-child(2) {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        text-align: left;
    }
    .uw-footer-content>div:nth-last-child(1):nth-child(3) {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        text-align: left;
    }
    .uw-footer-content .uw-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        padding-bottom: 2rem;
    }
    .uw-footer-content p, .uw-footer-content li {
        font-size: 1.1rem;
        margin-bottom: .75rem;
    }
}

@media screen and (min-width: 60.75em) {
    .uw-footer-content {
        padding-top: 4rem;
    }
    .uw-footer-content>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
        padding: 0 2rem;
        text-align: left;
    }
    .uw-footer-content .uw-logo {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.uw-footer-menu ul ul {
    margin: .75rem 0;
}

.uw-logo {
    padding-bottom: 1.625rem;
}

.uw-logo a svg {
    width: 200px;
    height: 150px;
    min-width: 175px;
    fill: #adadad;
    color: #adadad;
}

.uw-logo a:hover svg {
    fill: #f7f7f7;
    color: #f7f7f7;
}

.uw-footer-header {
    color: #adadad;
    font-weight: 800;
    font-size: .9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
}

@media screen and (min-width: 60.75em) {
    .uw-footer-header {
        font-size: 1.2rem;
    }
}

.uw-footer-contact {
    text-align: center;
}

.uw-contact-list {
    margin-left: 0;
}

.uw-contact-item {
    list-style: none;
    margin-bottom: .75rem;
    line-height: 1.25;
}

.uw-copyright {
    padding: 2rem 0.5em 1rem;
    text-align: center;
}

.uw-copyright, .uw-copyright p {
    font-size: .925rem;
}

.uw-copyright p {
    margin-bottom: .5rem;
}

.uw-copyright a {
    text-decoration: underline;
}

.uw-social-icons {
    margin-top: 1rem;
    margin-left: 0;
}

.uw-social-icons .uw-social-icon {
    display: inline-block;
    margin-right: .5rem;
}

.uw-social-icons a {
    display: inline-block;
    background-color: #adadad;
    color: #282728;
    padding: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1.05rem;
}

.uw-social-icons a:hover {
    background-color: #f7f7f7;
}

.uw-social-icons svg {
    display: inline-block;
    vertical-align: top;
    width: 1.3rem;
    height: 1.3rem;
    margin: 0;
    padding: 0;
    fill: #282728;
}

.uw-map-marker {
    width: 1rem;
    height: 1rem;
    vertical-align: -2px;
    fill: #adadad;
}

.uw-map-marker:hover {
    fill: #f7f7f7;
}

form select {
    padding: 0.5rem !important;
    background-position: right center;
    color: #494949;
}

form [type='text'] {
    display: inline-block;
}

.uw-global-bar {
    background-color: #c5050c;
    color: white;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: .825rem;
    font-weight: 700;
}

.uw-global-bar.uw-global-bar-inverse {
    background-color: white;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    z-index: 10;
}

.uw-global-bar.uw-global-bar-inverse a, .uw-global-bar.uw-global-bar-inverse a:visited, .uw-global-bar.uw-global-bar-inverse a:active, .uw-global-bar.uw-global-bar-inverse a:hover {
    color: #494949;
}

.uw-global-name-link {
    color: white;
    line-height: 2.2rem;
}

.uw-global-name-link:hover, .uw-global-name-link:visited, .uw-global-name-link:active {
    text-decoration: none;
    color: currentColor;
}

.uw-global-name-link span {
    display: none;
}

.uw-global-name-link .uw-of {
    text-transform: none;
}

@media screen and (min-width: 17.5em) {
    .uw-global-name-link span {
        display: inline;
    }
}

.uw-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
}

.uw-header.uw-has-search .uw-header-crest-title {
    width: auto;
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .uw-header.uw-has-search .uw-header-crest-title {
        width: 74%;
        padding-right: 5%;
    }
}

.uw-header.uw-has-search .uw-header-search {
    padding-right: 1rem;
}

@media print, screen and (min-width: 40em) {
    .uw-header.uw-has-search .uw-header-search {
        width: 21%;
    }
}

.uw-header-container {
    padding: 1rem 0 .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .uw-header-container {
        max-width: 75rem;
    }
}

.uw-header-crest-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.uw-header-crest {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: .5rem;
}

.uw-crest-svg, .uw-header-crest svg {
    width: 2.5rem;
    height: 3.878125rem;
}

.uw-title-tagline {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.uw-site-title {
    font-weight: 800;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .1rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uw-site-title a {
    color: #c5050c;
}

.uw-site-title a:hover {
    text-decoration: none;
}

.uw-site-title.uw-red-title a {
    color: #c5050c;
}

.uw-site-title.uw-dark-gray-title a {
    color: #494949;
}

.uw-site-title.uw-white-title a {
    color: #fff;
}

.uw-site-tagline {
    font-size: .95rem;
    font-weight: 700;
    color: #494949;
    text-transform: none;
    margin: .2rem 0 0 .1rem;
    line-height: 1.2;
}

@media screen and (min-width: 27.5em) {
    .uw-site-title {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 40em) {
    .uw-header-crest {
        margin-right: .8rem;
    }
    .uw-header-crest img {
        width: 2.6rem;
    }
    .uw-site-title {
        font-size: 1.7rem;
    }
    .uw-site-tagline {
        margin: -.1rem 0 0 .2rem;
    }
}

@media screen and (min-width: 64em) {
    .uw-header-crest img {
        width: 2.8rem;
    }
    .uw-site-title {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 75em) {
    .uw-header-crest img {
        width: 3rem;
    }
    .uw-site-title {
        font-size: 2rem;
    }
}

.uw-hero {
    position: relative;
    z-index: 1;
    margin-left: 0;
}

.uw-hero .uw-hero-enabled>img {
    width: 100%;
}

.uw-hero .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.uw-hero .slick-arrow:hover, .uw-hero .slick-arrow:after {
    box-shadow: none;
}

@media print, screen and (min-width: 40em) {
    .uw-hero .slick-arrow .uw-carousel-button {
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    }
    .uw-hero .slick-arrow:hover, .uw-hero .slick-arrow:after {
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    }
}

.uw-hero .slick-arrow.uw-carousel-arrow-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    box-shadow: none;
}

@media print, screen and (min-width: 40em) {
    .uw-hero .slick-arrow.uw-carousel-arrow-wrapper {
        width: 4rem;
        box-shadow: none;
    }
}

.uw-hero .slick-arrow.uw-carousel-arrow-wrapper-right {
    right: 0;
}

.uw-hero .slick-arrow.uw-carousel-arrow-wrapper-left {
    left: 0;
}

.uw-hero .slick-arrow .slick-next {
    right: 0rem;
    box-shadow: none;
}

@media print, screen and (min-width: 40em) {
    .uw-hero .slick-arrow .slick-next {
        right: 1rem;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    }
}

.uw-hero .slick-arrow .slick-prev {
    left: 0rem;
    box-shadow: none;
}

@media print, screen and (min-width: 40em) {
    .uw-hero .slick-arrow .slick-prev {
        left: 1rem;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    }
}

.uw-hero:not(.slick-slider) .uw-hero-headline {
    padding-left: 1rem;
}

.uw-hero .slick-slide {
    position: relative;
    background: #fff;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero .slick-slide img:first-child:last-child {
        padding-bottom: 4px;
    }
}

.uw-hero-inset-wrapper {
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 8%;
    max-width: 85%;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper {
        position: relative;
        margin: 0 auto;
        right: 0;
        left: 0;
        max-width: 100%;
    }
}

.uw-hero-inset-wrapper.uw-hero-headline-wrapper {
    left: 0;
    right: auto;
    bottom: 30px;
    top: inherit;
}

.uw-hero-inset-wrapper .uw-hero-inset {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    max-width: 400px;
    border-bottom: 4px solid #c5050c;
    margin: auto;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset {
        border-bottom: none;
        width: 100%;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset {
        display: block;
        max-width: 300px;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    min-width: 35%;
    max-width: 120px;
    max-height: 173px;
    overflow: hidden;
}

@media screen and (max-width: 27.5em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
        max-height: 150px;
        max-width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image {
        max-width: 268px;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
    padding: 1rem 0 0 1rem;
    max-width: 100%;
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content svg {
    width: .75rem;
    height: .75rem;
    vertical-align: -0.05rem;
    margin-left: 0;
    fill: #c5050c;
}

@media screen and (max-width: 27.5em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
        padding: 1rem 0 0;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
        padding: 1rem 0 0;
    }
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p:first-child {
    position: relative;
    margin-top: 2.2rem;
    margin-top: 0;
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content p:first-child:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}

.uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image+.uw-hero-inset-content {
    max-width: 65%;
    padding-top: 0;
}

@media screen and (max-width: 63.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image+.uw-hero-inset-content {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image+.uw-hero-inset-content {
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-image+.uw-hero-inset-content {
        margin-top: 1.5rem;
        max-width: 100%;
    }
}

.uw-hero-inset-wrapper .uw-hero-headline {
    background-color: #646569;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 2rem 1rem 4rem;
    color: #fff;
    margin: auto;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-headline {
        background-color: #fff;
        padding: 1rem;
        width: 100%;
    }
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content {
    padding: 1rem 0 0 1rem;
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p+a {
    font-size: 1.2rem;
    color: #fff;
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content a {
    color: #fff;
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content a svg {
    width: .75rem;
    height: .75rem;
    vertical-align: -0.05rem;
    margin-left: 0;
    fill: #c5050c;
}

.uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content a svg {
    fill: #fff;
}

@media screen and (max-width: 39.9375em) {
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content {
        padding-left: 0;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content a {
        color: #0479a8;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content a svg {
        fill: #c5050c;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p {
        color: #494949;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.3;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p:first-child {
        position: relative;
        margin-top: 2.2rem;
        margin-top: 0;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p:first-child:before {
        position: absolute;
        left: 0;
        height: 4px;
        content: '';
        width: 2rem;
        top: -12px;
        background-color: #c5050c;
    }
    .uw-hero-inset-wrapper .uw-hero-headline .uw-hero-inset-content p+a {
        font-size: 1rem;
        color: #0479a8;
    }
}

/* Legacy - to be removed with old hero */

@media screen and (min-width: 75em) {
    .uw-hero.uw-hero-constrained-height>img {
        object-fit: cover;
        object-position: 100% 100%;
        max-height: 500px;
    }
}

.uw-hero.uw-hero-constrained-height .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content {
    padding-top: 0;
}

.uw-hero.uw-hero-constrained-height .uw-hero-inset-wrapper .uw-hero-inset .uw-hero-inset-content .uw-mini-bar {
    margin-top: 1rem;
}

.image-gallery {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-gallery>.image-gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.image-gallery .image-gallery-item {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image-gallery .image-gallery-item .image-gallery-content {
    background-color: #fff;
    padding: 1rem;
}

.image-gallery .image-gallery-item .image-gallery-content img {
    width: 100%;
}

.image-gallery .image-gallery-item .image-gallery-content .image-gallery-content-text {
    color: #494949;
}

@media screen and (min-width: 40em) {
    .image-gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .image-gallery>.image-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 64em) {
    .image-gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .image-gallery>.image-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.uw-pe.uw-pe-latest_posts {
    max-width: 100%;
    margin: 0 auto;
}

.uw-pe.uw-pe-latest_posts.uw-rss-feed {
    max-width: inherit;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing {
    list-style: none;
    margin-left: 0;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.6rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post:last-child {
    margin-bottom: 0;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-img img {
    width: 100%;
    max-width: 73px;
    margin-right: 1rem;
    height: auto;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
    min-width: 195px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
    .uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-text {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-text h3 {
    text-transform: none;
    margin: 0;
    font-size: 1.125rem;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-text h3 a {
    line-height: 1.2;
    margin-top: -1rem;
    vertical-align: top;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-excerpt {
    font-weight: normal;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post .uw-post-date {
    display: block;
    color: #494949;
    font-size: .9rem;
    font-weight: 400;
    text-transform: none;
}

.uw-pe.uw-pe-latest_posts .uw-posts-listing svg {
    width: .75rem;
    height: .75rem;
    vertical-align: -0.05rem;
    margin-left: 0;
    fill: #c5050c;
}

.row-dark-background .uw-pe.uw-pe-latest_posts .uw-posts-listing .uw-post-date {
    color: #fff;
}

.row-dark-background .uw-pe.uw-pe-latest_posts .uw-posts-listing svg {
    fill: #fff;
}

.uw-link-list-columns>h4:first-child {
    margin-top: 0;
    margin-bottom: 1rem;
}

.uw-link-list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -1rem;
    list-style: none;
}

.uw-link-list .uw-symbol-document {
    height: 1em;
    width: auto;
}

.uw-link-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    line-height: 1.125;
    margin: 0 0 1rem 0;
}

.uw-link-list li a {
    text-transform: uppercase;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 0.875rem;
    color: #0479a8;
    text-decoration: none;
}

.uw-link-list li a svg {
    width: .75rem;
    height: .75rem;
    vertical-align: -0.05rem;
    margin-left: 0;
    fill: #c5050c;
}

.uw-link-list li ul {
    margin: 1rem 0 -1rem 0;
}

.uw-link-list li ul li {
    padding: 0;
    max-width: 100%;
}

p+.uw-link-list {
    margin-top: 2rem;
}

.uw-content-box .uw-link-list li a {
    color: #0479a8 !important;
    text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
    .uw-column.one-column .uw-pe-group_of_links .uw-link-list-columns {
        max-width: 56.25rem;
        margin: 0 auto;
    }
    .uw-column.one-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: 50%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .uw-column.one-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media print, screen and (min-width: 40em) {
    .uw-column.one-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-column.wide-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: 50%;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .uw-column.wide-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .uw-column.wide-column .uw-pe-group_of_links .uw-link-list-columns .uw-link-list li ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
}

.uw-mobile-menu-button-bar {
    display: none;
    width: 100%;
    background-color: #c5050c;
    border: 0;
    padding: 1.1rem 1rem 1.1rem 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
}

.uw-mobile-menu-button-bar.uw-is-visible {
    display: block;
}

.uw-mobile-menu-button-bar:focus {
    outline: none;
}

.uw-mobile-menu-button-bar svg {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin-top: -.3rem;
    margin-left: .7rem;
    fill: #fff;
}

.uw-mobile-menu-button-bar svg:last-child {
    display: inline;
}

.uw-mobile-menu-button-bar[aria-expanded="true"] svg {
    display: none;
}

.uw-mobile-menu-button-bar[aria-expanded="true"] svg:last-child {
    display: inline;
}

.uw-mobile-menu-button-bar[aria-expanded="false"] svg {
    display: inline;
}

.uw-mobile-menu-button-bar[aria-expanded="false"] svg:last-child {
    display: none;
}

.uw-mobile-menu-button-bar.uw-mobile-menu-button-bar-reversed {
    background-color: #fff;
    color: #282728;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.uw-mobile-menu-button-bar.uw-mobile-menu-button-bar-reversed svg {
    fill: #282728;
}

.no-js #uw-top-menus.uw-is-visible.uw-hidden {
    display: block;
    visibility: visible;
}

#uw-top-menus {
    display: none;
}

#uw-top-menus.uw-is-visible {
    display: block;
}

#uw-top-menus.uw-is-visible.uw-hidden {
    visibility: hidden;
}

#uw-top-menus .uw-nav-menu a {
    display: inline-block;
    font-size: .925rem;
    font-weight: 800;
    line-height: 1.25;
    color: white;
    text-transform: uppercase;
    border-bottom: 0.2rem solid transparent;
}

#uw-top-menus .uw-nav-menu a:hover {
    text-decoration: none;
    border-bottom-color: white;
}

#uw-top-menus .uw-nav-menu a:active, #uw-top-menus .uw-nav-menu a:focus {
    text-decoration: none;
}

#uw-top-menus .uw-nav-menu li {
    list-style: none;
}

#uw-top-menus .uw-nav-menu li.uw-search-form {
    margin-top: 1rem;
}

#uw-top-menus .uw-nav-menu ul {
    padding: 0 1rem;
    line-height: 1.625;
}

#uw-top-menus .uw-nav-menu ul ul {
    margin: 0;
}

#uw-top-menus .uw-nav-menu ul ul a {
    font-weight: 700;
    text-transform: none;
}

#uw-top-menus .uw-nav-menu li {
    margin-bottom: 0;
}

#uw-top-menus .uw-nav-menu ul ul {
    display: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    transition: transformY .2s ease-in-out, opacity .2s ease-in-out;
    padding-bottom: .5rem;
}

#uw-top-menus .uw-nav-menu ul li.uw-dropdown.uw-is-active>ul {
    display: block;
    opacity: 1.0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: reveal .2s ease-in-out;
    animation: reveal .2s ease-in-out;
}

#uw-top-menus .uw-nav-menu ul ul ul {
    display: none;
    left: 100%;
    top: 0;
}

#uw-top-menus .uw-nav-menu svg.uw-caret {
    width: 1rem;
    height: 1rem;
    fill: white;
    vertical-align: text-top;
    display: inline;
    margin-right: -1rem;
}

#uw-top-menus .uw-nav-menu svg.uw-caret:last-child {
    display: none;
}

#uw-top-menus .uw-nav-menu .uw-is-active svg.uw-caret {
    display: none;
}

#uw-top-menus .uw-nav-menu .uw-is-active svg.uw-caret:last-child {
    display: inline;
}

#uw-top-menus .uw-nav-menu.uw-nav-menu-reverse svg.uw-caret, #uw-top-menus .uw-nav-menu.uw-nav-menu-secondary-reverse svg.uw-caret {
    fill: #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse {
    background-color: white;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    margin-bottom: 0;
    background-color: transparent;
    width: auto;
    display: inline-block;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary>ul>li {
    float: right;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary>ul>li>a {
    font-weight: 700;
    font-size: .825rem;
    line-height: 1rem;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary>ul>li>a:hover {
    border-bottom: none;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary.uw-nav-menu-secondary-reverse a {
    color: #494949;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary.uw-nav-menu-secondary-reverse ul ul a:hover {
    border-bottom: 0.2rem solid #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 75rem;
}

#uw-top-menus.uw-horizontal .uw-nav-menu li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 .95rem;
}

#uw-top-menus.uw-horizontal .uw-nav-menu li li {
    display: block;
    padding: .5rem .5rem;
    line-height: 1;
    text-align: left;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li {
    text-align: center;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li>a {
    padding: 1.05rem 0 0.1rem;
    margin-bottom: .8rem;
}

#uw-top-menus.uw-horizontal .uw-nav-menu ul li.uw-dropdown>ul {
    background-color: #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu-reverse ul li.uw-dropdown>ul, #uw-top-menus.uw-horizontal .uw-nav-menu-reverse .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul, #uw-top-menus.uw-horizontal .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul, #uw-top-menus.uw-horizontal .uw-nav-menu-secondary-reverse .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul {
    background-color: white;
}

#uw-top-menus.uw-horizontal .uw-nav-menu-reverse ul li.uw-dropdown>ul a, #uw-top-menus.uw-horizontal .uw-nav-menu-reverse .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul a, #uw-top-menus.uw-horizontal .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul a, #uw-top-menus.uw-horizontal .uw-nav-menu-secondary-reverse .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul a {
    color: #282728;
    background-color: transparent;
}

#uw-top-menus.uw-horizontal .uw-nav-menu-reverse ul li.uw-dropdown>ul {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#uw-top-menus.uw-horizontal .uw-nav-menu-reverse-flat ul li.uw-dropdown>ul, #uw-top-menus.uw-horizontal .uw-nav-menu-secondary-reverse ul li.uw-dropdown>ul {
    box-shadow: none;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse ul ul .uw-dropdown>a {
    color: #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li.uw-dropdown>a, #uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li.uw-dropdown>a {
    padding-right: 1rem;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li.uw-dropdown.uw-is-active>ul {
    display: block;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse a {
    color: #282728;
    font-weight: 700;
}

#uw-top-menus.uw-horizontal .uw-nav-menu ul ul {
    position: absolute;
    left: 0;
    width: 188px;
    z-index: 99999;
    display: none;
}

#uw-top-menus.uw-horizontal .uw-nav-menu ul li:last-child ul {
    right: 0;
    left: inherit;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li:first-child {
    padding-left: 0;
}

#uw-top-menus.uw-horizontal .uw-nav-menu>ul>li.current-menu-item>a, #uw-top-menus.uw-horizontal .uw-nav-menu>ul>li.current-menu-parent>a {
    border-bottom-color: white;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li:first-child {
    padding-left: 0;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li>a {
    padding: .3rem 0 .1rem;
    margin-bottom: .8rem;
    margin-top: .8rem;
    border-bottom: .2rem solid transparent;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li>a:hover {
    border-bottom: 0.2rem solid #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li>a+ul>li>a:hover {
    border-bottom: 0.2rem solid #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li.current-menu-item>a, #uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-reverse>ul>li.current-menu-parent>a {
    border-bottom: 0.2rem solid #c5050c;
}

#uw-top-menus.uw-horizontal .uw-nav-menu ul ul a {
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
    width: 168px;
}

.uw-global-bar~#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary {
    background-color: #c5050c;
    margin-left: 256px;
    max-height: 35px;
}

.uw-global-bar.uw-global-bar-inverse~#uw-top-menus.uw-horizontal .uw-nav-menu.uw-nav-menu-secondary {
    background-color: #fff;
}

#uw-top-menus.uw-stacked .uw-nav-menu {
    background-color: #f2f2f2;
}

#uw-top-menus.uw-stacked .uw-nav-menu a {
    color: #282728;
}

#uw-top-menus.uw-stacked .uw-nav-menu a:hover {
    border-bottom-color: #cfcfcf;
    background-color: #e8e8e8;
}

#uw-top-menus.uw-stacked .uw-nav-menu ul {
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding: 0;
    display: block;
}

#uw-top-menus.uw-stacked .uw-nav-menu ul ul {
    position: static;
    padding: 0;
    display: none;
}

#uw-top-menus.uw-stacked .uw-nav-menu ul ul a {
    font-weight: 400;
}

#uw-top-menus.uw-stacked .uw-nav-menu ul ul ul {
    margin-top: 0;
}

#uw-top-menus.uw-stacked .uw-nav-menu>ul>li {
    display: block;
    text-align: left;
    padding: 0;
}

#uw-top-menus.uw-stacked .uw-nav-menu>ul>li li a {
    padding-left: 2rem;
}

#uw-top-menus.uw-stacked .uw-nav-menu>ul>li a {
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    border: none;
    border-bottom: 1px solid #cfcfcf;
}

#uw-top-menus.uw-stacked .uw-nav-menu.uw-nav-menu-secondary {
    border-top: 2px solid #cfcfcf;
}

#uw-top-menus.uw-stacked .uw-nav-menu.uw-nav-menu-secondary li a {
    text-transform: none;
    font-weight: 400;
}

#uw-top-menus.uw-stacked .uw-nav-menu svg.uw-caret {
    color: #c5050c;
    fill: #c5050c;
    width: 1rem;
    height: 1rem;
    vertical-align: -.2rem;
}

#test-get-computed-style-width {
    width: 100px;
    padding: 10px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.uw-oembed {
    text-align: center;
}

.uw-oembed iframe, .uw-oembed twitterwidget {
    margin-left: auto !important;
    margin-right: auto !important;
}

.uw-oembed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.uw-oembed-video.uw-oembed-video-4x3 {
    padding-bottom: 75%;
}

.uw-oembed-video iframe, .uw-oembed-video object, .uw-oembed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uw-oembed-soundcloud {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.uw-oembed-soundcloud iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination-container {
    text-align: center;
    margin-bottom: 4rem;
}

.pagination li {
    margin-bottom: 0;
    background-color: #f7f7f7;
}

.pagination li.pagination-previous, .pagination li.pagination-next {
    background-color: transparent;
}

.pagination li a:hover {
    color: #fff;
}

.pagination li.ellipsis {
    padding: 0.375rem 0;
    background-color: transparent;
}

.pagination li.ellipsis:after {
    padding: 0.375rem 1rem;
}

.pagination.pagination-post-pages {
    margin: 2rem 0 -2rem;
    text-align: left;
}

.pagination.pagination-post-pages>span:not(.page-links-title), .pagination.pagination-post-pages>a {
    display: inline-block;
    padding: 0.25rem .5rem;
}

.pagination.pagination-post-pages>a {
    color: #0479a8;
}

.pagination.pagination-post-pages>a:hover {
    color: #fff;
}

.post-navigation {
    background-color: #f7f7f7;
    margin: 3rem 0;
    padding: .5rem 1rem;
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-navigation .nav-links>.nav-previous a:before {
    content: "\00AB";
    margin-right: .1rem;
}

.post-navigation .nav-links>.nav-next a:after {
    content: "\00BB";
    margin-left: .25rem;
}

.uw-search-input[type="text"] {
    transition-duration: 400ms;
    transition-property: background;
    transition-timing-function: ease;
    height: 2.4rem;
    background-color: #fff;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NTEgMTAyNCI+PHBhdGggY2xhc3M9InBhdGgxIiBkPSJNNjU4LjI4NiA0NzUuNDNxMC0xMDUuNzE1LTc1LjE0My0xODAuODU4VDQwMi4yODYgMjE5LjQzIDIyMS40MyAyOTQuNTcgMTQ2LjI4NSA0NzUuNDN0NzUuMTQzIDE4MC44NTYgMTgwLjg1NiA3NS4xNDMgMTgwLjg1Ny03NS4xNDQgNzUuMTQzLTE4MC44NTd6bTI5Mi41NyA0NzUuNDI3cTAgMjkuNzE0LTIxLjcxMyA1MS40M1Q4NzcuNzEzIDEwMjRxLTMwLjg1NiAwLTUxLjQyOC0yMS43MTRsLTE5Ni0xOTUuNDNxLTEwMi4yODYgNzAuODU4LTIyOCA3MC44NThRMzIwLjU3IDg3Ny43MTQgMjQ2IDg0NnQtMTI4LjU3Mi04NS43MTQtODUuNzE0LTEyOC41N1QwIDQ3NS40Mjh0MzEuNzE0LTE1Ni4yODcgODUuNzE0LTEyOC41NyAxMjguNTctODUuNzE1IDE1Ni4yODctMzEuNzE0IDE1Ni4yODYgMzEuNzE0IDEyOC41NzIgODUuNzE0IDg1LjcxNCAxMjguNTdUODA0LjU3IDQ3NS40M3EwIDEyNS43MTMtNzAuODU3IDIyOGwxOTYgMTk2cTIxLjE0MyAyMS4xNDIgMjEuMTQzIDUxLjQyOHoiIGZpbGw9IiM4ZThlOTIiIHRyYW5zZm9ybT0ic2NhbGUoMC41KSIgLz48L3N2Zz4=) no-repeat 0.5rem 0.6rem #fff;
    padding-left: 2rem;
    margin: 0;
    background-size: 32px;
}

.uw-search-input[type="text"]:focus {
    background-color: #f7f7f7;
}

.uw-search-submit[type="submit"] {
    display: none;
}

li.uw-search-list-item form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
}

li.uw-search-list-item .uw-search-input[type="text"] {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    transition: none;
}

.uw-gcse .gsc-control-cse {
    padding: 2rem;
}

.uw-gcse .gsc-input-box {
    height: 2rem;
}

.uw-gcse input {
    height: 2rem !important;
    padding-left: 1rem;
}

.uw-gcse .cse .gsc-search-button input.gsc-search-button-v2, .uw-gcse input.gsc-search-button-v2 {
    min-width: 40px;
    padding: 6px 10px;
}

.uw-gcse .gsc-table-result {
    margin-left: 8px;
}

.uw-gcse .gsc-webResult {
    padding: 0;
}

.uw-gcse table {
    margin-bottom: 0;
}

.uw-gcse table thead, .uw-gcse table tbody, .uw-gcse table tfoot {
    border: none;
    margin: 0;
    padding: 0;
}

.uw-gcse table thead th, .uw-gcse table thead td, .uw-gcse table tbody th, .uw-gcse table tbody td, .uw-gcse table tfoot th, .uw-gcse table tfoot td {
    padding: 0;
}

/* Slick slider slick-theme.css */

/* Arrows */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: black;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    transition: background-color .15s ease-in;
    z-index: 500;
}

.slick-prev:focus, .slick-next:focus, .slick-prev:hover, .slick-next:hover {
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    background-color: #0479a8;
}

.slick-prev:after, .slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.slick-prev:hover:after, .slick-next:hover:after, .slick-prev:focus:after, .slick-next:focus:after {
    opacity: 1;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: -52px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 .1rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 2.5rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-loading .slick-list {
    background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

.tabs-title>a {
    color: #0479a8 !important;
    font-weight: 800;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}

.tabs-title>a:focus, .tabs-title>a a[aria-selected='true'] {
    color: #fff !important;
}

.tabs-title.is-active>a {
    color: #fff !important;
}

.tabs-panel {
    color: #494949;
}

.tabs-panel::before, .tabs-panel::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.tabs-panel::after {
    clear: both;
}

.tabs-panel a {
    color: #0479a8 !important;
}

.tabs-panel>p:last-child, .tabs-panel>li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .tabs-title>a {
        font-size: 1.125rem;
        padding: 1.25rem 1.5rem;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body.uw-white-bg {
    background-color: #fff;
}

body.uw-light-gray-bg {
    background-color: #f7f7f7;
}

abbr[title], acronym[title] {
    border-bottom: none;
    text-decoration: none;
    color: currentColor;
}

p, li {
    font-size: 1.125rem;
}

li {
    margin-bottom: 1rem;
}

main p a {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

h1 {
    margin-top: 1.6rem;
}

h2 {
    margin-top: 2rem;
}

h3 {
    margin-top: 1.8rem;
}

h4, h5, h6 {
    margin-top: 1.8rem;
}

.column>h1, .columns>h1, .column>h2, .columns>h2, .column>h3, .columns>h3 {
    margin-top: 0;
}

h2+ul, h2+ol, h2+dl {
    margin-top: 1rem;
}

#content li ul {
    margin-top: 0rem;
}

ul, ol {
    margin-left: 1.2rem;
}

ul li ul, ul li ol, ol li ul, ol li ol {
    margin-top: 1.5rem;
    margin-left: 2.4rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: decimal;
}

dl {
    margin: 0;
}

dl dd, dl dt {
    font-size: 1.125rem;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 1.5rem;
}

cite, em, i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

td, th, caption {
    font-size: 1.125rem;
}

th {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
}

blockquote {
    font-family: Georgia, Times New Roman, Times, serif;
    -webkit-font-smoothing: auto;
    font-style: italic;
    font-size: 1.25rem;
    padding-left: 1.5rem;
}

blockquote small, blockquote cite {
    font-style: normal;
    font: 0.9rem "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
}

blockquote.stylized-quote {
    font-family: "VRed Hat Display", Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0;
    border-left: none;
    text-align: center;
}

blockquote.stylized-quote p {
    font-family: "VRed Hat Display", Georgia, "Times New Roman", Times, serif;
    font-size: 110%;
}

blockquote.stylized-quote p:last-of-type {
    margin-bottom: .5rem;
}

blockquote.uw-mini-bar-center {
    margin-top: 0;
}

blockquote.uw-mini-bar-center:before {
    height: 6px;
    width: 3rem;
}

@media screen and (max-width: 39.9375em) {
    blockquote.uw-mini-bar-center {
        margin-top: 1rem;
    }
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: .9rem;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

q:before {
    content: "\201C";
}

q:after {
    content: "\201D";
}

.uw-double-size-text {
    font-size: 2em;
}

.uw-small-text {
    font-size: .9em;
}

.uw-smaller-text {
    font-size: .8em;
}

.uw-more-link, .tribe-events-widget-link a {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-decoration: none !important;
}

.uw-more-link.uw-more-link-black, .tribe-events-widget-link a.uw-more-link-black {
    color: #282728;
}

p>.uw-more-link, .tribe-events-widget-link p>a {
    display: block;
    margin-top: .5rem;
}

.uw-more-link svg, .tribe-events-widget-link a svg {
    width: .75rem;
    height: .75rem;
    vertical-align: -0.05rem;
    margin-left: -.1rem;
    fill: #c5050c;
}

.row-dark-background .uw-more-link svg, .row-dark-background .tribe-events-widget-link a svg, .tribe-events-widget-link .row-dark-background a svg {
    fill: #fff;
}

.uw-nowrap {
    white-space: nowrap;
}

.uw-events {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

.uw-event-month {
    color: #c5050c;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .5rem;
    display: block;
}

.row-dark-background .uw-event-month {
    color: #fff;
}

.uw-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.uw-event .uw-event-date {
    font-family: Georgia, Times New Roman, Times, serif;
    -webkit-font-smoothing: auto;
    font-size: 2rem;
    line-height: 0.9;
    text-align: right;
    color: #c5050c;
    min-width: 3rem;
    padding-right: 1rem;
}

.uw-event .uw-event-listing {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0;
    padding-left: 0;
    min-width: initial;
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3;
}

.uw-event .uw-event-listing span {
    display: block;
}

.uw-event .uw-event-listing .uw-event-title {
    font-weight: 700;
}

.uw-event .uw-event-listing .uw-event-time {
    text-transform: lowercase;
    font-size: .9em;
    color: #494949;
    display: inline;
}

.uw-event .uw-event-listing .uw-event-location {
    font-size: .9em;
    color: #494949;
    display: inline;
}

.row-dark-background .uw-event .uw-event-date {
    color: #fff;
}

.row-dark-background .uw-event .uw-event-location {
    color: #fff;
}

.row-dark-background .uw-event .uw-event-time {
    color: #fff;
}

.uw-text-center {
    text-align: center;
}

.uw-text-left {
    text-align: left;
}

.uw-text-right {
    text-align: right;
}

.uw-clearfix::before, .uw-clearfix::after {
    content: ' ';
    display: table;
}

.uw-clearfix::after {
    clear: both;
}

#skip-link {
    position: absolute !important;
    z-index: 40;
    color: #0479a8;
    padding: 0.3rem;
    background-color: #fff;
}

#uw-top-menus+.row {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.menu li {
    margin-bottom: 0;
}

#side-menu>h3:first-child {
    margin-top: 0.5rem;
}

header .uw-search-form {
    margin-top: 1rem;
}

.tabs-container {
    margin-bottom: 1rem;
}

.tabs li {
    margin-bottom: 0;
}

.tabs-content ul>li>a, .accordion-content ul>li>a, .post>.entry-content ul>li>a {
    text-decoration: underline;
}

/**
 *
 * Base Foundation Page Layout
 *
 */

#header {
    border-bottom: 5px solid #c5050c;
}

#header #uw-utility-menu-wrapper {
    background-color: #c5050c;
}

#header #uw-utility-menu-wrapper .utility-navigation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#header #uw-utility-menu-wrapper .utility-navigation a {
    color: #fff;
}

#header .site-header-main {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#header .site-header-main .site-branding {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
    padding-top: 40px;
}

@media print, screen and (min-width: 40em) {
    #header .site-header-main .site-branding {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

#site-navigation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#site-navigation #menu-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
}

@media print, screen and (min-width: 40em) {
    #site-navigation #menu-primary {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

h1.page-title {
    margin-bottom: 0;
}

h1.page-title.uw-mini-bar {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

@media screen and (min-width: 40em) {
    h1.page-title.uw-mini-bar {
        margin-top: 2.2rem;
        margin-bottom: .5rem;
    }
}

#page {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#page main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    #page main {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

#page #secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 33.33333%;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
    #page #secondary {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media screen and (max-width: 39.9375em) {
    #page #secondary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: 100%;
        padding-top: 0;
    }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    #page #secondary {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

#page.page-builder {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
}

#page.page-builder .breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
}

#page.page-builder #comments, #page.page-builder .entry-footer, #page.page-builder article>header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 1rem;
}

@media screen and (min-width: 40em) {
    #page.page-builder .breadcrumbs {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #page.page-builder #comments, #page.page-builder .entry-footer, #page.page-builder article>header {
        padding: 0 1.5rem;
    }
}

#page.page-builder #comments {
    display: block;
}

#page.page-builder main {
    padding: 0 !important;
}

#page.page-builder main>article>.entry-content {
    margin-bottom: 0;
}

main>*:first-child {
    padding-top: 2rem;
}

.home .page-builder main>*:first-child {
    padding-top: 0;
}

.uw-outer-row {
    padding: 4rem 0;
}

.uw-outer-row:first-child {
    padding-top: 2rem;
}

.uw-outer-row .uw-inner-row {
    width: 100%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.uw-outer-row .uw-inner-row>.uw-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    .uw-outer-row .uw-inner-row>.uw-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row .uw-inner-row>.uw-column.uw-row-header h2 {
    position: relative;
    margin-top: 2.2rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
}

.uw-outer-row .uw-inner-row>.uw-column.uw-row-header h2:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
    right: 0;
    margin: 0 auto;
}

.uw-outer-row .uw-inner-row>.uw-column.uw-row-header h2:before {
    height: 6px;
    width: 3rem;
    top: -16px;
}

.uw-outer-row .uw-inner-row>.uw-column>.uw-pe {
    margin-bottom: 3rem;
}

.uw-outer-row .uw-inner-row>.uw-column>.uw-pe::before, .uw-outer-row .uw-inner-row>.uw-column>.uw-pe::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.uw-outer-row .uw-inner-row>.uw-column>.uw-pe::after {
    clear: both;
}

.uw-outer-row .uw-inner-row>.uw-column>.uw-pe:last-child {
    margin-bottom: 0;
}

.uw-outer-row .uw-inner-row .equal-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
}

@media print, screen and (min-width: 40em) {
    .uw-outer-row .uw-inner-row .equal-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row .uw-inner-row .narrow-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 33.33333%;
}

@media print, screen and (min-width: 40em) {
    .uw-outer-row .uw-inner-row .narrow-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row .uw-inner-row .wide-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 66.66667%;
}

@media print, screen and (min-width: 40em) {
    .uw-outer-row .uw-inner-row .wide-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row .uw-inner-row .three-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 33.33333%;
}

@media print, screen and (min-width: 40em) {
    .uw-outer-row .uw-inner-row .three-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row.dark-gray-background .uw-inner-row>.uw-column.uw-row-header>h2:before, .uw-outer-row.primary-background .uw-inner-row>.uw-column.uw-row-header>h2:before, .uw-outer-row.secondary-background .uw-inner-row>.uw-column.uw-row-header>h2:before {
    background-color: #fff;
}

.uw-outer-row.dark-gray-background.has_stylized_quote blockquote p, .uw-outer-row.dark-gray-background.has_stylized_quote blockquote small, .uw-outer-row.primary-background.has_stylized_quote blockquote p, .uw-outer-row.primary-background.has_stylized_quote blockquote small, .uw-outer-row.secondary-background.has_stylized_quote blockquote p, .uw-outer-row.secondary-background.has_stylized_quote blockquote small {
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    .uw-outer-row {
        padding: 2rem 0;
    }
    .uw-outer-row .uw-inner-row>.uw-column {
        padding-bottom: 2rem;
    }
    .uw-outer-row .uw-inner-row>.uw-column.uw-row-header {
        padding-bottom: 1rem;
    }
    .uw-outer-row .uw-inner-row>.uw-column.uw-row-header h2 {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .uw-outer-row .uw-inner-row>.uw-column:last-child {
        padding-bottom: 0;
    }
    .uw-outer-row .uw-inner-row>.uw-column>.uw-pe {
        margin-bottom: 2rem;
    }
    .uw-outer-row .uw-inner-row .equal-column, .uw-outer-row .uw-inner-row .narrow-column, .uw-outer-row .uw-inner-row .three-column, .uw-outer-row .uw-inner-row .wide-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .uw-outer-row .uw-inner-row .equal-column, .uw-outer-row .uw-inner-row .narrow-column, .uw-outer-row .uw-inner-row .three-column, .uw-outer-row .uw-inner-row .wide-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.uw-outer-row.default-background:nth-child(even) {
    background-color: #f7f7f7;
}

.uw-outer-row.default-background:nth-child(even)+.uw-outer-row.lightest-gray-background {
    padding-top: 0;
}

.uw-outer-row.default-background:nth-child(even) .uw-content-box {
    background-color: #fff !important;
}

body.uw-light-gray-bg .uw-outer-row.default-background:nth-child(even) {
    background-color: #fcfcfc;
}

@media screen and (min-width: 40em) {
    .home .uw-outer-row:first-child {
        padding-top: 4rem;
    }
}

.uw-pe-text_block>h2:first-child, .uw-pe-text_block>h3:first-child {
    margin-top: 0;
}

.uw-pe-text_block>ul>li:last-child, .uw-pe-text_block>p:last-child, .uw-pe-text_block ul:last-child {
    margin-bottom: 0;
}

.uw-pe-text_block dd, .uw-pe-text_block dt, .uw-pe-text_block li, .uw-pe-text_block p {
    font-family: Georgia, Times New Roman, Times, serif;
    -webkit-font-smoothing: auto;
}

.uw-pe-text_block li a {
    text-decoration: underline;
}

.uw-pe-text_block .uw-rss-feed li a {
    text-decoration: none;
}

.uw-pe-text_block h3, .uw-pe-text_block h4, .uw-pe-text_block h5, .uw-pe-text_block h6 {
    font-weight: 700;
}

.uw-pe-latest_posts.uw-rss-feed+.uw-pe-text_block {
    margin-top: 1.25rem;
}

.uw-pe-text_block>ul, .uw-pe-text_block>ol {
    padding-left: 1.25rem;
}

.uw-pe-latest_posts>ul:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
    .shrink {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
    .column, .columns, .columns {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .uw-pe-alternating_content_boxes {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .uw-pe-group_of_links .uw-content-box {
        padding: 1rem;
        border-bottom: none;
    }
}

.three-column>.uw-pe:first-child>h2:first-child {
    position: relative;
    margin-top: 2.2rem;
}

.three-column>.uw-pe:first-child>h2:first-child:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}

.three-column>.uw-pe:first-child>h2:first-child[style*="text-align: center"] {
    position: relative;
    margin-top: 2.2rem;
}

.three-column>.uw-pe:first-child>h2:first-child[style*="text-align: center"]:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
    right: 0;
    margin: 0 auto;
}

.three-column>.uw-pe:first-child>h2:first-child[style*="text-align: right"] {
    position: relative;
    margin-top: 2.2rem;
}

.three-column>.uw-pe:first-child>h2:first-child[style*="text-align: right"]:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
    left: inherit;
    right: 0;
}

.row-dark-background .three-column>.uw-pe:first-child>h2:first-child:before {
    background-color: #fff;
}

aside.uw-content-box {
    padding: 1rem;
}

@media screen and (min-width: 27.5em) {
    aside.uw-content-box {
        padding: 2rem;
    }
}

aside.uw-content-box a {
    border-bottom: none !important;
}

.breadcrumbs {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2rem 0 0;
}

#footer {
    border-top: 5px solid #c5050c;
}

#footer .site-footer-main {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#footer .site-footer-main .footer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
}

@media print, screen and (min-width: 40em) {
    #footer .site-footer-main .footer-content {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.entry-content .uw-map-marker {
    fill: #0479a8;
}

.entry-content .uw-map-marker:hover {
    fill: #03678f;
}

.entry-content .uw-social-icons a {
    background-color: #0479a8;
}

.entry-content .uw-social-icons a:hover {
    background-color: #03678f;
}

.entry-content .uw-social-icons a svg {
    fill: #fff;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
    max-width: 100%;
}

.widget_nav_menu .menu {
    display: block;
    margin-top: 1rem;
}

.widget_nav_menu .menu>li {
    margin-bottom: 1rem;
}

.widget_nav_menu .menu>li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu .menu>li>a {
    padding: 0;
}

.widget .widget-title {
    position: relative;
    margin-top: 2.2rem;
    margin-top: 1rem;
}

.widget .widget-title:before {
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
    width: 2rem;
    top: -12px;
    background-color: #c5050c;
}

.widget ul {
    margin-top: 1rem;
}

.widget ul li {
    margin-bottom: 1rem;
    line-height: 1.25;
}

figure.single-image {
    margin: 0;
}

li[style*="text-align: center;"] {
    list-style-position: inside;
}

.lower-content-single-image img {
    width: 100%;
}

/* 
* Styles that override styles in the Gravity Forms plugin
* www.gravityforms.com
*/

.gform_wrapper div.gfield_time_hour input, .gform_wrapper div.gfield_time_minute input {
    margin-bottom: 0;
}

.gform_wrapper ul.gfield_checkbox li input, .gform_wrapper ul.gfield_radio li input {
    margin-bottom: 0;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    margin-left: .5rem;
}

.gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input, .gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome ul.gfield_radio li input[type=radio] {
    margin-top: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media print {
    a[href]:after {
        word-wrap: break-word;
    }
}