/**  * Foundation for Sites by ZURB  * Version 6.2.0  * foundation.zurb.com  * Licensed under MIT Open Source  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**    * 1. Set default font family to sans-serif.    * 2. Prevent iOS and IE text size adjust after device orientation change,    *    without disabling user zoom.    */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**    * Remove default margin.    */
body {
    margin: 0;
}

:root {
    --main-color: #0082BA;
}

/* HTML5 display definitions      ========================================================================== */
/**    * Correct `block` display not defined for any HTML5 element in IE 8/9.    * Correct `block` display not defined for `details` or `summary` in IE 10/11    * and Firefox.    * Correct `block` display not defined for `main` in IE 11.    */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**    * 1. Correct `inline-block` display not defined in IE 8/9.    * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.    */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**    * Prevent modern browsers from displaying `audio` without controls.    * Remove excess height in iOS 5 devices.    */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**    * Address `[hidden]` styling not present in IE 8/9/10.    * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.    */
[hidden],
template {
    display: none;
}

/* Links      ========================================================================== */
/**    * Remove the gray background color from active links in IE 10.    */
a {
    background-color: transparent;
}

/**    * Improve readability of focused elements when they are also in an    * active/hover state.    */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics      ========================================================================== */
/**    * Address styling not present in IE 8/9/10/11, Safari, and Chrome.    */
abbr[title] {
    border-bottom: 1px dotted;
}

/**    * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.    */
b,
strong {
    font-weight: bold;
}

/**    * Address styling not present in Safari and Chrome.    */
dfn {
    font-style: italic;
}

/**    * Address variable `h1` font-size and margin within `section` and `article`    * contexts in Firefox 4+, Safari, and Chrome.    */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**    * Address styling not present in IE 8/9.    */
mark {
    background: #ff0;
    color: #000;
}

/**    * Address inconsistent and variable font size in all browsers.    */
small {
    font-size: 80%;
}

/**    * Prevent `sub` and `sup` affecting `line-height` in all browsers.    */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content      ========================================================================== */
/**    * Remove border when inside `a` element in IE 8/9/10.    */
img {
    border: 0;
}

/**    * Correct overflow not hidden in IE 9/10/11.    */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content      ========================================================================== */
/**    * Address margin not present in IE 8/9 and Safari.    */
figure {
    margin: 1em 40px;
}

/**    * Address differences between Firefox and other browsers.    */
hr {
    box-sizing: content-box;
    height: 0;
}

/**    * Contain overflow in all browsers.    */
pre {
    overflow: auto;
}

/**    * Address odd `em`-unit font size rendering in all browsers.    */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Tables      ========================================================================== */
/**    * Remove most spacing between table cells.    */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row::before,
.row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.row::after {
    clear: both;
}

.row.collapse &gt;
.column,
.row.collapse &gt;

