﻿@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url(../font/stylesheet.css);

html {
    font-family: EuclidCircularB-Regular, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    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: #00315a;
}

/**
 * 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 {
    -moz-box-sizing: content-box;
    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;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type=search] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*Needs to be in sync with $topbar-media-query for js to work*/
/*rem-calc(5) !default;*/
/*Typography*/
/*$tooltip-close-font-size: rem-calc(10);
$tooltip-close-font-weight: $font-weight-normal;
$tooltip-close-font-color: $monsoon;*/

/*Needs to be in sync with $topbar-media-query for js to work*/
/*rem-calc(5) !default;*/
/*Typography*/
/*$tooltip-close-font-size: rem-calc(10);
$tooltip-close-font-weight: $font-weight-normal;
$tooltip-close-font-color: $monsoon;*/
meta.foundation-version {
    font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 68.875rem;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

[class*=column] + [class*=column]:last-child {
    float: right;
}

[class*=column] + [class*=column].end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.3333333333%;
    }

    .small-2 {
        width: 16.6666666667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.3333333333%;
    }

    .small-5 {
        width: 41.6666666667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.3333333333%;
    }

    .small-8 {
        width: 66.6666666667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.3333333333%;
    }

    .small-11 {
        width: 91.6666666667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .small-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .small-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .small-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .small-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width:40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.3333333333%;
    }

    .medium-2 {
        width: 16.6666666667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.3333333333%;
    }

    .medium-5 {
        width: 41.6666666667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.3333333333%;
    }

    .medium-8 {
        width: 66.6666666667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.3333333333%;
    }

    .medium-11 {
        width: 91.6666666667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0% !important;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

@media only screen and (min-width:64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.3333333333%;
    }

    .large-2 {
        width: 16.6666666667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.3333333333%;
    }

    .large-5 {
        width: 41.6666666667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.3333333333%;
    }

    .large-8 {
        width: 66.6666666667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.3333333333%;
    }

    .large-11 {
        width: 91.6666666667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .large-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .large-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .large-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .large-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    background-color: #fff;
    border-color: #cccccc;
    color: #333333;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #cccccc;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #333333;
    }

    button.secondary, .button.secondary {
        background-color: #0073e6;
        border-color: #00609a;
        color: #FFFFFF;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #00609a;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #FFFFFF;
        }

    button.success, .button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #368a55;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #FFFFFF;
        }

    button.alert, .button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #cf2a0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #FFFFFF;
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF;
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #cf6e0e;
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #FFFFFF;
        }

    button.info, .button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333;
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #61b6d9;
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #FFFFFF;
        }

    button.large, .button.large {
        padding-top: 0.75rem;
        padding-right: 1.5rem;
        padding-bottom: 0.8125rem;
        padding-left: 1.5rem;
        font-size: 1.25rem;
    }

    button.small, .button.small {
        padding-top: 0.3125rem;
        padding-right: 0.625rem;
        padding-bottom: 0.375rem;
        padding-left: 0.625rem;
        font-size: 0.8125rem;
    }

    button.tiny, .button.tiny {
        padding-top: 0.25rem;
        padding-right: 0.5rem;
        padding-bottom: 0.3125rem;
        padding-left: 0.5rem;
        font-size: 0.6875rem;
    }

    button.expand, .button.expand {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem;
    }

    button.radius, .button.radius {
        border-radius: 10px;
    }

    button.round, .button.round {
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #fff;
        border-color: #cccccc;
        color: #333333;
        cursor: default;
        opacity: 0.7;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #cccccc;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #333333;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #fff;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #0073e6;
            border-color: #00609a;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #00609a;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #FFFFFF;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #0073e6;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #43AC6A;
            border-color: #368a55;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #368a55;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #FFFFFF;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #43AC6A;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #f04124;
            border-color: #cf2a0e;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #cf2a0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #FFFFFF;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #f04124;
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #cf6e0e;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #cf6e0e;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #FFFFFF;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24;
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #a0d3e8;
            border-color: #61b6d9;
            color: #333333;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #61b6d9;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #FFFFFF;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a0d3e8;
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media only screen and (min-width:40.063em) {
    button, .button {
        display: inline-block;
    }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

    .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
        content: " ";
        display: table;
    }

    .clearing-thumbs:after, [data-clearing]:after {
        clear: both;
    }

    .clearing-thumbs li, [data-clearing] li {
        float: left;
        margin-right: 10px;
    }

    .clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
        margin-right: 0;
    }

.clearing-blackout {
    background: #333333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

    .clearing-blackout .clearing-close {
        display: block;
    }

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #AAAAAA;
    font-size: 0.6em;
}

.visible-img {
    height: 95%;
    position: relative;
}

    .visible-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        max-height: 100%;
        max-width: 100%;
    }

.clearing-caption {
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #CCCCCC;
    display: none;
}

    .clearing-close:hover, .clearing-close:focus {
        color: #CCCCCC;
    }

.clearing-assembled .clearing-container {
    height: 100%;
}

    .clearing-assembled .clearing-container .carousel > ul {
        display: none;
    }

.clearing-feature li {
    display: none;
}

    .clearing-feature li.clearing-featured-img {
        display: block;
    }

@media only screen and (min-width:40.063em) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }

        .clearing-main-prev > span,
        .clearing-main-next > span {
            position: absolute;
            top: 50%;
            display: block;
            width: 0;
            height: 0;
            border: solid 12px;
        }

            .clearing-main-prev > span:hover,
            .clearing-main-next > span:hover {
                opacity: 0.8;
            }

    .clearing-main-prev {
        left: 0;
    }

        .clearing-main-prev > span {
            left: 5px;
            border-color: transparent;
            border-right-color: #CCCCCC;
        }

    .clearing-main-next {
        right: 0;
    }

        .clearing-main-next > span {
            border-color: transparent;
            border-left-color: #CCCCCC;
        }

        .clearing-main-prev.disabled,
        .clearing-main-next.disabled {
            opacity: 0.3;
        }

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }

        .clearing-assembled .clearing-container .carousel > ul {
            display: inline-block;
            z-index: 999;
            height: 100%;
            position: relative;
            float: none;
        }

            .clearing-assembled .clearing-container .carousel > ul li {
                display: block;
                width: 120px;
                min-height: inherit;
                float: left;
                overflow: hidden;
                margin-right: 0;
                padding: 0;
                position: relative;
                cursor: pointer;
                opacity: 0.4;
                clear: none;
            }

                .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
                    height: 100%;
                    max-width: none;
                }

                .clearing-assembled .clearing-container .carousel > ul li a.th {
                    border: none;
                    box-shadow: none;
                    display: block;
                }

                .clearing-assembled .clearing-container .carousel > ul li img {
                    cursor: pointer !important;
                    width: 100% !important;
                }

                .clearing-assembled .clearing-container .carousel > ul li.visible {
                    opacity: 1;
                }

                .clearing-assembled .clearing-container .carousel > ul li:hover {
                    opacity: 0.8;
                }

    .clearing-assembled .clearing-container .visible-img {
        background: #333333;
        overflow: hidden;
        height: 85%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}
/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}

    .f-dropdown > *:first-child {
        margin-top: 0;
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0;
    }

    .f-dropdown:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent #FFFFFF transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89;
    }

    .f-dropdown:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 7px;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88;
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px;
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px;
    }

    .f-dropdown.drop-right {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 200px;
    }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-right:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent #FFFFFF transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89;
        }

        .f-dropdown.drop-right:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent #cccccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88;
        }

    .f-dropdown.drop-left {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 200px;
    }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-left:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent transparent transparent #FFFFFF;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89;
        }

        .f-dropdown.drop-left:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent transparent transparent #cccccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88;
        }

    .f-dropdown.drop-top {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: -2px;
        margin-left: 0;
        max-width: 200px;
    }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-top:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: #FFFFFF transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -12px;
            left: 10px;
            right: auto;
            z-index: 89;
        }

        .f-dropdown.drop-top:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: #cccccc transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -14px;
            left: 9px;
            right: auto;
            z-index: 88;
        }

    .f-dropdown li {
        font-size: 0.875rem;
        cursor: pointer;
        line-height: 1.125rem;
        margin: 0;
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #EEEEEE;
        }

        .f-dropdown li.radius {
            border-radius: 10px;
        }

        .f-dropdown li a {
            display: block;
            padding: 0.5rem;
            color: #555555;
        }

    .f-dropdown.content {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        padding: 1.25rem;
        width: 100%;
        height: auto;
        max-height: none;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        max-width: 200px;
    }

        .f-dropdown.content > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0;
        }

    .f-dropdown.tiny {
        max-width: 200px;
    }

    .f-dropdown.small {
        max-width: 300px;
    }

    .f-dropdown.medium {
        max-width: 500px;
    }

    .f-dropdown.large {
        max-width: 800px;
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important;
    }

        .f-dropdown.mega.open {
            left: 0 !important;
        }

/* Standard Forms */
form {
    margin: 0 0 1rem;
}

    /* Using forms within rows, we need to set some defaults */
    form .row .row {
        margin: 0 -0.5rem;
    }

        form .row .row .column,
        form .row .row .columns {
            padding: 0 0.5rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column,
            form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column,
    form .row input.columns,
    form .row textarea.column,
    form .row textarea.columns {
        padding-left: 0.5rem;
    }

/* Label Styles */
label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #676767;
    }

select::-ms-expand {
    display: none;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #FFFFFF;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=date]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=search]:focus,
    input[type=tel]:focus,
    input[type=time]:focus,
    input[type=url]:focus,
    input[type=color]:focus,
    textarea:focus {
        box-shadow: 0 0 5px #999999;
        border-color: #999999;
    }

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=date]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=search]:focus,
    input[type=tel]:focus,
    input[type=time]:focus,
    input[type=url]:focus,
    input[type=color]:focus,
    textarea:focus {
        background: #fafafa;
        border-color: #999999;
        outline: none;
    }

    input[type=text]:disabled,
    input[type=password]:disabled,
    input[type=date]:disabled,
    input[type=datetime]:disabled,
    input[type=datetime-local]:disabled,
    input[type=month]:disabled,
    input[type=week]:disabled,
    input[type=email]:disabled,
    input[type=number]:disabled,
    input[type=search]:disabled,
    input[type=tel]:disabled,
    input[type=time]:disabled,
    input[type=url]:disabled,
    input[type=color]:disabled,
    textarea:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text],
    input[type=password][disabled],
    input[type=password][readonly],
    fieldset[disabled] input[type=password],
    input[type=date][disabled],
    input[type=date][readonly],
    fieldset[disabled] input[type=date],
    input[type=datetime][disabled],
    input[type=datetime][readonly],
    fieldset[disabled] input[type=datetime],
    input[type=datetime-local][disabled],
    input[type=datetime-local][readonly],
    fieldset[disabled] input[type=datetime-local],
    input[type=month][disabled],
    input[type=month][readonly],
    fieldset[disabled] input[type=month],
    input[type=week][disabled],
    input[type=week][readonly],
    fieldset[disabled] input[type=week],
    input[type=email][disabled],
    input[type=email][readonly],
    fieldset[disabled] input[type=email],
    input[type=number][disabled],
    input[type=number][readonly],
    fieldset[disabled] input[type=number],
    input[type=search][disabled],
    input[type=search][readonly],
    fieldset[disabled] input[type=search],
    input[type=tel][disabled],
    input[type=tel][readonly],
    fieldset[disabled] input[type=tel],
    input[type=time][disabled],
    input[type=time][readonly],
    fieldset[disabled] input[type=time],
    input[type=url][disabled],
    input[type=url][readonly],
    fieldset[disabled] input[type=url],
    input[type=color][disabled],
    input[type=color][readonly],
    fieldset[disabled] input[type=color],
    textarea[disabled],
    textarea[readonly],
    fieldset[disabled] textarea {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type=text].radius,
    input[type=password].radius,
    input[type=date].radius,
    input[type=datetime].radius,
    input[type=datetime-local].radius,
    input[type=month].radius,
    input[type=week].radius,
    input[type=email].radius,
    input[type=number].radius,
    input[type=search].radius,
    input[type=tel].radius,
    input[type=time].radius,
    input[type=url].radius,
    input[type=color].radius,
    textarea.radius {
        border-radius: 10px;
    }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Add height value for select elements to match text input height */
select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #FAFAFA;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}

    select.radius {
        border-radius: 10px;
    }

    select:hover {
        background-color: #f3f3f3;
        border-color: #999999;
    }

    select:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
    margin: 0 0 1rem 0;
}

    input[type=checkbox] + label,
    input[type=radio] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

/* Normalize file input width */
input[type=file] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    fieldset legend {
        font-weight: bold;
        background: #FFFFFF;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

    .error input[type=checkbox],
    .error input[type=radio] {
        margin-bottom: 1rem;
    }

.error label,
.error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.375rem;
        display: block;
    }

        .inline-list > li > * {
            display: block;
        }

.label {
    font-weight: normal;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #fff;
    color: #333333;
}

    .label.radius {
        border-radius: 10px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #f04124;
        color: #FFFFFF;
    }

    .label.warning {
        background-color: #f08a24;
        color: #FFFFFF;
    }

    .label.success {
        background-color: #43AC6A;
        color: #FFFFFF;
    }

    .label.secondary {
        background-color: #0073e6;
        color: #FFFFFF;
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333333;
    }

ul.pagination {
    display: block;
    min-height: 2.1875rem;
    margin-left: -0.3125rem;
}

    ul.pagination li {
        height: 2.1875rem;
        color: #222222;
        font-size: 0.875rem;
        margin-left: 0.3125rem;
    }

        ul.pagination li a, ul.pagination li button {
            display: block;
            padding: 0.0625rem 0.375rem 0.0625rem;
            color: #999999;
            background: none;
            border-radius: 10px;
            font-weight: normal;
            font-size: 1em;
            line-height: inherit;
            transition: background-color 300ms ease-out;
        }

            ul.pagination li:hover a,
            ul.pagination li a:focus, ul.pagination li:hover button,
            ul.pagination li button:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            cursor: default;
            color: #999999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
                background: transparent;
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: #0073e6;
            color: #FFFFFF;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: #fff;
            }

    ul.pagination li {
        float: left;
        display: block;
    }

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block;
    }

/* Panels */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
        color: #333333;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #e3e3e3;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        background: white;
        color: #333333;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
            color: #333333;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

        .panel.callout a:not(.button) {
            color: #fff;
        }

    .panel.radius {
        border-radius: 10px;
    }

