/*
	Theme Name: Rivier Campaign
	Author: Web Services @ Ellucian
*/

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #444;
}

body {
    font-family: ProximaNova;
}

.row {
    max-width: 980px;
    max-width: 61.25rem;
    margin-right: auto;
    margin-left: auto;
}

.back h2 {
    margin-bottom: 8px;
}

.headshots>div {
    position: relative;
    float: left;
    width: 312px;
    background: #fff;
}


@charset "UTF-8";
/**
 * 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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"] {
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-sizing: border-box;
    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=52.875em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #444;
}

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 {
    -webkit-box-sizing: border-box;
    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: 980px;
    max-width: 61.25rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before, .row::after {
    display: table;
    content: ' ';
}

.row::after {
    clear: both;
}

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

.row .row {
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-left: -10px;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 52.875em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

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

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

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

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

.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
}

.column, .columns {
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
}

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}

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

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

.small-1 {
    width: 8.3333333333%;
}

.small-push-1 {
    position: relative;
    left: 8.3333333333%;
}

.small-pull-1 {
    position: relative;
    left: -8.3333333333%;
}

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

.small-2 {
    width: 16.6666666667%;
}

.small-push-2 {
    position: relative;
    left: 16.6666666667%;
}

.small-pull-2 {
    position: relative;
    left: -16.6666666667%;
}

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

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

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

.small-4 {
    width: 33.3333333333%;
}

.small-push-4 {
    position: relative;
    left: 33.3333333333%;
}

.small-pull-4 {
    position: relative;
    left: -33.3333333333%;
}

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

.small-5 {
    width: 41.6666666667%;
}

.small-push-5 {
    position: relative;
    left: 41.6666666667%;
}

.small-pull-5 {
    position: relative;
    left: -41.6666666667%;
}

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

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

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

.small-7 {
    width: 58.3333333333%;
}

.small-push-7 {
    position: relative;
    left: 58.3333333333%;
}

.small-pull-7 {
    position: relative;
    left: -58.3333333333%;
}

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

.small-8 {
    width: 66.6666666667%;
}

.small-push-8 {
    position: relative;
    left: 66.6666666667%;
}

.small-pull-8 {
    position: relative;
    left: -66.6666666667%;
}

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

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

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

.small-10 {
    width: 83.3333333333%;
}

.small-push-10 {
    position: relative;
    left: 83.3333333333%;
}

.small-pull-10 {
    position: relative;
    left: -83.3333333333%;
}

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

.small-11 {
    width: 91.6666666667%;
}

.small-push-11 {
    position: relative;
    left: 91.6666666667%;
}

.small-pull-11 {
    position: relative;
    left: -91.6666666667%;
}

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

.small-12 {
    width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
}

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

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

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

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

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print, screen and (min-width: 52.875em) {
    .medium-1 {
        width: 8.3333333333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.6666666667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        width: 33.3333333333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.6666666667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        width: 58.3333333333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.6666666667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        width: 83.3333333333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.6666666667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        float: left;
        width: 33.3333333333%;
    }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        float: left;
        width: 16.6666666667%;
    }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        float: left;
        width: 14.2857142857%;
    }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: left;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-1 {
        width: 8.3333333333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.6666666667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        width: 33.3333333333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.6666666667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        width: 58.3333333333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.6666666667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        width: 83.3333333333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.6666666667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.3333333333%;
    }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.6666666667%;
    }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.2857142857%;
    }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left;
    }
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

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

@media print, screen and (min-width: 52.875em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .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: 16px;
    margin-bottom: 1rem;
    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: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility;
}

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

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

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

a:hover, a:focus {
    color: #5077a9;
}

a img {
    border: 0;
}

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

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

li {
    font-size: inherit;
}

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

ol {
    margin-left: 20px;
    margin-left: 1.25rem;
}

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

dl {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 9px 20px 0 19px;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

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

cite {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #444;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 2px 5px 1px;
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 2px 4px 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
}

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

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

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

p + .stat {
    margin-top: -16px;
    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: 52.875em) {
    .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: 64.0625em) {
    .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;
		-webkit-box-shadow: none !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 #8a8a8a;
		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;
	}
	.print-break-inside {
		page-break-inside: auto;
	}
}*/

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

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

.button:hover, .button:focus {
    background-color: #284b79;
    color: #fefefe;
}

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

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

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

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

.button.primary {
    background-color: #2f588e;
    color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
    background-color: #264672;
    color: #fefefe;
}

.button.secondary {
    background-color: #767676;
    color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.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: #2f588e;
    color: #fefefe;
}

.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: #2f588e;
    color: #fefefe;
}

.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: #767676;
    color: #fefefe;
}

.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: #0a0a0a;
}

.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: #0a0a0a;
}

.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: #fefefe;
}

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

.button.dropdown.hollow::after {
    border-top-color: #2f588e;
}

.button.dropdown.hollow.primary::after {
    border-top-color: #2f588e;
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
    border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37;
}

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

.accordion {
    margin-left: 0;
    background: #fefefe;
    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: 20px 16px;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #2f588e;
}

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

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

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

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

.accordion-content {
    display: none;
    padding: 16px;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #444;
}

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

.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: #2f588e transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 16px;
    right: 1rem;
}

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

.breadcrumbs {
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
}

.breadcrumbs::after {
    clear: both;
}

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

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

.breadcrumbs a {
    color: #2f588e;
}

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

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

.button-group {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 0;
}

.button-group::before, .button-group::after {
    display: table;
    content: ' ';
}

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

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 14.4px;
    font-size: 0.9rem;
}

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

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

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

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

.button-group.expanded {
    margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
    display: none;
}

.button-group.expanded .button:first-child:last-child {
    width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.3333333333% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.6666666667% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -6px;
}

.button-group.primary .button {
    background-color: #2f588e;
    color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #264672;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe;
}

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

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

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

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

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

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

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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: 52.875em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 52.8125em) {
    .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 16px 0;
    margin: 0 0 1rem 0;
    padding: 16px;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #444;
}

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

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

.callout.primary {
    background-color: #dbe5f3;
    color: #444;
}

.callout.secondary {
    background-color: #eaeaea;
    color: #444;
}

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

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

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

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

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

.menu {
    margin: 0;
    list-style-type: none;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

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

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

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

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
    vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    margin-right: 4px;
    margin-right: 0.25rem;
    display: inline-block;
}

.menu > li, .menu.horizontal > li {
    display: table-cell;
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
}

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