.columns {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

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

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

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

@media screen and (min-width: 40em) {

    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 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 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    width: 8.33333%;
}

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

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

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

.small-2 {
    width: 16.66667%;
}

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

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

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

.small-3 {
    width: 25%;
}

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

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

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

.small-4 {
    width: 33.33333%;
}

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

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

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

.small-5 {
    width: 41.66667%;
}

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

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

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

.small-6 {
    width: 50%;
}

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

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

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

.small-7 {
    width: 58.33333%;
}

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

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

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

.small-8 {
    width: 66.66667%;
}

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

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

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

.small-9 {
    width: 75%;
}

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

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

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

.small-10 {
    width: 83.33333%;
}

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

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

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

.small-11 {
    width: 91.66667%;
}

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

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

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

.small-12 {
    width: 100%;
}

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

.small-up-1 &gt;
.column,
.small-up-1 &gt;

.columns {
    width: 100%;
    float: left;
}

.small-up-1 &gt;
.column:nth-of-type(1n),
.small-up-1 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 &gt;
.column:nth-of-type(1n+1),
.small-up-1 &gt;

.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 &gt;
.column:last-child,
.small-up-1 &gt;

.columns:last-child {
    float: left;
}

.small-up-2 &gt;
.column,
.small-up-2 &gt;

.columns {
    width: 50%;
    float: left;
}

.small-up-2 &gt;
.column:nth-of-type(1n),
.small-up-2 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 &gt;
.column:nth-of-type(2n+1),
.small-up-2 &gt;

.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 &gt;
.column:last-child,
.small-up-2 &gt;

.columns:last-child {
    float: left;
}

.small-up-3 &gt;
.column,
.small-up-3 &gt;

.columns {
    width: 33.33333%;
    float: left;
}

.small-up-3 &gt;
.column:nth-of-type(1n),
.small-up-3 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 &gt;
.column:nth-of-type(3n+1),
.small-up-3 &gt;

.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 &gt;
.column:last-child,
.small-up-3 &gt;

.columns:last-child {
    float: left;
}

.small-up-4 &gt;
.column,
.small-up-4 &gt;

.columns {
    width: 25%;
    float: left;
}

.small-up-4 &gt;
.column:nth-of-type(1n),
.small-up-4 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 &gt;
.column:nth-of-type(4n+1),
.small-up-4 &gt;

.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 &gt;
.column:last-child,
.small-up-4 &gt;

.columns:last-child {
    float: left;
}

.small-up-5 &gt;
.column,
.small-up-5 &gt;

.columns {
    width: 20%;
    float: left;
}

.small-up-5 &gt;
.column:nth-of-type(1n),
.small-up-5 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 &gt;
.column:nth-of-type(5n+1),
.small-up-5 &gt;

.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 &gt;
.column:last-child,
.small-up-5 &gt;

.columns:last-child {
    float: left;
}

.small-up-6 &gt;
.column,
.small-up-6 &gt;

.columns {
    width: 16.66667%;
    float: left;
}

.small-up-6 &gt;
.column:nth-of-type(1n),
.small-up-6 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 &gt;
.column:nth-of-type(6n+1),
.small-up-6 &gt;

.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 &gt;
.column:last-child,
.small-up-6 &gt;

.columns:last-child {
    float: left;
}

.small-up-7 &gt;
.column,
.small-up-7 &gt;

.columns {
    width: 14.28571%;
    float: left;
}

.small-up-7 &gt;
.column:nth-of-type(1n),
.small-up-7 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 &gt;
.column:nth-of-type(7n+1),
.small-up-7 &gt;

.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 &gt;
.column:last-child,
.small-up-7 &gt;

.columns:last-child {
    float: left;
}

.small-up-8 &gt;
.column,
.small-up-8 &gt;

.columns {
    width: 12.5%;
    float: left;
}

.small-up-8 &gt;
.column:nth-of-type(1n),
.small-up-8 &gt;

.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 &gt;
.column:nth-of-type(8n+1),
.small-up-8 &gt;

.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 &gt;
.column:last-child,
.small-up-8 &gt;

.columns:last-child {
    float: left;
}

.small-collapse &gt;
.column,
.small-collapse &gt;

.columns {
    padding-left: 0;
    padding-right: 0;
}

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

.small-uncollapse &gt;
.column,
.small-uncollapse &gt;

.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

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

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

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

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

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

    .medium-3 {
        width: 25%;
    }

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

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

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

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

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

    .medium-6 {
        width: 50%;
    }

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

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

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

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

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

    .medium-9 {
        width: 75%;
    }

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

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

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

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

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

    .medium-12 {
        width: 100%;
    }

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

    .medium-up-1 &gt;
    .column,
    .medium-up-1 &gt;

    .columns {
        width: 100%;
        float: left;
    }

    .medium-up-1 &gt;
    .column:nth-of-type(1n),
    .medium-up-1 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 &gt;
    .column:nth-of-type(1n+1),
    .medium-up-1 &gt;

    .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1 &gt;
    .column:last-child,
    .medium-up-1 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-2 &gt;
    .column,
    .medium-up-2 &gt;

    .columns {
        width: 50%;
        float: left;
    }

    .medium-up-2 &gt;
    .column:nth-of-type(1n),
    .medium-up-2 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 &gt;
    .column:nth-of-type(2n+1),
    .medium-up-2 &gt;

    .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2 &gt;
    .column:last-child,
    .medium-up-2 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-3 &gt;
    .column,
    .medium-up-3 &gt;

    .columns {
        width: 33.33333%;
        float: left;
    }

    .medium-up-3 &gt;
    .column:nth-of-type(1n),
    .medium-up-3 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 &gt;
    .column:nth-of-type(3n+1),
    .medium-up-3 &gt;

    .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3 &gt;
    .column:last-child,
    .medium-up-3 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-4 &gt;
    .column,
    .medium-up-4 &gt;

    .columns {
        width: 25%;
        float: left;
    }

    .medium-up-4 &gt;
    .column:nth-of-type(1n),
    .medium-up-4 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 &gt;
    .column:nth-of-type(4n+1),
    .medium-up-4 &gt;

    .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4 &gt;
    .column:last-child,
    .medium-up-4 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-5 &gt;
    .column,
    .medium-up-5 &gt;

    .columns {
        width: 20%;
        float: left;
    }

    .medium-up-5 &gt;
    .column:nth-of-type(1n),
    .medium-up-5 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 &gt;
    .column:nth-of-type(5n+1),
    .medium-up-5 &gt;

    .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5 &gt;
    .column:last-child,
    .medium-up-5 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-6 &gt;
    .column,
    .medium-up-6 &gt;

    .columns {
        width: 16.66667%;
        float: left;
    }

    .medium-up-6 &gt;
    .column:nth-of-type(1n),
    .medium-up-6 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 &gt;
    .column:nth-of-type(6n+1),
    .medium-up-6 &gt;

    .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6 &gt;
    .column:last-child,
    .medium-up-6 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-7 &gt;
    .column,
    .medium-up-7 &gt;

    .columns {
        width: 14.28571%;
        float: left;
    }

    .medium-up-7 &gt;
    .column:nth-of-type(1n),
    .medium-up-7 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 &gt;
    .column:nth-of-type(7n+1),
    .medium-up-7 &gt;

    .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7 &gt;
    .column:last-child,
    .medium-up-7 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-up-8 &gt;
    .column,
    .medium-up-8 &gt;

    .columns {
        width: 12.5%;
        float: left;
    }

    .medium-up-8 &gt;
    .column:nth-of-type(1n),
    .medium-up-8 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 &gt;
    .column:nth-of-type(8n+1),
    .medium-up-8 &gt;

    .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8 &gt;
    .column:last-child,
    .medium-up-8 &gt;

    .columns:last-child {
        float: left;
    }

    .medium-collapse &gt;
    .column,
    .medium-collapse &gt;

    .columns {
        padding-left: 0;
        padding-right: 0;
    }

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

    .medium-uncollapse &gt;
    .column,
    .medium-uncollapse &gt;

    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

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

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

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

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

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

    .large-3 {
        width: 25%;
    }

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

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

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

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

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

    .large-6 {
        width: 50%;
    }

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

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

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

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

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

    .large-9 {
        width: 75%;
    }

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

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

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

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

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

    .large-12 {
        width: 100%;
    }

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

    .large-up-1 &gt;
    .column,
    .large-up-1 &gt;

    .columns {
        width: 100%;
        float: left;
    }

    .large-up-1 &gt;
    .column:nth-of-type(1n),
    .large-up-1 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 &gt;
    .column:nth-of-type(1n+1),
    .large-up-1 &gt;

    .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1 &gt;
    .column:last-child,
    .large-up-1 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-2 &gt;
    .column,
    .large-up-2 &gt;

    .columns {
        width: 50%;
        float: left;
    }

    .large-up-2 &gt;
    .column:nth-of-type(1n),
    .large-up-2 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 &gt;
    .column:nth-of-type(2n+1),
    .large-up-2 &gt;

    .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2 &gt;
    .column:last-child,
    .large-up-2 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-3 &gt;
    .column,
    .large-up-3 &gt;

    .columns {
        width: 33.33333%;
        float: left;
    }

    .large-up-3 &gt;
    .column:nth-of-type(1n),
    .large-up-3 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 &gt;
    .column:nth-of-type(3n+1),
    .large-up-3 &gt;

    .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3 &gt;
    .column:last-child,
    .large-up-3 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-4 &gt;
    .column,
    .large-up-4 &gt;

    .columns {
        width: 25%;
        float: left;
    }

    .large-up-4 &gt;
    .column:nth-of-type(1n),
    .large-up-4 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 &gt;
    .column:nth-of-type(4n+1),
    .large-up-4 &gt;

    .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4 &gt;
    .column:last-child,
    .large-up-4 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-5 &gt;
    .column,
    .large-up-5 &gt;

    .columns {
        width: 20%;
        float: left;
    }

    .large-up-5 &gt;
    .column:nth-of-type(1n),
    .large-up-5 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 &gt;
    .column:nth-of-type(5n+1),
    .large-up-5 &gt;

    .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5 &gt;
    .column:last-child,
    .large-up-5 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-6 &gt;
    .column,
    .large-up-6 &gt;

    .columns {
        width: 16.66667%;
        float: left;
    }

    .large-up-6 &gt;
    .column:nth-of-type(1n),
    .large-up-6 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 &gt;
    .column:nth-of-type(6n+1),
    .large-up-6 &gt;

    .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6 &gt;
    .column:last-child,
    .large-up-6 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-7 &gt;
    .column,
    .large-up-7 &gt;

    .columns {
        width: 14.28571%;
        float: left;
    }

    .large-up-7 &gt;
    .column:nth-of-type(1n),
    .large-up-7 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 &gt;
    .column:nth-of-type(7n+1),
    .large-up-7 &gt;

    .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7 &gt;
    .column:last-child,
    .large-up-7 &gt;

    .columns:last-child {
        float: left;
    }

    .large-up-8 &gt;
    .column,
    .large-up-8 &gt;

    .columns {
        width: 12.5%;
        float: left;
    }

    .large-up-8 &gt;
    .column:nth-of-type(1n),
    .large-up-8 &gt;

    .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 &gt;
    .column:nth-of-type(8n+1),
    .large-up-8 &gt;

    .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8 &gt;
    .column:last-child,
    .large-up-8 &gt;

    .columns:last-child {
        float: left;
    }

    .large-collapse &gt;
    .column,
    .large-collapse &gt;

    .columns {
        padding-left: 0;
        padding-right: 0;
    }

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

    .large-uncollapse &gt;
    .column,
    .large-uncollapse &gt;

    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

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

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

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    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;
}

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