.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 0.25rem;
    border: 0 solid #DDDDDD;
    -ms-touch-action: none;
    touch-action: none;
    background: #eff2f5;
}

    .range-slider.vertical-range {
        display: block;
        position: relative;
        width: 100%;
        height: 0.25rem;
        border: 0 solid #DDDDDD;
        -ms-touch-action: none;
        touch-action: none;
        display: inline-block;
        width: 1rem;
        height: 12.5rem;
    }

        .range-slider.vertical-range .range-slider-handle {
            margin-top: 0;
            margin-left: -0.3125rem;
            position: absolute;
            bottom: -11.25rem;
        }

        .range-slider.vertical-range .range-slider-active-segment {
            width: 0.25rem;
            height: auto;
            bottom: 0;
        }

    .range-slider.radius {
        background: #eff2f5;
        border-radius: 10px;
    }

        .range-slider.radius .range-slider-handle {
            background: #fff;
            border-radius: 10px;
        }

            .range-slider.radius .range-slider-handle:hover {
                background: #e0e0e0;
            }

    .range-slider.round {
        background: #eff2f5;
        border-radius: 1000px;
    }

        .range-slider.round .range-slider-handle {
            background: #fff;
            border-radius: 1000px;
        }

            .range-slider.round .range-slider-handle:hover {
                background: #e0e0e0;
            }

    .range-slider.disabled, .range-slider[disabled] {
        background: #eff2f5;
        cursor: default;
        opacity: 0.7;
    }

        .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
            background: #fff;
            cursor: default;
            opacity: 0.7;
        }

            .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
                background: #e0e0e0;
            }

.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: 0.25rem;
    background: #0073e6;
}

.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
}

    .range-slider-handle:hover {
        background: #e0e0e0;
    }

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d0071000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0;
}

.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 10px;
    left: 0;
    background-color: #FFFFFF;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
        min-height: 100vh;
    }
}

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0;
}

.reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
        width: 80%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
        top: 6.25rem;
    }
}

.reveal-modal.radius, dialog.radius {
    border-radius: 10px;
}

.reveal-modal.round, dialog.round {
    border-radius: 1000px;
}

.reveal-modal.collapse, dialog.collapse {
    padding: 0;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.tiny, dialog.tiny {
        width: 30%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.small, dialog.small {
        width: 40%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.medium, dialog.medium {
        width: 60%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.large, dialog.large {
        width: 70%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
        width: 95%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer;
}

dialog {
    display: none;
}

    dialog::backdrop, dialog + .backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #4d0071000;
        background: rgba(0, 0, 0, 0.45);
        z-index: auto;
        display: none;
        left: 0;
    }

    dialog[open] {
        display: block;
    }

@media print {
    dialog, .reveal-modal {
        display: none;
        background: #FFFFFF !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    color: #0073e6;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #0073e6;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333333;
    background-color: #a0dbff;
    border-width: 1px;
    border-style: solid;
    border-color: #76cbff;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}

ul {
    margin-left: 1.1rem;
}

    ul.no-bullet {
        margin-left: 0;
    }

        ul.no-bullet li ul,
        ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none;
        }

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem;
    }

    ul.no-bullet {
        list-style: none;
    }

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

    ol li ul,
    ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #DDDDDD;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

    blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #555555;
    }

        blockquote cite:before {
            content: "— ";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #6f6f6f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #4d0071000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    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;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd, .tabs .tab-title {
        position: relative;
        margin-bottom: 0 !important;
        list-style: none;
        float: left;
    }

        .tabs dd > a, .tabs .tab-title > a {
            display: block;
            background-color: #EFF2F5;
            color: #4d0071;
            padding: 1rem 2rem;
            font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
            font-size: 1rem;
        }

            .tabs dd > a:hover, .tabs .tab-title > a:hover {
                background-color: #dde3ea;
            }

        .tabs dd.active a, .tabs .tab-title.active a {
            background-color: #fff;
            color: #4d0071;
        }

    .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .tabs.vertical dd, .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 2rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 2rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 2rem;
        }

@media only screen and (min-width:40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem;
    }

    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

/* Tooltips */
.has-tip {
    border-bottom: none;
    cursor: help;
    font-weight: normal;
    color: #dbdbdb;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: none;
        color: #f6a623;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 1.5rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #00315a;
    background: #fff;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #fff transparent;
        top: -10px;
        pointer-events: none;
    }

        .tooltip > .nub.rtl {
            left: auto;
            right: 5px;
        }

    .tooltip.radius {
        border-radius: 3px;
    }

    .tooltip.round {
        border-radius: 1000px;
    }

        .tooltip.round > .nub {
            left: 2rem;
        }

    .tooltip.opened {
        color: #f6a623 !important;
        border-bottom: none !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal;
}

@media only screen and (min-width:40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #fff transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: #fff transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent #fff;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent #fff transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width: 1024px)/";
    width: 1024px;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #fff;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

    .fixed.expanded:not(.top-bar) {
        overflow-y: auto;
        height: auto;
        width: 100%;
        max-height: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            z-index: 98;
            margin-top: 70px;
        }

.top-bar {
    background-color: white;
    overflow: hidden;
    height: 122px;
    line-height: 122px;
    position: relative;
    margin-bottom: 0;
    padding-top: 30px;
    box-shadow: 0 1px 0 0 rgba(113, 130, 156, 0.32);
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form,
    .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: 1.8rem;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        font-size: 0.75rem;
    }

    .top-bar .button, .top-bar button {
        padding-top: 0.4125rem;
        padding-bottom: 0.4125rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 70px;
    margin: 0;
    font-size: 16px;
    line-height: 70px;
    padding: 0 15px;
}

    .top-bar .name h1 {
        line-height: 70px;
        font-size: 1.0625rem;
        margin: 0;
    }

        .top-bar .name h1 a {
            font-weight: 500;
            color: #00315a;
            width: 75%;
            display: block;
            padding: 0 17px;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #00315a;
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 0 17px;
        height: 70px;
        line-height: 64px;
    }

    .top-bar .toggle-topbar.menu-icon {
        top: 50%;
        margin-top: -16px;
    }

        .top-bar .toggle-topbar.menu-icon a {
            height: 34px;
            line-height: 33px;
            padding: 0 42px 0 17px;
            color: #00315a;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                position: absolute;
                display: block;
                height: 0;
                top: 50%;
                margin-top: -8px;
                right: 17px;
                box-shadow: 0 0px 0 1px #00315a, 0 7px 0 1px #00315a, 0 14px 0 1px #00315a;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0px 0 1px #00315a, 0 7px 0 1px #00315a, 0 14px 0 1px #00315a;
            }

.top-bar.expanded {
    height: auto;
    background: transparent;
}

    .top-bar.expanded .title-area {
        background: #fff;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888888;
    }

        .top-bar.expanded .toggle-topbar a::after {
            box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
    }

        .top-bar-section ul.left {
            border-right: 1px solid #dae1e4;
        }

    .top-bar-section .divider,
    .top-bar-section [role=separator] {
        border-top: solid 1px gray;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: #fff;
        border-left: 1px solid #dae1e4;
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #00315a;
            padding: 12px 0 12px 0;
            padding-left: 17px;
            font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
            font-size: 0.875rem;
            font-weight: normal;
            text-transform: normal;
        }

            .top-bar-section ul li > a.button {
                font-size: 0.875rem;
                padding-right: 17px;
                padding-left: 17px;
                background-color: #fff;
                border-color: #cccccc;
                color: #333333;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #cccccc;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #333333;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #0073e6;
                    border-color: #00609a;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #00609a;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #FFFFFF;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43AC6A;
                    border-color: #368a55;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a55;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #FFFFFF;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf2a0e;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf2a0e;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #FFFFFF;
                    }

        .top-bar-section ul li > button {
            font-size: 0.875rem;
            padding-right: 17px;
            padding-left: 17px;
            background-color: #fff;
            border-color: #cccccc;
            color: #333333;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #cccccc;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #333333;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #0073e6;
                border-color: #00609a;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #00609a;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #FFFFFF;
                }

            .top-bar-section ul li > button.success {
                background-color: #43AC6A;
                border-color: #368a55;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a55;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #FFFFFF;
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf2a0e;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf2a0e;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #FFFFFF;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

        .top-bar-section ul li.active > a {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

            .top-bar-section ul li.active > a:hover {
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
                color: #00315a;
            }

    .top-bar-section .has-form {
        padding: 17px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(47, 47, 47, 0.4);
            border-left-style: solid;
            margin-right: 17px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: 500;
                padding: 8px 17px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #00315a;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 17px;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            padding: 8px 17px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777777;
            font-weight: 500;
            font-size: 0.625rem;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .top-bar {
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input,
        .top-bar .button,
        .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }

        .top-bar.expanded {
            background: #fff;
        }

    .contain-to-grid .top-bar {
        max-width: 68.875rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }

            .top-bar-section ul li {
                float: left;
                border-left: 1px solid #dae1e4;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 17px;
            line-height: 70px;
            background: #fff;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #00315a;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 17px;
            line-height: 70px;
            color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
                color: #00315a;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 37px !important;
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(47, 47, 47, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 35px;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "»";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: #FFFFFF;
                line-height: 70px;
                white-space: nowrap;
                padding: 12px 17px;
                background: #dbdbdb;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                color: #FFFFFF;
                background: #dbdbdb;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                color: #00315a;
                background-color: #00315a;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333333;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px white;
            clear: none;
            height: 70px;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #fff;
            padding: 0 23.3333333333px;
            height: 70px;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #00315a;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        color: #00315a;
    }

    .no-js .top-bar-section ul li:active > a {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        color: #00315a;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}
/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* large displays */
@media only screen and (min-width:64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Print visibility */
@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    table.show-for-print {
        display: table;
    }

    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;
    }
}
/*Site.css is generated by the Sass precompiler */
/* Please make changes to Site.scss (SASS) since changes to Site.css (CSS) will be overwritten */
html, body {
    font-size: 100%;
}

body {
    overflow-x: hidden;
    background: #fff;
}

/*#region General*/
.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

/*#region buttons*/
.button, button, a.button-big {
    background-color: #0073e6;
    padding: 20px 23px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
    outline: none;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: 20px;
}

@media only screen and (max-width:64em) {
    .button, button, a.button-big {
        padding: 20px 10px;
    }
}

.button:hover, button:hover {
    background-color: #0073e6;
    color: #fff;
}

.button:active, button:active, a.button-big:active {
    position: relative;
    top: 2px;
    box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
}

.button-big {
    background-color: #0073e6;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 900;
}

    .button-big:hover {
        background-color: #0073e6;
        color: #fff;
    }

    .button-big.action,
    .button-big.action:hover {
        background-color: #f6a623;
        color: #fff;
        margin-left: 0;
        display: inline-block;
    }

.prevnext {
    min-width: 288px;
    padding: 0;
    padding-right: 30px;
    padding-top: 20px;
}

.button.right, button.right {
    float: right;
}

.close-reveal-modal.link {
    font-size: 1rem !important;
    position: unset !important;
    color: #0073e6 !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

/*#endregion*/
.radiorangefilter span {
    color: white;
}

/*#region custom check and radio buttons*/
/*hide the checkboxes and radio buttons*/
input[type=file], input[type=checkbox], input[type=radio], select {
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    width: 1em;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    opacity: 0;
    cursor: pointer;
}

label {
    cursor: pointer;
    font-weight: normal;
    color: #a6a6a6;
    display: inline-block;
    margin-right: 10px;
}

input[type=radio] + label {
    cursor: pointer;
}

/*position the label*/
input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin-left: -1.5rem;
    margin-right: 0;
    line-height: 1.5em;
    font-weight: normal;
    color: #4d0071;
    font-size: 1rem;
}

input[type=checkbox] + label {
    /* width: 96%;*/
}

    /*style the first span to create the unchecked graphics*/
    input[type=checkbox] + label > span,
    input[type=radio] + label > span {
        display: inline-block;
        width: 1.25em;
        height: 1.25em;
        margin-right: 0.3125rem;
        margin-bottom: 0.1875rem;
        margin-left: 0.3125rem;
        border: 1px solid silver;
        border-radius: 1em;
        vertical-align: bottom;
        background: white;
    }

    input[type=checkbox] + label > span {
        border-radius: 0;
        background-image: none;
    }

/*the background gradient is reversed on selected checkboxes and radio buttons*/
input[type=checkbox]:checked + label > span,
input[type=radio]:checked + label > span {
    background: #fff;
    border-color: #4d0071;
}

input[type=checkbox]:checked + label > span {
    background-image: none;
}

    /*display a tick inside selected checkboxes*/
    input[type=checkbox]:checked + label > span:before {
        display: block;
        width: 1.25em;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        font-weight: bold;
    }

    input[type=checkbox]:checked + label > span > span {
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        margin: 3px;
        border: none;
        border-radius: 0;
        background: #4d0071;
    }

/*display a ‘bullet’ inside selected radio buttons*/
input[type=radio]:checked + label > span > span {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 3px;
    border: none;
    border-radius: 100%;
    background: #4d0071;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #FFFFFF;
    font-family: EuclidCircularB-Regular, inherit;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    display: block;
    margin: 0 0 1rem 0;
    padding: 8px 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    color: #00315a;
}

    input[type=text].error, input[type=password].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=month].error, input[type=week].error, input[type=email].error, input[type=number].error, input[type=search].error, input[type=tel].error, input[type=time].error, input[type=url].error, input[type=color].error, textarea.error {
        border-bottom: 2px solid #eb5649;
        color: #eb5649;
        margin-bottom: 0;
    }

        input[type=text].error:focus, input[type=password].error:focus, input[type=date].error:focus, input[type=datetime].error:focus, input[type=datetime-local].error:focus, input[type=month].error:focus, input[type=week].error:focus, input[type=email].error:focus, input[type=number].error:focus, input[type=search].error:focus, input[type=tel].error:focus, input[type=time].error:focus, input[type=url].error:focus, input[type=color].error:focus, textarea.error:focus {
            border-bottom: 2px solid #eb5649;
            color: #00315a;
        }

    input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
        background-color: #FFFFFF;
        border-color: #00315a;
        outline: none;
        box-shadow: none;
    }

.errormessage {
    font-size: 14px;
    padding: 3px 0;
    color: #eb5649;
}

#Bod {
    font-weight: 900;
    font-size: 28px;
}

/*#endregion*/
h1.label, h2.label, h3.label {
    color: white;
    padding: 1rem 1rem 1.0625rem 2rem;
    margin: 1.25rem 1.25rem 1.25rem 0;
    font-size: 2rem;
}

    h1.label a, h2.label a, h3.label a {
        color: white;
        text-transform: uppercase;
    }

h2.label {
    font-size: 0.875rem;
}

h3.label {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    font-size: 0.7rem;
}

h1 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.14;
    color: #00315a;
}

@media only screen and (max-width:64em) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 28px;
    font-weight: 900;
    color: #00315a;
}

    h2 a {
        margin-left: 10px;
        font-weight: normal;
        font-size: 16px;
    }

h3 {
    font-size: 20px;
    color: #00315a;
}

h4 {
    font-size: 1rem;
    color: #00315a;
}

h5 {
    font-size: 0.875rem;
    color: #00315a;
}

h6 {
    font-size: 0.75rem;
    color: #00315a;
}

p {
    color: #00315a;
}

.bold {
    font-weight: 700;
}

h1.section-header {
    padding-bottom: 10px;
    border-bottom: solid 2px rgba(47, 47, 47, 0.15);
    margin-bottom: 85px;
}

.section {
    margin-bottom: 85px;
}

.lightblue {
    color: #0073e6;
}

.lightgrey-bg {
    background-color: #eff2f5;
}

.documenten-row {
    background-color: #f5f7f8;
    padding: 95px 0;
    margin-bottom: 90px;
}

@media only screen and (max-width:64em) {
    .documenten-row {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.documenten-row .documenten {
    width: auto;
    z-index: 10;
    position: relative;
}

@media only screen and (max-width:64em) {
    .documenten-row .documenten {
        position: static;
        padding: 0 20px 40px 25px;
    }
}

.documenten-row .slides {
    max-width: 58%;
}

@media only screen and (max-width:64em) {
    .documenten-row .slides {
        max-width: 100%;
    }
}

.antwoordnietgevonden {
    padding: 65px 0;
}

    .antwoordnietgevonden h2 {
        font-size: 36px;
        font-weight: 900;
        line-height: 1.17;
        margin-left: -150px;
        display: none;
    }

@media only screen and (min-width:40.063em) {
    .antwoordnietgevonden h2 {
        display: block;
    }
}

.antwoordnietgevonden .small-6 {
    width: 100%;
}

@media only screen and (min-width:40.063em) {
    .antwoordnietgevonden .small-6 {
        width: 50%;
    }
}

.modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d0071;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    opacity: 0;
    display: none;
}

/*#endregion*/
.large-3.column.biedproces-stap {
    width: 100%;
}

/*#region rightmenu-rightpanel */
@media only screen and (min-width:64.063em) {
    .large-3.menu.column {
        width: 28%;
        margin-left: 1%;
        padding-left: 0;
    }

    .large-9.content.column {
        padding-left: 0;
        width: 71%;
    }

    .large-5.content.column {
        padding-left: 0;
        width: 37.66667%;
    }

    .large-3.column.biedproces-stap {
        width: 25% !important;
    }
}

@media only screen and (min-width:40.063em) {
    .large-3.column.biedproces-stap {
        width: 50%;
    }
}

@media only screen {
    .small-3.menu.column {
        width: 28%;
        margin-left: 1%;
    }

    .small-9.content.column {
        padding-left: 0;
        width: 71%;
    }
}

.small-4.content.column {
    width: 32%;
}

.small-5.content.column {
    padding-left: 0;
    width: 39%;
}

.stickyinfo {
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width:64em) {
    .stickyinfo {
        display: none;
    }
}

@media only screen and (min-width:64.063em) {
    .stickyinfo {
        position: unset;
        position: -webkit-sticky;
        position: sticky;
        top: 71px;
    }
}

@media only screen and (max-width:64em) {
    #stickyinfo {
        display: none;
    }
}

#stickyinfo .large-3 {
    width: 1%;
}