.menu.vertical > li {
    display: block;
}

@media print, screen and (min-width: 52.875em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }
    .menu.medium-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.medium-expanded > li:first-child:last-child {
        width: 100%;
    }
    .menu.medium-vertical > li {
        display: block;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }
    .menu.large-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.large-expanded > li:first-child:last-child {
        width: 100%;
    }
    .menu.large-vertical > li {
        display: block;
    }
}

.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: 16px;
    margin-right: 1rem;
}

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

.menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' ';
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto 4px;
    margin: 0 auto 0.25rem;
}

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

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

.menu .active > a {
    background: #2f588e;
    color: #fefefe;
}

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

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

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

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 11.2px 16px;
    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;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 16px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #f0f0f0;
    font-size: 16px;
    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;
}

[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%;
}

@media print, screen and (min-width: 52.875em) {
    .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-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%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .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-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.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 #cacaca;
    background: #fefefe;
}

.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: 16px;
    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: 5.333px 8px;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #2f588e;
    color: #fefefe;
}

.label.primary {
    background: #2f588e;
    color: #fefefe;
}

.label.secondary {
    background: #767676;
    color: #fefefe;
}

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

.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}

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

.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-slide {
    width: 100%;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 8px;
    padding: 0.5rem;
    color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 12.8px;
    margin-top: 0.8rem;
    margin-bottom: 12.8px;
    margin-bottom: 0.8rem;
    text-align: center;
}

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

.orbit-bullets button {
    width: 19.2px;
    width: 1.2rem;
    height: 19.2px;
    height: 1.2rem;
    margin: 1.6px;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a;
}

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

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -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(10, 10, 10, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 16px;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    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: 52.875em) {
    .reveal {
        min-height: 0;
    }
}

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

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

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

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

.reveal.collapse {
    padding: 0;
}

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

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

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

.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: 52.8125em) {
    .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: 16px;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 8px 10px 10px;
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #444;
}

tfoot {
    background: #f1f1f1;
    color: #444;
}

thead tr, tfoot tr {
    background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
    padding: 8px 10px 10px;
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th, tbody td {
    padding: 8px 10px 10px;
    padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

@media screen and (max-width: 64em) {
    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: #f3f3f3;
}

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

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

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

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

.table-scroll table {
    width: auto;
}

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

.tabs::before, .tabs::after {
    display: table;
    content: ' ';
}

.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: #2f588e;
}

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

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

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #2f588e;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #284c7a;
}

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

.tabs-content {
    border: 1px solid #c1c1c1;
    border-top: 0;
    background: #fefefe;
    color: #444;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

.tabs-panel {
    display: none;
    padding: 16px;
    padding: 1rem;
}

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

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(47, 88, 142, 0.5);
    box-shadow: 0 0 6px 1px rgba(47, 88, 142, 0.5);
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-bar {
    padding: 8px;
    padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
    display: table;
    content: ' ';
}

.top-bar::after {
    clear: both;
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}

.top-bar input {
    max-width: 200px;
    margin-right: 16px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%;
}

@media print, screen and (min-width: 52.875em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto;
    }
}

@media screen and (max-width: 64em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

.top-bar-title {
    display: inline-block;
    float: left;
    padding: 8px 16px 8px 0;
    padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
    bottom: 2px;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 64em), 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;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
}

.clearfix::after {
    clear: both;
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    -o-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    -o-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    -o-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    -o-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0;
}

.slow {
    -webkit-transition-duration: 750ms !important;
    -o-transition-duration: 750ms !important;
    transition-duration: 750ms !important;
}

.fast {
    -webkit-transition-duration: 250ms !important;
    -o-transition-duration: 250ms !important;
    transition-duration: 250ms !important;
}