a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

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

li {
    font-size: inherit;
}

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

ol {
    margin-left: 1.25rem;
}

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

dl {
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
    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: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: '\2014 \0020';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !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;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.reveal &gt;

:last-child {
    margin-bottom: 0;
}

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

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

.reveal.collapse {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

.flex-video.vimeo {
    padding-top: 0;
}

ul.co-nav,
.breadcrumb {
    display: none;
}

#CompVideo {
    display: none;
}

.profile #PDetails {
    display: none;
}

.profile #PTitle h1 {
    display: none;
}

#CompCareerHead {
    display: none;
}

.profile .open-jobs h2 {
    display: none;
}

@media screen and (max-width:415px) {
    form#emailFriend {
        display: block;
        clear: both;
        padding: 10px;
    }
}

/***************************************************************
****************************************************************
****     Client: SiouxCenter                                ****
****     Project: Custom Career Site Build                  ****
****     Date:                                              ****
****     Author:  jz                                        ****
****     Company: Recruiting.com                            ****
****************************************************************
***************************************************************/


.joby-body strong:after {
    content: ' ';
}

body .jobs-list .results-list .result-item.expanded {
    margin-bottom: 0;
}

body .jobs-list .results-list .result-item .item-title {
    cursor: default;
}

body .jobs-list .results-list .result-item a.item-title {
    cursor: pointer;
}