@media only screen and (min-width:90.063em) {
    #stickyinfo .large-3 {
        width: 25%;
    }
}

#stickyinfo .large-9 {
    width: 90%;
}

@media only screen and (min-width:90.063em) {
    #stickyinfo .large-9 {
        width: 75%;
    }
}

.bodstappen {
    margin-top: 0;
}

.kanikhelpenrow {
    position: absolute;
    right: 0;
    width: 285px !important;
    margin: 0;
    top: 85px;
    display: none;
    z-index: -1;
}

@media only screen and (min-width:64.063em) {
    .kanikhelpenrow {
        margin: unset;
        width: initial !important;
        right: initial;
        position: initial;
        top: initial;
    }
}

@media only screen and (min-width:40.063em) {
    .kanikhelpenrow {
        display: block !important;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .kanikhelpenrow {
        left: auto !important;
        top: 85px !important;
    }
}

/*#endregion */
.image-label-container {
    position: relative;
    overflow: hidden;
}

.image-label {
    position: absolute;
    z-index: 1;
    left: 50px;
    bottom: 30px;
    color: #fff;
    width: auto;
    font-size: 18px;
}

@media only screen and (max-width:64em) {
    .image-label {
        left: 20px;
        bottom: 10px;
    }
}

@media only screen and (min-width:64.063em) {
    .image-label {
        left: 106px;
    }
}

.image-label h1 {
    color: #fff;
    font-size: 50px;
    height: 150px;
    margin-bottom: 20px !important;
}

@media only screen and (max-width:64em) {
    .image-label h1 {
        font-size: 26px;
        height: auto;
    }
}

.image-label .circle {
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: -20px;
}

    .image-label .circle i {
        color: #00315a;
        font-size: 24px;
        line-height: 64px;
    }

/*#region top-bar customizations*/
.sticky {
    width: 100%;
}

    .sticky + .row {
        margin-top: 60px;
        max-width: 1440px;
    }

@media only screen and (min-width:64.063em) {
    .sticky + .row {
        margin-top: 120px;
    }
}

@media (max-height: 868px) {
    .sticky + .row {
        margin-top: 10px;
    }
}

.sticky + .detail, .sticky + .login {
    max-width: 1440px;
    margin-top: 0;
}

.fixed {
    width: 100%;
}

/*#endregion*/
/*#region Footer*/
.footer {
    margin-top: 30px;
    background: #00315a !important;
}

    .footer .left {
        padding-top: 10px;
        padding-left: 20px;
    }

        .footer .left h3 {
            color: #fff;
        }

        .footer .left a:not(.icon) {
            margin-right: 10px;
            color: #fff;
        }

        .footer .left p {
            margin: 25px 0 0 0;
        }

    .footer p {
        margin: 10px 0 0 0;
        font-size: 0.9rem;
    }

    .footer img {
        vertical-align: text-bottom;
    }

/*#endregion*/
/*#region persoon */
.personen {
    float: left;
    clear: both;
    width: 100%;
}

.persoon {
    float: left;
    width: 164px;
    height: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-top-left-radius: 72px;
}

    .persoon img.icon {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: text-top;
    }

    .persoon .foto {
        width: 134px;
        height: 134px;
        border-radius: 72px;
        float: left;
        overflow: hidden;
        margin: 15px;
    }

        .persoon .foto img {
            margin: 0;
            padding: 0;
        }

    .persoon .naam {
        height: 75px;
        line-height: 24px;
        text-align: center;
    }

        .persoon .naam .contact {
            font-size: 0.8rem;
        }

            .persoon .naam .contact a {
                color: #4d0071;
            }

    .persoon .profiel {
        position: absolute;
        min-width: 185px;
        background: #e7e8e9;
        margin-top: -76px;
        margin-left: 160px;
        padding: 20px;
        min-height: 240px;
        border-top: 1px solid #e7e8e9;
        border-right: 1px solid #e7e8e9;
        border-bottom: 1px solid #e7e8e9;
        z-index: 9999;
        font-size: 0.8rem;
    }

    .persoon:hover {
        border: 1px solid #e7e8e9;
    }

/*#endregion persoon*/
/*#region Pagination*/
ul.pagination {
    margin: 0;
}

    ul.pagination li a {
        border-radius: 0;
        height: 100%;
        line-height: 2.2rem;
        color: black;
    }

/*#endregion*/
/*#region GoogleMaps*/
#map_canvas_results {
    margin: 10px 0;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

div.mapInfo {
    width: 200px;
}

    div.mapInfo a {
        display: block;
        color: #4d0071;
    }

/*#endregion*/
div.progress {
    text-align: left;
}

    div.progress ul {
        list-style: none;
        margin-top: 80px;
        display: inline-block;
    }

        div.progress ul li {
            text-align: center;
            font-size: 15px;
            color: #D4D8DC;
            margin: 5px 0;
        }

@media only screen and (max-width: 40em) {
    div.progress ul li {
        float: left;
        margin: 4px 5px;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress ul li {
        float: left;
        margin: 4px 5px;
    }
}

div.progress ul li.done {
    color: #0073e6;
}

div.progress ul li.active {
    font-size: 20px;
    color: #0073e6;
    margin-top: 0;
}

@media only screen and (max-width: 40em) {
    div.progress ul {
        margin: 10px 0 0 0;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress ul {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 40em) {
    div.progress {
        text-align: center;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress {
        text-align: center;
    }
}

div.block {
    border: 3px solid #F0F1F3;
    padding: 15px;
}

    div.block .row {
        margin-bottom: 15px;
    }

    div.block + a {
        display: inline-block;
        margin: 10px 0 30px 0;
        color: #0073e6;
    }

.bieding-object {
    margin-bottom: 30px;
    position: relative;
    float: left;
}

    .bieding-object .image {
        position: relative;
        width: 300px;
        height: 300px;
        display: inline-block;
        min-height: 300px;
        background-size: cover;
        cursor: pointer;
        border-radius: 3px;
    }

    .bieding-object .content {
        position: absolute;
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
        display: inline-block;
        height: 262px;
        top: 20px;
        left: 20%;
        right: 0;
        padding: 20px;
    }

    .bieding-object .intrekken {
        display: none;
        z-index: 9999;
    }

    .bieding-object .verwijderen {
        display: none;
        z-index: 9999;
    }

    .bieding-object h2 {
        font-family: EuclidCircularB-Regular, Avenir, Arial;
        font-weight: 900;
        font-size: 28px;
        margin: 0;
    }

    .bieding-object .block {
        padding: 0;
    }

        .bieding-object .block .row {
            margin: 0 !important;
        }

    .bieding-object .buttons {
        position: absolute;
        bottom: 10px;
        right: 30px;
    }

        .bieding-object .buttons .button, .bieding-object .buttons button {
            background-color: #0073e6;
            padding: 20px 23px;
            color: #fff;
            border-radius: 3px;
            margin-left: 13px;
            box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
            outline: none;
            margin-bottom: 20px;
        }

            .bieding-object .buttons .button.warning, .bieding-object .buttons button.warning {
                background-color: #ec5b49;
            }

            .bieding-object .buttons .button:hover, .bieding-object .buttons button:hover {
                background-color: #0073e6;
                color: #fff;
            }

            .bieding-object .buttons .button.warning:hover, .bieding-object .buttons button.warning:hover {
                background-color: #ec5b49;
            }

            .bieding-object .buttons .button:active, .bieding-object .buttons button:active {
                position: relative;
                top: 2px;
                box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
            }

    .bieding-object .object .status {
        text-align: right;
    }

        .bieding-object .object .status h3 {
            font-size: 18px;
            font-weight: 900;
            text-align: right;
            color: #404b5d;
            margin-bottom: 0;
        }

        .bieding-object .object .status p {
            font-size: 14px;
            color: #a6a6a6;
        }

    .bieding-object div.bod {
        position: absolute;
        top: 130px;
    }

        .bieding-object div.bod .block {
            border: none;
            display: inline-block;
            margin-right: 30px;
            font-family: EuclidCircularB-Regular, Avenir, Arial;
            font-size: 14px;
            text-align: left;
            color: #a6a6a6;
        }

            .bieding-object div.bod .block h3 {
                font-family: EuclidCircularB-Regular, Avenir, Arial;
                font-weight: 900;
                font-size: 28px;
                margin: 5px 0 0 0;
                color: #00315a;
            }

                .bieding-object div.bod .block h3.deleted {
                    color: #dbdbdb;
                }

@media only screen and (max-width:64em) {
    .bieding-object {
        display: none;
    }
}

.bieding-object-mobile {
    display: none;
    width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

@media only screen and (max-width:64em) {
    .bieding-object-mobile {
        display: block;
    }
}

.bieding-object-mobile .image {
    position: relative;
    width: 300px;
    height: 300px;
    display: inline-block;
    min-height: 300px;
    background-size: cover;
    cursor: pointer;
    border-radius: 3px;
}

    .bieding-object-mobile .image:hover {
        box-shadow: 0 2px 60px 0 rgba(90, 47, 47, 0.4);
        z-index: 98;
    }

        .bieding-object-mobile .image:hover + .content {
            opacity: 0.4;
        }

.bieding-object-mobile .content {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    display: block;
    top: 20px;
    left: 20%;
    right: 0;
    padding: 20px;
    width: 50%;
    min-width: 300px;
    margin: auto;
}

.bieding-object-mobile .intrekken {
    display: none;
    z-index: 9999;
    left: 0;
}

.bieding-object-mobile .verwijderen {
    display: none;
    z-index: 9999;
    left: 0;
}

.bieding-object-mobile h2 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
}

.bieding-object-mobile .block {
    padding: 0;
}

    .bieding-object-mobile .block .row {
        margin: 0 !important;
    }

.bieding-object-mobile .buttons {
    bottom: 10px;
    right: 30px;
    text-align: center;
}

    .bieding-object-mobile .buttons .button, .bieding-object-mobile .buttons button {
        background-color: #0073e6;
        padding: 20px 23px;
        color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
        outline: none;
        margin-bottom: 20px;
        min-width: 170px;
    }

        .bieding-object-mobile .buttons .button.warning, .bieding-object-mobile .buttons button.warning {
            background-color: #ec5b49;
        }

        .bieding-object-mobile .buttons .button:hover, .bieding-object-mobile .buttons button:hover {
            background-color: #0073e6;
            color: #fff;
        }

        .bieding-object-mobile .buttons .button.warning:hover, .bieding-object-mobile .buttons button.warning:hover {
            background-color: #ec5b49;
        }

        .bieding-object-mobile .buttons .button:active, .bieding-object-mobile .buttons button:active {
            position: relative;
            top: 2px;
            box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
        }

.bieding-object-mobile .object .status {
    text-align: right;
}

    .bieding-object-mobile .object .status h3 {
        font-size: 18px;
        font-weight: 900;
        text-align: right;
        color: #404b5d;
        margin-bottom: 0;
    }

    .bieding-object-mobile .object .status p {
        font-size: 14px;
        color: #a6a6a6;
    }

.bieding-object-mobile div.bod .block {
    border: none;
    display: inline-block;
    margin-right: 30px;
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 14px;
    text-align: left;
    color: #a6a6a6;
}

    .bieding-object-mobile div.bod .block h3 {
        font-family: EuclidCircularB-Regular, Avenir, Arial;
        font-weight: 900;
        font-size: 28px;
        margin: 5px 0 0 0;
        color: #00315a;
    }

        .bieding-object-mobile div.bod .block h3.deleted {
            color: #dbdbdb;
        }

.biedingbedankt {
    max-width: 1024px;
    min-width: 300px;
    width: 50%;
    margin: auto;
}

.bieding-object-hoog {
    margin-bottom: 30px;
    position: absolute;
    left: 10px;
    z-index: -1;
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog {
        position: unset;
        left: unset;
    }
}

.bieding-object-hoog .image {
    position: relative;
    width: 316px;
    height: 190px;
    display: inline-block;
    margin: 0 20px;
    min-height: 190px;
    background-size: cover;
    border-radius: 3px;
    float: left;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .bieding-object-hoog .image {
        margin: 0;
    }
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog .image {
        float: unset;
    }
}

.bieding-object-hoog .content {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    display: inline-block;
    width: 360px;
    margin-top: 0;
    padding: 30px;
    padding-left: 40px;
    float: left;
    min-height: 312px;
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog .content {
        float: unset;
    }
}

.bieding-object-hoog h2 {
    font-weight: 900;
    font-size: 28px;
    margin: 0;
    min-height: 78px;
}

.bieding-object-hoog .block {
    padding: 0;
}

    .bieding-object-hoog .block .row {
        margin: 0 !important;
    }

.bieding-object-hoog div.bod {
    margin-top: 10px;
}

    .bieding-object-hoog div.bod .block {
        display: block;
        margin-bottom: 15px;
        font-size: 0.8rem;
        border: none;
        color: #a6a6a6;
    }

        .bieding-object-hoog div.bod .block h3 {
            font-weight: 900;
            font-size: 28px;
            margin: 0;
            color: #00315a;
        }

/*#region bieden-flow*/
.stap {
    border-radius: 3px;
    background-color: #F5F7F9;
    padding: 37px 20px;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
}

@media only screen and (min-width:40.063em) {
    .stap {
        padding: 50px;
        max-height: 138px;
    }
}

.stap h1 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 28px;
    font-weight: 900;
}

.stap h2 {
    font-size: 28px;
    font-weight: 900;
}

    .stap h2 a {
        margin-left: 10px;
        font-weight: normal;
        font-size: 16px;
    }

@media only screen and (max-width:40em) {
    .stap h2 {
        font-size: 20px;
    }
}

.stap .form {
    display: none;
}

    .stap .form .row {
        margin-bottom: 1rem;
    }

.stap.open {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 70px 0 rgba(47, 47, 47, 0.08);
    margin-bottom: 40px;
    max-height: 100%;
}

    .stap.open .form {
        display: block;
    }

    .stap.open h1 {
        font-size: 36px;
        margin-bottom: 13px;
    }

.stap a {
    font-size: 18px;
    font-weight: 600;
}

.stap.click {
    cursor: pointer;
}

.stapIndicator {
    position: absolute;
    z-index: -1;
    top: 246px;
    display: none;
}

    .stapIndicator .actuele {
        font-size: 448px;
        font-weight: 900;
        color: #eff2f5;
        float: left;
        margin-top: -70px;
        margin-left: -45px;
    }

    .stapIndicator .aantal {
        color: #eff2f5;
        font-size: 79px;
        font-weight: 900;
        margin-left: 20px;
        margin-top: 245px;
        float: left;
    }

@media only screen and (min-width:64.063em) {
    .stapIndicator {
        display: block;
    }
}

/*#endregion*/
.range-slider {
    margin-top: 30px;
}

.range-label {
    white-space: nowrap;
    font-size: 0.8rem;
    color: #BFBFBF;
    margin-top: 0.5rem;
}

.range-slider-handle.circle {
    background-color: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(64, 75, 93, 0.4);
    border-radius: 1000px;
}

.tooltip {
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
}

.tabs .tab-title {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

    .tabs .tab-title a {
        outline: none;
    }

.detail-tabs {
    list-style: none;
    margin: 0 0 80px 0;
    border-bottom: 3px solid rgba(64, 75, 93, 0.2);
    display: inline-block;
    padding: 0;
    height: 51px;
}

@media only screen and (max-width:64em) {
    .detail-tabs {
        margin: 0 0 40px 0;
    }
}

.detail-tabs li {
    float: left;
    padding: 0;
    margin: 0;
}

    .detail-tabs li a {
        font-size: 18px;
        display: block;
        color: #4d0071;
        padding: 10px 0;
        margin: 0 20px;
    }

        .detail-tabs li a.active {
            font-weight: 900;
            border-bottom: 3px solid #404b5d;
        }

.detail-tab {
    display: none;
    margin-bottom: 80px;
}

    .detail-tab .kenmerk {
        float: left !important;
        margin-bottom: 40px;
    }

.toolbar {
    margin-top: 1rem !important;
}

#confetti {
    position: absolute;
    top: 70px;
    z-index: 98;
}

.biedproces {
    position: relative;
    z-index: 1;
}

.biedproces-stap {
    height: 360px;
    margin-top: 40px;
    padding: 0 40px;
}

    .biedproces-stap .icon-container {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        background-color: #404b5d;
        margin: 40px auto;
    }

        .biedproces-stap .icon-container i {
            color: #fff;
            text-align: center;
            line-height: 100px;
            font-size: 40px;
        }

    .biedproces-stap h2 {
        margin-bottom: 25px;
    }

    .biedproces-stap.active {
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    }

        .biedproces-stap.active p {
            color: #00315a;
        }

        .biedproces-stap.active .icon-container {
            background-color: #0073e6;
        }

    .biedproces-stap.inactive h2 {
        color: #a6a6a6;
    }

    .biedproces-stap.inactive .icon-container {
        background-color: #eff2f5;
    }

        .biedproces-stap.inactive .icon-container i {
            color: #dbdbdb;
        }

    .biedproces-stap p {
        color: #a6a6a6;
        line-height: 1;
    }

.biedproces + .line {
    position: absolute;
    height: 2px;
    background-color: #eff2f5;
    z-index: 0;
    width: 80%;
    margin: 0 10%;
    top: 180px;
}

@media only screen and (max-width:64em) {
    .biedproces + .line {
        display: none;
    }
}

span.warning {
    border: 1px solid #eb5649;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    background: #FAD6D3;
    font-size: 0.9rem;
}

    span.warning a {
        color: #4d0071;
        text-decoration: underline;
        font-size: 0.9rem;
    }

@media only screen and (max-width:40em) {
    .detail.info {
        display: block;
    }
}

.detail.info .image .normal {
    display: table-cell !important;
}

@media only screen and (max-width:40em) {
    .detail.info .image .normal {
        display: none !important;
    }
}

.detail.info .image .mobile {
    display: none;
}

@media only screen and (max-width:40em) {
    .detail.info .image .mobile {
        display: block !important;
    }
}

@media only screen and (max-width:40em) {
    .detail.info .image {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
}

.detail, .login {
    display: table;
}

    .detail .image, .login .image {
        display: table-cell;
        width: 50%;
        position: relative;
    }

        .detail .image h1, .login .image h1 {
            color: #fff;
            margin-bottom: 15px;
        }

        .detail .image .overlay, .login .image .overlay {
            width: 100%;
            height: 100%;
            opacity: 0.46;
            background: #00315a;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0;
        }

    .detail .description, .login .description {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0 40px 40px 40px;
    }

        .detail .description a.button-big, .login .description a.button-big {
            margin-top: 1rem;
        }

@media only screen and (max-width:64em) {
    .detail .description, .login .description {
        width: 70%;
    }
}

@media only screen and (max-width:40em) {
    .detail .description, .login .description {
        width: 100%;
    }
}

.login .image {
    width: 60%;
}

@media only screen and (max-width:64em) {
    .login .image {
        width: 40%;
    }
}

@media only screen and (max-width:40em) {
    .login .image {
        display: none;
    }
}

.login .description {
    width: 40%;
}

    .login .description button {
        margin: 20px 10px 20px 0;
    }

@media only screen and (max-width:64em) {
    .login .description {
        width: 60%;
    }
}

@media only screen and (max-width:40em) {
    .login .description {
        width: 100%;
        padding-top: 40px;
    }
}

.gallery {
    opacity: 0;
}

.gallery-counter {
    position: absolute;
    top: -60px;
    font-size: 449px;
    font-weight: 900;
    text-align: right;
    color: #eff2f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

@media only screen and (min-width:64.063em) {
    .gallery-counter {
        right: -30px !important;
    }
}

@media only screen and (min-width:40.063em) {
    .gallery-counter {
        display: block;
        right: 550px;
    }
}

@media only screen and (max-width:64em) {
    .gallery-counter {
        display: none;
    }
}

.bestanden {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

    .bestanden li span {
        visibility: hidden;
        margin-left: -30px;
        width: 30px;
        background: #0073e6;
        color: #fff;
        font-size: 10px;
        text-align: center;
        padding: 2px;
    }

    .bestanden li a {
        line-height: 2.2rem;
        color: #00315a;
        text-decoration: none;
    }

        .bestanden li a:hover {
            color: #0073e6;
            text-decoration: underline;
        }

    .bestanden li:hover a {
        color: #0073e6;
        text-decoration: underline;
    }

    .bestanden li:hover span {
        visibility: visible;
    }

a span.username {
    margin-right: 10px;
}

.belmij {
    margin-top: 0;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .belmij {
        margin-top: 40px;
    }
}

.belmij .foto {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
    margin-right: 40px;
    margin-bottom: 80px;
}

@media only screen and (min-width:40.063em) {
    .belmij .foto {
        width: 169px;
        height: 169px;
    }
}

.belmij h3 {
    font-weight: bold;
    font-size: 28px;
}

.belmij p {
    margin-bottom: 10px;
}

    .belmij p.grey {
        opacity: 0.4;
    }

.kanikhelpen {
    margin-top: 32px;
    width: 360px;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .kanikhelpen {
        width: 180px;
    }
}

.kanikhelpen .foto {
    width: 111px;
    height: 111px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.kanikhelpen .circle {
    background: #404b5d;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    left: -175px;
    top: 35px;
}

    .kanikhelpen .circle i {
        color: #fff;
        font-size: 24px;
        line-height: 64px;
    }

.kanikhelpen h3 {
    font-weight: 600;
    font-size: 22px;
    width: 160px;
    margin-bottom: 0;
}

.kanikhelpen p {
    font-size: 18px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

.fa-home {
    font-size: 16px;
    padding-right: 10px;
}

textarea {
    resize: vertical;
}

.has-tip {
    font-size: 20px;
    font-weight: 700;
}

.top-bar-section {
    z-index: 100;
}

    .top-bar-section ul li > a {
        font-size: 18px;
    }

@media only screen and (min-width: 1024px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 33px;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 33px;
    }
}

.object i.obj-toggle {
    text-align: center;
    display: table-cell;
    font-weight: 100;
    font-size: 19px;
    padding: 6px 10px 0 0;
    float: left;
}

    .object i.obj-toggle:before {
        font-family: FontAwesome;
        content: "\f061";
        font-style: normal;
    }

.objectmobile {
    background-color: #404b5d;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 32px 5px;
}

@media only screen and (min-width:64.063em) {
    .objectmobile {
        display: none;
    }
}

@media only screen and (min-width:40.063em) {
    .objectmobile {
        padding: 43px 33px;
    }
}

.objectmobile h2 {
    color: #fff;
    font-size: 18px;
}

    .objectmobile h2 div {
        display: table-cell;
        font-size: 22px;
        font-weight: normal;
    }

#moreinfo {
    padding: 0 40px;
}

    #moreinfo h2 {
        font-size: 24px;
    }

@media only screen and (max-width:64em) {
    #moreinfo h2 {
        font-size: 20px;
    }
}

#moreinfo .large-8.content.column:first-child {
    min-width: 350px;
}

@media only screen and (max-width:20em) {
    #moreinfo .large-8.content.column:first-child {
        margin-left: -55px;
    }
}

@media only screen and (max-width:40em) {
    #moreinfo .small-4.content.column.kenmerk {
        width: 50%;
    }
}

@media only screen and (max-width:20em) {
    #moreinfo .small-4.content.column.kenmerk {
        width: 100%;
    }
}

form .row .row, .stap .form .row, .stap .form .large-6 {
    margin-bottom: 5px !important;
}

#boduitgeschreven {
    height: 40px;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.kids {
    padding-left: 15px;
}

@media only screen and (max-width:64em) {
    .kids {
        padding: 0 !important;
    }
}

.burgelijkestaat {
    margin-top: 0;
    padding: 0;
}

@media only screen and (max-width:64em) {
    .burgelijkestaat {
        margin-top: -23px;
    }
}

.card-survey {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

    .card-survey .card-body, .card-survey .card-footer {
        background: #f3f3f3;
    }

    .card-survey .card-header .nav-link:hover, .card-survey .card-header .nav-link:focus {
        border-color: #EBEDF3 #EBEDF3 #f3f3f3;
        color: #4d0071;
    }

    .card-survey .card-header .nav-link.active, .card-survey .card-header .nav-link.active:hover, .card-survey .card-header .nav-link.active:focus {
        color: #4d0071;
        background: #f3f3f3;
        border-bottom-color: #f3f3f3;
    }

    .card-survey #tab_selector {
        width: 100% !important;
    }

@media only screen and (max-width: 600px) {
    .card-survey .card-body {
        padding: 2rem 0.5rem;
    }
}

:root {
    --primary: #0073e6 !important;
}

#surveyContainer * {
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif !important;
}

