﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Bootstrap typeahead css*/
/*.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}*/
.max-width-225 {
    max-width: 225px;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 512px;
    overflow-y: scroll;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

    .tt-suggestion:hover {
        color: #f0f0f0;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }
/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/**
    Remove x that IE puts in textboxes
*/
input::-ms-clear {
    display: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* 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.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * 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;
}

.snapshot-placeholder,
.txt-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


.txt-break {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 100%;
    line-height: 1.6;
    color: #444;
    background-color: #ebebeb;
}

a {
    color: #58c22f;
}

    a:hover, a:focus {
        color: #459925;
    }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

fieldset {
    margin: 0 0 25.6px;
    padding: 0;
    border: 0;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

img,
object,
embed {
    max-width: 100%;
}

hr {
    margin: 25.6px 0;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    height: 1px;
    background-color: #fff;
}

address {
    font-style: normal;
}

.primary-headline, .secondary-headline {
    margin-top: 0;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.primary-headline {
    text-transform: uppercase;
    font-size: 1.25em;
}

.masthead .primary-headline {
    margin-bottom: 0;
}

@media screen and (min-width: 40.625em) {
    .primary-headline {
        font-size: 1.5625em;
    }
}

.secondary-headline {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125em;
}

.txt-large {
    margin: .2em 0;
    line-height: 1;
    font-size: 2.8125em;
    font-weight: 600;
}

.txt-muted {
    color: #9b9b9b;
}

.txt-error {
    color: #d54646;
}

.txt-success {
    color: #58c22f;
}

.txt-notify {
    color: #0c70b7;
}

.txt-muted {
    color: #9b9b9b;
}

.txt-emphasized {
    font-weight: bold;
    font-size: 0.9375em;
    text-transform: uppercase;
}

.txt-title {
    text-transform: uppercase;
}

.row-adjust {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

    .row-adjust:before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        font-family: "FontAwesome";
    }

.row-adjust--add {
    color: #58c22f;
}

    .row-adjust--add:before {
        content: "\f055";
    }

    .row-adjust--add:hover, .row-adjust--add:focus {
        color: #459925;
    }

.row-adjust--remove {
    color: #d54646;
}

    .row-adjust--remove:before {
        content: "\f056";
    }

    .row-adjust--remove:hover, .row-adjust--remove:focus {
        color: #bd2b2b;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 50px;
    height: 50px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    background-color: rgba(155, 155, 155, 0.8);
    border-radius: 30px;
    z-index: 999;
}

    .back-to-top:before {
        content: "\f062";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: "FontAwesome";
        font-size: 2em;
    }

    .back-to-top:hover, .back-to-top:focus {
        color: #fff;
        background-color: rgba(155, 155, 155, 0.9);
    }

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.r-txt-right {
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .r-txt-right {
        text-align: right;
    }
}

.r-txt-right--l {
    text-align: left;
}

@media screen and (min-width: 43.75em) {
    .r-txt-right--l {
        text-align: right;
    }
}

.r-txt-left {
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .r-txt-left {
        text-align: left;
    }
}

.ptn, .pvn, .pan {
    padding-top: 0 !important;
}

.pts, .pvs, .pas {
    padding-top: 12.8px !important;
}

.ptm, .pvm, .pam {
    padding-top: 25.6px !important;
}

.ptl, .pvl, .pal {
    padding-top: 51.2px !important;
}

.prn, .phn, .pan {
    padding-right: 0 !important;
}

.prs, .phs, .pas {
    padding-right: 12.8px !important;
}

.prm, .phm, .pam {
    padding-right: 25.6px !important;
}

.prl, .phl, .pal {
    padding-right: 51.2px !important;
}

.pbn, .pvn, .pan {
    padding-bottom: 0 !important;
}

.pbs, .pvs, .pas {
    padding-bottom: 12.8px !important;
}

.pbm, .pvm, .pam {
    padding-bottom: 25.6px !important;
}

.pbl, .pvl, .pal {
    padding-bottom: 51.2px !important;
}

.pln, .phn, .pan {
    padding-left: 0 !important;
}

.pls, .phs, .pas {
    padding-left: 12.8px !important;
}

.plm, .phm, .pam {
    padding-left: 25.6px !important;
}

.pll, .phl, .pal {
    padding-left: 51.2px !important;
}

.mtn, .mvn, .man {
    margin-top: 0 !important;
}

.mts, .mvs, .mas {
    margin-top: 12.8px !important;
}

.mtm, .mvm, .mam {
    margin-top: 25.6px !important;
}

.mtl, .mvl, .mal {
    margin-top: 51.2px !important;
}

.mrn, .mhn, .man {
    margin-right: 0 !important;
}

.mrs, .mhs, .mas {
    margin-right: 12.8px !important;
}

.mrm, .mhm, .mam {
    margin-right: 25.6px !important;
}

.mrl, .mhl, .mal {
    margin-right: 51.2px !important;
}

.mbn, .mvn, .man {
    margin-bottom: 0 !important;
}

.mbs, .mvs, .mas {
    margin-bottom: 12.8px !important;
}

.mbm, .mvm, .mam {
    margin-bottom: 25.6px !important;
}

.mbl, .mvl, .mal {
    margin-bottom: 51.2px !important;
}

.mln, .mhn, .man {
    margin-left: 0 !important;
}

.mls, .mhs, .mas {
    margin-left: 12.8px !important;
}

.mlm, .mhm, .mam {
    margin-left: 25.6px !important;
}

.mll, .mhl, .mal {
    margin-left: 51.2px !important;
}

.l-container {
    margin: 0 auto;
    max-width: 64rem;
    width: 90%;
}

.l-container--full {
    width: 100%;
}

@media screen and (min-width: 51.25em) {
    .l-container--full {
        width: 90%;
    }
}

.l-container--full-narrow {
    width: 100%;
}

@media screen and (min-width: 43.75em) {
    .l-container--full-narrow {
        width: 90%;
    }
}

.l-sm-padding {
    margin: 0 auto;
    width: 90%;
}

@media screen and (min-width: 43.75em) {
    .l-sm-padding {
        width: 100%;
    }
}

.l-section {
    padding: 25.6px 0;
}

@media screen and (min-width: 25em) {
    .l-section--large {
        padding: 51.2px 0;
    }
}

@media screen and (min-width: 50em) {
    .l-section--large {
        padding: 76.8px 0;
    }
}

.l-left {
    float: left;
}

.l-right {
    float: right;
}

.main {
    background-color: #fff;
}

.l-two-col {
    float: left;
    margin-left: 2%;
    width: 49%;
}

    .l-two-col:first-child {
        margin-left: 0;
    }

.l-three-col {
    float: left;
    margin-left: 2%;
    width: 32%;
}

    .l-three-col:first-child {
        margin-left: 0;
    }

.row::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 43.75em) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
        margin-left: 2.12766%;
        min-height: 1px;
    }

        .col-1:first-child, .col-2:first-child, .col-3:first-child, .col-4:first-child, .col-5:first-child, .col-6:first-child, .col-7:first-child, .col-8:first-child, .col-9:first-child, .col-10:first-child, .col-11:first-child, .col-12:first-child {
            margin-left: 0;
        }

    .col-centered.col-1, .col-centered.col-2, .col-centered.col-3, .col-centered.col-4, .col-centered.col-5, .col-centered.col-6, .col-centered.col-7, .col-centered.col-8, .col-centered.col-9, .col-centered.col-10, .col-centered.col-11, .col-centered.col-12 {
        float: none;
        margin: 0 auto;
    }

        .col-centered.col-1:first-child, .col-centered.col-2:first-child, .col-centered.col-3:first-child, .col-centered.col-4:first-child, .col-centered.col-5:first-child, .col-centered.col-6:first-child, .col-centered.col-7:first-child, .col-centered.col-8:first-child, .col-centered.col-9:first-child, .col-centered.col-10:first-child, .col-centered.col-11:first-child, .col-centered.col-12:first-child {
            margin-left: auto;
        }
}

@media screen and (min-width: 43.75em) {
    .col-1 {
        width: 6.38298%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-2 {
        width: 14.89362%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-3 {
        width: 23.40426%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-4 {
        width: 31.91489%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-5 {
        width: 40.42553%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-6 {
        width: 48.93617%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-7 {
        width: 57.44681%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-8 {
        width: 65.95745%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-9 {
        width: 74.46809%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-10 {
        width: 82.97872%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-11 {
        width: 91.48936%;
    }
}

@media screen and (min-width: 43.75em) {
    .col-12 {
        width: 100%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-1 {
        margin-left: 10.6383%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-1:first-child {
        margin-left: 8.51064%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-2 {
        margin-left: 19.14894%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-2:first-child {
        margin-left: 17.02128%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-3 {
        margin-left: 27.65957%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-3:first-child {
        margin-left: 25.53191%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-4 {
        margin-left: 36.17021%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-4:first-child {
        margin-left: 34.04255%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-5 {
        margin-left: 44.68085%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-5:first-child {
        margin-left: 42.55319%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-6 {
        margin-left: 53.19149%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-6:first-child {
        margin-left: 51.06383%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-7 {
        margin-left: 61.70213%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-7:first-child {
        margin-left: 59.57447%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-8 {
        margin-left: 70.21277%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-8:first-child {
        margin-left: 68.08511%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-9 {
        margin-left: 78.7234%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-9:first-child {
        margin-left: 76.59574%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-10 {
        margin-left: 87.23404%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-10:first-child {
        margin-left: 85.10638%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-11 {
        margin-left: 95.74468%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-11:first-child {
        margin-left: 93.61702%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-12 {
        margin-left: 104.25532%;
    }
}

@media screen and (min-width: 43.75em) {
    .push-12:first-child {
        margin-left: 102.12766%;
    }
}

.js [data-simple-accordion="trigger"] {
    cursor: pointer;
}

    .js [data-simple-accordion="trigger"]:after {
        content: "\f054";
        display: inline-block;
        margin-left: 8px;
        font-family: "FontAwesome";
    }

    .js [data-simple-accordion="trigger"].active:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.js [data-simple-accordion="content"] {
    display: none;
}

.rate-accordion-narrow-container:hover, .rate-accordion-narrow-container:focus, .rate-accordion-narrow-container.active {
    background-color: #e8f9df;
}

.rate-accordion-narrow__body {
    background-color: #fff;
}

.rate-accordion-narrow__footer {
    padding: 1.25rem;
    border-bottom: 1px solid #ccc;
}

.rate-accordion-narrow__header {
    position: relative;
    padding: 0.625rem;
    border-bottom: 1px solid #ccc;
}

.js .rate-accordion-narrow__header[data-simple-accordion="trigger"]:after {
    content: "\f138";
    position: absolute;
    right: 10px;
    top: 35%;
    font-size: 1.25em;
    color: #9b9b9b;
}

.rate-accordion-narrow-container .tab-nav__item a {
    padding: 0.9375em 1.25em;
    font-size: 0.8125rem;
}

@media screen and (min-width: 43.75em) {
    .rate-accordion-narrow-container {
        border: 1px solid #ccc;
        border-bottom: 0;
    }
}

.rate-accordion-container:hover, .rate-accordion-container:focus, .rate-accordion-container.active {
    background-color: #e8f9df;
}

.rate-accordion__body {
    background-color: #fff;
}

.rate-accordion__footer {
    padding: 1.25rem;
    border-bottom: 1px solid #ccc;
}

.rate-accordion__header {
    position: relative;
    padding: 0.625rem;
    border-bottom: 1px solid #ccc;
}

.js .rate-accordion__header[data-simple-accordion="trigger"]:after {
    content: "\f138";
    position: absolute;
    right: 10px;
    top: 35%;
    font-size: 1.25em;
    color: #9b9b9b;
}

@media screen and (min-width: 51.25em) {
    .rate-accordion-container {
        margin-bottom: 25.6px;
    }

    .rate-accordion__header {
        padding: 1.25rem;
        background-color: #ebebeb;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .rate-accordion__header::after {
            clear: both;
            content: "";
            display: table;
        }

        .rate-accordion__header .rate-accordion__meta {
            opacity: 1;
            transition: opacity .2s ease-in-out;
        }

        .rate-accordion__header.active {
            border-radius: 4px 4px 0 0;
        }

            .rate-accordion__header.active .rate-accordion__meta {
                opacity: 0;
            }

    .js .rate-accordion__header[data-simple-accordion="trigger"]:after {
        content: "\f054";
        position: relative;
        right: auto;
        top: -4px;
        color: #444;
    }

    .rate-accordion__title {
        float: left;
        margin: 0;
        font-size: 1em;
    }

    .rate-accordion__meta {
        float: right;
    }

    .rate-accordion__body {
        padding: 0.625rem 0;
        border: 1px solid #ccc;
        border-top: 0;
        border-bottom: 0;
    }

    .rate-accordion__footer {
        background-color: #ebebeb;
        border: 1px solid #ccc;
        border-radius: 0 0 4px 4px;
    }
}

.adjustments-accordion-container {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.adjustments-accordion__header {
    padding: 0.9375em;
}

.adjustments-accordion__body {
    padding: 0.3125em 0;
}

    .adjustments-accordion__body .table {
        font-size: 0.9375em;
    }

.adjustments-accordion__title {
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
}

.js .adjustments-accordion__title[data-simple-accordion="trigger"]:after {
    content: "\f067";
    position: absolute;
    right: 0;
    color: #444;
}

.js .adjustments-accordion__title[data-simple-accordion="trigger"].active:after {
    content: "\f068";
    -webkit-transform: none;
    transform: none;
}

.adjustments-accordion__footer {
    padding: 0.9375em;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *     Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 *     Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        display: inline-block;
        cursor: pointer;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        cursor: default;
    }

.owl-theme .owl-prev,
.owl-theme .owl-next {
    display: inline-block;
    padding: 5px 5px;
    width: 50%;
    text-transform: uppercase;
    color: #58c22f;
    border: 1px solid #ccc;
}

.owl-theme .owl-next {
    border-left: 0;
}

.callout__header {
    padding: 1.25rem;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.preview-pricing {
    background-color: #0c70b7;
    color: white;
}

.preview-pricing-error {
    color: #d54646;
    font-weight: bold;
}

.callout__header::after {
    clear: both;
    content: "";
    display: table;
}

.callout__title {
    float: left;
    margin: 0;
    font-size: 1em;
}

.callout__body {
    padding: 1.25rem 0 0.625rem;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}

.callout__footer {
    padding: 1.25rem;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
}

.callout--solid {
    margin-bottom: 25.6px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .callout--solid .callout__header {
        padding: 1.25rem 1.25rem 0.625rem;
    }

    .callout--solid .callout__header-item {
        text-align: center;
    }

        .callout--solid .callout__header-item:first-child {
            margin-bottom: 10px;
        }

    .callout--solid .callout__body {
        padding: 0.625rem 1.25rem;
    }

    .callout--solid .callout__footer {
        padding: 1.25rem;
    }

    .callout--solid .callout__header,
    .callout--solid .callout__body,
    .callout--solid .callout__footer {
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

@media screen and (min-width: 50em) {
    .callout--solid .callout__header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .callout--solid .callout__header-item {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }

        .callout--solid .callout__header-item:first-child {
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
            margin-bottom: 0;
            padding-right: 5px;
        }
}

.callout--accordion {
    margin-bottom: 25.6px;
}

    .callout--accordion .callout__header {
        border-radius: 4px;
    }

        .callout--accordion .callout__header.active {
            border-radius: 4px 4px 0 0;
        }

    .callout--accordion .callout__body {
        padding: 1.25rem;
        border-bottom: 1px solid #ccc;
        border-radius: 0 0 4px 4px;
    }

.js .callout--accordion [data-simple-accordion="trigger"]:after {
    content: none;
}

.callout-masthead, .callout-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.callout-masthead__item, .callout-meta__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.callout-masthead {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
}

.button {
    display: inline-block;
    margin: 0;
    padding: 0.625em 1em;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #fff;
    background: #58c22f;
    border: 1px solid #58c22f;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .button:hover, .button:focus {
        text-decoration: none;
        color: #fff;
        background-color: #459925;
        border-color: #459925;
    }

    .button:disabled, .button.is-disabled {
        cursor: default;
        background-color: #dedede !important;
        border-color: #dedede !important;
    }

    .button.is-unselected {
        cursor: pointer;
        background-color: #dedede !important;
        border-color: #dedede !important;
    }

.button--full {
    display: block;
    width: 100%;
}

.button--small {
    padding: 0.25em 0.625em;
}

.button--box {
    clear: left;
    border-radius: 0;
}

.button--outline {
    color: #444;
    background-color: transparent;
    border-color: #444;
}

    .button--outline:hover, .button--outline:focus {
        color: #444;
        background-color: #cccccc;
        border-color: #444;
    }

.button--secondary {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

    .button--secondary:hover, .button--secondary:focus {
        background-color: #828282;
        border-color: #828282;
    }

.button--error {
    background-color: #d54646 !important;
    border-color: #d54646 !important;
}

    .button--error:hover, .button--error:focus {
        background-color: #bd2b2b !important;
        border-color: #bd2b2b !important;
    }

.masthead .button {
    padding: 0.5em 1em;
    font-size: 0.75rem;
}

@media screen and (min-width: 40.625em) {
    .masthead .button {
        font-size: 1rem;
    }
}

.button-pseudo {
    display: inline-block;
    padding: 8px 0;
    line-height: normal;
    vertical-align: middle;
    background: transparent;
    border: 0;
}

.button + .button-pseudo {
    margin-left: 25.6px;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        width: 120px;
        margin: 0.5em;
    }

        .dropzone .dz-preview .dz-progress {
            display: block;
            height: 15px;
            border: 1px solid #aaa;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                display: block;
                height: 100%;
                width: 0;
                background: green;
            }

        .dropzone .dz-preview .dz-error-message {
            color: red;
            display: none;
        }

        .dropzone .dz-preview.dz-error .dz-error-message,
        .dropzone .dz-preview.dz-error .dz-error-mark {
            display: block;
        }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            display: block;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone .dz-preview .dz-success-mark {
            position: absolute;
            display: none;
            left: 30px;
            top: 30px;
            width: 54px;
            height: 58px;
            left: 50%;
            margin-left: -27px;
        }

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2em 0;
    }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg,
            .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: 12px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

.dropzone {
    border: 2px dashed #9b9b9b;
    border-radius: 5px;
}

    .dropzone.dz-drag-hover {
        border: 2px dashed #828282;
        background-color: #f9f9f9;
    }

    .dropzone .dz-preview .dz-success-mark svg,
    .dropzone .dz-preview .dz-error-mark svg {
        display: none;
    }

    .dropzone .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark {
        display: none;
    }

    .dropzone .dz-preview .dz-error-message {
        position: static;
        padding: 0;
        margin: 5px 0 10px;
        width: auto;
        color: #d54646;
        background: transparent;
        border-radius: 0;
        opacity: 1;
    }

        .dropzone .dz-preview .dz-error-message:after {
            content: "";
            border: 0;
        }

    .dropzone .dz-preview .dz-image,
    .dropzone .dz-preview.dz-file-preview .dz-image {
        margin: 0 auto;
    }

    .dropzone .dz-preview {
        width: 90%;
    }

.embed {
    position: relative;
    padding: 0;
    height: 0;
    overflow: hidden;
}

    .embed__item,
    .embed iframe,
    .embed object,
    .embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.embed--16by9 {
    padding-bottom: 56.25%;
}

.embed--4by3 {
    padding-bottom: 75%;
}

.filter {
    position: relative;
    display: inline-block;
    padding: 10px 70px 10px 42px;
    width: 100%;
    line-height: 1.4;
    text-transform: uppercase;
    cursor: pointer;
    color: #444;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .filter:before {
        content: "\f0b0";
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        font-family: "FontAwesome";
        font-size: 1.125rem;
    }

.js .filter[data-simple-accordion="trigger"]:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    color: #9b9b9b;
}

.filter-container {
    position: relative;
}

.filter__body {
    position: absolute;
    margin: 0;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 25;
}

.filter.active {
    border-bottom-color: transparent;
}

.filter-list {
    margin-top: 25.6px;
    padding: 10px 20px;
    color: #777;
    background: #e3f0f9;
}

    .filter-list::after {
        clear: both;
        content: "";
        display: table;
    }

.filter-list__content {
    float: left;
    width: 80%;
}

.filter-list__clear {
    float: right;
    text-align: right;
    width: 15%;
}

@media screen and (max-width: 51.1875em) {
    .filter-list {
        display: none !important;
    }
}

.filter-dismiss {
    position: absolute;
    bottom: 7px;
    right: 45px;
    display: block;
    z-index: 30;
}

    .filter-dismiss a {
        text-transform: uppercase;
        text-decoration: none;
        color: #444;
    }

        .filter-dismiss a:hover, .filter-dismiss a:focus {
            color: #444;
        }

@media screen and (min-width: 51.25em) {
    .filter-dismiss {
        display: none !important;
    }
}

@media screen and (min-width: 51.25em) {
    .filter {
        margin-top: 25.6px;
        width: 250px;
        border: 1px solid #ccc;
    }

    .filter-container {
        float: left;
    }

    .filter__body {
        width: 250px;
        border: 1px solid #ccc;
        border-top: 0;
    }
}

.l-table-header {
    overflow: hidden;
    font-size: 0.875em;
    color: #888;
}

    .l-table-header .l-table-cell {
        float: left;
        width: 33.33333%;
    }

        .l-table-header .l-table-cell:nth-of-type(n+4) {
            display: none;
        }

.l-table-row {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

    .l-table-row:last-child {
        border-bottom: 1px solid #ccc;
    }

    .l-table-row:nth-child(odd) {
        background-color: #fff;
    }

    .l-table-row:nth-child(even) {
        background-color: #ebebeb;
    }

    .l-table-row:hover, .l-table-row:focus {
        background-color: #e8f9df;
    }

    .l-table-row .l-table-cell:nth-of-type(-n+3) {
        float: left;
        width: 33.33333%;
    }

    .l-table-row .l-table-cell:nth-of-type(4) {
        clear: left;
    }

    .l-table-row .l-table-cell:nth-of-type(n+4) {
        color: #fff;
        background-color: #333;
    }

        .l-table-row .l-table-cell:nth-of-type(n+4):nth-child(odd) {
            background-color: #4a4a4a;
        }

        .l-table-row .l-table-cell:nth-of-type(n+4)[data-label]:before {
            content: attr(data-label);
            display: inline-block;
            width: 35%;
            margin-right: 10%;
        }

    .l-table-row .l-table-cell:empty {
        display: none;
    }

    .l-table-row .table-toggle,
    .l-table-row .js-table-toggle {
        position: absolute;
        top: 5px;
        right: 15px;
        display: block;
        padding: 6px 6px 3px 9px;
        font-family: "FontAwesome";
        text-align: center;
        line-height: 1;
        color: #58c22f;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 100%;
    }

        .l-table-row .table-toggle.active,
        .l-table-row .js-table-toggle.active {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.no-js .l-table-row .table-toggle, .no-js
.l-table-row .js-table-toggle {
    display: none;
}

.l-table-cell {
    padding: 8px;
    font-size: 0.9375em;
}

.l-table-cell--full {
    padding: 0;
}

@media screen and (min-width: 51.25em) {
    .l-table {
        display: table;
        width: 100%;
    }

    .l-table-header {
        display: table-row;
        font-size: 0.875em;
        color: #888;
    }

        .l-table-header .l-table-cell {
            float: none;
            width: auto;
        }

            .l-table-header .l-table-cell:nth-of-type(n+4) {
                display: table-cell;
            }

    .l-table-row {
        display: table-row;
    }

        .l-table-row .l-table-cell:nth-of-type(-n+3) {
            float: none;
            width: auto;
        }

        .l-table-row .l-table-cell:nth-of-type(4) {
            clear: none;
        }

        .l-table-row .l-table-cell:nth-of-type(n+4) {
            display: table-cell;
            color: #444;
            background-color: transparent;
        }

    .js .l-table-row .l-table-cell:nth-of-type(n+4) {
        display: table-cell;
    }

    .l-table-row .l-table-cell:nth-of-type(n+4):nth-child(odd) {
        background-color: transparent;
    }

    .l-table-row .l-table-cell:nth-of-type(n+4)[data-label]:before {
        display: none;
    }

    .l-table-row .l-table-cell:empty {
        display: table-cell;
    }

    .l-table-row .l-table-cell {
        border-top: 1px solid #ccc;
    }

        .l-table-row .l-table-cell:first-of-type {
            border-left: 1px solid #ccc;
        }

        .l-table-row .l-table-cell:last-of-type {
            border-right: 1px solid #ccc;
        }

    .l-table-row:last-child .l-table-cell {
        border-bottom: 1px solid #ccc;
    }

    .l-table-row .table-toggle,
    .l-table-row .js-table-toggle {
        display: none;
    }

    .l-table-cell {
        display: table-cell;
    }
}

.footer {
    padding: 25.6px 0 76.8px;
    font-size: 0.75em;
}

.footer-headline {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-inner__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 370px;
    -ms-flex: 1 1 370px;
    flex: 1 1 370px;
    margin-bottom: 20px;
}

.footer-sub-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: grow;
    -ms-flex-positive: grow;
    flex-grow: grow;
}

.footer-sub-col__item:nth-child(1) {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.footer-sub-col__item:nth-child(2) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-powered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-powered .footer-headline {
        margin-right: 10px;
        margin-bottom: 0;
    }

@media screen and (min-width: 51.4375em) {
    .footer-powered {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

        .footer-powered .footer-headline {
            margin-bottom: 5px;
        }
}

@media screen and (min-width: 51.4375em) {
    .footer-copy {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.label {
    font-weight: normal;
    font-size: 1em;
}

.form-horizontal input[type="color"],
.form-horizontal input[type="date"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="email"],
.form-horizontal input[type="month"],
.form-horizontal input[type="number"],
.form-horizontal input[type="password"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="text"],
.form-horizontal input[type="time"],
.form-horizontal input[type="url"],
.form-horizontal input[type="week"],
.form-horizontal textarea,
.form-horizontal select {
    margin-right: 12.8px;
}

.form-vertical label,
.form-vertical .label {
    display: block;
    margin-bottom: 0.3125em;
}

.form-vertical input[type="color"],
.form-vertical input[type="date"],
.form-vertical input[type="datetime"],
.form-vertical input[type="datetime-local"],
.form-vertical input[type="email"],
.form-vertical input[type="month"],
.form-vertical input[type="number"],
.form-vertical input[type="password"],
.form-vertical input[type="search"],
.form-vertical input[type="tel"],
.form-vertical input[type="text"],
.form-vertical input[type="time"],
.form-vertical input[type="url"],
.form-vertical input[type="week"],
.form-vertical textarea,
.form-vertical select {
    display: block;
    margin-bottom: 25.6px;
}

.form-full label,
.form-full .label,
.form-full input[type="color"],
.form-full input[type="date"],
.form-full input[type="datetime"],
.form-full input[type="datetime-local"],
.form-full input[type="email"],
.form-full input[type="month"],
.form-full input[type="number"],
.form-full input[type="password"],
.form-full input[type="search"],
.form-full input[type="tel"],
.form-full input[type="text"],
.form-full input[type="time"],
.form-full input[type="url"],
.form-full input[type="week"],
.form-full textarea,
.form-full select {
    display: block;
    width: 100%;
}

.form-pair__group {
    margin-bottom: 25.6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-pair label {
    margin-bottom: 0.3125em;
    -webkit-flex: 0 0 7.5em;
    -ms-flex: 0 0 7.5em;
    flex: 0 0 7.5em;
    margin-right: 0.625em;
}

.form-pair input {
    -webkit-flex: 1 1 12em;
    -ms-flex: 1 1 12em;
    flex: 1 1 12em;
}

.form-striped fieldset {
    padding: 10px 40px;
    margin: 0;
    border-top: 1px solid #ccc;
}

    .form-striped fieldset:nth-child(even) {
        background-color: #ebebeb;
    }

.form-field {
    margin-bottom: 25.6px;
}

.input-checkbox,
.input-radio {
    display: inline-block;
    padding-left: 25.6px;
}

    .input-checkbox input[type="checkbox"],
    .input-checkbox input[type="radio"],
    .input-radio input[type="checkbox"],
    .input-radio input[type="radio"] {
        float: left;
        margin: 5px 0 0 -25.6px;
    }

.input-required {
    position: relative;
}

    .input-required:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 10px;
        background-color: #f5ce87;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .input-required.input-error:before {
        background-color: #f58787;
        border-color: #f58787;
    }

.input-error input[type="color"],
.input-error input[type="date"],
.input-error input[type="datetime"],
.input-error input[type="datetime-local"],
.input-error input[type="email"],
.input-error input[type="month"],
.input-error input[type="number"],
.input-error input[type="password"],
.input-error input[type="search"],
.input-error input[type="tel"],
.input-error input[type="text"],
.input-error input[type="time"],
.input-error input[type="url"],
.input-error input[type="week"],
.input-error textarea {
    background-color: #fce1e1;
    border-color: #f58787;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 25.6px;
}

    .select:after {
        content: "\f107";
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        font-family: "FontAwesome";
        font-size: 24px;
        color: #9b9b9b;
        pointer-events: none;
    }

    .select select {
        display: inline-block;
        margin: 0;
        padding: 10px 40px 10px 20px;
        width: 100%;
        line-height: 1.4;
        color: #555;
        cursor: pointer;
        outline: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

/*
html[data-useragent*='rv:11.0'] .select:before,
html[data-useragent*='MSIE 10.0'] .select:before,
html[data-useragent*='MSIE 9.0'] .select:before {
  content: " ";
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 30px;
  width: 30px;
  background-color: #fff;
}
    */

select::-ms-expand {
    display: none;
}

.select--initial select {
    background-color: #e8f9df;
}

html[data-useragent*='rv:11.0'] .select--initial:before,
html[data-useragent*='MSIE 10.0'] .select--initial:before,
html[data-useragent*='MSIE 9.0'] .select--initial:before {
    background-color: #e8f9df;
}

.form-full .select {
    width: 100%;
}

.field-group-title {
    margin: 0 0 1em;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 43.6875em) {
    .js .field-group-title[data-accordion="trigger"] {
        position: relative;
        cursor: pointer;
    }

        .js .field-group-title[data-accordion="trigger"]:after {
            content: "\f054";
            position: absolute;
            right: 0;
            font-family: "FontAwesome";
            transition: all .01s ease-in-out;
        }

        .js .field-group-title[data-accordion="trigger"].active {
            cursor: default;
        }

            .js .field-group-title[data-accordion="trigger"].active:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .js .field-group-title[data-step]:before {
        content: attr(data-step);
        display: inline-block;
        padding: 9px 13px 8px;
        margin-right: 15px;
        text-align: center;
        font-size: 0.9375em;
        line-height: 1;
        color: #fff;
        background-color: #444;
        border-radius: 100%;
    }
}

.field-group-title__addon {
    display: none;
    float: right;
    text-transform: none;
}

@media screen and (min-width: 43.75em) {
    .field-group-title__addon {
        display: block;
    }
}

.field-group-title__addon.button {
    text-transform: uppercase;
    font-weight: normal;
}

.field-group__next-section {
    display: none;
}

@media screen and (max-width: 43.6875em) {
    .field-group__next-section {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

        .field-group__next-section .button {
            position: relative;
            padding-right: 1.875em;
        }

            .field-group__next-section .button:after {
                content: "\f054";
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 10px;
                font-family: "FontAwesome";
            }
}

.input-custom-container {
    margin-bottom: 25.6px;
}

    .input-custom-container .input-custom__label {
        border-bottom: 0;
    }

        .input-custom-container .input-custom__label:last-child {
            border-bottom: 1px solid #ccc;
        }

.input-custom__input {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.input-custom__label {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.form-vertical .input-custom__label {
    margin-bottom: 0;
}

.input-custom__input:checked + .input-custom__label {
    background-color: #e8f9df;
}

    .input-custom__input:checked + .input-custom__label:after {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        font-family: "FontAwesome";
        font-size: 15px;
        pointer-events: none;
    }

.input-custom__input:checked + .input-custom__label--checkbox:after {
    content: "\f00c";
}

.input-custom__input:checked + .input-custom__label--radio:after {
    content: "\f111";
    font-size: 10px;
}

.checkbox-toggle__input {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.checkbox-toggle__label {
    margin-bottom: 12.8px;
    display: block;
    cursor: pointer;
}

    .checkbox-toggle__label:after {
        content: "\f204";
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: 20px;
        font-family: "FontAwesome";
        font-size: 1.875rem;
        line-height: 1;
        color: #9b9b9b;
    }

.checkbox-toggle__input:checked + .checkbox-toggle__label:after {
    content: "\f205";
    color: #58c22f;
}

.checkbox-toggle__input + .checkbox-toggle__label--push {
    position: relative;
    display: inline-block;
    width: 132px;
}

    .checkbox-toggle__input + .checkbox-toggle__label--push:after {
        position: absolute;
        margin: 0;
        top: 0;
        right: -35px;
    }

.input-search {
    display: block;
    padding: 10px 20px;
    background: #ebebeb;
    border-color: #ebebeb;
}

    .input-search input[type="search"] {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

        .input-search input[type="search"]:focus {
            outline: 0;
        }

    .input-search:before {
        content: "\f002";
        margin-right: 5px;
        font-family: "FontAwesome";
        display: inline-block;
        color: #9b9b9b;
    }

@media screen and (min-width: 51.25em) {
    .input-search--top {
        float: right;
        display: inline-block;
        margin-top: 25.6px;
        width: 300px;
    }
}

.logo-main {
    display: block;
    margin: 0 auto;
    height: 41px;
    width: 155px;
    text-indent: -9999em;
    background-image: url("../../images/logo-main-ob.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: height 500ms, width 500ms;
}

.display-tiny .logo-main {
    height: 41px;
    width: 155px;
}

@media screen and (min-width: 50em) {
    .logo-main {
        margin: 0;
        height: 51px;
        width: 194px;
    }
}

.header {
    position: fixed;
    top: 0;
    padding: 20px 0 !important;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    z-index: 200;
    background-color: rgba(255, 255, 255, 1.95);
    transition: padding 500ms;
}

    .header .l-container {
        width: 100%;
    }

@media screen and (min-width: 50em) {
    .header {
        padding: 20px 0 !important;
    }

        .header .l-container {
            width: 90%;
        }
}

span.ng-area.app-toggle {
    padding: 0;
    min-width:200px;
}

.header-inner {
    position: relative;
}

@media screen and (min-width: 50em) {
    .header-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-inner__item:nth-child(1) {
        -webkit-flex-basis: 202px;
        -ms-flex-preferred-size: 202px;
        flex-basis: 202px;
    }

    .header-inner__item:nth-child(2) {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.header.display-tiny {
    padding: 10px 0 !important;
}

.list-plain {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.list-horizontal {
    margin-top: 0;
    padding-left: 0;
}

    .list-horizontal > li {
        display: inline-block;
        margin-right: 12.8px;
    }

        .list-horizontal > li:last-child {
            margin-right: 0;
        }

.list-two-col {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25.6px;
    -moz-column-gap: 25.6px;
    column-gap: 25.6px;
}

.list-three-col {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 25.6px;
    -moz-column-gap: 25.6px;
    column-gap: 25.6px;
}

.dl-side {
    margin: 0;
    font-size: 0.875em;
}

    .dl-side::after {
        clear: both;
        content: "";
        display: table;
    }

    .dl-side dt,
    .dl-side dd {
        float: left;
        padding: 0.25em 0;
    }

    .dl-side dt {
        clear: left;
        width: 48%;
        font-weight: bold;
    }

    .dl-side dd {
        margin-left: 4%;
        width: 48%;
    }

    .dl-overflow {
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media screen and (min-width: 43.75em) {
    .dl-sa-column {
        margin-left: 52%;
    }
}

.list-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead-inner__section .list-buttons {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list-buttons > li {
    margin-left: 12.8px;
}

@media screen and (max-width: 31.25em) {
    .masthead-inner__section .list-buttons {
        margin: 0 -10% -30px;
    }

    .list-buttons > li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
    }

    .masthead-inner__section .list-buttons > li {
        border-left: 1px solid #fff;
    }

        .masthead-inner__section .list-buttons > li:first-child {
            border-left: 0;
        }

        .masthead-inner__section .list-buttons > li .button {
            display: block;
            width: 100%;
            border-radius: 0;
        }
}

.masthead {
  position: relative;
  margin-top: 91px;
  padding: 30px 0;
  color: #fff;
  background-color: #4a4a4a;
    position: relative;
    margin-top: 61px;
    padding: 30px 0;
    color: #fff;
    background-color: #4a4a4a;
}

.masthead-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.masthead-inner__section:nth-child(1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.masthead-inner__section:nth-child(2) {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

@media screen and (max-width: 31.25em) {

    .masthead-inner {
        position: relative;
        top: 13px;
    }
    .masthead-inner--block {
        display: block;
    }

        .masthead-inner--block .masthead-inner__section:nth-child(2) {
            margin-top: 15px;
        }
}

@media screen and (min-width: 50em) {
    .masthead {
        margin-top: 91px;
    }
}

@media screen and (min-width: 50em) {
    .nav--secondary .username {
        overflow: hidden;
        max-width: 185px;
        white-space: nowrap;
        vertical-align: middle;
        margin-top: 0px;
        text-overflow: ellipsis;
    }
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media__obj {
    margin-right: 12.8px;
}

.media__obj--rev {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 12.8px;
}

.media__body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.media__heading {
    margin: 0 0 5px;
}

.media--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.no-flexbox .media {
    overflow: hidden;
}

.no-flexbox .media__body {
    overflow: hidden;
}

.no-flexbox .media__obj {
    float: left;
    margin-right: 12.8px;
    display: block;
}

.no-flexbox .media__obj--rev {
    float: right;
    margin-right: 0;
    margin-left: 12.8px;
}

.no-flexbox .media__heading {
    margin: 0 0 5px 0;
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.vex, .vex *, .vex *:before, .vex *:after {
    box-sizing: border-box;
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.vex-overlay {
    background: #000;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.vex-overlay {
    -webkit-animation: vex-fadein 0.5s;
    animation: vex-fadein 0.5s;
    -webkit-backface-visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vex.vex-closing .vex-overlay {
    -webkit-animation: vex-fadeout 0.5s;
    animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden;
}

.vex-content {
    -webkit-animation: vex-fadein 0.5s;
    animation: vex-fadein 0.5s;
    -webkit-backface-visibility: hidden;
    background: #fff;
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout 0.5s;
    animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden;
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7";
}

.vex-dialog-form {
    margin: 0;
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation 0.7s linear infinite;
    animation: vex-rotation 0.7s linear infinite;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff;
}

body.vex-open {
    overflow: hidden;
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media screen and (max-width: 43.75em) {
    .vex.vex-theme-plain {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 31.25em) {
    .vex.vex-theme-plain {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.vex.vex-theme-plain .vex-content {
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 600px;
    /*overflow: hidden;*/
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .vex.vex-theme-plain .vex-close:before {
        position: absolute;
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 1.25em;
        text-align: center;
        top: 10px;
        right: 20px;
        color: #444;
    }

@media screen and (max-width: 31.25em) {
    .vex.vex-theme-plain .vex-close:before {
        font-size: 0.9375em;
        top: 10px;
        right: 10px;
    }
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em;
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em;
}

    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea,
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],
    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
        background: #f0f0f0;
        width: 100%;
        padding: .25em .67em;
        border: 0;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        min-height: 2.5em;
        margin: 0 0 .25em;
    }

        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
            box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
            outline: none;
        }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1;
}

    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
        content: "";
        display: table;
        clear: both;
    }

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em;
}

    .vex.vex-theme-plain .vex-dialog-button.vex-last {
        margin-left: 0;
    }

    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: vex-pulse 1.1s infinite;
        animation: vex-pulse 1.1s infinite;
        -webkit-backface-visibility: hidden;
        outline: none;
    }

@media (max-width: 568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
        -webkit-backface-visibility: hidden;
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em;
}

.modal-content {
    padding: 50px;
}

@media screen and (max-width: 31.25em) {
    .modal-content {
        padding: 30px;
    }
}

.modal-content--full {
    padding: 50px 0 0;
}

@media screen and (max-width: 31.25em) {
    .modal-content--full {
        padding: 30px 0 0;
    }
}

.nav > a, .nav > span {
    display: block;
    padding: 1.25em 1.875em;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
    border-top: 1px solid #ccc;
}

    .nav > a:hover, .nav > a:focus, .nav > span:hover, .nav > span:focus {
        background-color: #e8f9df;
    }

.nav-container {
    margin-top: 20px;
    margin-bottom: -20px;
}

.display-tiny .nav-container {
    margin-top: 10px;
    margin-bottom: -10px;
}

.no-js .nav-container {
    display: none;
}

.nav-body {
    overflow: hidden;
}

@media screen and (min-width: 50em) {
    .nav-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 0;
    }

    .display-tiny .nav-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .no-js .nav-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .nav > a, .nav > span {
        border-top: 0;
    }

        .nav > a:hover, .nav > a:focus, .nav > span:hover, .nav > span:focus {
            color: #58c22f;
            background-color: transparent;
        }

    .nav--primary > a {
        display: inline-block;
        margin-left: 1.875em;
        padding: 0.625em 0;
        border-bottom: 1px solid transparent;
    }

        .nav--primary > a:first-child {
            margin-left: 0;
        }

        .nav--primary > a.active {
            color: #58c22f;
            border-bottom-color: #444;
        }

        .nav--primary > a:first-child {
            margin-left: 1.875em;
        }

    .nav--secondary {
        text-align: right;
    }

        .nav--secondary > a {
            display: inline-block;
            margin-left: 1em;
            padding: 0;
            text-transform: none;
            text-decoration: underline;
        }

            .nav--secondary > a:first-child {
                margin-left: 0;
            }

            .nav--secondary > a.secondary-button {
                padding: 10px;
                font-size: 0.875em;
                color: #0c70b7;
                text-decoration: none;
                border: 1px solid #0c70b7;
                border-radius: 3px;
            }

                .nav--secondary > a.secondary-button:before {
                    content: "\f013";
                    margin-right: 3px;
                    font-family: "FontAwesome";
                }

    .nav--secondary-width {
        width: 14%;
        text-align: left;
    }
}

.nav-utility-container a {
    margin-left: 25.6px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .nav-utility-container a:hover, .nav-utility-container a:focus, .nav-utility-container a.active {
        color: #58c22f;
        border-color: #fff;
    }

.nav-utility-toggle {
    display: none;
}

@media screen and (max-width: 49.9375em) {
    .nav-utility-container {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 75;
    }

        .nav-utility-container a {
            margin-left: 0;
            padding: 10px 20px;
            display: block;
            background: #4a4a4a;
            border-top: 1px solid #fff;
            border-bottom: 0;
        }

            .nav-utility-container a:hover, .nav-utility-container a:focus, .nav-utility-container a.active {
                color: #fff;
                background-color: #5c5c5c;
            }

    .nav-utility-toggle {
        display: block;
        font-family: "FontAwesome";
        color: #fff;
        cursor: pointer;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 10px;
    }

        .nav-utility-toggle:hover, .nav-utility-toggle:focus {
            color: #fff;
        }

        .nav-utility-toggle.active {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
}

.nav-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    color: #999;
}

    .nav-toggle:hover, .nav-toggle:focus {
        color: gray;
    }

@media screen and (min-width: 50em) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1;
}

.nav-toggle.active:before {
    content: "\f00d";
    font-size: 1.625rem;
}

.nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(74, 74, 74, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

    .nav-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }

.notes {
    display: table;
    width: 100%;
}

.notes__header {
    display: table-row;
    font-size: 0.875em;
    color: #888;
}

    .notes__header .notes__item {
        float: none;
        width: auto;
        border-top: 0;
    }

.notes__row {
    display: table-row;
}

    .notes__row:nth-child(odd) {
        background-color: #ebebeb;
    }

    .notes__row[data-label]:before {
        display: none;
    }

.notes__item {
    display: table-cell;
    padding: 10px;
    border-top: 1px solid #ccc;
}

    .notes__item:nth-child(1), .notes__item:nth-child(2) {
        width: 20%;
    }

    .notes__item:nth-child(3) {
        width: 60%;
    }

.notes-button-container {
    margin: 0 auto 25.6px;
    width: 80%;
    cursor: pointer;
    overflow:hidden;
}

    .notes-button-container::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 43.75em) {
    .notes-button-container {
        width: 100%;
    }

    .callout__header .notes-button-container {
        width: 70%;
    }
}

@media screen and (min-width: 50em) {
    .callout__header .notes-button-container {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .hisnotes-button__addon {
        width: 100%;
        height: 15vh;
    }
}

@media screen and (min-width: 375px) {
    .hisnotes-button__action {
        height: 6vh !important;
    }
    .hisnotes-button__addon {
        height: 6vh !important;
    }
}

@media screen and (min-width: 50em) {
    .notes-button__addon {
        width: 100%;
        height: 20vh;
    }
}

@media screen and (min-width: 50em) {
    .notes-button__action {
        width: 100%;
        height: 20vh;
    }
}


.hisnotes-button__addon {
    width: 30%;
    text-align: center;
    color: #fff;
    background-color: #f1bb32;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    height: 4vh;
}

.hisnotes-button__action {
    width: 70%;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 14.7px;
    height: 4vh;
}

.hisnotes-button__action, .hisnotes-button__addon {
    display: block;
    float: left;
    padding: 5px 20px;
    border: 1px solid #ccc;
}

.dashboardnotes-button__action {
    width: 45%;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 14.7px;
    height: 4vh;
}
.dashboardnotes-button__addon {
    width: 20%;
    text-align: center;
    color: #fff;
    background-color: #f1bb32;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    height: 4vh;
}
.dashboardnotes-button__action, .dashboardnotes-button__addon {
    display: block;
    float: left;
    padding: 5px 20px;
    border: 1px solid #ccc;
}

.notes-button__action, .notes-button__addon {
    display: block;
    float: left;
    padding: 5px 20px;
    border: 1px solid #ccc;
}

.notes-button__action {
    width: 70%;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 14.7px;
    height: 5vh;
}

    .notes-button__action:before {
        content: "\f016";
        font-family: "FontAwesome";
        margin-right: 10px;
    }

.notes-button__addon {
    width: 30%;
    text-align: center;
    color: #fff;
    background-color: #f1bb32;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    height: 5vh;
}

    .notification {
        padding: 25.6px;
        margin-bottom: 25.6px;
        border: 1px solid;
        border-radius: 4px;
    }

    .notification__title {
        margin: 0 0 12.8px 0;
        font-size: 1.25em;
    }

    .notification--alert {
        color: #a94442;
        background-color: #f2e3e3;
        border-color: #873635;
    }

    .notification--warning {
        color: #b29115;
        background-color: #f3efdc;
        border-color: #8e7411;
    }

    .notification--success {
        color: #3c763d;
        background-color: #e2eae2;
        border-color: #305e31;
    }

    .notification--notice {
        color: #31708f;
        background-color: #e0eaee;
        border-color: #275a72;
    }

    .pagination {
        margin: 25.6px 0 0;
        padding: 0;
        list-style: none;
    }

    .pagination__item {
        display: inline-block;
        padding: 10px 15px;
        margin-left: -1px;
        text-decoration: none;
        color: #4faf2a;
        border: 1px solid #ccc;
    }

        .pagination__item:first-child {
            border-radius: 3px 0 0 3px;
        }

        .pagination__item:last-child {
            border-radius: 0 3px 3px 0;
        }

        .pagination__item:hover, .pagination__item:focus {
            color: #4faf2a;
            background-color: #e8f9df;
        }

    .pagination__item--active {
        cursor: default;
        color: #4faf2a;
        background-color: #eef9ea;
    }

        .pagination__item--active:hover, .pagination__item--active:focus {
            color: #4faf2a;
            background-color: #eef9ea;
        }

    .pagination__item--disabled {
        cursor: default;
        color: #ebebeb;
    }

        .pagination__item--disabled:hover, .pagination__item--disabled:focus {
            color: #ebebeb;
            background-color: transparent;
        }

    .snapshot-container {
        margin-bottom: 25.6px;
        position: relative;
    }

    .snapshot-title {
        display: none;
    }

    @media screen and (min-width: 43.75em) {
        .snapshot-title {
            display: block;
        }
    }

    .snapshot-placeholder {
        position: relative;
        margin: -25.6px 0 0;
        padding: 10px 40px 10px 50px;
        cursor: pointer;
        font-size: 0.75em;
        color: #fff;
        background-color: #58c22f;
    }

        .snapshot-placeholder strong {
            font-size: 0.875rem;
        }

        .snapshot-placeholder.active:after {
            content: "\f0d7";
        }

        .snapshot-placeholder:after {
            content: "\f0da";
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "FontAwesome";
            font-size: 1.25rem;
            color: #fff;
        }

    @media screen and (min-width: 43.75em) {
        .snapshot-placeholder {
            display: none;
        }
    }

    .snapshot-list {
        position: absolute;
        top: 100%;
        margin: 0 0 25.6px;
        padding: 0;
        width: 100%;
        list-style: none;
        z-index: 50;
    }

        .snapshot-list > li {
            position: relative;
            font-size: 0.75em;
        }

            .snapshot-list > li strong {
                font-size: 0.875rem;
            }

            .snapshot-list > li a {
                display: block;
                padding: 10px 20px 10px 50px;
                color: #fff;
                text-decoration: none;
                background-color: #4a4a4a;
                border-bottom: 1px solid #fff;
            }

            .snapshot-list > li.active:before {
                background-color: #58c22f;
            }

            .snapshot-list > li:before {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                left: 20px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 16px;
                width: 16px;
                background-color: #fff;
                border: 1px solid #fff;
                border-radius: 16px;
            }

            .snapshot-list > li:last-child {
                border-bottom: 0;
            }

    @media screen and (min-width: 43.75em) {
        .snapshot-list {
            position: static;
            margin: 0 0 25.6px 9px;
        }

            .snapshot-list > li {
                padding: 0 0 30px 20px;
                line-height: 1;
                font-size: 0.875em;
                border-left: 1px solid #ccc;
            }

                .snapshot-list > li strong {
                    font-size: 1rem;
                }

                .snapshot-list > li a {
                    padding: 0;
                    color: #444;
                    background-color: transparent;
                }

                .snapshot-list > li.active a {
                    color: #58c22f;
                    background-color: transparent;
                }

                .snapshot-list > li.active:before {
                    background-color: #58c22f;
                }

                .snapshot-list > li:before {
                    top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                    left: -9px;
                    border: 1px solid #ccc;
                }

                .snapshot-list > li:last-child {
                    border-left-color: transparent;
                    padding-bottom: 0;
                }
    }

    .status {
        display: inline-block;
        padding: 0.5em 1em;
        line-height: normal;
        text-transform: uppercase;
        font-size: 0.75em;
        vertical-align: middle;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .status--light {
        color: #fff;
        border-color: #fff;
    }

    @media screen and (min-width: 40.625em) {
        .status {
            font-size: 1em;
        }
    }

    .status-bar {
        padding: 12.8px 0;
        background-color: #ebebeb;
    }

    .status-bar__title {
        font-weight: bold;
        margin-right: 10px;
    }

    .supplementary-bar {
        padding: 1.875em 0;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ccc;
    }

    .tab-nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 25.6px;
        padding: 0;
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

    .tab-nav__item a {
        position: relative;
        bottom: -1px;
        display: block;
        padding: 0.9375em 1.25em;
        font-size: 0.8125em;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        color: #444;
        background-color: #f9f9f9;
        border: 1px solid transparent;
        border-bottom-color: #ccc;
        height: 100%;
    }

        .tab-nav__item a:hover, .tab-nav__item a:focus {
            background-color: #ededed;
        }

    @media screen and (min-width: 43.75em) {
        .tab-nav__item a {
            padding: 0.9375em 1.875em;
            font-size: 0.875em;
        }
    }

    @media screen and (min-width: 60em) {
        .tab-nav__item a {
            padding: 1.25em 4.375em;
        }
    }

    .tab-nav__item.active a {
        position: relative;
        cursor: default;
        background-color: #fff;
        border-color: #ccc;
        border-bottom-color: #fff;
    }

        .tab-nav__item.active a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 7px;
            width: 100%;
            background-color: #58c22f;
        }

    .tab-container--bordered {
        margin-bottom: 25.6px;
    }

        .tab-container--bordered .tab-nav {
            margin-bottom: 0;
            border-bottom: 0;
        }

        .tab-container--bordered .tab__content {
            padding: 10px 20px 20px;
            border: 1px solid #ccc;
        }

        .tab-container--bordered .tab__content--full {
            padding: 10px 0;
        }

    [data-table-tab="nav"] {
        display: none;
    }

    @media screen and (max-width: 51.25em) {
        [data-table-tab="nav"] {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            [data-table-tab="nav"] .tab-nav__item a:before {
                content: attr(data-label) " ";
                display: inline-block;
            }
    }

    [data-table-tab="nav"] {
        display: none;
    }

    @media screen and (max-width: 51.25em) {
        [data-table-tab="nav"] {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            [data-table-tab="nav"] .tab-nav__item a:before {
                content: attr(data-label) " ";
                display: inline-block;
            }
    }

    [data-table-tab="nav-narrow"] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        [data-table-tab="nav-narrow"] .tab-nav__item a:before {
            content: attr(data-label) " ";
            display: inline-block;
        }

    .table {
        margin-bottom: 25.6px;
        width: 100%;
    }

        .table tbody tr {
            border-top: 1px solid #ccc;
        }

            .table tbody tr:last-child {
                border-bottom: 1px solid #ccc;
            }

        .table th,
        .table td {
            padding: 0.625em;
        }

        .table th {
            text-align: left;
            font-weight: normal;
            vertical-align: bottom;
        }

            .table th.header-span {
                text-align: center;
            }

                .table th.header-span:after {
                    content: "";
                    display: block;
                    width: 90%;
                    height: 2px;
                    background-color: #ccc;
                }

    .table--striped tbody tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    .table--striped tbody tr.table-total {
        background-color: #e8f9df;
        border-top-color: #4a4a4a;
    }

    .table--hover tbody tr:hover {
        background-color: #e8f9df;
    }

    .table--target {
        margin-bottom: 0;
    }

        .table--target th {
            text-align: center;
            font-size: 0.875em;
        }

        .table--target tbody tr td {
            text-align: center;
        }

            .table--target tbody tr td > a {
                display: block;
                text-decoration: none;
                color: #444;
            }

            .table--target tbody tr td .button {
                margin-right: 7px;
                padding: 0;
                visibility: hidden;
                line-height: 1;
                background-color: transparent;
                border-color: transparent;
            }

    @media screen and (max-width: 51.25em) {
        .table--target tbody tr td .button {
            padding: 0.25em 0.625em;
            visibility: visible;
            line-height: normal;
            background-color: #58c22f;
            border-color: #58c22f;
            border-radius: 3px;
        }
    }

    .table--target tbody tr td.hover {
        background-color: #e8f9df;
    }

    .table--target tbody tr td.hover--plus {
        cursor: pointer;
        color: #fff;
        background-color: #58c22f;
    }

        .table--target tbody tr td.hover--plus .button {
            visibility: visible;
        }

        .table--target tbody tr td.hover--plus > a {
            color: #fff !important;
        }

    .table--centered th,
    .table--centered td {
        text-align: center;
    }

    .table--bordered tbody {
        border: 1px solid #ccc;
    }

    .table--adjustments {
        margin: 0;
        font-size: 0.9375em;
    }

        .table--adjustments tbody {
            background-color: #f3f3f3;
        }

            .table--adjustments tbody tr {
                border: 0;
            }

                .table--adjustments tbody tr:first-child {
                    border-top: 1px solid #ccc;
                }

        .table--adjustments tfoot {
            border-top: 1px solid #ccc;
        }

    .table--plain thead {
        border-bottom: 0;
        border-top: 0;
    }

        .table--plain thead th {
            vertical-align: top;
        }

    .table--plain tbody tr {
        border-bottom: 0;
        border-top: 0;
    }

        .table--plain tbody tr:last-child {
            border-bottom: 0;
        }

    .table--plain tfoot {
        border-top: 1px solid #ccc;
    }

    .table--edit thead th {
        padding-top: 2.5em;
    }

    .table--edit thead:first-of-type th {
        padding-top: 0.625em;
    }

    .table--edit .row-adjust--add {
        margin-left: 20px;
    }

    @media screen and (max-width: 43.6875em) {
        .table--edit {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .table--edit thead tr,
            .table--edit tbody tr {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .table--edit thead tr td,
                .table--edit thead tr th,
                .table--edit tbody tr td,
                .table--edit tbody tr th {
                    -webkit-flex: 1 1 50%;
                    -ms-flex: 1 1 50%;
                    flex: 1 1 50%;
                }

            .table--edit [data-static] {
                display: none;
            }

            .table--edit .add {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .table--edit .row-adjust {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

            .table--edit .row-adjust--add {
                margin-left: 0;
                text-align: right;
            }
    }

    .thead-emphasized {
        text-transform: uppercase;
    }

    .table--top tbody td {
        vertical-align: top;
    }

    .lock-active {
        background-color: #58c22f;
        color: #fff;
    }

    @media screen and (min-width: 43.75em) {
        .lock-active td:first-child:before {
            content: "\f023";
            display: inline-block;
            margin-right: 7px;
            font-family: "FontAwesome";
        }
    }

    .cell-active {
        background-color: #58c22f;
        color: #fff;
    }

        .cell-active:before {
            content: "\f023";
            display: inline-block;
            margin-right: 7px;
            font-family: "FontAwesome";
        }

    .x-padding tbody td {
        padding-bottom: 20px;
    }

    .x-padding tfoot td {
        padding-top: 20px;
    }

    .table-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 12.8px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .scrollable {
        overflow: auto;
        overflow-y: hidden;
    }

    .tile-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -12.8px;
    }

    .tile__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    @media screen and (min-width: 31.25em) {
        .tile__item {
            padding-left: 12.8px;
            width: 50%;
        }
    }

    @media screen and (min-width: 43.75em) {
        .tile-container--three .tile__item {
            width: 33.33333%;
        }
    }

    @media screen and (min-width: 43.75em) {
        .tile-container--four .tile__item {
            width: 33.33333%;
        }
    }

    @media screen and (min-width: 56.25em) {
        .tile-container--four .tile__item {
            width: 25%;
        }
    }

    .no-flexbox .tile-container::after {
        clear: both;
        content: "";
        display: table;
    }

    .no-flexbox .tile__item {
        float: left;
    }

    @media screen and (min-width: 31.25em) {
        .no-flexbox .tile__item {
            margin-left: 2%;
            width: 49%;
        }

            .no-flexbox .tile__item:nth-child(2n+1) {
                clear: left;
                margin-left: 0;
            }
    }

    @media screen and (min-width: 43.75em) {
        .no-flexbox .tile-container--three .tile__item {
            margin-left: 2%;
            width: 32%;
        }

            .no-flexbox .tile-container--three .tile__item:nth-child(2n+1) {
                clear: none;
                margin-left: 2%;
            }

            .no-flexbox .tile-container--three .tile__item:nth-child(3n+1) {
                clear: left;
                margin-left: 0;
            }
    }

    @media screen and (min-width: 43.75em) {
        .no-flexbox .tile-container--four .tile__item {
            margin-left: 2%;
            width: 32%;
        }

            .no-flexbox .tile-container--four .tile__item:nth-child(2n+1) {
                clear: none;
                margin-left: 2%;
            }

            .no-flexbox .tile-container--four .tile__item:nth-child(3n+1) {
                clear: left;
                margin-left: 0;
            }
    }

    @media screen and (min-width: 56.25em) {
        .no-flexbox .tile-container--four .tile__item {
            margin-left: 2%;
            width: 23.5%;
        }

            .no-flexbox .tile-container--four .tile__item:nth-child(3n+1) {
                clear: none;
                margin-left: 2%;
            }

            .no-flexbox .tile-container--four .tile__item:nth-child(4n+1) {
                clear: left;
                margin-left: 0;
            }
    }

    .is-hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .is-hidden-visually {
        position: absolute !important;
        padding: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(1px, 1px, 1px, 1px);
        border: 0;
    }

    .is-invisible {
        visibility: hidden;
    }

    .is-visible {
        visibility: visible;
    }

    @media screen and (min-width: 43.75em) {
        .hide-dt {
            position: absolute !important;
            padding: 0;
            overflow: hidden;
            width: 1px;
            height: 1px;
            clip: rect(1px, 1px, 1px, 1px);
            border: 0;
        }
    }

    @media screen and (max-width: 43.6875em) {
        .hide-mobile {
            position: absolute !important;
            padding: 0;
            overflow: hidden;
            width: 1px;
            height: 1px;
            clip: rect(1px, 1px, 1px, 1px);
            border: 0;
        }
    }

    .table--striped tbody tr.highlighted {
        background-color: #fffacd;
    }

.inside-soft-bounds,
.table--target tbody tr td.inside-soft-bounds > a {
    color: #44cc00 !important;
    font-weight:bold;
}

    .outside-soft-bounds,
    .table--target tbody tr td.outside-soft-bounds > a {
        color: #ff5c33 !important;
    }

    .table--target tbody tr td.outside-soft-bounds.hover--plus > a,
    .table--target tbody tr td.inside-soft-bounds.hover--plus > a {
        color: #fff !important;
    }

    .no-color {
        color: #fff !important;
    }

    .no-margin-headers {
        padding: 0px !important; /*some browsers (cough IE cough) are not respecting this w/o a !important*/
        margin: 0px !important;
    }
    /*# sourceMappingURL=styles.css.map */
.p-nospaces {
    margin: 0;
}