body .jobs-list .results-list .result-item .item-details.is-expanded,
body .jobs-list .results-list .result-item .item-title .expand-collapse-button,
#jobs-list.jobs-list .groups-list__header {
    display: none;
}

/*body .jobs-list .results-list .result-item.expanded .item-title { color: #555; }*/

/***************************************************************
KILLS + fixes
***************************************************************/

.profile #PTitle,
.cc-facebook #PTitle,
.cc-facebook .open-jobs h2,
ul.co-nav {
    display: none;
}

.cc-facebook .open-jobs {
    margin-left: 20px;
}

/****************************************************************
GENERAL STYLES
****************************************************************/

[class*="column"]+[class*="column"]:last-child {
    float: left;
}

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

.browseriPad .wow,
.browseriPad .animated,
.browseriPhone .wow,
.browseriPhone .animated,
.browserAndroid .wow,
.browserAndroid .animated {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important;
}


/***************************************************************
Sections
***************************************************************/

.section {
    padding: 50px 0;
}

#section-one {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/C4WW0_header/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    height: 35vw;
    position: relative;
}

.hero-award {
    width: 90px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#company-profile-main #section-two h1 {
    text-align: center;
}

#company-profile-main #section-two h2 {
    margin-top: 13%;
}

#section-two {
    background: #fff;
    min-height: inherit;
}