#surveyContainer .sd-body__navigation, #surveyContainer .sd-page {
    padding: 0 !important;
}

#surveyContainer .sd-body__navigation {
    margin-top: 20px;
}

body.formulieren div.card {
    background-color: #f3f3f3;
}

@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
    font-family: EuclidCircularB-Regular, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    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: #00315a;
}

/**
 * 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 {
    -moz-box-sizing: content-box;
    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;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type=search] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*Needs to be in sync with $topbar-media-query for js to work*/
/*rem-calc(5) !default;*/
/*Typography*/
/*$tooltip-close-font-size: rem-calc(10);
$tooltip-close-font-weight: $font-weight-normal;
$tooltip-close-font-color: $monsoon;*/
@font-face {
    font-family: "Avenir";
    font-weight: 300;
    font-style: normal;
    src: url("/css/fonts/avenir/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
    src: url("/css/fonts/avenir/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("/css/fonts/avenir/4fb9056b-4ac3-488b-9bac-75741b0ff0bd.woff2") format("woff2"), url("/css/fonts/avenir/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("/css/fonts/avenir/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir";
    font-weight: 400;
    font-style: normal;
    src: url("/css/fonts/avenir/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
    src: url("/css/fonts/avenir/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("/css/fonts/avenir/e4d36745-a861-4a49-aa17-6510e67429d3.woff2") format("woff2"), url("/css/fonts/avenir/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("/css/fonts/avenir/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir";
    font-weight: 700;
    font-style: normal;
    src: url("/css/fonts/avenir/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
    src: url("/css/fonts/avenir/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("/css/fonts/avenir/65cde95a-ac33-4c65-8198-e37857968d1a.woff2") format("woff2"), url("/css/fonts/avenir/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("/css/fonts/avenir/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir";
    font-weight: 800;
    font-style: normal;
    src: url("/css/fonts/avenir/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
    src: url("/css/fonts/avenir/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("/css/fonts/avenir/16695c2d-c755-45a2-bdcf-c54843f39afd.woff2") format("woff2"), url("/css/fonts/avenir/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("/css/fonts/avenir/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype");
}
/*Needs to be in sync with $topbar-media-query for js to work*/
/*rem-calc(5) !default;*/
/*Typography*/
/*$tooltip-close-font-size: rem-calc(10);
$tooltip-close-font-weight: $font-weight-normal;
$tooltip-close-font-color: $monsoon;*/
meta.foundation-version {
    font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: , Avenir, "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 68.875rem;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

[class*=column] + [class*=column]:last-child {
    float: right;
}

[class*=column] + [class*=column].end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.3333333333%;
    }

    .small-2 {
        width: 16.6666666667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.3333333333%;
    }

    .small-5 {
        width: 41.6666666667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.3333333333%;
    }

    .small-8 {
        width: 66.6666666667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.3333333333%;
    }

    .small-11 {
        width: 91.6666666667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .small-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .small-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .small-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .small-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
}

@media only screen and (min-width:40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.3333333333%;
    }

    .medium-2 {
        width: 16.6666666667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.3333333333%;
    }

    .medium-5 {
        width: 41.6666666667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.3333333333%;
    }

    .medium-8 {
        width: 66.6666666667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.3333333333%;
    }

    .medium-11 {
        width: 91.6666666667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0% !important;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

@media only screen and (min-width:64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.3333333333%;
    }

    .large-2 {
        width: 16.6666666667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.3333333333%;
    }

    .large-5 {
        width: 41.6666666667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.3333333333%;
    }

    .large-8 {
        width: 66.6666666667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.3333333333%;
    }

    .large-11 {
        width: 91.6666666667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .large-offset-2 {
        margin-left: 16.6666666667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .large-offset-5 {
        margin-left: 41.6666666667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .large-offset-8 {
        margin-left: 66.6666666667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .large-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }
}

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    background-color: #fff;
    border-color: #cccccc;
    color: #333333;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #cccccc;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #333333;
    }

    button.secondary, .button.secondary {
        background-color: #0073e6;
        border-color: #00609a;
        color: #FFFFFF;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #00609a;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #FFFFFF;
        }

    button.success, .button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #368a55;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #FFFFFF;
        }

    button.alert, .button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #cf2a0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #FFFFFF;
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF;
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #cf6e0e;
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #FFFFFF;
        }

    button.info, .button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333;
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #61b6d9;
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #FFFFFF;
        }

    button.large, .button.large {
        padding-top: 0.75rem;
        padding-right: 1.5rem;
        padding-bottom: 0.8125rem;
        padding-left: 1.5rem;
        font-size: 1.25rem;
    }

    button.small, .button.small {
        padding-top: 0.3125rem;
        padding-right: 0.625rem;
        padding-bottom: 0.375rem;
        padding-left: 0.625rem;
        font-size: 0.8125rem;
    }

    button.tiny, .button.tiny {
        padding-top: 0.25rem;
        padding-right: 0.5rem;
        padding-bottom: 0.3125rem;
        padding-left: 0.5rem;
        font-size: 0.6875rem;
    }

    button.expand, .button.expand {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem;
    }

    button.radius, .button.radius {
        border-radius: 10px;
    }

    button.round, .button.round {
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #fff;
        border-color: #cccccc;
        color: #333333;
        cursor: default;
        opacity: 0.7;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #cccccc;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #333333;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #fff;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #0073e6;
            border-color: #00609a;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #00609a;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #FFFFFF;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #0073e6;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #43AC6A;
            border-color: #368a55;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #368a55;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #FFFFFF;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #43AC6A;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #f04124;
            border-color: #cf2a0e;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #cf2a0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #FFFFFF;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #f04124;
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #cf6e0e;
            color: #FFFFFF;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #cf6e0e;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #FFFFFF;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24;
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #a0d3e8;
            border-color: #61b6d9;
            color: #333333;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #61b6d9;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #FFFFFF;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a0d3e8;
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media only screen and (min-width:40.063em) {
    button, .button {
        display: inline-block;
    }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

    .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
        content: " ";
        display: table;
    }

    .clearing-thumbs:after, [data-clearing]:after {
        clear: both;
    }

    .clearing-thumbs li, [data-clearing] li {
        float: left;
        margin-right: 10px;
    }

    .clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
        margin-right: 0;
    }

.clearing-blackout {
    background: #333333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

    .clearing-blackout .clearing-close {
        display: block;
    }

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #AAAAAA;
    font-size: 0.6em;
}

.visible-img {
    height: 95%;
    position: relative;
}

    .visible-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        max-height: 100%;
        max-width: 100%;
    }

.clearing-caption {
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #CCCCCC;
    display: none;
}

    .clearing-close:hover, .clearing-close:focus {
        color: #CCCCCC;
    }

.clearing-assembled .clearing-container {
    height: 100%;
}

    .clearing-assembled .clearing-container .carousel > ul {
        display: none;
    }

.clearing-feature li {
    display: none;
}

    .clearing-feature li.clearing-featured-img {
        display: block;
    }

@media only screen and (min-width:40.063em) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }

        .clearing-main-prev > span,
        .clearing-main-next > span {
            position: absolute;
            top: 50%;
            display: block;
            width: 0;
            height: 0;
            border: solid 12px;
        }

            .clearing-main-prev > span:hover,
            .clearing-main-next > span:hover {
                opacity: 0.8;
            }

    .clearing-main-prev {
        left: 0;
    }

        .clearing-main-prev > span {
            left: 5px;
            border-color: transparent;
            border-right-color: #CCCCCC;
        }

    .clearing-main-next {
        right: 0;
    }

        .clearing-main-next > span {
            border-color: transparent;
            border-left-color: #CCCCCC;
        }

        .clearing-main-prev.disabled,
        .clearing-main-next.disabled {
            opacity: 0.3;
        }

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }

        .clearing-assembled .clearing-container .carousel > ul {
            display: inline-block;
            z-index: 999;
            height: 100%;
            position: relative;
            float: none;
        }

            .clearing-assembled .clearing-container .carousel > ul li {
                display: block;
                width: 120px;
                min-height: inherit;
                float: left;
                overflow: hidden;
                margin-right: 0;
                padding: 0;
                position: relative;
                cursor: pointer;
                opacity: 0.4;
                clear: none;
            }

                .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
                    height: 100%;
                    max-width: none;
                }

                .clearing-assembled .clearing-container .carousel > ul li a.th {
                    border: none;
                    box-shadow: none;
                    display: block;
                }

                .clearing-assembled .clearing-container .carousel > ul li img {
                    cursor: pointer !important;
                    width: 100% !important;
                }

                .clearing-assembled .clearing-container .carousel > ul li.visible {
                    opacity: 1;
                }

                .clearing-assembled .clearing-container .carousel > ul li:hover {
                    opacity: 0.8;
                }

    .clearing-assembled .clearing-container .visible-img {
        background: #333333;
        overflow: hidden;
        height: 85%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}
/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}

    .f-dropdown > *:first-child {
        margin-top: 0;
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0;
    }

    .f-dropdown:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent #FFFFFF transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89;
    }

    .f-dropdown:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 7px;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88;
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px;
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px;
    }

    .f-dropdown.drop-right {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 200px;
    }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-right:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent #FFFFFF transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89;
        }

        .f-dropdown.drop-right:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent #cccccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88;
        }

    .f-dropdown.drop-left {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 200px;
    }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-left:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent transparent transparent #FFFFFF;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89;
        }

        .f-dropdown.drop-left:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent transparent transparent #cccccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88;
        }

    .f-dropdown.drop-top {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: -2px;
        margin-left: 0;
        max-width: 200px;
    }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-top:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: #FFFFFF transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -12px;
            left: 10px;
            right: auto;
            z-index: 89;
        }

        .f-dropdown.drop-top:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: #cccccc transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -14px;
            left: 9px;
            right: auto;
            z-index: 88;
        }

    .f-dropdown li {
        font-size: 0.875rem;
        cursor: pointer;
        line-height: 1.125rem;
        margin: 0;
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #EEEEEE;
        }

        .f-dropdown li.radius {
            border-radius: 10px;
        }

        .f-dropdown li a {
            display: block;
            padding: 0.5rem;
            color: #555555;
        }

    .f-dropdown.content {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        padding: 1.25rem;
        width: 100%;
        height: auto;
        max-height: none;
        background: #FFFFFF;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 89;
        max-width: 200px;
    }

        .f-dropdown.content > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0;
        }

    .f-dropdown.tiny {
        max-width: 200px;
    }

    .f-dropdown.small {
        max-width: 300px;
    }

    .f-dropdown.medium {
        max-width: 500px;
    }

    .f-dropdown.large {
        max-width: 800px;
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important;
    }

        .f-dropdown.mega.open {
            left: 0 !important;
        }