.linear {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ease {
    -webkit-transition-timing-function: ease !important;
    -o-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    -o-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    -o-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    -o-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    -o-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    -o-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    -o-animation-name: shake-7;
    animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@-o-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -o-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -o-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        -o-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        -o-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    -o-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes spin-cw-1turn {
    0% {
        -o-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        -o-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    -o-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    -o-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -o-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        -o-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    -o-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    -o-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    -o-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    -o-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    -o-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    -o-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    -o-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    -o-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    -o-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    -o-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar. */
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    padding: 0.9375rem 1.4375rem 0.875rem;
    border-radius: 0;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    color: #698cb8;
    text-decoration: none;
}

#content h3 {
    color: #222;
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

#content h3 > a {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.site {
    position: relative;
    min-height: 100%;
}

.site-content {
    background-color: #f0f0f0;
}

.content-container {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 22px 5px 10px;
    background-color: #fefefe;
    font-size: 12px;
    font-size: 0.75rem;
}

.content-container::before, .content-container::after {
    display: table;
    content: ' ';
}

.content-container::after {
    clear: both;
}

.template-full-width .site-content {
    width: 100%;
    max-width: 100%;
}

.widget-area-left,
.widget-area-right,
.content-area {
    width: 100%;
}

.widget-area-left {
    background-color: #015696;
}

@media screen and (min-width: 52.875em) {
    .widget-area-left {
        width: 21.75%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .widget-area-left:last-child:not(:first-child) {
        float: right;
    }
}

.widget-area-right {
    padding-top: 15px;
    padding-top: 0.9375rem;
}

@media screen and (min-width: 52.875em) {
    .widget-area-right {
        width: 22.27%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .widget-area-right:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width: 52.875em) {
    .content-area {
        width: 55.85%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .content-area:last-child:not(:first-child) {
        float: right;
    }
    .content-area.content-area-two-column {
        width: 77.25%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .content-area.content-area-two-column:last-child:not(:first-child) {
        float: right;
    }
    .content-area.content-area-one-column {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .content-area.content-area-one-column:last-child:not(:first-child) {
        float: right;
    }
}

.site-header {
    position: relative;
    padding: 21px 0;
    padding: 1.3125rem 0;
    border-top: 2px solid #9cafc4;
    border-bottom: 1px dotted #9cafc4;
    background: -webkit-gradient(linear, left bottom, left top, from(#3c71b5), to(#224066));
    background: -webkit-linear-gradient(bottom, #3c71b5 0%, #224066 100%);
    background: -o-linear-gradient(bottom, #3c71b5 0%, #224066 100%);
    background: linear-gradient(to top, #3c71b5 0%, #224066 100%);
}

.site-header::before, .site-header::after {
    display: table;
    content: ' ';
}

.site-header::after {
    clear: both;
}

@media screen and (min-width: 52.875em) {
    .site-header {
        padding: 0;
    }
}

.site-header .callout {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    background-color: #1e467d;
}

@media screen and (min-width: 52.875em) {
    .site-header .callout {
        display: block;
    }
}

.site-header .callout .menu > li > a {
    padding: 0;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 17px;
    color: #eef;
}

@media screen and (min-width: 52.875em) {
    .site-header .callout {
        float: right;
        width: 320px;
    }
}

.site-header .search-form .search-field {
    width: 200px;
    height: 23px;
    height: 1.4375rem;
    margin: 4px auto;
    padding: 3px 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.site-header .search-form .search-submit {
    display: none;
}

@media screen and (min-width: 52.875em) {
    .site-branding {
        float: left;
        margin-left: 2.8125rem;
    }
}

.site-title {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 52.875em) {
    .site-title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-description {
    display: none;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.menu-toggle-container {
    position: relative;
    width: 100%;
    height: 40px;
    border-top: 1px solid #b9c2cb;
    border-bottom: 2px solid #b9c2cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f5f5), color-stop(50%, #f6f5f5), color-stop(51%, #e0dfe0), to(#e0dfe0));
    background: -webkit-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: -o-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: linear-gradient(to bottom, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
}

@media print, screen and (min-width: 52.875em) {
    .menu-toggle-container {
        display: none !important;
    }
}

.menu-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #404040;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), to(#000));
    background: -webkit-linear-gradient(top, #707070 0, #000 100%);
    background: -o-linear-gradient(top, #707070 0, #000 100%);
    background: linear-gradient(to bottom, #707070 0, #000 100%);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    font-size: 24px;
    font-size: 1.5rem;
}

.main-navigation {
    position: relative;
    z-index: 99;
    display: none;
    border-top: 1px solid #b9c2cb;
    border-bottom: 2px solid #b9c2cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f5f5), color-stop(50%, #f6f5f5), color-stop(51%, #e0dfe0), to(#e0dfe0));
    background: -webkit-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: -o-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: linear-gradient(to bottom, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
}

@media screen and (min-width: 52.875em) {
    .main-navigation {
        display: block;
    }
}

.main-navigation .menu-parent {
    border-left: 1px solid #d9dee3;
}

.main-navigation .menu-parent > li {
    display: block;
}

@media screen and (min-width: 52.875em) {
    .main-navigation .menu-parent > li {
        display: table-cell;
    }
}

.main-navigation .menu-parent > li {
    border-right: 1px solid #d9dee3;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f5f5), color-stop(50%, #f6f5f5), color-stop(51%, #e0dfe0), to(#e0dfe0));
    background: -webkit-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: -o-linear-gradient(top, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
    background: linear-gradient(to bottom, #f6f5f5 0%, #f6f5f5 50%, #e0dfe0 51%, #e0dfe0 100%);
}

@media screen and (min-width: 52.875em) {
    .main-navigation .menu-parent > li {
        text-align: center;
    }
}

.main-navigation .menu-parent > li:hover, .main-navigation .menu-parent > li:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#c5c4c4), color-stop(50%, #c5c4c4), color-stop(51%, #b4b3b3), to(#b4b3b3));
    background: -webkit-linear-gradient(top, #c5c4c4 0%, #c5c4c4 50%, #b4b3b3 51%, #b4b3b3 100%);
    background: -o-linear-gradient(top, #c5c4c4 0%, #c5c4c4 50%, #b4b3b3 51%, #b4b3b3 100%);
    background: linear-gradient(to bottom, #c5c4c4 0%, #c5c4c4 50%, #b4b3b3 51%, #b4b3b3 100%);
}

.main-navigation .menu-parent > li:hover > a, .main-navigation .menu-parent > li:focus > a {
    color: #fefefe;
}

.main-navigation .menu-parent > li > a {
    padding: 12px 27.5px;
    padding: 0.75rem 1.71875rem;
}

.main-navigation .menu > li > a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #22467c;
}

.main-navigation .menu .submenu {
    margin: 0;
    list-style-type: none;
    background-color: #2f588e;
}

.main-navigation .menu .submenu > li {
    display: table-cell;
    vertical-align: middle;
}

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

.main-navigation .menu .submenu > li > a {
    display: block;
    padding: 11.2px 16px;
    padding: 0.7rem 1rem;
    line-height: 1;
}

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

.main-navigation .menu .submenu > li > a img,
.main-navigation .menu .submenu > li > a i,
.main-navigation .menu .submenu > li > a svg {
    vertical-align: middle;
}

.main-navigation .menu .submenu > li > a img + span,
.main-navigation .menu .submenu > li > a i + span,
.main-navigation .menu .submenu > li > a svg + span {
    vertical-align: middle;
}

.main-navigation .menu .submenu > li > a img,
.main-navigation .menu .submenu > li > a i,
.main-navigation .menu .submenu > li > a svg {
    margin-right: 4px;
    margin-right: 0.25rem;
    display: inline-block;
}

.main-navigation .menu .submenu > li {
    display: block;
}

.main-navigation .menu .submenu > li {
    text-align: left;
}

.main-navigation .menu .submenu > li > a {
    padding: 0 8px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 27px;
    color: #fefefe;
}

.main-navigation .menu .submenu > li > a:hover, .main-navigation .menu .submenu > li > a:focus {
    background: #fefefe;
    color: #2f588e;
}

.social-navigation::before, .social-navigation::after {
    display: table;
    content: ' ';
}

.social-navigation::after {
    clear: both;
}

.social-navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-navigation > ul > li {
    vertical-align: middle;
    float: left;
}

.social-navigation > ul > li > a {
    display: block;
    padding: 0 3px;
    padding: 0 0.1875rem;
    line-height: 1;
}

.social-navigation > ul > li > a:hover::before, .social-navigation > ul > li > a:focus::before {
    color: #5077a9;
}

.social-navigation > ul > li:last-child > a {
    padding-right: 0;
}

.social-navigation a {
    position: relative;
    font-size: 23px;
    font-size: 1.4375rem;
}

.social-navigation a::before {
    /* content: ''; */
    font-family: 'FontAwesome';
    text-align: center;
}

.social-navigation a[href*='apple.com']::before {
    content: '';
}

.social-navigation a[href*='bitbucket.com']::before {
    content: '';
}

.social-navigation a[href*='codepen.io']::before {
    content: '';
}

.social-navigation a[href*='dribbble.com']::before {
    content: '';
}

.social-navigation a[href*='dropbox.com']::before {
    content: '';
}

.social-navigation a[href*='facebook.com']::before {
    content: '';
    color: #3b5998;
}

.social-navigation .fa-facebook {
    background-color: #3b5998;
    color: white;
    padding: 0 3px;
    padding: 0 0.1875rem;
}

.social-navigation .fa-linkedin {
    background-color: #0077b5;
    color: white;
    padding: 0 3px;
    padding: 0 0.1875rem;
}

.social-navigation a[href*='flickr.com']::before {
    content: '';
}

.social-navigation a[href*='foursquare.com']::before {
    content: '';
}

.social-navigation a[href*='plus.google.com']::before {
    content: '';
}

.social-navigation a[href*='github.com']::before {
    content: '';
}

.social-navigation a[href*='instagram.com']::before {
    content: '';
}

.social-navigation a[href*='last.fm']::before {
    content: '';
}

.social-navigation a[href*='linkedin.com']::before {
    content: '';
    color: #0077b5;
}

.social-navigation a[href*='pinterest.com']::before {
    content: '';
}

.social-navigation a[href*='slack.com']::before {
    content: '';
}

.social-navigation a[href*='spotify.com']::before {
    content: '';
}

.social-navigation a[href*='tumblr.com']::before {
    content: '';
}

.social-navigation a[href*='twitter.com']::before {
    content: '';
    color: #1da1f2;
}

.social-navigation a[href*='vimeo.com']::before {
    content: '';
}

.social-navigation a[href*='wordpress.com']::before,
.social-navigation a[href*='wordpress.org']::before {
    content: '';
}

.social-navigation a[href*='youtube.com']::before {
    content: '';
    color: #cd201f;
}

.social-navigation a[href*='mailto:']::before {
    content: '';
}

.social-navigation a[href$='/feed/']::before {
    content: '';
}

.site-bread-crumbs-container {
    background-color: #f0f0f0;
    border-bottom: none;
}

.site-bread-crumbs-container > .row {
    padding: 10px;
    padding: 0.625rem;
    border-bottom: 1px solid #b9c2cb;
}

.site-bread-crumbs-container .site-breadcrumbs .breadcrumbs {
    margin-bottom: 0;
}

.site-bread-crumbs-container .site-breadcrumbs i {
    font-size: 16px;
    font-size: 1rem;
}

.entry-header .entry-title {
    margin: 2px 0 4px;
    margin: 0.125rem 0 0.25rem;
    font-family: 'Times New Roman', Georgia, Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #2a5b9a;
}

.entry-header.section-header .section-title {
    margin: 2px 0 4px;
    margin: 0.125rem 0 0.25rem;
    font-family: 'Times New Roman', Georgia, Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #2a5b9a;
}

.entry-header.section-header .entry-title {
    color: #595959;
    margin: 0 0 16px 0;
    font-size: 18px;
}

.hentry {
    padding: 0 15px 15px 15px;
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    font-size: 12px;
    font-size: 0.75rem;
}

.hentry p {
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (max-width: 52.8125em) {
    .widget-area-left img,
    .widget-area-right img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

.collapse_sub_menus .sub-menu > * {
    display: none;
}

.widget-area-left h3 {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.widget-area-left .branding-image {
    padding: 5px;
    border: 1px solid #cfd8e2;
    background: #fefefe;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu .current-menu-ancestor > .sub-menu,
.widget_nav_menu .active > .sub-menu {
    display: block;
}

.widget_nav_menu .current-menu-item {
    background: #fefefe;
}

.widget_nav_menu .current-menu-item > .sub-menu {
    display: block;
}

.widget_nav_menu .menu {
    border-right: 1px solid #adb8c2;
    border-left: 1px solid #adb8c2;
}

.widget_nav_menu .menu > li {
    display: block;
}

.widget_nav_menu .menu .current-menu-ancestor > a, .widget_nav_menu .menu .current-menu-item > a {
    background-color: #f3f2f2;
    color: #444;
}

.widget_nav_menu .menu .sub-menu .current-menu-item > a {
    background-color: #c6d8eb;
    color: #7c96b1;
}

.widget_nav_menu .menu > li {
    border-bottom: 1px solid #adb8c2;
}

.widget_nav_menu .menu > li > a {
    background: #698bc8;
}

.widget_nav_menu .menu > li > a:hover {
    background-color: #f3f2f2;
    color: #444;
}

.widget_nav_menu .menu > li .sub-menu, .widget_nav_menu .menu > li .children {
    margin-left: 0;
    background: #fefefe;
}

.widget_nav_menu .menu > li .sub-menu li, .widget_nav_menu .menu > li .children li {
    border-bottom: 1px solid #adb8c2;
}

.widget_nav_menu .menu > li .sub-menu li:first-child, .widget_nav_menu .menu > li .children li:first-child {
    border-top: 1px solid #adb8c2;
}

.widget_nav_menu .menu > li .sub-menu a, .widget_nav_menu .menu > li .children a {
    padding-left: 28px;
    padding-left: 1.75rem;
    color: #444;
}

.widget_nav_menu .menu > li .sub-menu a:hover, .widget_nav_menu .menu > li .children a:hover {
    background-color: #c6d8eb;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu, .widget_nav_menu .menu > li .sub-menu .children, .widget_nav_menu .menu > li .children .sub-menu, .widget_nav_menu .menu > li .children .children {
    margin-left: 0;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu a, .widget_nav_menu .menu > li .sub-menu .children a, .widget_nav_menu .menu > li .children .sub-menu a, .widget_nav_menu .menu > li .children .children a {
    padding-left: 39px;
    padding-left: 2.4375rem;
    color: #444;
    background-color: #f8fbff;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu .sub-menu, .widget_nav_menu .menu > li .sub-menu .sub-menu .children, .widget_nav_menu .menu > li .sub-menu .children .sub-menu, .widget_nav_menu .menu > li .sub-menu .children .children, .widget_nav_menu .menu > li .children .sub-menu .sub-menu, .widget_nav_menu .menu > li .children .sub-menu .children, .widget_nav_menu .menu > li .children .children .sub-menu, .widget_nav_menu .menu > li .children .children .children {
    margin-left: 0;
}

.widget_nav_menu .menu > li .sub-menu .sub-menu .sub-menu a, .widget_nav_menu .menu > li .sub-menu .sub-menu .children a, .widget_nav_menu .menu > li .sub-menu .children .sub-menu a, .widget_nav_menu .menu > li .sub-menu .children .children a, .widget_nav_menu .menu > li .children .sub-menu .sub-menu a, .widget_nav_menu .menu > li .children .sub-menu .children a, .widget_nav_menu .menu > li .children .children .sub-menu a, .widget_nav_menu .menu > li .children .children .children a {
    padding-left: 108px;
    padding-left: 6.75rem;
    color: #444;
}

.widget_nav_menu .menu.reset .menu-item {
    display: none;
}

.widget_nav_menu .menu.reset .current-menu-ancestor {
    display: block;
}

.widget_nav_menu .menu.reset .current-menu-parent {
    display: block;
}

.widget_nav_menu .menu.reset .current-menu-parent .menu-item {
    display: block;
}

.widget_nav_menu ul {
    list-style: none;
}

.widget_nav_menu ul li {
    list-style: none;
}

.widget_nav_menu ul li a {
    display: block;
    min-height: 22px;
    margin: 0 auto;
    padding: 7px 15px 6px 18px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #fefefe;
    text-decoration: none;
}

.widget.widget_text .textwidget {
    position: relative;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 16px;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #444;
    background-color: #f6f5f5;
}

.widget.widget_text .textwidget > :first-child {
    margin-top: 0;
}

.widget.widget_text .textwidget > :last-child {
    margin-bottom: 0;
}

.widget.widget_text .textwidget p, .widget.widget_text .textwidget span, .widget.widget_text .textwidget a, .widget.widget_text .textwidget div, .widget.widget_text .textwidget li {
    font-size: 14px;
    font-size: 0.875rem;
}

.library_icons_container img.riv_lib_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.site-footer {
    background-color: #2f588e;
    text-align: center;
}

.site-footer .site-info {
    max-width: 980px;
    max-width: 61.25rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #f6f5f5;
}

.site-footer .site-info::before, .site-footer .site-info::after {
    display: table;
    content: ' ';
}

.site-footer .site-info::after {
    clear: both;
}

@media print, screen and (min-width: 52.875em) {
    .site-footer .site-info {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.site-footer .site-info:last-child:not(:first-child) {
    float: right;
}

.site-footer .site-info, .site-footer .site-info:last-child {
    float: none;
}

.site-footer .site-info span:not(:last-child)::after {
    padding: 0 15px;
    padding: 0 0.9375rem;
    content: '•';
}

.site-footer .menu > li {
    display: block;
}

.site-footer .menu > li > a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #99b3d6;
}

.site-footer .menu > li > a:hover, .site-footer .menu > li > a:focus {
    color: #c3def9;
    text-decoration: underline;
}

@media screen and (min-width: 64.0625em) {
    .site-footer .menu > li {
        display: table-cell;
    }
    .site-footer .menu > li > a {
        padding: 0 0.9375rem;
    }
    .site-footer .menu > li > a:not(:last-child) {
        border-right: 1px solid #99b3d6;
    }
}

.widget-news .news-item {
    border-top: solid 1px #e5e5e5;
    font-size: 11px;
    font-size: 0.6875rem;
}

.widget-news .news-item:hover, .widget-news .news-item:active, .widget-news .news-item:focus {
    background-color: #f5f5f5;
}

.widget-news .news-excerpt {
    display: block;
    padding: 16px 8px 0 8px;
    padding: 1rem 0.5rem 0 0.5rem;
}

.widget-news .news-image {
    margin-top: 8px;
    margin-top: 0.5rem;
}

.events-widget {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #595959;
}

.events-widget p {
    margin-bottom: 0;
    line-height: 1.4;
}

.events-widget .event {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    padding: 2px 5px 6px 5px;
    padding: 0.125rem 0.3125rem 0.375rem 0.3125rem;
}

.events-widget .event-title {
    font-weight: bold;
}

.widget-button-images img {
    height: auto;
}

@media screen and (min-width: 64.0625em) {
    .widget-button-images img {
        width: 100%;
    }
}

.widget-media-buttons > a {
    display: block;
    border-bottom: solid 1px #e5e5e5;
}

.widget-media-buttons > a:hover, .widget-media-buttons > a:active, .widget-media-buttons > a:focus {
    background-color: #f5f5f5;
}

.widget-button-group .button {
    margin-bottom: 0;
    border: 2px solid #fefefe;
    font-weight: bold;
    text-transform: uppercase;
}

.widget-button-group .apply-now {
    padding-top: 4px;
    padding-top: 0.25rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    background-color: #f69431;
    font-size: 28px;
    font-size: 1.75rem;
}

.widget-button-group .apply-now:hover, .widget-button-group .apply-now:active, .widget-button-group .apply-now:focus {
    background-color: #f37f0b;
}

.widget-button-group .secondary {
    background-color: #c5c5c5;
    color: #2f588e;
}

.widget-button-group.widget-visit-us .button {
    font-size: 13px;
    font-size: 0.8125rem;
}

.widget-button-group.widget-visit-us .apply-now {
    font-size: 21px;
    font-size: 1.3125rem;
}

.tabs {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
}

.tabs-title > a {
    padding: 12px 14px 14px 14px;
    padding: 0.75rem 0.875rem 0.875rem 0.875rem;
    font-weight: bold;
}

.tabs-title.is-active {
    margin-bottom: -1px;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
}

.tribe-events-event-meta .tribe-events-meta-group {
    padding-top: 24px;
}

.tribe-events-event-meta .tribe-events-meta-group.full-width {
    width: 100%;
    float: none;
}

#content select.tribe-bar-views-select {
    display: none;
}

#content .tribe-events-calendar-custom .hentry {
    padding: 0;
}

#content .tribe-events-calendar-custom .tribe-events-calendar-custom-day-header {
    margin: 0;
    padding: 10px 5px 0px 5px;
    font-size: 10pt;
    font-weight: bold;
    color: #2d5e9d;
    text-transform: none;
}

#content .tribe-events-calendar-custom th {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #2d5e9d;
    font-weight: bold;
    text-transform: none;
    padding: 3px 3px 3px 3px;
    text-align: left;
    border: 0;
}

#content .tribe-events-calendar-custom th.date, #content .tribe-events-calendar-custom td.date {
    width: 10%;
    border: 0;
    text-align: left;
}

#content .tribe-events-calendar-custom th.time, #content .tribe-events-calendar-custom td.time {
    width: 15%;
    border: 0;
    text-align: left;
}

#content .tribe-events-calendar-custom th.event, #content .tribe-events-calendar-custom td.event {
    width: 75%;
    border: 0;
    text-align: left;
}

#content .tribe-events-calendar-custom td.event > div {
    display: inline-block;
}

#content .tribe-events-calendar-custom td.event h3 {
    margin: 0;
    display: inline-block;
}

#content .tribe-events-calendar-custom td.event h3 > a {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
}

.front-page-template .orbit-container {
    text-align: center;
    background: white;
}

.front-page-template .widget-area {
    width: 100%;
}

@media screen and (min-width: 64.0625em) {
    .front-page-template .widget-area {
        float: right;
        width: 330px;
        padding-right: 5px;
    }
}

.front-page-template .content-area {
    width: 100%;
}

@media screen and (min-width: 64.0625em) {
    .front-page-template .content-area {
        float: left;
        width: 630px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.front-page-template .widget {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0 5px;
    padding: 0 0.3125rem;
}

.front-page-template .widget .widget-title {
    margin: 0 !important;
    padding: 7px 6px !important;
    background-color: #f1f0f0 !important;
    font-family: Arial, 'Arial Unicode MS', Helvetica, sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2px;
    color: #7c7c7c !important;
    text-transform: uppercase;
}

.front-page-template .widget .events-title {
    margin: 0 !important;
    padding: 7px 6px !important;
    background-color: #f1f0f0 !important;
    font-family: Arial, 'Arial Unicode MS', Helvetica, sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2px;
    color: #7c7c7c !important;
    text-transform: uppercase;
}

.front-page-template .widget .events-title div {
    display: inline;
}

.front-page-template .widget .events-title h3 {
    display: inline;
}

.front-page-template .widget .events-title .full-calendar {
    float: right;
}

.front-page-template .widget .events-title .full-calendar a {
    font-size: 10px;
    color: #7c7c7c !important;
}

.front-page-template .widget.quick-links-widget {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.front-page-template .widget-events .more-link {
    display: block;
    padding: 2px 5px;
    background-color: #f1f0f0;
    font-family: helvetica, arial, sans-serif;
    color: #698cb8;
    font-weight: normal;
    text-decoration: none;
}

.front-page-template .widget-button-group {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.front-page-template aside div.widget{
    margin-bottom: 20px !important;
}
.front-page-template aside div.sidebar-profile{
    margin-bottom: 0 !important;
}

.front-page-template .button-section {
    margin: 0;
    list-style: none;
}

.front-page-template .button-section::before, .front-page-template .button-section::after {
    display: table;
    content: ' ';
}

.front-page-template .button-section::after {
    clear: both;
}

.front-page-template .button-section.left-column {
    margin-right: 9px;
    margin-right: 0.5625rem;
}

.front-page-template .button-section.two-col, .front-page-template .button-section.col-2 {
    margin: 0 -5px 0;
    margin: 0 -0.3125rem 0;
}

.front-page-template .button-section.two-col > li, .front-page-template .button-section.col-2 > li {
    float: left;
    width: 50%;
}

.front-page-template .button-section.two-col > li:nth-of-type(1n), .front-page-template .button-section.col-2 > li:nth-of-type(1n) {
    clear: none;
}

.front-page-template .button-section.two-col > li:nth-of-type(2n+1), .front-page-template .button-section.col-2 > li:nth-of-type(2n+1) {
    clear: both;
}

.front-page-template .button-section.two-col > li:last-child, .front-page-template .button-section.col-2 > li:last-child {
    float: left;
}

.front-page-template .button-section.three-col, .front-page-template .button-section.col-3 {
    margin: 0 -5px 0;
    margin: 0 -0.3125rem 0;
}

.front-page-template .button-section.three-col > li, .front-page-template .button-section.col-3 > li {
    float: left;
    width: 33.3333333333%;
}

.front-page-template .button-section.three-col > li:nth-of-type(1n), .front-page-template .button-section.col-3 > li:nth-of-type(1n) {
    clear: none;
}

.front-page-template .button-section.three-col > li:nth-of-type(3n+1), .front-page-template .button-section.col-3 > li:nth-of-type(3n+1) {
    clear: both;
}

.front-page-template .button-section.three-col > li:last-child, .front-page-template .button-section.col-3 > li:last-child {
    float: left;
}

.front-page-template .button-section > li {
    padding-left: 0;
    padding-right: 0;
}

.front-page-template .widget-news .rivier-today-header-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 8px;
    clear: both;
    color: #7C7C7C;
    height: 36px;
}

.front-page-template .widget-news .rivier-today-header-box:before {
    content: "";
    position: absolute;
    left: -1.5px;
    top: 0px;
    height: 100%;
    background-color: #0064a4;
    width: 5px;
    padding-right: 10px;
    -webkit-animation: color-flash .5s 8 alternate;
    -o-animation: color-flash .5s 8 alternate;
    animation: color-flash .5s 8 alternate;
}

.front-page-template .widget-news .rivier-today-header-box img.rivier-logo {
    margin-left: 22px;
    height: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.front-page-template .widget-news .rivier-today-header-box h3 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-weight: bold;
    display: block;
    background: #0064a4;
    height: 100%;
    padding-top: 4%;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    letter-spacing: 2px;
}

.front-page-template .widget-news .rivier-today-header-box h3 a, .front-page-template .widget-news .rivier-today-header-box .button h3 a {
    font-size: 11px !important;
    color: #fff !important;
    float: right !important;
    margin: 0 !important;
}

.front-page-template .widget-news .rivier-today-header-box h3 a:hover, .front-page-template .widget-news .rivier-today-header-box .button h3 a:hover {
    color: #cac9c9 !important;
    text-decoration: none;
}

.page-template-landing .widget-area {
    width: 100%;
}

@media screen and (min-width: 64.0625em) {
    .page-template-landing .widget-area {
        float: left;
        width: 330px;
        padding-right: 5px;
    }
}

.page-template-landing #main.site-main {
    width: 100%;
}

@media screen and (min-width: 64.0625em) {
    .page-template-landing #main.site-main {
        float: right;
        width: 630px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.page-template-landing #main.site-main .widget {
    padding: 0 5px;
    padding: 0 0.3125rem;
}

.page-template-landing #main.site-main .widget h3.widget-title {
    padding: 7px 6px;
    background-color: #f1f0f0;
    font-family: Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.page-template-landing #main.site-main .news-item {
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid #cacaca;
}

.page-template-landing .widget {
    padding: 0 5px;
    padding: 0 0.3125rem;
}

.page-template-landing .widget .widget-title {
    padding: 7px 6px;
    background-color: #f1f0f0;
    font-family: Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.page-template-landing .widget-events .more-link {
    display: block;
    padding: 2px 5px;
    background-color: #f1f0f0;
    font-family: helvetica, arial, sans-serif;
    color: #698cb8;
    font-weight: normal;
    text-decoration: none;
}

.sidebar-page-title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
    border: 3px solid #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#f49440), to(#d8721f));
    background: -webkit-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: -o-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: linear-gradient(to bottom, #f49440 0%, #d8721f 100%);
    -webkit-box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
    color: #fefefe;
}

.sidebar-page-title h2 {
    margin-bottom: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(10, 10, 10, 0.25);
}

.sidebar-page-title p {
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(10, 10, 10, 0.25);
}

.simple-links {
    margin: 0;
    list-style: none;
}

.simple-links::before, .simple-links::after {
    display: table;
    content: ' ';
}

.simple-links::after {
    clear: both;
}

.simple-links.left-column {
    margin-right: 9px;
    margin-right: 0.5625rem;
}

.simple-links.two-col, .simple-links.col-2 {
    margin: 0 -5px 0;
    margin: 0 -0.3125rem 0;
}

.simple-links.two-col > li, .simple-links.col-2 > li {
    float: left;
    width: 50%;
    padding-right: 4.5px;
    padding-right: 0.28125rem;
    padding-left: 4.5px;
    padding-left: 0.28125rem;
}

.simple-links.two-col > li:nth-of-type(1n), .simple-links.col-2 > li:nth-of-type(1n) {
    clear: none;
}

.simple-links.two-col > li:nth-of-type(2n+1), .simple-links.col-2 > li:nth-of-type(2n+1) {
    clear: both;
}

.simple-links.two-col > li:last-child, .simple-links.col-2 > li:last-child {
    float: left;
}

.simple-links.three-col, .simple-links.col-3 {
    margin: 0 -5px 0;
    margin: 0 -0.3125rem 0;
}

.simple-links.three-col > li, .simple-links.col-3 > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 4.5px;
    padding-right: 0.28125rem;
    padding-left: 4.5px;
    padding-left: 0.28125rem;
}

.simple-links.three-col > li:nth-of-type(1n), .simple-links.col-3 > li:nth-of-type(1n) {
    clear: none;
}

.simple-links.three-col > li:nth-of-type(3n+1), .simple-links.col-3 > li:nth-of-type(3n+1) {
    clear: both;
}

.simple-links.three-col > li:last-child, .simple-links.col-3 > li:last-child {
    float: left;
}

.simple-links.four-col, .simple-links.col-4 {
    margin: 0 -5px 0;
    margin: 0 -0.3125rem 0;
}

.simple-links.four-col > li, .simple-links.col-4 > li {
    float: left;
    width: 25%;
    padding-right: 4.5px;
    padding-right: 0.28125rem;
    padding-left: 4.5px;
    padding-left: 0.28125rem;
}

.simple-links.four-col > li:nth-of-type(1n), .simple-links.col-4 > li:nth-of-type(1n) {
    clear: none;
}

.simple-links.four-col > li:nth-of-type(4n+1), .simple-links.col-4 > li:nth-of-type(4n+1) {
    clear: both;
}

.simple-links.four-col > li:last-child, .simple-links.col-4 > li:last-child {
    float: left;
}

.simple-links > li.txt-button {
    margin-bottom: 5px;
}

.simple-links > li.txt-button > a {
    height: 40px;
    display: block;
    background-color: #f0f0f0;
    color: #7c7c7c;
    margin-bottom: 5px;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.simple-links > li.txt-button > a:hover, .simple-links > li.txt-button > a:focus {
    background-color: #7c7c7c;
    color: #f0f0f0;
}

.simple-links > li.img-button {
    margin-bottom: 5px;
}

.simple-links.btn > li > a {
    padding: 12px 8px;
    padding: 0.75rem 0.5rem;
    border: 3px solid #fefefe;
    -webkit-box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(10, 10, 10, 0.25);
    text-transform: none;
}

.simple-links.btn.btn > li.img-btn > a {
    width: 100%;
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.simple-links.btn.btn > li.img-btn > img {
    width: 100%;
}

.simple-links.primary > li {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.simple-links.primary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#f49440), to(#d8721f));
    background: -webkit-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: -o-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: linear-gradient(to bottom, #f49440 0%, #d8721f 100%);
    color: #fefefe;
}

.simple-links.primary > li > a:hover, .simple-links.primary > li > a:focus {
    background: #d8721f;
}

.simple-links.primary > li.img-btn {
    margin-bottom: 0;
}

.simple-links.primary > li.img-btn > a {
    background: none !important;
}

.simple-links.primary > li.img-btn > a:hover, .simple-links.primary > li.img-btn > a:focus {
    background: none !important;
}

.sidebar-divider {
    height: 12px;
    margin-top: 6px;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f49440), to(#d8721f));
    background: -webkit-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: -o-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: linear-gradient(to bottom, #f49440 0%, #d8721f 100%);
}

.sidebar-profile {
    padding-top: 6px;
    padding-bottom: 5px;
}

.quick-links {
    clear: both;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    background-color: #ffe6a6;
}

.quick-links label {
    padding-left: 5px;
    letter-spacing: -1px;
    color: #666;
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
}

.quick-links label.show-for-sr {
    line-height: 0;
    margin-top: 0;
}

.quick-links select {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.theme-yellow .sidebar-page-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2ac20), to(#cb921d));
    background: -webkit-linear-gradient(top, #e2ac20 0%, #cb921d 100%);
    background: -o-linear-gradient(top, #e2ac20 0%, #cb921d 100%);
    background: linear-gradient(to bottom, #e2ac20 0%, #cb921d 100%);
}

.theme-yellow .simple-links.primary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2ac20), to(#cb921d));
    background: -webkit-linear-gradient(top, #e2ac20 0%, #cb921d 100%);
    background: -o-linear-gradient(top, #e2ac20 0%, #cb921d 100%);
    background: linear-gradient(to bottom, #e2ac20 0%, #cb921d 100%);
}

.theme-yellow .simple-links.primary > li > a:hover, .theme-yellow .simple-links.primary > li > a:focus {
    background: #cb921d;
}

.theme-yellow .simple-links.secondary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#305c93), to(#143b66));
    background: -webkit-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: -o-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: linear-gradient(to bottom, #305c93 0%, #143b66 100%);
    color: #fefefe;
}

.theme-yellow .simple-links.secondary > li > a:hover, .theme-yellow .simple-links.secondary > li > a:focus {
    background: #143b66;
}

.theme-blue .sidebar-page-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#305c93), to(#143b66));
    background: -webkit-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: -o-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: linear-gradient(to bottom, #305c93 0%, #143b66 100%);
}

.theme-blue .simple-links.primary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#305c93), to(#143b66));
    background: -webkit-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: -o-linear-gradient(top, #305c93 0%, #143b66 100%);
    background: linear-gradient(to bottom, #305c93 0%, #143b66 100%);
    color: #fefefe;
}

.theme-blue .simple-links.primary > li > a:hover, .theme-blue .simple-links.primary > li > a:focus {
    background: #143b66;
}

.theme-green .sidebar-page-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#3f654b), to(#22492d));
    background: -webkit-linear-gradient(top, #3f654b 0%, #22492d 100%);
    background: -o-linear-gradient(top, #3f654b 0%, #22492d 100%);
    background: linear-gradient(to bottom, #3f654b 0%, #22492d 100%);
}

.theme-green .simple-links.primary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#3f654b), to(#22492d));
    background: -webkit-linear-gradient(top, #3f654b 0%, #22492d 100%);
    background: -o-linear-gradient(top, #3f654b 0%, #22492d 100%);
    background: linear-gradient(to bottom, #3f654b 0%, #22492d 100%);
    color: #fefefe;
}

.theme-green .simple-links.primary > li > a:hover, .theme-green .simple-links.primary > li > a:focus {
    background: #22492d;
}

.theme-red .sidebar-page-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#820910), to(#5f0309));
    background: -webkit-linear-gradient(top, #820910 0%, #5f0309 100%);
    background: -o-linear-gradient(top, #820910 0%, #5f0309 100%);
    background: linear-gradient(to bottom, #820910 0%, #5f0309 100%);
}

.theme-red .simple-links.primary > li > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#820910), to(#5f0309));
    background: -webkit-linear-gradient(top, #820910 0%, #5f0309 100%);
    background: -o-linear-gradient(top, #820910 0%, #5f0309 100%);
    background: linear-gradient(to bottom, #820910 0%, #5f0309 100%);
    color: #fefefe;
}

.theme-red .simple-links.primary > li > a:hover, .theme-red .simple-links.primary > li > a:focus {
    background: #820910;
}

.landing-slider {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f49440), to(#d8721f));
    background: -webkit-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: -o-linear-gradient(top, #f49440 0%, #d8721f 100%);
    background: linear-gradient(to bottom, #f49440 0%, #d8721f 100%);
    -webkit-box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.25);
}

.landing-slider .orbit-next,
.landing-slider .orbit-previous {
    background-color: rgba(10, 10, 10, 0.5);
}

.landing-slider .orbit-next:hover, .landing-slider .orbit-next:focus,
.landing-slider .orbit-previous:hover,
.landing-slider .orbit-previous:focus {
    outline: none;
    background-color: #0a0a0a;
}

.landing-slider .orbit-next {
    right: 10px;
}

.landing-slider .orbit-previous {
    left: 10px;
}

.landing-title {
    color: #2a5188;
}

.alumni-link {
    font-size: 12px;
    font-weight: bold;
    color: #2a5188;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    float: left;
    overflow-wrap: break-word;
    width: 10em;
    clear: both;
    padding-left: 12px;
}

.advancement-image-container {
    position: relative;
}

.advancement-image-container img {
    position: absolute;
    left: -38px;
    max-width: 183px;
}

.album_container_page .riv-vmenu div.menu_parent {
    background: #698BC8;
    padding: 6px 15px 0 15px;
    margin: 0 auto;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #FFFFFF;
    min-height: 22px;
    line-height: 15px;
}

.album_container_page .riv-vmenu a div.menu_parent:hover {
    background: #F3F2F2;
    padding: 6px 15px 0 15px;
    margin: 0 auto;
    text-decoration: none;
    color: #000000;
}

.album_container_page .riv-vmenu a:hover div.menu_child {
    text-decoration: none;
    color: #7C96B1;
    background: #C6D8EB;
    margin: 0 auto;
}

.album_container_page .riv-vmenu .menu_child {
    line-height: 20px;
    color: #244a7e;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #AFBFCF;
    padding-left: 4px;
}

.page-template-landing-content-block-version section.lower img {
    width: 300px !important;
    height: 216px !important;
}

.page-template-picture-landing .pictures .columns {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px dotted #A3B4C8;
}

.video-section {
    max-width: 980px;
    max-width: 61.25rem;
    margin-right: auto;
    margin-left: auto;
}

.video-section::before, .video-section::after {
    display: table;
    content: ' ';
}

.video-section::after {
    clear: both;
}

.video-section .video-container {
    width: 66.6666666667%;
    float: left;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 52.875em) {
    .video-section .video-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.video-section .video-container:last-child:not(:first-child) {
    float: right;
}

.video-section .video-playlist {
    width: 33.3333333333%;
    float: left;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    max-height: 415px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
}

@media print, screen and (min-width: 52.875em) {
    .video-section .video-playlist {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print {
    aside#secondary-left, aside#secondary-right {
        display:none;
    }
}

.video-section .video-playlist:last-child:not(:first-child) {
    float: right;
}

.video-section .video-playlist ul {
    margin: 0;
}

.video-section .video-playlist ul li {
    cursor: pointer;
    list-style: none;
    height: 74px;
    padding: 3px;
    cursor: pointer;
    border-color: #eff2f5;
    border-bottom-style: solid;
    background: white;
    color: #2f588e;
}

.video-section .video-playlist ul li:hover {
    background-color: #C9D3DE;
}

.video-section .video-playlist .video-palylist-header {
    background: #FF8B3D url(../img/blockheader.png) scroll;
    padding: 6px 0;
    margin: 0 auto 2px;
}

.video-section .video-playlist .video-palylist-header h3 {
    color: #fefefe;
    margin: 0 5px;
}

.video-section .video-playlist .video-thumbnail {
    float: right;
    width: 80px;
    padding: 6px 1px 0px 1px;
    margin-left: 8px;
}
/*# sourceMappingURL=main.css.map */