#section-three {
    background: #f1f1f1;
    position: relative;
}

#section-four {
    background: #fff;
    z-index: 10;
    position: relative;
}

#section-four p {
    margin-bottom: 3rem;
}

#section-five {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/JJF4E_life-bg/life-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: bottom;
    padding-top: 100px;
}

#section-six {
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.line {
    padding: 20px 0;
}

#position-callout {
    text-align: center;
    position: relative;
    min-height: 480px;
    padding: 20px;
}

#position-callout img {
    padding-bottom: 20px;
}

#position-callout .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 20px;
}

#hover-sec-1 {
    background: #f1f1f1;
    max-width: 100% !important;
    max-height: 100px;
    /*margin-bottom: -130px;*/
    position: absolute;
    bottom: 0;
}

#top-1-col {
    border-top: 5px solid #009639;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 300px;
    padding: 25px 30px 50px 30px;
    background-color: #f1f1f1;
}

#top-1-col:hover,
#top-2-col:hover,
#top-3-col:hover {
    margin-top: -210px;
    position: relative;
    padding: 20px 30px;
}

#top-2-col {
    border-top: 5px solid #0082BA;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 300px;
    padding: 25px 30px 50px 30px;
    background-color: #f1f1f1;
}

#top-3-col {
    border-top: 5px solid #AF1685;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 300px;
    padding: 25px 30px 50px 30px;
    background-color: #f1f1f1;
}

#tc {
    padding: 100px 10px 50px 10px;
}


/***************************************************************
Nurse Page
***************************************************************/

#nurse-sec-one {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/AWPO7_nurse-bg/nurse-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    height: 35vw;
    padding-top: 150px;
    background-position: center;
}

#nurse-sec-one h1 {
    width: 65%;
}

#nurse-sec-two {
    background: #fff;
}

#nurse-sec-three {
    text-align: center;
}


/***************************************************************
Volunteer Page
***************************************************************/

#vol-sec-one {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/JIK7R_volunteer-bg/volunteer-bg.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 240px;
    position: relative;
    clear: both;
    min-height: 450px;
    height: 35vw;
}

#vol-sec-two {
    background: #fff;
}

#vol-sec-three {
    background: #fff;
}

#vol-sec-four {
    background: #fff;
}

.orange-box {
    background: #E03C31;
    padding: 20px;
}

/***************************************************************
welcome Page -- 'hidden'
***************************************************************/

#welcome-sec-one {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/E2V85_welcome-bg/welcome-bg.png") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    position: relative;
    clear: both;
    min-height: 300px;
    height: 25vw;
}

#welcome-sec-two {
    background: #fff;
}

/***************************************************************
Life at Sioux Page
***************************************************************/

#life-sec-one {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/9GD68_header-bg/header-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 287px;
    min-height: 713px;
    height: 35px;
}

#life-sec-two {
    background: #fff;
}

@media (min-width: 768px) {
    #life-sec-one {
        padding-top: 407px;
    }
}


/***************************************************************
Font Styles & Buttons
***************************************************************/

.white,
.white-text {
    color: #fff !important;
}

.text-purple,
.purple-text {
    color: #AF1685 !important;
}

.text-orange,
.orange-text {
    color: #E03C31 !important;
}

.blue,
.blue-text,
.text-blue {
    color: #0082BA !important;
}

.text-green,
.green-text {
    color: #009639 !important;
}

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

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

.purple-text,
.blue-text,
.orange-text,
.green-text {
    padding: 20px;
}

.shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.ThemedContent h1.container h1,
.container h2,
.ThemedContent h2 .container h3,
.ThemedContent h3 .container h4,
.ThemedContent h4 a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4D4D;
}

h1.body-h1,
.ThemedContent h1,
.container h1 {
    font-size: 62px;
    font-weight: 300;
}

#job-detail h1.body-h1,
#job-detail .ThemedContent h1,
#job-detail .container h1 {
    font-size: 36px;
}

.container h2,
.ThemedContent h2 {
    font-size: 36px;
    font-weight: 300;
}

.container h3,
.ThemedContent h3 {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
}

.container h4,
.ThemedContent h4 {
    font-size: 24px;
    font-weight: bold;
}