/* Standard Forms */
form {
    margin: 0 0 1rem;
}

    /* Using forms within rows, we need to set some defaults */
    form .row .row {
        margin: 0 -0.5rem;
    }

        form .row .row .column,
        form .row .row .columns {
            padding: 0 0.5rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column,
            form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column,
    form .row input.columns,
    form .row textarea.column,
    form .row textarea.columns {
        padding-left: 0.5rem;
    }

/* Label Styles */
label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #676767;
    }

select::-ms-expand {
    display: none;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #FFFFFF;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=date]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=search]:focus,
    input[type=tel]:focus,
    input[type=time]:focus,
    input[type=url]:focus,
    input[type=color]:focus,
    textarea:focus {
        box-shadow: 0 0 5px #999999;
        border-color: #999999;
    }

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=date]:focus,
    input[type=datetime]:focus,
    input[type=datetime-local]:focus,
    input[type=month]:focus,
    input[type=week]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=search]:focus,
    input[type=tel]:focus,
    input[type=time]:focus,
    input[type=url]:focus,
    input[type=color]:focus,
    textarea:focus {
        background: #fafafa;
        border-color: #999999;
        outline: none;
    }

    input[type=text]:disabled,
    input[type=password]:disabled,
    input[type=date]:disabled,
    input[type=datetime]:disabled,
    input[type=datetime-local]:disabled,
    input[type=month]:disabled,
    input[type=week]:disabled,
    input[type=email]:disabled,
    input[type=number]:disabled,
    input[type=search]:disabled,
    input[type=tel]:disabled,
    input[type=time]:disabled,
    input[type=url]:disabled,
    input[type=color]:disabled,
    textarea:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text],
    input[type=password][disabled],
    input[type=password][readonly],
    fieldset[disabled] input[type=password],
    input[type=date][disabled],
    input[type=date][readonly],
    fieldset[disabled] input[type=date],
    input[type=datetime][disabled],
    input[type=datetime][readonly],
    fieldset[disabled] input[type=datetime],
    input[type=datetime-local][disabled],
    input[type=datetime-local][readonly],
    fieldset[disabled] input[type=datetime-local],
    input[type=month][disabled],
    input[type=month][readonly],
    fieldset[disabled] input[type=month],
    input[type=week][disabled],
    input[type=week][readonly],
    fieldset[disabled] input[type=week],
    input[type=email][disabled],
    input[type=email][readonly],
    fieldset[disabled] input[type=email],
    input[type=number][disabled],
    input[type=number][readonly],
    fieldset[disabled] input[type=number],
    input[type=search][disabled],
    input[type=search][readonly],
    fieldset[disabled] input[type=search],
    input[type=tel][disabled],
    input[type=tel][readonly],
    fieldset[disabled] input[type=tel],
    input[type=time][disabled],
    input[type=time][readonly],
    fieldset[disabled] input[type=time],
    input[type=url][disabled],
    input[type=url][readonly],
    fieldset[disabled] input[type=url],
    input[type=color][disabled],
    input[type=color][readonly],
    fieldset[disabled] input[type=color],
    textarea[disabled],
    textarea[readonly],
    fieldset[disabled] textarea {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type=text].radius,
    input[type=password].radius,
    input[type=date].radius,
    input[type=datetime].radius,
    input[type=datetime-local].radius,
    input[type=month].radius,
    input[type=week].radius,
    input[type=email].radius,
    input[type=number].radius,
    input[type=search].radius,
    input[type=tel].radius,
    input[type=time].radius,
    input[type=url].radius,
    input[type=color].radius,
    textarea.radius {
        border-radius: 10px;
    }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Add height value for select elements to match text input height */
select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #FAFAFA;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}

    select.radius {
        border-radius: 10px;
    }

    select:hover {
        background-color: #f3f3f3;
        border-color: #999999;
    }

    select:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
    margin: 0 0 1rem 0;
}

    input[type=checkbox] + label,
    input[type=radio] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

/* Normalize file input width */
input[type=file] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    fieldset legend {
        font-weight: bold;
        background: #FFFFFF;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

    .error input[type=checkbox],
    .error input[type=radio] {
        margin-bottom: 1rem;
    }

.error label,
.error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF;
}

.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.375rem;
        display: block;
    }

        .inline-list > li > * {
            display: block;
        }

.label {
    font-weight: normal;
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #fff;
    color: #333333;
}

    .label.radius {
        border-radius: 10px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #f04124;
        color: #FFFFFF;
    }

    .label.warning {
        background-color: #f08a24;
        color: #FFFFFF;
    }

    .label.success {
        background-color: #43AC6A;
        color: #FFFFFF;
    }

    .label.secondary {
        background-color: #0073e6;
        color: #FFFFFF;
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333333;
    }

ul.pagination {
    display: block;
    min-height: 2.1875rem;
    margin-left: -0.3125rem;
}

    ul.pagination li {
        height: 2.1875rem;
        color: #222222;
        font-size: 0.875rem;
        margin-left: 0.3125rem;
    }

        ul.pagination li a, ul.pagination li button {
            display: block;
            padding: 0.0625rem 0.375rem 0.0625rem;
            color: #999999;
            background: none;
            border-radius: 10px;
            font-weight: normal;
            font-size: 1em;
            line-height: inherit;
            transition: background-color 300ms ease-out;
        }

            ul.pagination li:hover a,
            ul.pagination li a:focus, ul.pagination li:hover button,
            ul.pagination li button:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            cursor: default;
            color: #999999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
                background: transparent;
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: #0073e6;
            color: #FFFFFF;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: #fff;
            }

    ul.pagination li {
        float: left;
        display: block;
    }

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block;
    }

/* Panels */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
        color: #333333;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #e3e3e3;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        background: white;
        color: #333333;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
            color: #333333;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

        .panel.callout a:not(.button) {
            color: #fff;
        }

    .panel.radius {
        border-radius: 10px;
    }

.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 0.25rem;
    border: 0 solid #DDDDDD;
    -ms-touch-action: none;
    touch-action: none;
    background: #eff2f5;
}

    .range-slider.vertical-range {
        display: block;
        position: relative;
        width: 100%;
        height: 0.25rem;
        border: 0 solid #DDDDDD;
        -ms-touch-action: none;
        touch-action: none;
        display: inline-block;
        width: 1rem;
        height: 12.5rem;
    }

        .range-slider.vertical-range .range-slider-handle {
            margin-top: 0;
            margin-left: -0.3125rem;
            position: absolute;
            bottom: -11.25rem;
        }

        .range-slider.vertical-range .range-slider-active-segment {
            width: 0.25rem;
            height: auto;
            bottom: 0;
        }

    .range-slider.radius {
        background: #eff2f5;
        border-radius: 10px;
    }

        .range-slider.radius .range-slider-handle {
            background: #fff;
            border-radius: 10px;
        }

            .range-slider.radius .range-slider-handle:hover {
                background: #e0e0e0;
            }

    .range-slider.round {
        background: #eff2f5;
        border-radius: 1000px;
    }

        .range-slider.round .range-slider-handle {
            background: #fff;
            border-radius: 1000px;
        }

            .range-slider.round .range-slider-handle:hover {
                background: #e0e0e0;
            }

    .range-slider.disabled, .range-slider[disabled] {
        background: #eff2f5;
        cursor: default;
        opacity: 0.7;
    }

        .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
            background: #fff;
            cursor: default;
            opacity: 0.7;
        }

            .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
                background: #e0e0e0;
            }

.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: 0.25rem;
    background: #0073e6;
}

.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
}

    .range-slider-handle:hover {
        background: #e0e0e0;
    }

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d0071;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0;
}

.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 10px;
    left: 0;
    background-color: #FFFFFF;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
        min-height: 100vh;
    }
}

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0;
}

.reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
        width: 80%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
        top: 6.25rem;
    }
}

.reveal-modal.radius, dialog.radius {
    border-radius: 10px;
}

.reveal-modal.round, dialog.round {
    border-radius: 1000px;
}

.reveal-modal.collapse, dialog.collapse {
    padding: 0;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.tiny, dialog.tiny {
        width: 30%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.small, dialog.small {
        width: 40%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.medium, dialog.medium {
        width: 60%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.large, dialog.large {
        width: 70%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
        width: 95%;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 68.875rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer;
}

dialog {
    display: none;
}

    dialog::backdrop, dialog + .backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #4d0071;
        background: rgba(0, 0, 0, 0.45);
        z-index: auto;
        display: none;
        left: 0;
    }

    dialog[open] {
        display: block;
    }

@media print {
    dialog, .reveal-modal {
        display: none;
        background: #FFFFFF !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width:120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}


.sd-btn {
    color: #0073e6 !important;
}
/* Default Link Styles */
a {
    color: #004696;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #0073e6;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333333;
    background-color: #a0dbff;
    border-width: 1px;
    border-style: solid;
    border-color: #76cbff;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
    color: #00315a;
    font-weight: normal;
}

ul {
    margin-left: 1.1rem;
}

    ul.no-bullet {
        margin-left: 0;
    }

        ul.no-bullet li ul,
        ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none;
        }

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem;
    }

    ul.no-bullet {
        list-style: none;
    }

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

    ol li ul,
    ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #DDDDDD;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

    blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #555555;
    }

        blockquote cite:before {
            content: "— ";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #6f6f6f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #4d0071 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    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;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd, .tabs .tab-title {
        position: relative;
        margin-bottom: 0 !important;
        list-style: none;
        float: left;
    }

        .tabs dd > a, .tabs .tab-title > a {
            display: block;
            background-color: #EFF2F5;
            color: #4d0071;
            padding: 1rem 2rem;
            font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
            font-size: 1rem;
        }

            .tabs dd > a:hover, .tabs .tab-title > a:hover {
                background-color: #dde3ea;
            }

        .tabs dd.active a, .tabs .tab-title.active a {
            background-color: #fff;
            color: #4d0071;
        }

    .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .tabs.vertical dd, .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 2rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 2rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 2rem;
        }

@media only screen and (min-width:40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem;
    }

    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

/* Tooltips */
.has-tip {
    border-bottom: none;
    cursor: help;
    font-weight: normal;
    color: #dbdbdb;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: none;
        color: #f6a623;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 1.5rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #00315a;
    background: #fff;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #fff transparent;
        top: -10px;
        pointer-events: none;
    }

        .tooltip > .nub.rtl {
            left: auto;
            right: 5px;
        }

    .tooltip.radius {
        border-radius: 3px;
    }

    .tooltip.round {
        border-radius: 1000px;
    }

        .tooltip.round > .nub {
            left: 2rem;
        }

    .tooltip.opened {
        color: #f6a623 !important;
        border-bottom: none !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal;
}

@media only screen and (min-width:40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #fff transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: #fff transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent #fff;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent #fff transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width: 1024px)/";
    width: 1024px;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #fff;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

    .fixed.expanded:not(.top-bar) {
        overflow-y: auto;
        height: auto;
        width: 100%;
        max-height: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            z-index: 98;
            margin-top: 70px;
        }

.top-bar {
    background-color: white;
    overflow: hidden;
    height: 122px;
    line-height: 122px;
    position: relative;
    margin-bottom: 0;
    padding-top: 30px;
    box-shadow: 0 1px 0 0 rgba(113, 130, 156, 0.32);
    border-bottom: 1px solid #d8222a;
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form,
    .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: 1.8rem;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        font-size: 0.75rem;
    }

    .top-bar .button, .top-bar button {
        padding-top: 0.4125rem;
        padding-bottom: 0.4125rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 70px;
    margin: 0;
    font-size: 16px;
    line-height: 70px;
    padding: 0 15px;
}

    .top-bar .name h1 {
        line-height: 70px;
        font-size: 1.0625rem;
        margin: 0;
    }

        .top-bar .name h1 a {
            font-weight: 500;
            color: #00315a;
            width: 75%;
            display: block;
            padding: 0 17px;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #00315a;
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 0 17px;
        height: 70px;
        line-height: 64px;
    }

    .top-bar .toggle-topbar.menu-icon {
        top: 50%;
        margin-top: -16px;
    }

        .top-bar .toggle-topbar.menu-icon a {
            height: 34px;
            line-height: 33px;
            padding: 0 42px 0 17px;
            color: #00315a;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                position: absolute;
                display: block;
                height: 0;
                top: 50%;
                margin-top: -8px;
                right: 17px;
                box-shadow: 0 0px 0 1px #00315a, 0 7px 0 1px #00315a, 0 14px 0 1px #00315a;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0px 0 1px #00315a, 0 7px 0 1px #00315a, 0 14px 0 1px #00315a;
            }

.top-bar.expanded {
    height: auto;
    background: transparent;
}

    .top-bar.expanded .title-area {
        background: #fff;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888888;
    }

        .top-bar.expanded .toggle-topbar a::after {
            box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
    }

        .top-bar-section ul.left {
            border-right: 1px solid #dae1e4;
        }

    .top-bar-section .divider,
    .top-bar-section [role=separator] {
        border-top: solid 1px gray;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: #fff;
        border-left: 1px solid #dae1e4;
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #00315a;
            padding: 12px 0 12px 0;
            padding-left: 17px;
            font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif;
            font-size: 0.875rem;
            font-weight: normal;
            text-transform: normal;
        }

            .top-bar-section ul li > a.button {
                font-size: 0.875rem;
                padding-right: 17px;
                padding-left: 17px;
                background-color: #fff;
                border-color: #cccccc;
                color: #333333;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #cccccc;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #333333;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #0073e6;
                    border-color: #00609a;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #00609a;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #FFFFFF;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43AC6A;
                    border-color: #368a55;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a55;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #FFFFFF;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf2a0e;
                    color: #FFFFFF;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf2a0e;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #FFFFFF;
                    }

        .top-bar-section ul li > button {
            font-size: 0.875rem;
            padding-right: 17px;
            padding-left: 17px;
            background-color: #fff;
            border-color: #cccccc;
            color: #333333;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #cccccc;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #333333;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #0073e6;
                border-color: #00609a;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #00609a;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #FFFFFF;
                }

            .top-bar-section ul li > button.success {
                background-color: #43AC6A;
                border-color: #368a55;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a55;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #FFFFFF;
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf2a0e;
                color: #FFFFFF;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf2a0e;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #FFFFFF;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

        .top-bar-section ul li.active > a {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

            .top-bar-section ul li.active > a:hover {
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
                color: #00315a;
            }

    .top-bar-section .has-form {
        padding: 17px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(47, 47, 47, 0.4);
            border-left-style: solid;
            margin-right: 17px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: 500;
                padding: 8px 17px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #00315a;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 17px;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            padding: 8px 17px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777777;
            font-weight: 500;
            font-size: 0.625rem;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .top-bar {
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input,
        .top-bar .button,
        .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }

        .top-bar.expanded {
            background: #fff;
        }

    .contain-to-grid .top-bar {
        max-width: 68.875rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }

            .top-bar-section ul li {
                float: left;
                border-left: 1px solid #dae1e4;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            color: #00315a;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 17px;
            line-height: 70px;
            background: #fff;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #00315a;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 17px;
            line-height: 70px;
            color: #00315a;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
                color: #00315a;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 37px !important;
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(47, 47, 47, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 35px;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "»";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: #FFFFFF;
                line-height: 70px;
                white-space: nowrap;
                padding: 12px 17px;
                background: #dbdbdb;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                color: #FFFFFF;
                background: #dbdbdb;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                color: #00315a;
                background-color: #00315a;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333333;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px white;
            clear: none;
            height: 70px;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #fff;
            padding: 0 23.3333333333px;
            height: 70px;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #00315a;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7OzsAAAAtWy2aAAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        color: #00315a;
    }

    .no-js .top-bar-section ul li:active > a {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAK/xAAAAacrASgAAAA5JREFUeNpiYCAWAAQYAAAqAAGYjNEzAAAAAElFTkSuQmCC) repeat-x bottom #fff;
        color: #00315a;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}
/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* large displays */
@media only screen and (min-width:64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Print visibility */
@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    table.show-for-print {
        display: table;
    }

    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;
    }
}
/*Site.css is generated by the Sass precompiler */
/* Please make changes to Site.scss (SASS) since changes to Site.css (CSS) will be overwritten */
html, body {
    font-size: 100%;
}

body {
    overflow-x: hidden;
    background: #faead2;
}

/*#region General*/
.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

/*#region buttons*/
.button, button, a.button-big {
    background-color: #0073e6;
    padding: 20px 23px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
    outline: none;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: 20px;
}

@media only screen and (max-width:64em) {
    .button, button, a.button-big {
        padding: 20px 10px;
    }
}

.button:hover, button:hover {
    background-color: #0073e6;
    color: #fff;
}

.button:active, button:active, a.button-big:active {
    position: relative;
    top: 2px;
    box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
}

.button-big {
    background-color: #0073e6;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 900;
}

    .button-big:hover {
        background-color: #0073e6;
        color: #fff;
    }

    .button-big.action,
    .button-big.action:hover {
        background-color: #f6a623;
        color: #fff;
        margin-left: 0;
        display: inline-block;
    }

.prevnext {
    min-width: 288px;
    padding: 0;
    padding-right: 30px;
    padding-top: 20px;
}

.button.right, button.right {
    float: right;
}

.close-reveal-modal.link {
    font-size: 1rem !important;
    position: unset !important;
    color: #0073e6 !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

/*#endregion*/
.radiorangefilter span {
    color: white;
}

/*#region custom check and radio buttons*/
/*hide the checkboxes and radio buttons*/
input[type=file], input[type=checkbox], input[type=radio], select {
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    width: 1em;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    opacity: 0;
    cursor: pointer;
}

label {
    cursor: pointer;
    font-weight: normal;
    color: #a6a6a6;
    display: inline-block;
    margin-right: 10px;
}

input[type=radio] + label {
    cursor: pointer;
}

/*position the label*/
input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin-left: -1.5rem;
    margin-right: 0;
    line-height: 1.5em;
    font-weight: normal;
    color: #4d0071;
    font-size: 1rem;
}

input[type=checkbox] + label {
    /* width: 96%;*/
}

    /*style the first span to create the unchecked graphics*/
    input[type=checkbox] + label > span,
    input[type=radio] + label > span {
        display: inline-block;
        width: 1.25em;
        height: 1.25em;
        margin-right: 0.3125rem;
        margin-bottom: 0.1875rem;
        margin-left: 0.3125rem;
        border: 1px solid silver;
        border-radius: 1em;
        vertical-align: bottom;
        background: white;
    }

    input[type=checkbox] + label > span {
        border-radius: 0;
        background-image: none;
    }

/*the background gradient is reversed on selected checkboxes and radio buttons*/
input[type=checkbox]:checked + label > span,
input[type=radio]:checked + label > span {
    background: #fff;
    border-color: #4d0071;
}

input[type=checkbox]:checked + label > span {
    background-image: none;
}

    /*display a tick inside selected checkboxes*/
    input[type=checkbox]:checked + label > span:before {
        display: block;
        width: 1.25em;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        font-weight: bold;
    }

    input[type=checkbox]:checked + label > span > span {
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        margin: 3px;
        border: none;
        border-radius: 0;
        background: #4d0071;
    }

/*display a ‘bullet’ inside selected radio buttons*/
input[type=radio]:checked + label > span > span {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 3px;
    border: none;
    border-radius: 100%;
    background: #4d0071;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #FFFFFF;
    font-family: EuclidCircularB-Regular, inherit;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #dbdbdb;
    display: block;
    margin: 0 0 1rem 0;
    padding: 8px 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    color: #00315a;
}

    input[type=text].error, input[type=password].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=month].error, input[type=week].error, input[type=email].error, input[type=number].error, input[type=search].error, input[type=tel].error, input[type=time].error, input[type=url].error, input[type=color].error, textarea.error {
        border-bottom: 2px solid #eb5649;
        color: #eb5649;
        margin-bottom: 0;
    }

        input[type=text].error:focus, input[type=password].error:focus, input[type=date].error:focus, input[type=datetime].error:focus, input[type=datetime-local].error:focus, input[type=month].error:focus, input[type=week].error:focus, input[type=email].error:focus, input[type=number].error:focus, input[type=search].error:focus, input[type=tel].error:focus, input[type=time].error:focus, input[type=url].error:focus, input[type=color].error:focus, textarea.error:focus {
            border-bottom: 2px solid #eb5649;
            color: #00315a;
        }

    input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
        background-color: #FFFFFF;
        border-color: #00315a;
        outline: none;
        box-shadow: none;
    }

.errormessage {
    font-size: 14px;
    padding: 3px 0;
    color: #eb5649;
}

#Bod {
    font-weight: 900;
    font-size: 28px;
}

/*#endregion*/
h1.label, h2.label, h3.label {
    color: white;
    padding: 1rem 1rem 1.0625rem 2rem;
    margin: 1.25rem 1.25rem 1.25rem 0;
    font-size: 2rem;
}

    h1.label a, h2.label a, h3.label a {
        color: white;
        text-transform: uppercase;
    }

h2.label {
    font-size: 0.875rem;
}

h3.label {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    font-size: 0.7rem;
}

h1 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.14;
    color: #00315a;
}

@media only screen and (max-width:64em) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 28px;
    font-weight: 900;
    color: #00315a;
}

    h2 a {
        margin-left: 10px;
        font-weight: normal;
        font-size: 16px;
    }