.container p,
.ThemedContent p,
.container ul li,
.ThemedContent ul li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4D4D;
    font-size: 16px;
}

a {
    color: #E03C31;
}

a:hover {
    color: #0082BA;
}

b,
strong {
    font-weight: 600;
}

.btn {
    border: 1px solid #4D4D4D;
    display: inline-block;
    background: transparent;
    color: #4D4D4D;
    width: 210px;
    height: 45px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn:hover {
    background: #E03C31;
    color: #fff;
    border: 1px solid #fff;
}

.btn-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    width: 210px;
    height: 45px;
    text-align: center;
    padding: 10px 50px;
    margin: 0 auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-white:hover {
    background: #AF1685;
    color: #fff;
    border: 1px solid #fff;
}

a.btn-white:focus,
a.my-modal.btn-white:focus {
    color: #fff;
}

ul.white li {
    color: white;
}

.btn__pink {
    display: inline-block;
    text-align: center;
    background: #AF1685;
    color: #fff;
    font-weight: 600;
    min-width: 210px;
    max-width: 100%;
    padding: 10px 15px;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn__pink:hover,
.btn__pink:focus {
    background: #E03C31;
    color: #fff;
}

/***************************************************************
NAVIGATION
***************************************************************/

.main-nav {
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
    height: 91px;
    top: 0;
    z-index: 20;
}

.main-nav-inner {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.main-nav img {
    float: left;
    padding: 20px 0;
}

.main-nav ul {
    float: right;
    list-style-type: none;
    margin: 0;
}

.main-nav ul li {
    display: inline;
}

.main-nav ul li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 20px 10px;
    border-bottom: 1px solid transparent;
}

.main-nav ul li a:hover {
    border-bottom: 1px solid #191919;
    text-decoration: none;
}


/***************************************************************
FOOTER
***************************************************************/

.main-foot {
    width: 100%;
    background-color: #4D4D4D;
    padding: 30px 10px;
    /*min-height: 200px;*/
    text-align: center;
}

.main-foot-inner {
    display: block;
    margin: 0 auto;
    max-width: 960px;
}

#CompHTMLPageBottom {
    background-color: #4D4D4D;
    background-size: cover;
    position: relative;
}

#footerpowered {
    min-height: 16px;
    margin: 0;
    background-color: #4D4D4D;
    padding-bottom: 20px;
}

#footerpowered .PoweredBy {
    width: 84px;
    font-size: 11px;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

ul.social-icons {
    list-style-type: none;
}

.social-icons li {
    display: inline;
    padding: 10px;
}


/**********************************************************************************************************
JOB SEARCH
**********************************************************************************************************/


/**********************************************************************************************************
JOB LIST
**********************************************************************************************************/


#Apply h2 {
    display: none;
}

a.ApplyButton.Custom {
    max-width: 250px;
    text-align: center;
    margin: 10px;
}

.ApplyButton {
    color: #0082BA;
}

.ApplyButton:hover,
.ApplyButton:hover strong,
.ApplyButton:hover span {
    background: #0082BA;
    color: #fff;
    text-decoration: none;
}

/**********************************************************************************************************
JOBING Page
**********************************************************************************************************/

.profile .count {
    display: none;
}

.profile #PContent {
    margin-right: 0;
}

.profile .title {
    color: #4D4D4D;
    font-size: 20px;
    display: block;
}

.profile .job-location,
.profile .job-pay {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: lighter;
    display: block;
    padding-left: 20px;
}

.profile #PContent .open-jobs ul li {
    list-style: none;
    border-bottom: 1px solid #0082BA;
    margin: 5px;
    padding: 20px;
}

.profile #PContent .open-jobs ul li:hover {
    background: #f1f1f1;
}

.profile .job-body {
    padding: 0 20px;
}


/**********************************************************************************************************
SLICK NAV
**********************************************************************************************************/

.slicknav_menu,
#menu {
    display: none;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_menu {
    background: #fff url(https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/19C3T_logo/logo.png) 10px 8px no-repeat !important;
    background-size: 200px !important;
    border-bottom: 1px solid #eee;
    padding: 15px 20px !important;
}

.slicknav_menu .slicknav_icon {
    margin: 0px !important;
}

.slicknav_btn {
    background-color: transparent !important;
    /*** HAMBURGER BACKGROUND COLOR ***/
    padding: 0.5em 0.625em 0.6em 0.625em !important;
}