h3 {
    font-size: 20px;
    color: #00315a;
}

h4 {
    font-size: 1rem;
    color: #00315a;
}

h5 {
    font-size: 0.875rem;
    color: #00315a;
}

h6 {
    font-size: 0.75rem;
    color: #00315a;
}

p {
    color: #00315a;
}

.bold {
    font-weight: 700;
}

h1.section-header {
    padding-bottom: 10px;
    border-bottom: solid 2px rgba(47, 47, 47, 0.15);
    margin-bottom: 85px;
}

.section {
    margin-bottom: 85px;
}

.lightblue {
    color: #0073e6;
}

.lightgrey-bg {
    background-color: #eff2f5;
}

.documenten-row {
    background-color: #f5f7f8;
    padding: 95px 0;
    margin-bottom: 90px;
}

@media only screen and (max-width:64em) {
    .documenten-row {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.documenten-row .documenten {
    width: auto;
    z-index: 10;
    position: relative;
}

@media only screen and (max-width:64em) {
    .documenten-row .documenten {
        position: static;
        padding: 0 20px 40px 25px;
    }
}

.documenten-row .slides {
    max-width: 58%;
}

@media only screen and (max-width:64em) {
    .documenten-row .slides {
        max-width: 100%;
    }
}

.antwoordnietgevonden {
    padding: 65px 0;
}

    .antwoordnietgevonden h2 {
        font-size: 36px;
        font-weight: 900;
        line-height: 1.17;
        margin-left: -150px;
        display: none;
    }

@media only screen and (min-width:40.063em) {
    .antwoordnietgevonden h2 {
        display: block;
    }
}

.antwoordnietgevonden .small-6 {
    width: 100%;
}

@media only screen and (min-width:40.063em) {
    .antwoordnietgevonden .small-6 {
        width: 50%;
    }
}

.modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d0071000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    opacity: 0;
    display: none;
}

/*#endregion*/
.large-3.column.biedproces-stap {
    width: 100%;
}

/*#region rightmenu-rightpanel */
@media only screen and (min-width:64.063em) {
    .large-3.menu.column {
        width: 28%;
        margin-left: 1%;
        padding-left: 0;
    }

    .large-9.content.column {
        padding-left: 0;
        width: 71%;
    }

    .large-5.content.column {
        padding-left: 0;
        width: 37.66667%;
    }

    .large-3.column.biedproces-stap {
        width: 25% !important;
    }
}

@media only screen and (min-width:40.063em) {
    .large-3.column.biedproces-stap {
        width: 50%;
    }
}

@media only screen {
    .small-3.menu.column {
        width: 28%;
        margin-left: 1%;
    }

    .small-9.content.column {
        padding-left: 0;
        width: 71%;
    }
}

.small-4.content.column {
    width: 32%;
}

.small-5.content.column {
    padding-left: 0;
    width: 39%;
}

.stickyinfo {
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width:64em) {
    .stickyinfo {
        display: none;
    }
}

@media only screen and (min-width:64.063em) {
    .stickyinfo {
        position: unset;
        position: -webkit-sticky;
        position: sticky;
        top: 71px;
    }
}

@media only screen and (max-width:64em) {
    #stickyinfo {
        display: none;
    }
}

#stickyinfo .large-3 {
    width: 1%;
}

@media only screen and (min-width:90.063em) {
    #stickyinfo .large-3 {
        width: 25%;
    }
}

#stickyinfo .large-9 {
    width: 90%;
}

@media only screen and (min-width:90.063em) {
    #stickyinfo .large-9 {
        width: 75%;
    }
}

.bodstappen {
    margin-top: 0;
}

.kanikhelpenrow {
    position: absolute;
    right: 0;
    width: 285px !important;
    margin: 0;
    top: 85px;
    display: none;
    z-index: -1;
}

@media only screen and (min-width:64.063em) {
    .kanikhelpenrow {
        margin: unset;
        width: initial !important;
        right: initial;
        position: initial;
        top: initial;
    }
}

@media only screen and (min-width:40.063em) {
    .kanikhelpenrow {
        display: block !important;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .kanikhelpenrow {
        left: auto !important;
        top: 85px !important;
    }
}

/*#endregion */
.image-label-container {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin: 175px;
}

.image-label {
    position: absolute;
    z-index: 1;
    left: 50px;
    bottom: 30px;
    color: #fff;
    width: auto;
    font-size: 18px;
}

@media only screen and (max-width:64em) {
    .image-label {
        left: 20px;
        bottom: 10px;
    }
}

@media only screen and (min-width:64.063em) {
    .image-label {
        left: 106px;
    }
}

.image-label h1 {
    color: #fff;
    font-size: 50px;
    height: 150px;
    margin-bottom: 20px !important;
}

@media only screen and (max-width:64em) {
    .image-label h1 {
        font-size: 26px;
        height: auto;
    }
}

.image-label .circle {
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: -20px;
}

    .image-label .circle i {
        color: #00315a;
        font-size: 24px;
        line-height: 64px;
    }

/*#region top-bar customizations*/
.sticky {
    width: 100%;
}

    .sticky + .row {
        margin-top: 60px;
        max-width: 1440px;
    }

@media only screen and (min-width:64.063em) {
    .sticky + .row {
        margin-top: 120px;
    }
}

@media (max-height: 868px) {
    .sticky + .row {
        margin-top: 10px;
    }
}

.sticky + .detail, .sticky + .login {
    max-width: 1440px;
    margin-top: 0;
}

.fixed {
    width: 100%;
}

/*#endregion*/
/*#region Footer*/
.footer {
    margin-top: 30px;
    background: #f8f9fa !important;
    border-top: 1px solid #ff8c00;
    border-bottom: 1px solid #d8222a;
}

    .footer .left {
        padding-top: 10px;
        padding-left: 20px;
    }

        .footer .left h3 {
            color: #fff;
        }

        .footer .left a:not(.icon) {
            margin-right: 10px;
            color: #fff;
        }

        .footer .left p {
            margin: 25px 0 0 0;
        }

    .footer p {
        margin: 10px 0 0 0;
        font-size: 0.9rem;
    }

    .footer img {
        vertical-align: text-bottom;
    }

/*#endregion*/
/*#region persoon */
.personen {
    float: left;
    clear: both;
    width: 100%;
}

.persoon {
    float: left;
    width: 164px;
    height: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-top-left-radius: 72px;
}

    .persoon img.icon {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: text-top;
    }

    .persoon .foto {
        width: 134px;
        height: 134px;
        border-radius: 72px;
        float: left;
        overflow: hidden;
        margin: 15px;
    }

        .persoon .foto img {
            margin: 0;
            padding: 0;
        }

    .persoon .naam {
        height: 75px;
        line-height: 24px;
        text-align: center;
    }

        .persoon .naam .contact {
            font-size: 0.8rem;
        }

            .persoon .naam .contact a {
                color: #4d0071;
            }

    .persoon .profiel {
        position: absolute;
        min-width: 185px;
        background: #e7e8e9;
        margin-top: -76px;
        margin-left: 160px;
        padding: 20px;
        min-height: 240px;
        border-top: 1px solid #e7e8e9;
        border-right: 1px solid #e7e8e9;
        border-bottom: 1px solid #e7e8e9;
        z-index: 9999;
        font-size: 0.8rem;
    }

    .persoon:hover {
        border: 1px solid #e7e8e9;
    }

/*#endregion persoon*/
/*#region Pagination*/
ul.pagination {
    margin: 0;
}

    ul.pagination li a {
        border-radius: 0;
        height: 100%;
        line-height: 2.2rem;
        color: black;
    }

/*#endregion*/
/*#region GoogleMaps*/
#map_canvas_results {
    margin: 10px 0;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

div.mapInfo {
    width: 200px;
}

    div.mapInfo a {
        display: block;
        color: #4d0071;
    }

/*#endregion*/
div.progress {
    text-align: left;
}

    div.progress ul {
        list-style: none;
        margin-top: 80px;
        display: inline-block;
    }

        div.progress ul li {
            text-align: center;
            font-size: 15px;
            color: #D4D8DC;
            margin: 5px 0;
        }

@media only screen and (max-width: 40em) {
    div.progress ul li {
        float: left;
        margin: 4px 5px;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress ul li {
        float: left;
        margin: 4px 5px;
    }
}

div.progress ul li.done {
    color: #0073e6;
}

div.progress ul li.active {
    font-size: 20px;
    color: #0073e6;
    margin-top: 0;
}

@media only screen and (max-width: 40em) {
    div.progress ul {
        margin: 10px 0 0 0;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress ul {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 40em) {
    div.progress {
        text-align: center;
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    div.progress {
        text-align: center;
    }
}

div.block {
    border: 3px solid #F0F1F3;
    padding: 15px;
}

    div.block .row {
        margin-bottom: 15px;
    }

    div.block + a {
        display: inline-block;
        margin: 10px 0 30px 0;
        color: #0073e6;
    }

.bieding-object {
    margin-bottom: 30px;
    position: relative;
    float: left;
}

    .bieding-object .image {
        position: relative;
        width: 300px;
        height: 300px;
        display: inline-block;
        min-height: 300px;
        background-size: cover;
        cursor: pointer;
        border-radius: 3px;
    }

    .bieding-object .content {
        position: absolute;
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
        display: inline-block;
        height: 262px;
        top: 20px;
        left: 20%;
        right: 0;
        padding: 20px;
    }

    .bieding-object .intrekken {
        display: none;
        z-index: 9999;
    }

    .bieding-object .verwijderen {
        display: none;
        z-index: 9999;
    }

    .bieding-object h2 {
        font-family: EuclidCircularB-Regular, Avenir, Arial;
        font-weight: 900;
        font-size: 28px;
        margin: 0;
    }

    .bieding-object .block {
        padding: 0;
    }

        .bieding-object .block .row {
            margin: 0 !important;
        }

    .bieding-object .buttons {
        position: absolute;
        bottom: 10px;
        right: 30px;
    }

        .bieding-object .buttons .button, .bieding-object .buttons button {
            background-color: #0073e6;
            padding: 20px 23px;
            color: #fff;
            border-radius: 3px;
            margin-left: 13px;
            box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
            outline: none;
            margin-bottom: 20px;
        }

            .bieding-object .buttons .button.warning, .bieding-object .buttons button.warning {
                background-color: #ec5b49;
            }

            .bieding-object .buttons .button:hover, .bieding-object .buttons button:hover {
                background-color: #0073e6;
                color: #fff;
            }

            .bieding-object .buttons .button.warning:hover, .bieding-object .buttons button.warning:hover {
                background-color: #ec5b49;
            }

            .bieding-object .buttons .button:active, .bieding-object .buttons button:active {
                position: relative;
                top: 2px;
                box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
            }

    .bieding-object .object .status {
        text-align: right;
    }

        .bieding-object .object .status h3 {
            font-size: 18px;
            font-weight: 900;
            text-align: right;
            color: #404b5d;
            margin-bottom: 0;
        }

        .bieding-object .object .status p {
            font-size: 14px;
            color: #a6a6a6;
        }

    .bieding-object div.bod {
        position: absolute;
        top: 130px;
    }

        .bieding-object div.bod .block {
            border: none;
            display: inline-block;
            margin-right: 30px;
            font-family: EuclidCircularB-Regular, Avenir, Arial;
            font-size: 14px;
            text-align: left;
            color: #a6a6a6;
        }

            .bieding-object div.bod .block h3 {
                font-family: EuclidCircularB-Regular, Avenir, Arial;
                font-weight: 900;
                font-size: 28px;
                margin: 5px 0 0 0;
                color: #00315a;
            }

                .bieding-object div.bod .block h3.deleted {
                    color: #dbdbdb;
                }

@media only screen and (max-width:64em) {
    .bieding-object {
        display: none;
    }
}

.bieding-object-mobile {
    display: none;
    width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

@media only screen and (max-width:64em) {
    .bieding-object-mobile {
        display: block;
    }
}

.bieding-object-mobile .image {
    position: relative;
    width: 300px;
    height: 300px;
    display: inline-block;
    min-height: 300px;
    background-size: cover;
    cursor: pointer;
    border-radius: 3px;
}

    .bieding-object-mobile .image:hover {
        box-shadow: 0 2px 60px 0 rgba(90, 47, 47, 0.4);
        z-index: 98;
    }

        .bieding-object-mobile .image:hover + .content {
            opacity: 0.4;
        }

.bieding-object-mobile .content {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    display: block;
    top: 20px;
    left: 20%;
    right: 0;
    padding: 20px;
    width: 50%;
    min-width: 300px;
    margin: auto;
}

.bieding-object-mobile .intrekken {
    display: none;
    z-index: 9999;
    left: 0;
}

.bieding-object-mobile .verwijderen {
    display: none;
    z-index: 9999;
    left: 0;
}

.bieding-object-mobile h2 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
}

.bieding-object-mobile .block {
    padding: 0;
}

    .bieding-object-mobile .block .row {
        margin: 0 !important;
    }

.bieding-object-mobile .buttons {
    bottom: 10px;
    right: 30px;
    text-align: center;
}

    .bieding-object-mobile .buttons .button, .bieding-object-mobile .buttons button {
        background-color: #0073e6;
        padding: 20px 23px;
        color: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 40px 0 rgba(47, 47, 47, 0.17);
        outline: none;
        margin-bottom: 20px;
        min-width: 170px;
    }

        .bieding-object-mobile .buttons .button.warning, .bieding-object-mobile .buttons button.warning {
            background-color: #ec5b49;
        }

        .bieding-object-mobile .buttons .button:hover, .bieding-object-mobile .buttons button:hover {
            background-color: #0073e6;
            color: #fff;
        }

        .bieding-object-mobile .buttons .button.warning:hover, .bieding-object-mobile .buttons button.warning:hover {
            background-color: #ec5b49;
        }

        .bieding-object-mobile .buttons .button:active, .bieding-object-mobile .buttons button:active {
            position: relative;
            top: 2px;
            box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.17);
        }

.bieding-object-mobile .object .status {
    text-align: right;
}

    .bieding-object-mobile .object .status h3 {
        font-size: 18px;
        font-weight: 900;
        text-align: right;
        color: #404b5d;
        margin-bottom: 0;
    }

    .bieding-object-mobile .object .status p {
        font-size: 14px;
        color: #a6a6a6;
    }

.bieding-object-mobile div.bod .block {
    border: none;
    display: inline-block;
    margin-right: 30px;
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 14px;
    text-align: left;
    color: #a6a6a6;
}

    .bieding-object-mobile div.bod .block h3 {
        font-family: EuclidCircularB-Regular, Avenir, Arial;
        font-weight: 900;
        font-size: 28px;
        margin: 5px 0 0 0;
        color: #00315a;
    }

        .bieding-object-mobile div.bod .block h3.deleted {
            color: #dbdbdb;
        }

.biedingbedankt {
    max-width: 1024px;
    min-width: 300px;
    width: 50%;
    margin: auto;
}

.kt_header {
    height: 120px;
}

.bieding-object-hoog {
    margin-bottom: 30px;
    position: absolute;
    left: 10px;
    z-index: -1;
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog {
        position: unset;
        left: unset;
    }
}

.bieding-object-hoog .image {
    position: relative;
    width: 316px;
    height: 190px;
    display: inline-block;
    margin: 0 20px;
    min-height: 190px;
    background-size: cover;
    border-radius: 3px;
    float: left;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .bieding-object-hoog .image {
        margin: 0;
    }
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog .image {
        float: unset;
    }
}

.bieding-object-hoog .content {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    display: inline-block;
    width: 360px;
    margin-top: 0;
    padding: 30px;
    padding-left: 40px;
    float: left;
    min-height: 312px;
}

@media only screen and (min-width:64.063em) {
    .bieding-object-hoog .content {
        float: unset;
    }
}

.bieding-object-hoog h2 {
    font-weight: 900;
    font-size: 28px;
    margin: 0;
    min-height: 78px;
}

.bieding-object-hoog .block {
    padding: 0;
}

    .bieding-object-hoog .block .row {
        margin: 0 !important;
    }

.bieding-object-hoog div.bod {
    margin-top: 10px;
}

    .bieding-object-hoog div.bod .block {
        display: block;
        margin-bottom: 15px;
        font-size: 0.8rem;
        border: none;
        color: #a6a6a6;
    }

        .bieding-object-hoog div.bod .block h3 {
            font-weight: 900;
            font-size: 28px;
            margin: 0;
            color: #00315a;
        }

/*#region bieden-flow*/
.stap {
    border-radius: 3px;
    background-color: #F5F7F9;
    padding: 37px 20px;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
}

@media only screen and (min-width:40.063em) {
    .stap {
        padding: 50px;
        max-height: 138px;
    }
}

.stap h1 {
    font-family: EuclidCircularB-Regular, Avenir, Arial;
    font-size: 28px;
    font-weight: 900;
}

.stap h2 {
    font-size: 28px;
    font-weight: 900;
}

    .stap h2 a {
        margin-left: 10px;
        font-weight: normal;
        font-size: 16px;
    }

@media only screen and (max-width:40em) {
    .stap h2 {
        font-size: 20px;
    }
}

.stap .form {
    display: none;
}

    .stap .form .row {
        margin-bottom: 1rem;
    }

.stap.open {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 70px 0 rgba(47, 47, 47, 0.08);
    margin-bottom: 40px;
    max-height: 100%;
}

    .stap.open .form {
        display: block;
    }

    .stap.open h1 {
        font-size: 36px;
        margin-bottom: 13px;
    }

.stap a {
    font-size: 18px;
    font-weight: 600;
}

.stap.click {
    cursor: pointer;
}

.stapIndicator {
    position: absolute;
    z-index: -1;
    top: 246px;
    display: none;
}

    .stapIndicator .actuele {
        font-size: 448px;
        font-weight: 900;
        color: #eff2f5;
        float: left;
        margin-top: -70px;
        margin-left: -45px;
    }

    .stapIndicator .aantal {
        color: #eff2f5;
        font-size: 79px;
        font-weight: 900;
        margin-left: 20px;
        margin-top: 245px;
        float: left;
    }

@media only screen and (min-width:64.063em) {
    .stapIndicator {
        display: block;
    }
}

/*#endregion*/
.range-slider {
    margin-top: 30px;
}

.range-label {
    white-space: nowrap;
    font-size: 0.8rem;
    color: #BFBFBF;
    margin-top: 0.5rem;
}

.range-slider-handle.circle {
    background-color: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(64, 75, 93, 0.4);
    border-radius: 1000px;
}

.tooltip {
    box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
}

.tabs .tab-title {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

    .tabs .tab-title a {
        outline: none;
    }

.detail-tabs {
    list-style: none;
    margin: 0 0 80px 0;
    border-bottom: 3px solid rgba(64, 75, 93, 0.2);
    display: inline-block;
    padding: 0;
    height: 51px;
}

@media only screen and (max-width:64em) {
    .detail-tabs {
        margin: 0 0 40px 0;
    }
}

.detail-tabs li {
    float: left;
    padding: 0;
    margin: 0;
}

    .detail-tabs li a {
        font-size: 18px;
        display: block;
        color: #4d0071;
        padding: 10px 0;
        margin: 0 20px;
    }

        .detail-tabs li a.active {
            font-weight: 900;
            border-bottom: 3px solid #404b5d;
        }

.detail-tab {
    display: none;
    margin-bottom: 80px;
}

    .detail-tab .kenmerk {
        float: left !important;
        margin-bottom: 40px;
    }

.toolbar {
    margin-top: 1rem !important;
}

#confetti {
    position: absolute;
    top: 70px;
    z-index: 98;
}

.biedproces {
    position: relative;
    z-index: 1;
}

.biedproces-stap {
    height: 360px;
    margin-top: 40px;
    padding: 0 40px;
}

    .biedproces-stap .icon-container {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        background-color: #404b5d;
        margin: 40px auto;
    }

        .biedproces-stap .icon-container i {
            color: #fff;
            text-align: center;
            line-height: 100px;
            font-size: 40px;
        }

    .biedproces-stap h2 {
        margin-bottom: 25px;
    }

    .biedproces-stap.active {
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 2px 60px 0 rgba(47, 47, 47, 0.08);
    }

        .biedproces-stap.active p {
            color: #00315a;
        }

        .biedproces-stap.active .icon-container {
            background-color: #0073e6;
        }

    .biedproces-stap.inactive h2 {
        color: #a6a6a6;
    }

    .biedproces-stap.inactive .icon-container {
        background-color: #eff2f5;
    }

        .biedproces-stap.inactive .icon-container i {
            color: #dbdbdb;
        }

    .biedproces-stap p {
        color: #a6a6a6;
        line-height: 1;
    }

.biedproces + .line {
    position: absolute;
    height: 2px;
    background-color: #eff2f5;
    z-index: 0;
    width: 80%;
    margin: 0 10%;
    top: 180px;
}

@media only screen and (max-width:64em) {
    .biedproces + .line {
        display: none;
    }
}

span.warning {
    border: 1px solid #eb5649;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    background: #FAD6D3;
    font-size: 0.9rem;
}

    span.warning a {
        color: #4d0071;
        text-decoration: underline;
        font-size: 0.9rem;
    }

@media only screen and (max-width:40em) {
    .detail.info {
        display: block;
    }
}

.detail.info .image .normal {
    display: table-cell !important;
}

@media only screen and (max-width:40em) {
    .detail.info .image .normal {
        display: none !important;
    }
}

.detail.info .image .mobile {
    display: none;
}

@media only screen and (max-width:40em) {
    .detail.info .image .mobile {
        display: block !important;
    }
}

@media only screen and (max-width:40em) {
    .detail.info .image {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
}

.detail, .login {
    display: table;
}

    .detail .image, .login .image {
        display: table-cell;
        width: 50%;
        position: relative;
    }

        .detail .image h1, .login .image h1 {
            color: #fff;
            margin-bottom: 15px;
        }

        .detail .image .overlay, .login .image .overlay {
            width: 100%;
            height: 100%;
            opacity: 0.46;
            background: #00315a;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0;
        }

    .detail .description, .login .description {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0 40px 40px 40px;
    }

        .detail .description a.button-big, .login .description a.button-big {
            margin-top: 1rem;
        }

@media only screen and (max-width:64em) {
    .detail .description, .login .description {
        width: 70%;
    }
}

@media only screen and (max-width:40em) {
    .detail .description, .login .description {
        width: 100%;
    }
}

.login .image {
    width: 60%;
}

@media only screen and (max-width:64em) {
    .login .image {
        width: 40%;
    }
}

@media only screen and (max-width:40em) {
    .login .image {
        display: none;
    }
}

.login .description {
    width: 40%;
}

    .login .description button {
        margin: 20px 10px 20px 0;
    }

@media only screen and (max-width:64em) {
    .login .description {
        width: 60%;
    }
}

@media only screen and (max-width:40em) {
    .login .description {
        width: 100%;
        padding-top: 40px;
    }
}

.gallery {
    opacity: 0;
}

.gallery-counter {
    position: absolute;
    top: -60px;
    font-size: 449px;
    font-weight: 900;
    text-align: right;
    color: #eff2f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

@media only screen and (min-width:64.063em) {
    .gallery-counter {
        right: -30px !important;
    }
}

@media only screen and (min-width:40.063em) {
    .gallery-counter {
        display: block;
        right: 550px;
    }
}

@media only screen and (max-width:64em) {
    .gallery-counter {
        display: none;
    }
}

.bestanden {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

    .bestanden li span {
        visibility: hidden;
        margin-left: -30px;
        width: 30px;
        background: #0073e6;
        color: #fff;
        font-size: 10px;
        text-align: center;
        padding: 2px;
    }

    .bestanden li a {
        line-height: 2.2rem;
        color: #00315a;
        text-decoration: none;
    }

        .bestanden li a:hover {
            color: #0073e6;
            text-decoration: underline;
        }

    .bestanden li:hover a {
        color: #0073e6;
        text-decoration: underline;
    }

    .bestanden li:hover span {
        visibility: visible;
    }

a span.username {
    margin-right: 10px;
}

.belmij {
    margin-top: 0;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .belmij {
        margin-top: 40px;
    }
}

.belmij .foto {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
    margin-right: 40px;
    margin-bottom: 80px;
}

@media only screen and (min-width:40.063em) {
    .belmij .foto {
        width: 169px;
        height: 169px;
    }
}

.belmij h3 {
    font-weight: bold;
    font-size: 28px;
}

.belmij p {
    margin-bottom: 10px;
}

    .belmij p.grey {
        opacity: 0.4;
    }

.kanikhelpen {
    margin-top: 32px;
    width: 360px;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .kanikhelpen {
        width: 180px;
    }
}

.kanikhelpen .foto {
    width: 111px;
    height: 111px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.kanikhelpen .circle {
    background: #404b5d;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    left: -175px;
    top: 35px;
}

    .kanikhelpen .circle i {
        color: #fff;
        font-size: 24px;
        line-height: 64px;
    }

.kanikhelpen h3 {
    font-weight: 600;
    font-size: 22px;
    width: 160px;
    margin-bottom: 0;
}

.kanikhelpen p {
    font-size: 18px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #dbdbdb;
    font-style: italic;
    font-size: 0.9rem;
}

.fa-home {
    font-size: 16px;
    padding-right: 10px;
}

textarea {
    resize: vertical;
}

.has-tip {
    font-size: 20px;
    font-weight: 700;
}

.top-bar-section {
    z-index: 100;
}

    .top-bar-section ul li > a {
        font-size: 18px;
    }

@media only screen and (min-width: 1024px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 33px;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 33px;
    }
}

.object i.obj-toggle {
    text-align: center;
    display: table-cell;
    font-weight: 100;
    font-size: 19px;
    padding: 6px 10px 0 0;
    float: left;
}

    .object i.obj-toggle:before {
        font-family: FontAwesome;
        content: "\f061";
        font-style: normal;
    }

.objectmobile {
    background-color: #404b5d;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 32px 5px;
}

@media only screen and (min-width:64.063em) {
    .objectmobile {
        display: none;
    }
}

@media only screen and (min-width:40.063em) {
    .objectmobile {
        padding: 43px 33px;
    }
}

.objectmobile h2 {
    color: #fff;
    font-size: 18px;
}

    .objectmobile h2 div {
        display: table-cell;
        font-size: 22px;
        font-weight: normal;
    }

#moreinfo {
    padding: 0 40px;
}

    #moreinfo h2 {
        font-size: 24px;
    }

@media only screen and (max-width:64em) {
    #moreinfo h2 {
        font-size: 20px;
    }
}

#moreinfo .large-8.content.column:first-child {
    min-width: 350px;
}

@media only screen and (max-width:20em) {
    #moreinfo .large-8.content.column:first-child {
        margin-left: -55px;
    }
}

@media only screen and (max-width:40em) {
    #moreinfo .small-4.content.column.kenmerk {
        width: 50%;
    }
}

@media only screen and (max-width:20em) {
    #moreinfo .small-4.content.column.kenmerk {
        width: 100%;
    }
}

form .row .row, .stap .form .row, .stap .form .large-6 {
    margin-bottom: 5px !important;
}

#boduitgeschreven {
    height: 40px;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.kids {
    padding-left: 15px;
}

@media only screen and (max-width:64em) {
    .kids {
        padding: 0 !important;
    }
}

.burgelijkestaat {
    margin-top: 0;
    padding: 0;
}

@media only screen and (max-width:64em) {
    .burgelijkestaat {
        margin-top: -23px;
    }
}

.card-survey {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

    .card-survey .card-body, .card-survey .card-footer {
        background: #f3f3f3;
    }

    .card-survey .card-header .nav-link:hover, .card-survey .card-header .nav-link:focus {
        border-color: #EBEDF3 #EBEDF3 #f3f3f3;
        color: #4d0071;
    }

    .card-survey .card-header .nav-link.active, .card-survey .card-header .nav-link.active:hover, .card-survey .card-header .nav-link.active:focus {
        color: #4d0071;
        background: #f3f3f3;
        border-bottom-color: #f3f3f3;
    }

    .card-survey #tab_selector {
        width: 100% !important;
    }

@media only screen and (max-width: 600px) {
    .card-survey .card-body {
        padding: 2rem 0.5rem;
    }
}

:root {
    --primary: #4d0071;
}

#surveyContainer * {
    font-family: EuclidCircularB-Regular, Avenir, "Open Sans", Arial, sans-serif !important;
}

#surveyContainer .sd-body__navigation, #surveyContainer .sd-page {
    padding: 0 !important;
}

#surveyContainer .sd-body__navigation {
    margin-top: 20px;
}

body.formulieren div.card {
    background-color: #f3f3f3;
}

header-logo {
    width: 400px;
}

.sd-btn {
    background-color: white !important;
}