.slicknav_btn:hover {
    cursor: pointer;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #4D4D4D !important;
    /*** HAMBURGER BARS COLOR ***/
}

.slicknav_nav a {
    padding: 5px 0px 8px 0px !important;
    margin: 0px !important;
    text-decoration: none !important;
    color: #4D4D4D !important;
    font-size: 16px !important;
    text-align: center !important;
    background: none !important;
    font-weight: 400;
    letter-spacing: .1em;
    border-top: 1px solid #eee;
    line-height: 25px;
}

.slicknav_nav li:first-child {
    margin-top: 10px !important;
}

.slicknav_nav a:hover {
    border-radius: 0px !important;
    background: #f1f1f1 !important;
    color: #0082BA !important;
}

.slicknav_menu {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width: 640px) {
    .slicknav_menu {
        display: block;
    }

    .co-nav,
    .main-nav {
        display: none;
    }
}


/***************************************************************
MEDIA QUERIES/ VERSIONING
***************************************************************/


/**********************************************************************************************************
VERTICAL ACCORDION - START
**********************************************************************************************************/

.acc-container {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.acc-btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8px 25px;
    cursor: pointer;
    background: rgba(224, 60, 49, 0.2);
    border-bottom: 1px solid #E03C31;
}

.acc-content {
    /*height: 430px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4D4D4D;
}

.acc-content-inner {
    padding: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.acc-container .open {
    height: 0;
}

.acc-container h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 8px 0;
    font-size: 18px;
    color: #4D4D4D;
    letter-spacing: .5px;
}

.acc-container h1:after {
    content: url(https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/LWB8C_plus/plus.png);
    position: absolute;
    right: 15px;
    top: 18px;
}

.acc-container h1.selected:after {
    content: url(https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/KKT7L_minus/minus.png);
    position: absolute;
    right: 15px;
    top: 22px;
}


/**********************************************************************************************************
VERTICAL Timeline
**********************************************************************************************************/

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    /*margin-top: 2em;*/
    /*margin-bottom: 2em;*/
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {

    /*.cd-timeline-block {*/
    /*  margin: 4em 0;*/
    /*}*/
    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
}

.cd-timeline-img img {
    display: block;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    -webkit-box-shadow: 0 3px 0 #d7e4ed;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content h3 {
    font-size: 24px !important;
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}


/*.cd-timeline-content::before {*/


/*  content: '';*/


/*  position: absolute;*/


/*  top: 16px;*/


/*  right: 100%;*/


/*  height: 0;*/


/*  width: 0;*/


/*  border: 7px solid transparent;*/


/*  border-right: 7px solid #fff;*/


/*}*/

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    /*.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {*/
    /*  font-size: 14px;*/
    /*  font-size: 0.875rem;*/
    /*}*/
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    /*.cd-timeline-content::before {*/
    /*  top: 24px;*/
    /*  left: 100%;*/
    /*  border-color: transparent;*/
    /*  border-left-color: #ffffff;*/
    /*}*/
    /*.cd-timeline-content .cd-read-more {*/
    /*  float: left;*/
    /*}*/
    /*.cd-timeline-content .cd-date {*/
    /*  position: absolute;*/
    /*  width: 100%;*/
    /*  left: 122%;*/
    /*  top: 6px;*/
    /*  font-size: 16px;*/
    /*  font-size: 1rem;*/
    /*}*/
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    /*.cd-timeline-block:nth-child(even) .cd-timeline-content::before {*/
    /*  top: 24px;*/
    /*  left: auto;*/
    /*  right: 100%;*/
    /*  border-color: transparent;*/
    /*  border-right-color: #ffffff;*/
    /*}*/
    /*.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {*/
    /*  float: right;*/
    /*}*/
    /*.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {*/
    /*  left: auto;*/
    /*  right: 122%;*/
    /*  text-align: right;*/
    /*}*/
    /*.cssanimations .cd-timeline-content.is-hidden {*/
    /*  visibility: hidden;*/
    /*}*/
    /*.cssanimations .cd-timeline-content.bounce-in {*/
    /*  visibility: visible;*/
    /*  -webkit-animation: cd-bounce-2 0.6s;*/
    /*  -moz-animation: cd-bounce-2 0.6s;*/
    /*  animation: cd-bounce-2 0.6s;*/
    /*}*/
}

.purple {
    background: #AF1685;
}

.green {
    background: #009639;
}

.green--light {
    background-color: #C4EAD6;
}

.blue {
    background: #0082BA;
}

.orange {
    background: #E03C31;
}

.grey {
    background: #f5f5f5;
}


/***************************************************************
MODAL
***************************************************************/

.profile .my-modal {
    display: none;
}

.co-content a.modalbtn {
    color: #FFF;
    text-shadow: 0 0 2px #0093d3;
    z-index: 3;
}

a.modalbtn1 {
    color: white;
    font-size: 1.25em;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

.modal-header {
    background: #000;
    border-bottom: 0px;
}

#showvideo.youtubemodal {
    width: 695px !important;
    padding: 10px;
    overflow: hidden;
}

#showvideo .closeyoutube {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    display: block;
    background: transparent url('https://dokumfe7mps0i.cloudfront.net/oms/16015/image/2025/4/UEF0N_closebtn/closebtn.png') no-repeat center;
    margin: 0 0 0 10px;
    outline: none;
    color: black;
}

.youtubemodal iframe {
    height: 400px !important;
}

.modal-backdrop {
    background-color: black !important;
}

.youtubemodal {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    #hover-sec-1 {
        background: #f1f1f1;
        position: relative;
        min-width: 100% !important;
        margin-top: -50px;
    }

    #top-1-col,
    #top-2-col,
    #top-3-col {
        min-height: 100px !important;
    }

    #top-1-col:hover,
    #top-2-col:hover,
    #top-3-col:hover {
        margin-top: 0 !important;
        position: relative;
        padding: 25px 30px 50px 30px !important;
        -webkit-box-shadow: 0px 0px 0px transparent !important;
        box-shadow: 0px 0px 0px transparent !important;
    }
}

@media screen and (max-width:1024px) {
    #position-callout {
        min-height: 435px;
    }

    .ThemedContent h1,
    .container h1 {
        font-size: 58px;
    }

    #vol-sec-one {
        padding-top: 200px;
    }
}

@media screen and (max-width: 414px) {
    #section-one {
        min-height: 300px;
    }

    .ThemedContent h1,
    .container h1 {
        font-size: 36px;
    }

    .ThemedContent h2,
    .container h2 {
        font-size: 28px;
    }

    #nurse-sec-one,
    #life-sec-one {
        min-height: 300px;
        padding-top: 80px;
    }

    h2#jobs-list-nurse {
        padding: 0 0 50px 0;
    }

    #vol-sec-one {
        padding-top: 200px;
        min-height: 400px;
    }

    #job-detail .job-addl-info {
        font-size: 12px;
        float: left;
        display: block;
        margin: 50px 20px;
        width: 320px;
    }

    #PTitle {
        padding: 80px 20px 10px 20px;
        font-size: 15px;

    }
}


.body #company-follow-app.company-follow h3 {
    font-size: 1.17em !important;
}


/**********************************************************************************************************
HIRING CAMPAIN PG -- JOIN SIOUX CENTER HEALTH
**********************************************************************************************************/

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    min-height: 500px;
    padding: 50px 20px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.hero__container {
    padding: 0 20px;
}

h1.hero__header {
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    font-size: 56px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
}

.header-secondary {
    margin-bottom: 20px;
}

.header-secondary,
.blurb__header {
    color: #4D4D4D;
}

.blurb__row {
    width: 100%;
}

.blurb {
    padding: 15px;
}

.blurb__header.header-tertiary {
    margin: 10px 0;
    font-weight: 400;
}

.link {
    color: #0082BA;
}

.page-join-sioux-center-health #jobs-list.jobs-list main,
.page-join-sioux-center-health #jobs-list.jobs-list .groups-list__groups-container,
.page-join-sioux-center-health #jobs-list.jobs-list .grouped-jobs-list-component {
    background-color: #C4EAD6;
}

.list {
    margin-top: 1.8rem;
}

.list-item:not(:last-child) {
    padding-bottom: 8px;
}

@media (min-width: 992px) {
    .blurb__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blurb {
        width: 30%;
        padding: 0 25px;
    }
}

@media (min-width: 1024px) {
    .hero__container {
        width: 40%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .hero__container {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 110px 20px 50px 20px;
    }
}

1