/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/* 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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    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 */
    -webkit-box-sizing: content-box;
    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;
}

@font-face {
    font-family: mnb;
    src: url(../fonts/mnb.eot?-il1te7);
    src: url(../fonts/mnb.eot?#iefix-il1te7) format("embedded-opentype"), url(../fonts/mnb.woff?-il1te7) format("woff"), url(../fonts/mnb.ttf?-il1te7) format("truetype"), url(../fonts/mnb.svg?-il1te7#mnb) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" mnb-"], [class^=mnb-] {
    font-family: mnb !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mnb-baby:before {
    content: "\e605";
}

.mnb-tie:before {
    content: "\e600";
}

.mnb-hop:before {
    content: "\e601";
}

.mnb-guy:before {
    content: "\e602";
}

.mnb-grain:before {
    content: "\e603";
}

.mnb-dog:before {
    content: "\e604";
}

meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html, body {
    font-size: 100%;
}

body {
    background: #222222;
    color: #b8b9bc;
    cursor: auto;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

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

img {
    -ms-interpolation-mode: bicubic;
}

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

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    margin: 0 auto;
    max-width: 73.125rem;
    width: 100%;
}

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

.row:after {
    clear: both;
}

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

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

.row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}

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

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}

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

.row .row.collapse:after {
    clear: both;
}

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

.column + .column:last-child, .columns + .columns:last-child {
    float: right;
}

.column + .column.end, .columns + .columns.end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.3333333333%;
    }

    .small-2 {
        width: 16.6666666667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.3333333333%;
    }

    .small-5 {
        width: 41.6666666667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.3333333333%;
    }

    .small-8 {
        width: 66.6666666667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.3333333333%;
    }

    .small-11 {
        width: 91.6666666667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none;
    }

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

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right;
    }

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

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

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

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

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

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

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

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

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

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

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

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

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.3333333333%;
    }

    .medium-2 {
        width: 16.6666666667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.3333333333%;
    }

    .medium-5 {
        width: 41.6666666667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.3333333333%;
    }

    .medium-8 {
        width: 66.6666666667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.3333333333%;
    }

    .medium-11 {
        width: 91.6666666667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667% !important;
    }

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

    .medium-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667% !important;
    }

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

    .medium-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667% !important;
    }

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

    .medium-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none;
    }

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

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right;
    }

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

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

    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto;
    }

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

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

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto;
    }

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

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

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto;
    }

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

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

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.3333333333%;
    }

    .large-2 {
        width: 16.6666666667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.3333333333%;
    }

    .large-5 {
        width: 41.6666666667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.3333333333%;
    }

    .large-8 {
        width: 66.6666666667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.3333333333%;
    }

    .large-11 {
        width: 91.6666666667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.3333333333% !important;
    }

    .large-offset-2 {
        margin-left: 16.6666666667% !important;
    }

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

    .large-offset-4 {
        margin-left: 33.3333333333% !important;
    }

    .large-offset-5 {
        margin-left: 41.6666666667% !important;
    }

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

    .large-offset-7 {
        margin-left: 58.3333333333% !important;
    }

    .large-offset-8 {
        margin-left: 66.6666666667% !important;
    }

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

    .large-offset-10 {
        margin-left: 83.3333333333% !important;
    }

    .large-offset-11 {
        margin-left: 91.6666666667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none;
    }

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

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right;
    }

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

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

    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-box, .browsehappy {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    background-color: #669ec4;
    border-color: #488bb8;
    color: #ffffff;
}

.alert-box .close, .browsehappy .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}

.alert-box .close:hover, .browsehappy .close:hover, .alert-box .close:focus, .browsehappy .close:focus {
    opacity: 0.5;
}

.alert-box.radius, .radius.browsehappy {
    border-radius: 3px;
}

.alert-box.round, .round.browsehappy {
    border-radius: 1000px;
}

.alert-box.success, .success.browsehappy {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #ffffff;
}

.alert-box.alert, .browsehappy {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #ffffff;
}

.alert-box.secondary, .secondary.browsehappy {
    background-color: #e9e9e9;
    border-color: #c8c8c8;
    color: #4f4f4f;
}

.alert-box.warning, .warning.browsehappy {
    background-color: #f08a24;
    border-color: #de770f;
    color: #ffffff;
}

.alert-box.info, .info.browsehappy {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}

.alert-box.alert-close, .alert-close.browsehappy {
    opacity: 0;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.3125rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.3125rem 0.625rem;
}

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%;
    }

    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%;
    }

    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%;
    }

    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%;
    }

    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%;
    }

    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%;
    }

    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%;
    }

    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%;
    }

    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%;
    }

    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%;
    }

    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%;
    }

    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%;
    }

    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%;
    }

    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%;
    }

    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%;
    }

    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%;
    }

    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%;
    }

    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%;
    }

    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

button, .button, input[type=submit], #submit, .Buttons, .wp-polls .Buttons {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #669ec4;
    border-color: #4281ac;
    color: #ffffff;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, input[type=submit]:hover, #submit:hover, .Buttons:hover, .button:focus, input[type=submit]:focus, #submit:focus, .Buttons:focus {
    background-color: #4281ac;
}

button:hover, button:focus, .button:hover, input[type=submit]:hover, #submit:hover, .Buttons:hover, .button:focus, input[type=submit]:focus, #submit:focus, .Buttons:focus {
    color: #ffffff;
}

button.secondary, .button.secondary, input.secondary[type=submit], .secondary#submit, .secondary.Buttons {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type=submit]:hover, .secondary#submit:hover, .secondary.Buttons:hover, .button.secondary:focus, input.secondary[type=submit]:focus, .secondary#submit:focus, .secondary.Buttons:focus {
    background-color: #bababa;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type=submit]:hover, .secondary#submit:hover, .secondary.Buttons:hover, .button.secondary:focus, input.secondary[type=submit]:focus, .secondary#submit:focus, .secondary.Buttons:focus {
    color: #333333;
}

button.success, .button.success, input.success[type=submit], .success#submit, .success.Buttons {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff;
}

button.success:hover, button.success:focus, .button.success:hover, input.success[type=submit]:hover, .success#submit:hover, .success.Buttons:hover, .button.success:focus, input.success[type=submit]:focus, .success#submit:focus, .success.Buttons:focus {
    background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, input.success[type=submit]:hover, .success#submit:hover, .success.Buttons:hover, .button.success:focus, input.success[type=submit]:focus, .success#submit:focus, .success.Buttons:focus {
    color: #ffffff;
}

button.alert, button.browsehappy, .button.alert, .button.browsehappy, input.browsehappy[type=submit], .browsehappy#submit, .browsehappy.Buttons, input.alert[type=submit], .alert#submit, .alert.Buttons {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #ffffff;
}

button.alert:hover, button.browsehappy:hover, button.alert:focus, button.browsehappy:focus, .button.alert:hover, .button.browsehappy:hover, input.browsehappy[type=submit]:hover, .browsehappy#submit:hover, .browsehappy.Buttons:hover, input.alert[type=submit]:hover, .alert#submit:hover, .alert.Buttons:hover, .button.alert:focus, .button.browsehappy:focus, input.browsehappy[type=submit]:focus, .browsehappy#submit:focus, .browsehappy.Buttons:focus, input.alert[type=submit]:focus, .alert#submit:focus, .alert.Buttons:focus {
    background-color: #cf2a0e;
}

button.alert:hover, button.browsehappy:hover, button.alert:focus, button.browsehappy:focus, .button.alert:hover, .button.browsehappy:hover, input.browsehappy[type=submit]:hover, .browsehappy#submit:hover, .browsehappy.Buttons:hover, input.alert[type=submit]:hover, .alert#submit:hover, .alert.Buttons:hover, .button.alert:focus, .button.browsehappy:focus, input.browsehappy[type=submit]:focus, .browsehappy#submit:focus, .browsehappy.Buttons:focus, input.alert[type=submit]:focus, .alert#submit:focus, .alert.Buttons:focus {
    color: #ffffff;
}

button.warning, .button.warning, input.warning[type=submit], .warning#submit, .warning.Buttons {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #ffffff;
}

button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type=submit]:hover, .warning#submit:hover, .warning.Buttons:hover, .button.warning:focus, input.warning[type=submit]:focus, .warning#submit:focus, .warning.Buttons:focus {
    background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type=submit]:hover, .warning#submit:hover, .warning.Buttons:hover, .button.warning:focus, input.warning[type=submit]:focus, .warning#submit:focus, .warning.Buttons:focus {
    color: #ffffff;
}

button.info, .button.info, input.info[type=submit], .info#submit, .info.Buttons {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, input.info[type=submit]:hover, .info#submit:hover, .info.Buttons:hover, .button.info:focus, input.info[type=submit]:focus, .info#submit:focus, .info.Buttons:focus {
    background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, input.info[type=submit]:hover, .info#submit:hover, .info.Buttons:hover, .button.info:focus, input.info[type=submit]:focus, .info#submit:focus, .info.Buttons:focus {
    color: #ffffff;
}

button.large, .button.large, input.large[type=submit], .large#submit, .large.Buttons {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem;
}

button.small, .button.small, input.small[type=submit], .small#submit, .small.Buttons {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;
}

button.tiny, .button.tiny, input.tiny[type=submit], .tiny#submit, .tiny.Buttons {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
}

button.expand, .button.expand, input.expand[type=submit], .expand#submit, .expand.Buttons {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

button.left-align, .button.left-align, input.left-align[type=submit], .left-align#submit, .left-align.Buttons {
    text-align: left;
    text-indent: 0.75rem;
}

button.right-align, .button.right-align, input.right-align[type=submit], .right-align#submit, .right-align.Buttons {
    text-align: right;
    padding-right: 0.75rem;
}

button.radius, .button.radius, input.radius[type=submit], .radius#submit, .radius.Buttons {
    border-radius: 3px;
}

button.round, .button.round, input.round[type=submit], .round#submit, .round.Buttons {
    border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, input.disabled[type=submit], .disabled#submit, .disabled.Buttons, .button[disabled], input[disabled][type=submit], [disabled]#submit, [disabled].Buttons {
    background-color: #669ec4;
    border-color: #4281ac;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type=submit]:hover, .disabled#submit:hover, .disabled.Buttons:hover, .button.disabled:focus, input.disabled[type=submit]:focus, .disabled#submit:focus, .disabled.Buttons:focus, .button[disabled]:hover, input[disabled][type=submit]:hover, [disabled]#submit:hover, [disabled].Buttons:hover, .button[disabled]:focus, input[disabled][type=submit]:focus, [disabled]#submit:focus, [disabled].Buttons:focus {
    background-color: #4281ac;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type=submit]:hover, .disabled#submit:hover, .disabled.Buttons:hover, .button.disabled:focus, input.disabled[type=submit]:focus, .disabled#submit:focus, .disabled.Buttons:focus, .button[disabled]:hover, input[disabled][type=submit]:hover, [disabled]#submit:hover, [disabled].Buttons:hover, .button[disabled]:focus, input[disabled][type=submit]:focus, [disabled]#submit:focus, [disabled].Buttons:focus {
    color: #ffffff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type=submit]:hover, .disabled#submit:hover, .disabled.Buttons:hover, .button.disabled:focus, input.disabled[type=submit]:focus, .disabled#submit:focus, .disabled.Buttons:focus, .button[disabled]:hover, input[disabled][type=submit]:hover, [disabled]#submit:hover, [disabled].Buttons:hover, .button[disabled]:focus, input[disabled][type=submit]:focus, [disabled]#submit:focus, [disabled].Buttons:focus {
    background-color: #669ec4;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, input.disabled.secondary[type=submit], .disabled.secondary#submit, .disabled.secondary.Buttons, .button[disabled].secondary, input[disabled].secondary[type=submit], [disabled].secondary#submit, [disabled].secondary.Buttons {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type=submit]:hover, .disabled.secondary#submit:hover, .disabled.secondary.Buttons:hover, .button.disabled.secondary:focus, input.disabled.secondary[type=submit]:focus, .disabled.secondary#submit:focus, .disabled.secondary.Buttons:focus, .button[disabled].secondary:hover, input[disabled].secondary[type=submit]:hover, [disabled].secondary#submit:hover, [disabled].secondary.Buttons:hover, .button[disabled].secondary:focus, input[disabled].secondary[type=submit]:focus, [disabled].secondary#submit:focus, [disabled].secondary.Buttons:focus {
    background-color: #bababa;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type=submit]:hover, .disabled.secondary#submit:hover, .disabled.secondary.Buttons:hover, .button.disabled.secondary:focus, input.disabled.secondary[type=submit]:focus, .disabled.secondary#submit:focus, .disabled.secondary.Buttons:focus, .button[disabled].secondary:hover, input[disabled].secondary[type=submit]:hover, [disabled].secondary#submit:hover, [disabled].secondary.Buttons:hover, .button[disabled].secondary:focus, input[disabled].secondary[type=submit]:focus, [disabled].secondary#submit:focus, [disabled].secondary.Buttons:focus {
    color: #333333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type=submit]:hover, .disabled.secondary#submit:hover, .disabled.secondary.Buttons:hover, .button.disabled.secondary:focus, input.disabled.secondary[type=submit]:focus, .disabled.secondary#submit:focus, .disabled.secondary.Buttons:focus, .button[disabled].secondary:hover, input[disabled].secondary[type=submit]:hover, [disabled].secondary#submit:hover, [disabled].secondary.Buttons:hover, .button[disabled].secondary:focus, input[disabled].secondary[type=submit]:focus, [disabled].secondary#submit:focus, [disabled].secondary.Buttons:focus {
    background-color: #e9e9e9;
}

button.disabled.success, button[disabled].success, .button.disabled.success, input.disabled.success[type=submit], .disabled.success#submit, .disabled.success.Buttons, .button[disabled].success, input[disabled].success[type=submit], [disabled].success#submit, [disabled].success.Buttons {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type=submit]:hover, .disabled.success#submit:hover, .disabled.success.Buttons:hover, .button.disabled.success:focus, input.disabled.success[type=submit]:focus, .disabled.success#submit:focus, .disabled.success.Buttons:focus, .button[disabled].success:hover, input[disabled].success[type=submit]:hover, [disabled].success#submit:hover, [disabled].success.Buttons:hover, .button[disabled].success:focus, input[disabled].success[type=submit]:focus, [disabled].success#submit:focus, [disabled].success.Buttons:focus {
    background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type=submit]:hover, .disabled.success#submit:hover, .disabled.success.Buttons:hover, .button.disabled.success:focus, input.disabled.success[type=submit]:focus, .disabled.success#submit:focus, .disabled.success.Buttons:focus, .button[disabled].success:hover, input[disabled].success[type=submit]:hover, [disabled].success#submit:hover, [disabled].success.Buttons:hover, .button[disabled].success:focus, input[disabled].success[type=submit]:focus, [disabled].success#submit:focus, [disabled].success.Buttons:focus {
    color: #ffffff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type=submit]:hover, .disabled.success#submit:hover, .disabled.success.Buttons:hover, .button.disabled.success:focus, input.disabled.success[type=submit]:focus, .disabled.success#submit:focus, .disabled.success.Buttons:focus, .button[disabled].success:hover, input[disabled].success[type=submit]:hover, [disabled].success#submit:hover, [disabled].success.Buttons:hover, .button[disabled].success:focus, input[disabled].success[type=submit]:focus, [disabled].success#submit:focus, [disabled].success.Buttons:focus {
    background-color: #43ac6a;
}

button.disabled.alert, button.disabled.browsehappy, button[disabled].alert, button[disabled].browsehappy, .button.disabled.alert, .button.disabled.browsehappy, input.disabled.browsehappy[type=submit], .disabled.browsehappy#submit, .disabled.browsehappy.Buttons, input.disabled.alert[type=submit], .disabled.alert#submit, .disabled.alert.Buttons, .button[disabled].alert, .button[disabled].browsehappy, input[disabled].browsehappy[type=submit], [disabled].browsehappy#submit, [disabled].browsehappy.Buttons, input[disabled].alert[type=submit], [disabled].alert#submit, [disabled].alert.Buttons {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.browsehappy:hover, button.disabled.alert:focus, button.disabled.browsehappy:focus, button[disabled].alert:hover, button[disabled].browsehappy:hover, button[disabled].alert:focus, button[disabled].browsehappy:focus, .button.disabled.alert:hover, .button.disabled.browsehappy:hover, input.disabled.browsehappy[type=submit]:hover, .disabled.browsehappy#submit:hover, .disabled.browsehappy.Buttons:hover, input.disabled.alert[type=submit]:hover, .disabled.alert#submit:hover, .disabled.alert.Buttons:hover, .button.disabled.alert:focus, .button.disabled.browsehappy:focus, input.disabled.browsehappy[type=submit]:focus, .disabled.browsehappy#submit:focus, .disabled.browsehappy.Buttons:focus, input.disabled.alert[type=submit]:focus, .disabled.alert#submit:focus, .disabled.alert.Buttons:focus, .button[disabled].alert:hover, .button[disabled].browsehappy:hover, input[disabled].browsehappy[type=submit]:hover, [disabled].browsehappy#submit:hover, [disabled].browsehappy.Buttons:hover, input[disabled].alert[type=submit]:hover, [disabled].alert#submit:hover, [disabled].alert.Buttons:hover, .button[disabled].alert:focus, .button[disabled].browsehappy:focus, input[disabled].browsehappy[type=submit]:focus, [disabled].browsehappy#submit:focus, [disabled].browsehappy.Buttons:focus, input[disabled].alert[type=submit]:focus, [disabled].alert#submit:focus, [disabled].alert.Buttons:focus {
    background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.browsehappy:hover, button.disabled.alert:focus, button.disabled.browsehappy:focus, button[disabled].alert:hover, button[disabled].browsehappy:hover, button[disabled].alert:focus, button[disabled].browsehappy:focus, .button.disabled.alert:hover, .button.disabled.browsehappy:hover, input.disabled.browsehappy[type=submit]:hover, .disabled.browsehappy#submit:hover, .disabled.browsehappy.Buttons:hover, input.disabled.alert[type=submit]:hover, .disabled.alert#submit:hover, .disabled.alert.Buttons:hover, .button.disabled.alert:focus, .button.disabled.browsehappy:focus, input.disabled.browsehappy[type=submit]:focus, .disabled.browsehappy#submit:focus, .disabled.browsehappy.Buttons:focus, input.disabled.alert[type=submit]:focus, .disabled.alert#submit:focus, .disabled.alert.Buttons:focus, .button[disabled].alert:hover, .button[disabled].browsehappy:hover, input[disabled].browsehappy[type=submit]:hover, [disabled].browsehappy#submit:hover, [disabled].browsehappy.Buttons:hover, input[disabled].alert[type=submit]:hover, [disabled].alert#submit:hover, [disabled].alert.Buttons:hover, .button[disabled].alert:focus, .button[disabled].browsehappy:focus, input[disabled].browsehappy[type=submit]:focus, [disabled].browsehappy#submit:focus, [disabled].browsehappy.Buttons:focus, input[disabled].alert[type=submit]:focus, [disabled].alert#submit:focus, [disabled].alert.Buttons:focus {
    color: #ffffff;
}

button.disabled.alert:hover, button.disabled.browsehappy:hover, button.disabled.alert:focus, button.disabled.browsehappy:focus, button[disabled].alert:hover, button[disabled].browsehappy:hover, button[disabled].alert:focus, button[disabled].browsehappy:focus, .button.disabled.alert:hover, .button.disabled.browsehappy:hover, input.disabled.browsehappy[type=submit]:hover, .disabled.browsehappy#submit:hover, .disabled.browsehappy.Buttons:hover, input.disabled.alert[type=submit]:hover, .disabled.alert#submit:hover, .disabled.alert.Buttons:hover, .button.disabled.alert:focus, .button.disabled.browsehappy:focus, input.disabled.browsehappy[type=submit]:focus, .disabled.browsehappy#submit:focus, .disabled.browsehappy.Buttons:focus, input.disabled.alert[type=submit]:focus, .disabled.alert#submit:focus, .disabled.alert.Buttons:focus, .button[disabled].alert:hover, .button[disabled].browsehappy:hover, input[disabled].browsehappy[type=submit]:hover, [disabled].browsehappy#submit:hover, [disabled].browsehappy.Buttons:hover, input[disabled].alert[type=submit]:hover, [disabled].alert#submit:hover, [disabled].alert.Buttons:hover, .button[disabled].alert:focus, .button[disabled].browsehappy:focus, input[disabled].browsehappy[type=submit]:focus, [disabled].browsehappy#submit:focus, [disabled].browsehappy.Buttons:focus, input[disabled].alert[type=submit]:focus, [disabled].alert#submit:focus, [disabled].alert.Buttons:focus {
    background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, input.disabled.warning[type=submit], .disabled.warning#submit, .disabled.warning.Buttons, .button[disabled].warning, input[disabled].warning[type=submit], [disabled].warning#submit, [disabled].warning.Buttons {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type=submit]:hover, .disabled.warning#submit:hover, .disabled.warning.Buttons:hover, .button.disabled.warning:focus, input.disabled.warning[type=submit]:focus, .disabled.warning#submit:focus, .disabled.warning.Buttons:focus, .button[disabled].warning:hover, input[disabled].warning[type=submit]:hover, [disabled].warning#submit:hover, [disabled].warning.Buttons:hover, .button[disabled].warning:focus, input[disabled].warning[type=submit]:focus, [disabled].warning#submit:focus, [disabled].warning.Buttons:focus {
    background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type=submit]:hover, .disabled.warning#submit:hover, .disabled.warning.Buttons:hover, .button.disabled.warning:focus, input.disabled.warning[type=submit]:focus, .disabled.warning#submit:focus, .disabled.warning.Buttons:focus, .button[disabled].warning:hover, input[disabled].warning[type=submit]:hover, [disabled].warning#submit:hover, [disabled].warning.Buttons:hover, .button[disabled].warning:focus, input[disabled].warning[type=submit]:focus, [disabled].warning#submit:focus, [disabled].warning.Buttons:focus {
    color: #ffffff;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type=submit]:hover, .disabled.warning#submit:hover, .disabled.warning.Buttons:hover, .button.disabled.warning:focus, input.disabled.warning[type=submit]:focus, .disabled.warning#submit:focus, .disabled.warning.Buttons:focus, .button[disabled].warning:hover, input[disabled].warning[type=submit]:hover, [disabled].warning#submit:hover, [disabled].warning.Buttons:hover, .button[disabled].warning:focus, input[disabled].warning[type=submit]:focus, [disabled].warning#submit:focus, [disabled].warning.Buttons:focus {
    background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, input.disabled.info[type=submit], .disabled.info#submit, .disabled.info.Buttons, .button[disabled].info, input[disabled].info[type=submit], [disabled].info#submit, [disabled].info.Buttons {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type=submit]:hover, .disabled.info#submit:hover, .disabled.info.Buttons:hover, .button.disabled.info:focus, input.disabled.info[type=submit]:focus, .disabled.info#submit:focus, .disabled.info.Buttons:focus, .button[disabled].info:hover, input[disabled].info[type=submit]:hover, [disabled].info#submit:hover, [disabled].info.Buttons:hover, .button[disabled].info:focus, input[disabled].info[type=submit]:focus, [disabled].info#submit:focus, [disabled].info.Buttons:focus {
    background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type=submit]:hover, .disabled.info#submit:hover, .disabled.info.Buttons:hover, .button.disabled.info:focus, input.disabled.info[type=submit]:focus, .disabled.info#submit:focus, .disabled.info.Buttons:focus, .button[disabled].info:hover, input[disabled].info[type=submit]:hover, [disabled].info#submit:hover, [disabled].info.Buttons:hover, .button[disabled].info:focus, input[disabled].info[type=submit]:focus, [disabled].info#submit:focus, [disabled].info.Buttons:focus {
    color: #ffffff;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type=submit]:hover, .disabled.info#submit:hover, .disabled.info.Buttons:hover, .button.disabled.info:focus, input.disabled.info[type=submit]:focus, .disabled.info#submit:focus, .disabled.info.Buttons:focus, .button[disabled].info:hover, input[disabled].info[type=submit]:hover, [disabled].info#submit:hover, [disabled].info.Buttons:hover, .button[disabled].info:focus, input[disabled].info[type=submit]:focus, [disabled].info#submit:focus, [disabled].info.Buttons:focus {
    background-color: #a0d3e8;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@media only screen and (min-width: 40.063em) {
    button, .button, input[type=submit], #submit, .Buttons, .wp-polls .Buttons {
        display: inline-block;
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}

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

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

.button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%;
}

.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li input[type=submit], .button-group.even-2 li #submit, .button-group.even-2 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child input[type=submit], .button-group.even-2 li:first-child #submit, .button-group.even-2 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li input[type=submit], .button-group.even-2 li #submit, .button-group.even-2 li .Buttons {
    width: 100%;
}

.button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%;
}

.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li input[type=submit], .button-group.even-3 li #submit, .button-group.even-3 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child input[type=submit], .button-group.even-3 li:first-child #submit, .button-group.even-3 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li input[type=submit], .button-group.even-3 li #submit, .button-group.even-3 li .Buttons {
    width: 100%;
}

.button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%;
}

.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li input[type=submit], .button-group.even-4 li #submit, .button-group.even-4 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child input[type=submit], .button-group.even-4 li:first-child #submit, .button-group.even-4 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li input[type=submit], .button-group.even-4 li #submit, .button-group.even-4 li .Buttons {
    width: 100%;
}

.button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%;
}

.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li input[type=submit], .button-group.even-5 li #submit, .button-group.even-5 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child input[type=submit], .button-group.even-5 li:first-child #submit, .button-group.even-5 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li input[type=submit], .button-group.even-5 li #submit, .button-group.even-5 li .Buttons {
    width: 100%;
}

.button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%;
}

.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li input[type=submit], .button-group.even-6 li #submit, .button-group.even-6 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child input[type=submit], .button-group.even-6 li:first-child #submit, .button-group.even-6 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li input[type=submit], .button-group.even-6 li #submit, .button-group.even-6 li .Buttons {
    width: 100%;
}

.button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%;
}

.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li input[type=submit], .button-group.even-7 li #submit, .button-group.even-7 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child input[type=submit], .button-group.even-7 li:first-child #submit, .button-group.even-7 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li input[type=submit], .button-group.even-7 li #submit, .button-group.even-7 li .Buttons {
    width: 100%;
}

.button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%;
}

.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li input[type=submit], .button-group.even-8 li #submit, .button-group.even-8 li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child input[type=submit], .button-group.even-8 li:first-child #submit, .button-group.even-8 li:first-child .Buttons {
    border-left: 0;
}

.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li input[type=submit], .button-group.even-8 li #submit, .button-group.even-8 li .Buttons {
    width: 100%;
}

.button-group > li {
    display: inline-block;
    margin: 0 -2px;
}

.button-group > li > button, .button-group > li .button, .button-group > li input[type=submit], .button-group > li #submit, .button-group > li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child input[type=submit], .button-group > li:first-child #submit, .button-group > li:first-child .Buttons {
    border-left: 0;
}

.button-group.stack > li {
    display: block;
    margin: 0;
    float: none;
}

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li input[type=submit], .button-group.stack > li #submit, .button-group.stack > li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child input[type=submit], .button-group.stack > li:first-child #submit, .button-group.stack > li:first-child .Buttons {
    border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li input[type=submit], .button-group.stack > li #submit, .button-group.stack > li .Buttons {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.stack > li > button {
    width: 100%;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child input[type=submit], .button-group.stack > li:first-child #submit, .button-group.stack > li:first-child .Buttons {
    border-top: 0;
}

.button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li input[type=submit], .button-group.stack-for-small > li #submit, .button-group.stack-for-small > li .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child input[type=submit], .button-group.stack-for-small > li:first-child #submit, .button-group.stack-for-small > li:first-child .Buttons {
    border-left: 0;
}

@media only screen and (max-width: 40em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
    }

    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li input[type=submit], .button-group.stack-for-small > li #submit, .button-group.stack-for-small > li .Buttons {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child input[type=submit], .button-group.stack-for-small > li:first-child #submit, .button-group.stack-for-small > li:first-child .Buttons {
        border-left: 0;
    }

    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li input[type=submit], .button-group.stack-for-small > li #submit, .button-group.stack-for-small > li .Buttons {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.stack-for-small > li > button {
        width: 100%;
    }

    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child input[type=submit], .button-group.stack-for-small > li:first-child #submit, .button-group.stack-for-small > li:first-child .Buttons {
        border-top: 0;
    }
}

.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px;
}

.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * input[type=submit], .button-group.radius > * #submit, .button-group.radius > * .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child input[type=submit], .button-group.radius > *:first-child #submit, .button-group.radius > *:first-child .Buttons {
    border-left: 0;
}

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button, .button-group.radius > * > input[type=submit], .button-group.radius > * > #submit, .button-group.radius > * > .Buttons {
    border-radius: 0;
}

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .button-group.radius > *:first-child > input[type=submit], .button-group.radius > *:first-child > #submit, .button-group.radius > *:first-child > .Buttons {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .button-group.radius > *:last-child > input[type=submit], .button-group.radius > *:last-child > #submit, .button-group.radius > *:last-child > .Buttons {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius.stack > * {
    display: block;
    margin: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * input[type=submit], .button-group.radius.stack > * #submit, .button-group.radius.stack > * .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child input[type=submit], .button-group.radius.stack > *:first-child #submit, .button-group.radius.stack > *:first-child .Buttons {
    border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * input[type=submit], .button-group.radius.stack > * #submit, .button-group.radius.stack > * .Buttons {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.radius.stack > * > button {
    width: 100%;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child input[type=submit], .button-group.radius.stack > *:first-child #submit, .button-group.radius.stack > *:first-child .Buttons {
    border-top: 0;
}

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button, .button-group.radius.stack > * > input[type=submit], .button-group.radius.stack > * > #submit, .button-group.radius.stack > * > .Buttons {
    border-radius: 0;
}

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .button-group.radius.stack > *:first-child > input[type=submit], .button-group.radius.stack > *:first-child > #submit, .button-group.radius.stack > *:first-child > .Buttons {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .button-group.radius.stack > *:last-child > input[type=submit], .button-group.radius.stack > *:last-child > #submit, .button-group.radius.stack > *:last-child > .Buttons {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }

    .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * input[type=submit], .button-group.radius.stack-for-small > * #submit, .button-group.radius.stack-for-small > * .Buttons {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child input[type=submit], .button-group.radius.stack-for-small > *:first-child #submit, .button-group.radius.stack-for-small > *:first-child .Buttons {
        border-left: 0;
    }

    .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .button-group.radius.stack-for-small > * > input[type=submit], .button-group.radius.stack-for-small > * > #submit, .button-group.radius.stack-for-small > * > .Buttons {
        border-radius: 0;
    }

    .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .button-group.radius.stack-for-small > *:first-child > input[type=submit], .button-group.radius.stack-for-small > *:first-child > #submit, .button-group.radius.stack-for-small > *:first-child > .Buttons {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .button-group.radius.stack-for-small > *:last-child > input[type=submit], .button-group.radius.stack-for-small > *:last-child > #submit, .button-group.radius.stack-for-small > *:last-child > .Buttons {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
}

@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0;
    }

    .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * input[type=submit], .button-group.radius.stack-for-small > * #submit, .button-group.radius.stack-for-small > * .Buttons {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child input[type=submit], .button-group.radius.stack-for-small > *:first-child #submit, .button-group.radius.stack-for-small > *:first-child .Buttons {
        border-left: 0;
    }

    .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * input[type=submit], .button-group.radius.stack-for-small > * #submit, .button-group.radius.stack-for-small > * .Buttons {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.radius.stack-for-small > * > button {
        width: 100%;
    }

    .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child input[type=submit], .button-group.radius.stack-for-small > *:first-child #submit, .button-group.radius.stack-for-small > *:first-child .Buttons {
        border-top: 0;
    }

    .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .button-group.radius.stack-for-small > * > input[type=submit], .button-group.radius.stack-for-small > * > #submit, .button-group.radius.stack-for-small > * > .Buttons {
        border-radius: 0;
    }

    .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .button-group.radius.stack-for-small > *:first-child > input[type=submit], .button-group.radius.stack-for-small > *:first-child > #submit, .button-group.radius.stack-for-small > *:first-child > .Buttons {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .button-group.radius.stack-for-small > *:last-child > input[type=submit], .button-group.radius.stack-for-small > *:last-child > #submit, .button-group.radius.stack-for-small > *:last-child > .Buttons {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

.button-group.round > * {
    display: inline-block;
    margin: 0 -2px;
}

.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * input[type=submit], .button-group.round > * #submit, .button-group.round > * .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child input[type=submit], .button-group.round > *:first-child #submit, .button-group.round > *:first-child .Buttons {
    border-left: 0;
}

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button, .button-group.round > * > input[type=submit], .button-group.round > * > #submit, .button-group.round > * > .Buttons {
    border-radius: 0;
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .button-group.round > *:first-child > input[type=submit], .button-group.round > *:first-child > #submit, .button-group.round > *:first-child > .Buttons {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .button-group.round > *:last-child > input[type=submit], .button-group.round > *:last-child > #submit, .button-group.round > *:last-child > .Buttons {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
    display: block;
    margin: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * input[type=submit], .button-group.round.stack > * #submit, .button-group.round.stack > * .Buttons {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child input[type=submit], .button-group.round.stack > *:first-child #submit, .button-group.round.stack > *:first-child .Buttons {
    border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * input[type=submit], .button-group.round.stack > * #submit, .button-group.round.stack > * .Buttons {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}

.button-group.round.stack > * > button {
    width: 100%;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child input[type=submit], .button-group.round.stack > *:first-child #submit, .button-group.round.stack > *:first-child .Buttons {
    border-top: 0;
}

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button, .button-group.round.stack > * > input[type=submit], .button-group.round.stack > * > #submit, .button-group.round.stack > * > .Buttons {
    border-radius: 0;
}

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .button-group.round.stack > *:first-child > input[type=submit], .button-group.round.stack > *:first-child > #submit, .button-group.round.stack > *:first-child > .Buttons {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .button-group.round.stack > *:last-child > input[type=submit], .button-group.round.stack > *:last-child > #submit, .button-group.round.stack > *:last-child > .Buttons {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * input[type=submit], .button-group.round.stack-for-small > * #submit, .button-group.round.stack-for-small > * .Buttons {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child input[type=submit], .button-group.round.stack-for-small > *:first-child #submit, .button-group.round.stack-for-small > *:first-child .Buttons {
        border-left: 0;
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .button-group.round.stack-for-small > * > input[type=submit], .button-group.round.stack-for-small > * > #submit, .button-group.round.stack-for-small > * > .Buttons {
        border-radius: 0;
    }

    .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .button-group.round.stack-for-small > *:first-child > input[type=submit], .button-group.round.stack-for-small > *:first-child > #submit, .button-group.round.stack-for-small > *:first-child > .Buttons {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .button-group.round.stack-for-small > *:last-child > input[type=submit], .button-group.round.stack-for-small > *:last-child > #submit, .button-group.round.stack-for-small > *:last-child > .Buttons {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }
}

@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0;
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * input[type=submit], .button-group.round.stack-for-small > * #submit, .button-group.round.stack-for-small > * .Buttons {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child input[type=submit], .button-group.round.stack-for-small > *:first-child #submit, .button-group.round.stack-for-small > *:first-child .Buttons {
        border-left: 0;
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * input[type=submit], .button-group.round.stack-for-small > * #submit, .button-group.round.stack-for-small > * .Buttons {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }

    .button-group.round.stack-for-small > * > button {
        width: 100%;
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child input[type=submit], .button-group.round.stack-for-small > *:first-child #submit, .button-group.round.stack-for-small > *:first-child .Buttons {
        border-top: 0;
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .button-group.round.stack-for-small > * > input[type=submit], .button-group.round.stack-for-small > * > #submit, .button-group.round.stack-for-small > * > .Buttons {
        border-radius: 0;
    }

    .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .button-group.round.stack-for-small > *:first-child > input[type=submit], .button-group.round.stack-for-small > *:first-child > #submit, .button-group.round.stack-for-small > *:first-child > .Buttons {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .button-group.round.stack-for-small > *:last-child > input[type=submit], .button-group.round.stack-for-small > *:last-child > #submit, .button-group.round.stack-for-small > *:last-child > .Buttons {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.button-bar:before, .button-bar:after {
    content: " ";
    display: table;
}

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

.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}

.button-bar .button-group div {
    overflow: hidden;
}

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

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

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

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

/* Standard Forms */
form {
    margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
    margin: 0 -0.5rem;
}

form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem;
}

form .row .row.collapse {
    margin: 0;
}

form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0;
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: 0.5rem;
}

/* Label Styles */
label {
    color: #fafafa;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

label.right {
    float: none !important;
    text-align: right;
}

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

label small {
    text-transform: capitalize;
    color: #fbfbfb;
}

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, input.postfix[type=submit], .postfix#submit, .postfix.Buttons {
    border-color: true;
}

.prefix.button, input.prefix[type=submit], .prefix#submit, .prefix.Buttons {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.prefix.button.radius, input.prefix.radius[type=submit], .prefix.radius#submit, .prefix.radius.Buttons {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.postfix.button.radius, input.postfix.radius[type=submit], .postfix.radius#submit, .postfix.radius.Buttons {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.prefix.button.round, input.prefix.round[type=submit], .prefix.round#submit, .prefix.round.Buttons {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.postfix.button.round, input.postfix.round[type=submit], .postfix.round#submit, .postfix.round.Buttons {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #222222;
    border-right: none;
    color: #fafafa;
    border-color: #000000;
}

span.postfix, label.postfix {
    background: #222222;
    color: #fafafa;
    border-color: #000000;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #333333;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(250, 250, 250, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #2e2e2e;
    border-color: black;
    outline: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #dddddd;
    cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #dddddd;
    cursor: default;
}

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px;
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Not allow resize out of parent */
textarea {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

/* Add height value for select elements to match text input height */
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #333333;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    color: rgba(250, 250, 250, 0.75);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem;
}

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

select.radius {
    border-radius: 3px;
}

select:hover {
    background-color: #313131;
    border-color: black;
}

select:disabled {
    background-color: #dddddd;
    cursor: default;
}

select[multiple] {
    height: auto;
}

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #000000;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

fieldset legend {
    background: #000000;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #ffffff;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #ffffff;
}

.error input, .error textarea, .error select {
    margin-bottom: 0;
}

.error input[type="checkbox"], .error input[type="radio"] {
    margin-bottom: 1rem;
}

.error label, .error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #ffffff;
}

.error > label > small {
    background: transparent;
    color: #fbfbfb;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error, textarea.error, select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.inline-list {
    list-style: none;
    margin-left: -1.375rem;
    margin-right: 0;
    margin: 0 auto 1.0625rem auto;
    overflow: hidden;
    padding: 0;
}

.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.inline-list > li > * {
    display: block;
}

.label {
    display: inline-block;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #669ec4;
    color: #ffffff;
}

.label.radius {
    border-radius: 3px;
}

.label.round {
    border-radius: 1000px;
}

.label.alert, .label.browsehappy {
    background-color: #f04124;
    color: #ffffff;
}

.label.warning {
    background-color: #f08a24;
    color: #ffffff;
}

.label.success {
    background-color: #43ac6a;
    color: #ffffff;
}

.label.secondary {
    background-color: #e9e9e9;
    color: #333333;
}

.label.info {
    background-color: #a0d3e8;
    color: #333333;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
    position: relative;
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}

.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
    display: none;
}

.slideshow-wrapper ul li:first-child {
    display: block;
}

.slideshow-wrapper .orbit-container {
    background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
    display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
    display: inline-block;
}

.slideshow-wrapper .preloader {
    border-radius: 1000px;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    border-color: #555555 #ffffff;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.orbit-container {
    background: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
    bottom: 0;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    width: 100%;
}

.orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10;
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px;
}

.orbit-container .orbit-timer > span {
    border: solid 4px #ffffff;
    border-bottom: none;
    border-top: none;
    display: none;
    height: 14px;
    position: absolute;
    top: 0;
    width: 11px;
    right: 0;
}

.orbit-container .orbit-timer.paused > span {
    top: 0;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-left-style: solid;
    border-color: transparent;
    border-left-color: #ffffff;
    right: -4px;
}

.orbit-container .orbit-timer.paused > span.dark {
    border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
    display: block;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10;
}

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    border: inset 10px;
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.orbit-container .orbit-prev {
    left: 0;
}

.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #ffffff;
}

.orbit-container .orbit-prev:hover > span {
    border-right-color: #ffffff;
}

.orbit-container .orbit-next {
    right: 0;
}

.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #ffffff;
    left: 50%;
    margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
    border-left-color: #ffffff;
}

.orbit-bullets-container {
    text-align: center;
}

.orbit-bullets {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 10px;
}

.orbit-bullets li {
    background: #cccccc;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.875rem;
    margin-right: 6px;
    width: 0.875rem;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #999999;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: none;
}

.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
        display: inherit;
    }

    .touch .orbit-bullets {
        display: block;
    }
}

@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

    .orbit-stack-on-small .orbit-slides-container > * {
        margin: 0 !important;
        opacity: 1 !important;
        position: relative;
    }

    .orbit-stack-on-small .orbit-slide-number {
        display: none;
    }

    .orbit-timer {
        display: none;
    }

    .orbit-next, .orbit-prev {
        display: none;
    }

    .orbit-bullets {
        display: none;
    }
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    background: none;
    color: #999999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
    cursor: default;
    color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
    background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
    background: #669ec4;
    color: #ffffff;
    cursor: default;
    font-weight: bold;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
    background: #669ec4;
}

ul.pagination li {
    display: block;
    float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
}

.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}

/* Panels */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
}

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

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

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #ffffff;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
    line-height: 1.4;
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f6f9fb;
    color: #333333;
}

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

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

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
    color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
    line-height: 1.4;
}

.panel.callout a:not(.button) {
    color: #669ec4;
}

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
    color: #488bb8;
}

.panel.radius {
    border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
    border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
}

.pricing-table * {
    list-style: none;
    line-height: 1;
}

.pricing-table .title {
    background-color: #333333;
    color: #eeeeee;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.pricing-table .price {
    background-color: #f6f6f6;
    color: #333333;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.pricing-table .description {
    background-color: #ffffff;
    border-bottom: dotted 1px #dddddd;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center;
}

.pricing-table .bullet-item {
    background-color: #ffffff;
    border-bottom: dotted 1px #dddddd;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center;
}

.pricing-table .cta-button {
    background-color: #ffffff;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
}

.reveal-modal-bg {
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #222222;
    padding: 1.875rem;
    border: solid 1px #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh;
    }
}

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

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

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

@media only screen and (min-width: 40.063em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 80%;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal {
        top: 6.25rem;
    }
}

.reveal-modal.radius {
    border-radius: 3px;
}

.reveal-modal.round {
    border-radius: 1000px;
}

.reveal-modal.collapse {
    padding: 0;
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 70%;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 95%;
    }
}

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

@media only screen and (min-width: 40.063em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 73.125rem;
        right: 0;
        width: 100%;
    }
}

.reveal-modal.toback {
    z-index: 1003;
}

.reveal-modal .close-reveal-modal {
    color: #aaaaaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
}

.side-nav {
    display: block;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
}

.side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(.button) {
    color: #669ec4;
    display: block;
    margin: 0;
    padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: #94bbd6;
}

.side-nav li a:not(.button):active {
    color: #94bbd6;
}

.side-nav li.active > a:first-child:not(.button) {
    color: #94bbd6;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-weight: normal;
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    list-style: none;
    padding: 0;
    border-top-color: #e6e6e6;
}

.side-nav li.heading {
    color: #669ec4;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-nav {
    display: block;
    margin: -0.25rem 0 1.125rem;
    overflow: hidden;
    padding-top: 0.25rem;
    width: auto;
}

.sub-nav dt {
    text-transform: uppercase;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    color: #999999;
    padding: 0.1875rem 1rem;
    text-decoration: none;
}

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
    color: #737373;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
    border-radius: 3px;
    background: #669ec4;
    color: #ffffff;
    cursor: default;
    font-weight: normal;
    padding: 0.1875rem 1rem;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
    background: #488bb8;
}

table {
    background: #333333;
    border: solid 1px #4d4d4d;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

table caption {
    background: transparent;
    color: #fafafa;
    font-size: 1rem;
    font-weight: bold;
}

table thead {
    background: #4d4d4d;
}

table thead tr th, table thead tr td {
    color: #fafafa;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table tfoot {
    background: #4d4d4d;
}

table tfoot tr th, table tfoot tr td {
    color: #fafafa;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table tr th, table tr td {
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #4d4d4d;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

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

.tabs:after {
    clear: both;
}

.tabs dd, .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.tabs dd > a, .tabs .tab-title > a {
    display: block;
    background-color: #efefef;
    color: #222222;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #e1e1e1;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #ffffff;
    color: #222222;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

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

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

.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content > .content.active {
    display: block;
    float: none;
}

.tabs-content > .content.contained {
    padding: 0.9375rem;
}

.tabs-content.vertical {
    display: block;
}

.tabs-content.vertical > .content {
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

/* Image Thumbnails */
.th {
    border: solid 4px #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(102, 158, 196, 0.5);
    box-shadow: 0 0 6px 1px rgba(102, 158, 196, 0.5);
}

.th.radius {
    border-radius: 3px;
}

/* Tooltips */
.has-tip {
    border-bottom: dotted 1px #cccccc;
    color: #333333;
    cursor: help;
    font-weight: bold;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #254961;
    color: #669ec4;
}

.has-tip.tip-left, .has-tip.tip-right {
    float: none !important;
}

.tooltip {
    background: #333333;
    color: #ffffff;
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%;
}

.tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px;
}

.tooltip > .nub.rtl {
    left: auto;
    right: 5px;
}

.tooltip.radius {
    border-radius: 3px;
}

.tooltip.round {
    border-radius: 1000px;
}

.tooltip.round > .nub {
    left: 2rem;
}

.tooltip.opened {
    border-bottom: dotted 1px #254961 !important;
    color: #669ec4 !important;
}

.tap-to-close {
    color: #777777;
    display: block;
    font-size: 0.625rem;
    font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: #333333 transparent transparent transparent;
        bottom: -10px;
        top: auto;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%;
    }

    .tooltip.tip-right > .nub {
        border-color: transparent #333333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #e9bb4b;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 3.75rem;
    z-index: 98;
}

.top-bar {
    background: #e9bb4b;
    height: 3.75rem;
    line-height: 3.75rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0;
}

.top-bar .row {
    max-width: none;
}

.top-bar form, .top-bar input, .top-bar select {
    margin-bottom: 0;
}

.top-bar input, .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem;
}

.top-bar .button, .top-bar input[type=submit], .top-bar #submit, .top-bar .Buttons, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: .4125rem;
    padding-top: .4125rem;
}

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar input[type=submit], .top-bar #submit, .top-bar .Buttons, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 16px;
    height: 3.75rem;
    margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
    font-size: 1.0625rem;
    line-height: 3.75rem;
    margin: 0;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 0 1.25rem;
    width: 75%;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #000000;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.25rem;
    position: relative;
    text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #ffffff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.8125rem 0 1.25rem;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 1.25rem;
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
    background: transparent;
    height: auto;
}

.top-bar.expanded .title-area {
    background: #e9bb4b;
}

.top-bar.expanded .toggle-topbar a {
    color: #888888;
}

.top-bar.expanded .toggle-topbar a span::after {
    -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -o-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}

.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #896611;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li {
    background: #e9bb4b;
}

.top-bar-section ul li > a {
    color: #000000;
    display: block;
    font-family: "Roboto Slab", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 1.25rem;
    padding: 12px 0 12px 1.25rem;
    text-transform: none;
    width: 100%;
}

.top-bar-section ul li > a.button, .top-bar-section ul li > a#submit, .top-bar-section ul li > a.Buttons {
    font-size: 0.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #669ec4;
    border-color: #4281ac;
    color: #ffffff;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a#submit:hover, .top-bar-section ul li > a.Buttons:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a#submit:focus, .top-bar-section ul li > a.Buttons:focus {
    background-color: #4281ac;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a#submit:hover, .top-bar-section ul li > a.Buttons:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a#submit:focus, .top-bar-section ul li > a.Buttons:focus {
    color: #ffffff;
}

.top-bar-section ul li > a.button.secondary, .top-bar-section ul li > a.secondary#submit, .top-bar-section ul li > a.secondary.Buttons {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary#submit:hover, .top-bar-section ul li > a.secondary.Buttons:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary#submit:focus, .top-bar-section ul li > a.secondary.Buttons:focus {
    background-color: #bababa;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary#submit:hover, .top-bar-section ul li > a.secondary.Buttons:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary#submit:focus, .top-bar-section ul li > a.secondary.Buttons:focus {
    color: #333333;
}

.top-bar-section ul li > a.button.success, .top-bar-section ul li > a.success#submit, .top-bar-section ul li > a.success.Buttons {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success#submit:hover, .top-bar-section ul li > a.success.Buttons:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success#submit:focus, .top-bar-section ul li > a.success.Buttons:focus {
    background-color: #368a55;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success#submit:hover, .top-bar-section ul li > a.success.Buttons:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success#submit:focus, .top-bar-section ul li > a.success.Buttons:focus {
    color: #ffffff;
}

.top-bar-section ul li > a.button.alert, .top-bar-section ul li > a.button.browsehappy, .top-bar-section ul li > a.browsehappy#submit, .top-bar-section ul li > a.browsehappy.Buttons, .top-bar-section ul li > a.alert#submit, .top-bar-section ul li > a.alert.Buttons {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #ffffff;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.browsehappy:hover, .top-bar-section ul li > a.browsehappy#submit:hover, .top-bar-section ul li > a.browsehappy.Buttons:hover, .top-bar-section ul li > a.alert#submit:hover, .top-bar-section ul li > a.alert.Buttons:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.button.browsehappy:focus, .top-bar-section ul li > a.browsehappy#submit:focus, .top-bar-section ul li > a.browsehappy.Buttons:focus, .top-bar-section ul li > a.alert#submit:focus, .top-bar-section ul li > a.alert.Buttons:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.browsehappy:hover, .top-bar-section ul li > a.browsehappy#submit:hover, .top-bar-section ul li > a.browsehappy.Buttons:hover, .top-bar-section ul li > a.alert#submit:hover, .top-bar-section ul li > a.alert.Buttons:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.button.browsehappy:focus, .top-bar-section ul li > a.browsehappy#submit:focus, .top-bar-section ul li > a.browsehappy.Buttons:focus, .top-bar-section ul li > a.alert#submit:focus, .top-bar-section ul li > a.alert.Buttons:focus {
    color: #ffffff;
}

.top-bar-section ul li > a.button.warning, .top-bar-section ul li > a.warning#submit, .top-bar-section ul li > a.warning.Buttons {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #ffffff;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.warning#submit:hover, .top-bar-section ul li > a.warning.Buttons:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.warning#submit:focus, .top-bar-section ul li > a.warning.Buttons:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.warning#submit:hover, .top-bar-section ul li > a.warning.Buttons:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.warning#submit:focus, .top-bar-section ul li > a.warning.Buttons:focus {
    color: #ffffff;
}

.top-bar-section ul li > a.button.info, .top-bar-section ul li > a.info#submit, .top-bar-section ul li > a.info.Buttons {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.info#submit:hover, .top-bar-section ul li > a.info.Buttons:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul li > a.info#submit:focus, .top-bar-section ul li > a.info.Buttons:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.info#submit:hover, .top-bar-section ul li > a.info.Buttons:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul li > a.info#submit:focus, .top-bar-section ul li > a.info.Buttons:focus {
    color: #ffffff;
}

.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #669ec4;
    border-color: #4281ac;
    color: #ffffff;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
    background-color: #4281ac;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
    color: #ffffff;
}

.top-bar-section ul li > button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
    background-color: #bababa;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
    color: #333333;
}

.top-bar-section ul li > button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
    background-color: #368a55;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
    color: #ffffff;
}

.top-bar-section ul li > button.alert, .top-bar-section ul li > button.browsehappy {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #ffffff;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.browsehappy:hover, .top-bar-section ul li > button.alert:focus, .top-bar-section ul li > button.browsehappy:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.browsehappy:hover, .top-bar-section ul li > button.alert:focus, .top-bar-section ul li > button.browsehappy:focus {
    color: #ffffff;
}

.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #ffffff;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
    color: #ffffff;
}

.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
    color: #ffffff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555555;
    color: #ffffff;
    background: #ebc059;
}

.top-bar-section ul li.active > a {
    background: #669ec4;
    color: #669ec4;
}

.top-bar-section ul li.active > a:hover {
    background: #488bb8;
    color: #ffffff;
}

.top-bar-section .has-form {
    padding: 1.25rem;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 1.25rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%;
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 1.25rem;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    color: #000000;
    display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 1.25rem;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li input[type=submit], .top-bar-section .dropdown li #submit, .top-bar-section .dropdown li .Buttons, .top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    color: #777777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 1.25rem 2px;
    text-transform: uppercase;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .top-bar {
        background: #e9bb4b;
        overflow: visible;
    }

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

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

    .top-bar .toggle-topbar {
        display: none;
    }

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

    .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
        width: auto;
    }

    .top-bar input, .top-bar select, .top-bar .button, .top-bar input[type=submit], .top-bar #submit, .top-bar .Buttons, .top-bar button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 1rem;
    }

    .top-bar.expanded {
        background: #e9bb4b;
    }

    .contain-to-grid .top-bar {
        margin-bottom: 0;
        margin: 0 auto;
        max-width: 73.125rem;
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -o-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    .top-bar-section li.hover > a:not(.button) {
        background-color: #555555;
        background: #ebc059;
        color: #ffffff;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #e9bb4b;
        line-height: 3.75rem;
        padding: 0 1.25rem;
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #ebc059;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #669ec4;
        color: #669ec4;
        line-height: 3.75rem;
        padding: 0 1.25rem;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #488bb8;
        color: #ffffff;
    }

    .top-bar-section .has-dropdown > a {
        padding-right: 2.5rem !important;
    }

    .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.875rem;
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }

    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto;
    }

    .top-bar-section .dropdown li a {
        background: #ecc462;
        color: #000000;
        line-height: 3.75rem;
        padding: 12px 1.25rem;
        white-space: nowrap;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #ecc462;
        color: #000000;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #ffffff;
        background: #222222;
    }

    .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap;
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-right: solid 1px #ecc462;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 3.75rem;
        width: 0;
    }

    .top-bar-section .has-form {
        background: #e9bb4b;
        height: 3.75rem;
        padding: 0 1.25rem;
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #555555;
        background: #ebc059;
        color: #ffffff;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #669ec4;
        color: #669ec4;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}

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

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

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

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

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

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

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

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

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }

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

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

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

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

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

/* Default Link Styles */
a {
    color: #669ec4;
    line-height: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: #488bb8;
}

a img {
    border: none;
}

/* Default paragraph styles */
p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}

p aside {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    color: #7b7b7b;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: darkgray;
    font-size: 60%;
    line-height: 0;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

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

hr {
    border: solid #000000;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em, i {
    font-style: italic;
    line-height: inherit;
}

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

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

code {
    background-color: #f8f8f8;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul, ol, dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

ul {
    margin-left: 1.1rem;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ul, ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}

/* Unordered Lists */
ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}

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

ul.no-bullet {
    list-style: none;
}

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

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

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #b8b9bc;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #dddddd;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #9a9a9a;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #9a9a9a;
}

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

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #dddddd;
    padding: 0.625rem 0.75rem;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

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

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

    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table !important;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important;
    }
}

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

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

    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table !important;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

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

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

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000000 !important;
        /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

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

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

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

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

/* Print visibility */
@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

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

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }
}

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

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 0.9375rem;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
    content: '';
    display: table;
}

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

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

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

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

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

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 0.9375rem;
}

.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
    margin: 0 0 0.9375rem;
}

.byline, .updated {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 0.9375rem 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 0.9375rem;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 0.9375rem;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.site-main .gallery {
    margin-bottom: 0.9375rem;
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd, .site-main .gallery figcaption {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
    max-width: 100%;
}

@media screen and (max-width: 782px) {
    #wpadminbar {
        position: fixed;
    }
}

ul.gform_fields {
    margin-left: 0;
    list-style: none;
}

ul.gform_fields ul {
    list-style: none;
    margin-left: 0;
}

ul.gform_fields .gsection_title {
    font-size: 1.75rem;
}

ul.gform_fields .gfield_required {
    color: #f04124;
}

ul.gform_fields select {
    padding: 5px;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    margin: -15px 0 15px !important;
}

.gform_wrapper input[type=text] {
    display: inline-block;
}

/* Globals */
.site-header .main-navigation .toggle-topbar a:before, #front-page-top .latest-tweets ul:before, #front-page-bottom .latest-tweets ul:before, #front-page-top div.si_item:before, #front-page-bottom div.si_item:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.3125rem;
}

#front-page-top .about-title:before, #front-page-bottom .about-title:before {
    font-family: 'mnb';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    max-width: 50rem;
    margin: 1.875rem auto 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.browsehappy {
    text-align: center;
    margin-bottom: 0;
}

.browsehappy a {
    color: #ccc;
    text-decoration: underline;
}

textarea {
    height: auto;
}

blockquote {
    background: #111;
    padding: 20px 40px;
}

blockquote p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.slogan {
    padding: 55px 0;
    background: #111;
}

.slogan .tagline {
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.75em;
    font-weight: 400;
    margin: 0;
}

.slogan .tagline a {
    color: #fff;
    cursor: default;
}

@media only screen and (max-width: 40em) {
    .slogan {
        padding: 10px 0;
    }

    .slogan .tagline {
        padding: 10px 0 0;
        font-size: 1.125rem;
    }
}

hr.tie {
    background-image: url("../img/hr-tie.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    margin: 0.9375em auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 3255208333333333/2500000000000000), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
    hr.tie {
        background-image: url("../img/hr-tie_2x.png");
        -webkit-background-size: 140px 20px;
        background-size: 140px 20px;
    }
}

hr.tie.light {
    background-position: center bottom;
}

.vcard {
    border: none;
    margin: 0;
    padding: 0;
}

.img-circles {
    border-radius: 1000px;
}

.jp-carousel-image-meta, .jp-carousel-left-column-wrapper {
    display: none !important;
}

/* Category Navigation */
#category-navigation {
    margin-top: 1.25rem;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#category-navigation .current-menu-item a {
    color: #fff;
}

.wp-polls ul li {
    background: none !important;
    padding-left: 5px !important;
    font-size: 28px;
    line-height: 1.6;
    font-family: 'LibelSuitRegular', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes pollbar-stripes {
    from {
        background-position: 30px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes pollbar-stripes {
    from {
        background-position: 30px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes pollbar-stripes {
    from {
        background-position: 30px 0;
    }

    to {
        background-position: 0 0;
    }
}

.pollbar {
    background: none !important;
    background-color: #f0ad4e !important;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    -webkit-background-size: 30px 30px !important;
    background-size: 30px 30px !important;
    -webkit-animation: pollbar-stripes 2s linear infinite;
    -o-animation: pollbar-stripes 2s linear infinite;
    animation: pollbar-stripes 2s linear infinite;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
    margin-left: 0 !important;
}

div.sharedaddy .sd-content {
    float: none !important;
    width: auto !important;
}

.ui-datepicker-title select {
    padding: 0 .5rem;
}

/* Alert Bar */
#alert-bar {
    margin-bottom: 0;
}

#alert-bar a {
    color: #ccc;
}

#alert-bar a:hover, #alert-bar a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Header */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.site-header .name img {
    height: 60px;
    width: 225px;
}

.site-header .main-navigation, .site-header .top-bar-section ul, .site-header .top-bar-section > ul > .menu-item > a, .site-header .top-bar-section ul li {
    background: none;
    text-transform: uppercase;
}

.site-header .main-navigation {
    background-image: url("../img/bg-header.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 397px 60px;
    background-size: 397px 60px;
    text-transform: uppercase;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 3255208333333333/2500000000000000), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
    .site-header .main-navigation {
        background-image: url("../img/bg-header_2x.png");
        -webkit-background-size: 397px 60px;
        background-size: 397px 60px;
    }
}

.site-header .main-navigation .top-bar-section li.current_page_ancestor > a, .site-header .main-navigation .top-bar-section li.current-menu-item > a {
    color: #669ec4;
}

.site-header .main-navigation .top-bar-section li a {
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.site-header .main-navigation .toggle-topbar a:before {
    content: "\f0c9";
}

.site-header .main-navigation.expanded .toggle-topbar a:before {
    content: "\f00d";
}

.site-header .main-navigation .top-bar-section li:hover > a {
    background: none;
}

.site-header .main-navigation .dropdown li:hover > a {
    background: #ebc059;
}

.site-header .main-navigation .right li:not(.has-form) a:not(.button) {
    background: none;
}

.site-header .social-icons li:not(.has-form) a:not(.button) {
    padding: 0 0.625rem;
}

.blind-pirate .contain-to-grid, .blind-pirate .top-bar.expanded .title-area, .blind-pirate .top-bar-section ul li > a {
    background-color: #8571b3;
    color: black;
}

.blind-pirate .top-bar .top-bar-section li.current_page_ancestor > a, .blind-pirate .top-bar .top-bar-section li.current-menu-item > a, .blind-pirate .top-bar .top-bar-section li:hover > a {
    color: black;
}

.blind-pirate .top-bar .top-bar-section li:hover > a:hover {
    color: #666666;
}

.blind-pirate .dropdown li:hover > a {
    background: #8571b3 !important;
}

@media only screen and (min-width: 40.063em) {
    .blind-pirate .top-bar.expanded, .blind-pirate .top-bar-section .dropdown li a {
        background-color: #8571b3 !important;
    }
}

.blind-pirate .site-content h1, .blind-pirate .site-content h2, .blind-pirate .site-content h3, .blind-pirate .site-content h4, .blind-pirate .site-content h5, .blind-pirate .site-content h6 {
    color: #8571b3;
}

.blind-pirate .site-content a {
    color: #8571b3;
}

.blind-pirate .site-content a:hover {
    color: #6a549d;
}

.drafty-kilt .contain-to-grid, .drafty-kilt .top-bar.expanded .title-area, .drafty-kilt .top-bar-section ul li > a {
    background-color: #70a8cc;
    color: black;
}

.drafty-kilt .top-bar .top-bar-section li.current_page_ancestor > a, .drafty-kilt .top-bar .top-bar-section li.current-menu-item > a, .drafty-kilt .top-bar .top-bar-section li:hover > a {
    color: black;
}

.drafty-kilt .top-bar .top-bar-section li:hover > a:hover {
    color: #666666;
}

.drafty-kilt .dropdown li:hover > a {
    background: #70a8cc !important;
}

@media only screen and (min-width: 40.063em) {
    .drafty-kilt .top-bar.expanded, .drafty-kilt .top-bar-section .dropdown li a {
        background-color: #70a8cc !important;
    }
}

.drafty-kilt .site-content h1, .drafty-kilt .site-content h2, .drafty-kilt .site-content h3, .drafty-kilt .site-content h4, .drafty-kilt .site-content h5, .drafty-kilt .site-content h6 {
    color: #70a8cc;
}

.drafty-kilt .site-content a {
    color: #70a8cc;
}

.drafty-kilt .site-content a:hover {
    color: #4a91bf;
}

.fu-manbrew .contain-to-grid, .fu-manbrew .top-bar.expanded .title-area, .fu-manbrew .top-bar-section ul li > a {
    background-color: #abd03d;
    color: black;
}

.fu-manbrew .top-bar .top-bar-section li.current_page_ancestor > a, .fu-manbrew .top-bar .top-bar-section li.current-menu-item > a, .fu-manbrew .top-bar .top-bar-section li:hover > a {
    color: black;
}

.fu-manbrew .top-bar .top-bar-section li:hover > a:hover {
    color: #666666;
}

.fu-manbrew .dropdown li:hover > a {
    background: #abd03d !important;
}

@media only screen and (min-width: 40.063em) {
    .fu-manbrew .top-bar.expanded, .fu-manbrew .top-bar-section .dropdown li a {
        background-color: #abd03d !important;
    }
}

.fu-manbrew .site-content h1, .fu-manbrew .site-content h2, .fu-manbrew .site-content h3, .fu-manbrew .site-content h4, .fu-manbrew .site-content h5, .fu-manbrew .site-content h6 {
    color: #abd03d;
}

.fu-manbrew .site-content a {
    color: #abd03d;
}

.fu-manbrew .site-content a:hover {
    color: #8eaf2b;
}

.black-tie .contain-to-grid, .black-tie .top-bar.expanded .title-area, .black-tie .top-bar-section ul li > a {
    background-color: #373739;
    color: white;
}

.black-tie .top-bar .top-bar-section li.current_page_ancestor > a, .black-tie .top-bar .top-bar-section li.current-menu-item > a, .black-tie .top-bar .top-bar-section li:hover > a {
    color: white;
}

.black-tie .top-bar .top-bar-section li:hover > a:hover {
    color: white;
}

.black-tie .dropdown li:hover > a {
    background: #373739 !important;
}

@media only screen and (min-width: 40.063em) {
    .black-tie .top-bar.expanded, .black-tie .top-bar-section .dropdown li a {
        background-color: #373739 !important;
    }
}

.black-tie .site-content h1, .black-tie .site-content h2, .black-tie .site-content h3, .black-tie .site-content h4, .black-tie .site-content h5, .black-tie .site-content h6 {
    color: white;
}

.black-tie .site-content a {
    color: white;
}

.black-tie .site-content a:hover {
    color: #e6e6e6;
}

.nerd-alert .contain-to-grid, .nerd-alert .top-bar.expanded .title-area, .nerd-alert .top-bar-section ul li > a {
    background-color: #934444;
    color: white;
}

.nerd-alert .top-bar .top-bar-section li.current_page_ancestor > a, .nerd-alert .top-bar .top-bar-section li.current-menu-item > a, .nerd-alert .top-bar .top-bar-section li:hover > a {
    color: white;
}

.nerd-alert .top-bar .top-bar-section li:hover > a:hover {
    color: white;
}

.nerd-alert .dropdown li:hover > a {
    background: #934444 !important;
}

@media only screen and (min-width: 40.063em) {
    .nerd-alert .top-bar.expanded, .nerd-alert .top-bar-section .dropdown li a {
        background-color: #934444 !important;
    }
}

.nerd-alert .site-content h1, .nerd-alert .site-content h2, .nerd-alert .site-content h3, .nerd-alert .site-content h4, .nerd-alert .site-content h5, .nerd-alert .site-content h6 {
    color: #934444;
}

.nerd-alert .site-content a {
    color: #934444;
}

.nerd-alert .site-content a:hover {
    color: #703434;
}

.serrano-eye-patch .contain-to-grid, .serrano-eye-patch .top-bar.expanded .title-area, .serrano-eye-patch .top-bar-section ul li > a {
    background-color: white;
    color: #000;
}

.serrano-eye-patch .top-bar .top-bar-section li.current_page_ancestor > a, .serrano-eye-patch .top-bar .top-bar-section li.current-menu-item > a, .serrano-eye-patch .top-bar .top-bar-section li:hover > a {
    color: #000;
}

.serrano-eye-patch .top-bar .top-bar-section li:hover > a:hover {
    color: #666666;
}

.serrano-eye-patch .dropdown li:hover > a {
    background: white !important;
}

@media only screen and (min-width: 40.063em) {
    .serrano-eye-patch .top-bar.expanded, .serrano-eye-patch .top-bar-section .dropdown li a {
        background-color: white !important;
    }
}

.serrano-eye-patch .site-content h1, .serrano-eye-patch .site-content h2, .serrano-eye-patch .site-content h3, .serrano-eye-patch .site-content h4, .serrano-eye-patch .site-content h5, .serrano-eye-patch .site-content h6 {
    color: white;
}

.serrano-eye-patch .site-content a {
    color: white;
}

.serrano-eye-patch .site-content a:hover {
    color: #e6e6e6;
}

.serrano-eye-patch .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #b8b9bc;
}

.serrano-eye-patch .site-header .main-navigation {
    background-image: url("../img/bg-header-s.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 3255208333333333/2500000000000000), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
    .serrano-eye-patch .site-header .main-navigation {
        background-image: url("../img/bg-header-s_2x.png");
        -webkit-background-size: 397px 60px;
        background-size: 397px 60px;
    }
}

/* Slider */
.site-slider {
    background: #222;
}

.site-slider .orbit-slides-container li {
    height: 360px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.site-slider .orbit-bullets {
    top: -40px;
    margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
    .site-slider {
        height: 110px;
    }

    .site-slider .orbit-slides-container li {
        height: 110px;
    }

    .site-slider .orbit-bullets {
        top: 10px;
        margin-bottom: 1.875rem;
    }
}

.site-slider .inner-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 73.125rem;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    .site-slider .inner-container {
        display: none;
    }
}

.site-slider .inner-container .inner-cell {
    display: table-cell;
    max-width: 73.125rem;
    vertical-align: middle;
}

.site-slider .inner-container .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding: 30px;
}

.site-slider .inner-container .inner.position-center {
    width: 60%;
    margin: 0 auto;
}

.site-slider .inner-container .inner a {
    display: block;
}

.site-slider .inner-container .inner span {
    display: block;
}

.site-slider .inner-container .inner .slide-title {
    color: #fff;
    font-size: 2.75rem;
    text-transform: uppercase;
}

.site-slider .inner-container .inner .slide-content {
    color: #999;
    font-size: 1.25rem;
}

.site-slider .inner-container .inner .more {
    margin-top: 1.25rem;
    border-bottom: 4px solid #669ec4;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* Archives */
.page-header {
    padding: 2.5rem;
}

.page-header .page-title {
    color: #fff;
    text-align: center;
}

/* Content */
.site-content article {
    margin-bottom: 1.875rem;
}

.site-content .page-header, .site-content .entry-header {
    height: 300px;
    background: transparent;
    text-align: center;
}

.site-content .page-header .entry-title, .site-content .entry-header .entry-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 2.375rem;
    letter-spacing: -1px;
}

.site-content .page-header .inner-container, .site-content .entry-header .inner-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 50rem;
    margin: 0 auto;
}

.site-content .page-header .inner-container .inner-cell, .site-content .entry-header .inner-container .inner-cell {
    display: table-cell;
    max-width: 73.125rem;
    vertical-align: middle;
}

.site-content .page-header .inner-container .inner, .site-content .entry-header .inner-container .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding: 3.125rem;
}

.site-content .page-header .inner-container .inner.position-center, .site-content .entry-header .inner-container .inner.position-center {
    margin: 0 auto;
}

.site-content .page-header .inner-container .inner a, .site-content .entry-header .inner-container .inner a {
    display: block;
}

.site-content .page-header .inner-container .inner span, .site-content .entry-header .inner-container .inner span {
    display: block;
}

@media only screen and (max-width: 40em) {
    .site-content .page-header .entry-title, .site-content .entry-header .entry-title {
        font-size: 1.75rem;
    }

    .site-content .page-header .inner-container .inner, .site-content .entry-header .inner-container .inner {
        padding: 1.25rem;
    }
}

.site-content .has-media {
    background: transparent;
    height: 350px;
}

@media only screen and (max-width: 40em) {
    .site-content .has-media {
        height: 125px;
    }
}

.site-content .entry-image {
    margin-bottom: 1.875rem;
    text-align: center;
}

.site-content .entry-meta {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.875rem;
}

.site-content .entry-meta > li {
    margin-bottom: 1.25rem;
}

.site-content ul.entry-meta {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    margin-top: 1.875rem;
}

.site-content ul.entry-meta > :first-child {
    margin-top: 0;
}

.site-content ul.entry-meta > :last-child {
    margin-bottom: 0;
}

.site-content ul.entry-meta h1, .site-content ul.entry-meta h2, .site-content ul.entry-meta h3, .site-content ul.entry-meta h4, .site-content ul.entry-meta h5, .site-content ul.entry-meta h6, .site-content ul.entry-meta p, .site-content ul.entry-meta li, .site-content ul.entry-meta dl {
    color: #ffffff;
}

.site-content ul.entry-meta h1, .site-content ul.entry-meta h2, .site-content ul.entry-meta h3, .site-content ul.entry-meta h4, .site-content ul.entry-meta h5, .site-content ul.entry-meta h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.site-content ul.entry-meta h1.subheader, .site-content ul.entry-meta h2.subheader, .site-content ul.entry-meta h3.subheader, .site-content ul.entry-meta h4.subheader, .site-content ul.entry-meta h5.subheader, .site-content ul.entry-meta h6.subheader {
    line-height: 1.4;
}

.site-content .entry-content {
    max-width: 50rem;
    margin: 1.875rem auto 0;
}

.author-pic img {
    border-radius: 1000px;
    height: 80px;
    width: 80px;
}

article.beers h5 {
    font-size: 1.25rem;
}

article.beers .beer-description {
    margin-bottom: 1.5625rem;
}

article.beers .beer-description dt {
    margin-bottom: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
}

article.beers .beer-description dd {
    font-weight: 300;
}

article.beers .beer-description .beer-detail {
    margin-bottom: 0.3125rem;
}

article.beers .beer-description .beer-detail a {
    color: #b8b9bc;
}

article.beers .beer-meta {
    list-style: none;
    margin-left: 0;
    font-size: 1.125rem;
}

article.beers .beer-meta > li {
    display: inline-block;
}

article.beers .beer-meta > li.sep {
    color: #84858a;
    font-weight: 300;
    padding: 0 0.625rem;
}

article.beers .beer-meta.beer-meta-thumb {
    text-align: center;
    font-size: 0.75rem;
}

article.beers .beer-details {
    list-style: none;
    margin-left: 0;
}

article.beers .beer-details > li {
    font-size: 1.125rem;
    line-height: 2;
}

article.beers .no-d-pics {
    text-align: center;
    font-size: 0.75rem;
}

.single-beer {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    padding-top: 1.25rem;
    background-color: #111;
    border: none;
}

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

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

.single-beer h1, .single-beer h2, .single-beer h3, .single-beer h4, .single-beer h5, .single-beer h6, .single-beer p, .single-beer li, .single-beer dl {
    color: #ffffff;
}

.single-beer h1, .single-beer h2, .single-beer h3, .single-beer h4, .single-beer h5, .single-beer h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.single-beer h1.subheader, .single-beer h2.subheader, .single-beer h3.subheader, .single-beer h4.subheader, .single-beer h5.subheader, .single-beer h6.subheader {
    line-height: 1.4;
}

.all-beers {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    background-color: #111;
    border: none;
    padding-top: 1.875rem;
}

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

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

.all-beers h1, .all-beers h2, .all-beers h3, .all-beers h4, .all-beers h5, .all-beers h6, .all-beers p, .all-beers li, .all-beers dl {
    color: #ffffff;
}

.all-beers h1, .all-beers h2, .all-beers h3, .all-beers h4, .all-beers h5, .all-beers h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.all-beers h1.subheader, .all-beers h2.subheader, .all-beers h3.subheader, .all-beers h4.subheader, .all-beers h5.subheader, .all-beers h6.subheader {
    line-height: 1.4;
}

.all-beers .beer-section-title {
    margin-bottom: 1.875rem;
    text-align: center;
    text-transform: uppercase;
}

.all-beers .beer-title {
    text-align: center;
    font-size: 0.875rem;
}

.all-beers .beer-meta {
    list-style: none;
    margin-left: 0;
    font-size: 1.125rem;
}

.all-beers .beer-meta > li {
    display: inline-block;
}

.all-beers .beer-meta > li.sep {
    color: #84858a;
    font-weight: 300;
    padding: 0 0.625rem;
}

.all-beers .beer-meta.beer-meta-thumb {
    text-align: center;
    font-size: 0.75rem;
}

.beers-grid .beer-title {
    text-align: center;
    font-size: 0.875rem;
}

.beers-grid .beer-meta {
    list-style: none;
    margin-left: 0;
    font-size: 1.125rem;
}

.beers-grid .beer-meta > li {
    display: inline-block;
}

.beers-grid .beer-meta > li.sep {
    color: #84858a;
    font-weight: 300;
    padding: 0 0.625rem;
}

.beers-grid .beer-meta.beer-meta-thumb {
    text-align: center;
    font-size: 0.75rem;
}

#black-tie-series .beers {
    position: relative;
}

#black-tie-series .beers .beer-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    text-align: left;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    word-wrap: break-word;
}

@media only screen and (max-width: 40em) {
    #black-tie-series .beers .beer-title {
        font-size: 1.125rem;
    }
}

#black-tie-series .beers .beer-title a {
    color: #fff;
}

#black-tie-series .beers .beer-title a:hover {
    color: #e6e6e6;
}

/* Clip-on Series */
#clip-on-series .beers {
    position: relative;
}

#clip-on-series .beers .beer-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    text-align: left;
    font-family: Oswald, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    word-wrap: break-word;
}

#clip-on-series .beers .beer-title a {
    color: #333;
}

#clip-on-series .beers .beer-title a:hover {
    color: #666;
}

/* Now Pouring */
#np-beers .np-beer {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 0;
}

#np-beers .np-beer > :first-child {
    margin-top: 0;
}

#np-beers .np-beer > :last-child {
    margin-bottom: 0;
}

#np-beers .np-beer h1, #np-beers .np-beer h2, #np-beers .np-beer h3, #np-beers .np-beer h4, #np-beers .np-beer h5, #np-beers .np-beer h6, #np-beers .np-beer p, #np-beers .np-beer li, #np-beers .np-beer dl {
    color: #ffffff;
}

#np-beers .np-beer h1, #np-beers .np-beer h2, #np-beers .np-beer h3, #np-beers .np-beer h4, #np-beers .np-beer h5, #np-beers .np-beer h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

#np-beers .np-beer h1.subheader, #np-beers .np-beer h2.subheader, #np-beers .np-beer h3.subheader, #np-beers .np-beer h4.subheader, #np-beers .np-beer h5.subheader, #np-beers .np-beer h6.subheader {
    line-height: 1.4;
}

.untappd-cred {
    padding: 20px 0;
    text-align: center;
    font-size: 0.8125rem;
}

.untappd-cred a {
    color: #ffcc00 !important;
}

.untappd-cred a:hover {
    color: #cca300 !important;
}

/* Staff */
.site-content .staff {
    margin-bottom: 1.875rem;
}

.employee {
    background: #090909;
    margin-bottom: 2.5rem;
}

.employee .employee-photo {
    height: auto;
    width: 100%;
    margin-bottom: 0;
}

.employee .employee-description {
    padding: 0.9375rem;
}

.employee .employee-description .employee-info {
    margin-bottom: 0;
}

.employee .employee-description .employee-name {
    margin-bottom: 0;
}

.employee .employee-description .employee-title {
    font-size: 0.75rem;
}

/* Events */
#em-wrapper h2 {
    font-size: 1.75rem;
    margin: 0;
    background-color: #111;
    padding: 0.625rem 0.375rem 0.6875rem;
    color: #fafafa;
}

#current-events {
    padding: 1.875rem 0.3125rem;
}

#current-events .event {
    margin-bottom: 20px;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid #111;
}

#current-events .event .event-title {
    font-size: 2rem;
}

#current-events .event .event-details {
    float: left;
}

#current-events .event .event-date {
    float: right;
    text-align: center;
    border-top-width: 10px;
}

#current-events .event .event-month {
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
    text-transform: uppercase;
}

#current-events .event .event-day {
    padding: 0.3125rem 1.25rem;
    font-size: 3rem;
    color: #fff;
}

#current-events .event .event-weekday {
    padding: 0.25rem 0;
    font-size: 0.6875rem;
    color: #808080;
}

.event-time {
    font-size: 0.6875rem;
    color: #808080;
}

.event-time-single {
    color: #808080;
    margin-bottom: 0;
}

.event-map {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.event-image-thumb img {
    height: auto;
    display: block;
}

.event-title {
    margin-bottom: 0;
}

.event-location {
    font-size: 0.8125rem;
    color: #808080;
}

.event-notes {
    font-size: 0.875rem;
    color: #808080;
}

ul.event-categories {
    list-style: none;
    margin-left: 0;
    font-size: 0.8125rem;
}

@media only screen and (min-width: 40.063em) {
    .event-map {
        margin: 0 -30px 30px;
    }
}

/*
   FAQ's
   ========================================================================== */
#faqs .faq {
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    min-height: 200px;
}

#faqs .faq > :first-child {
    margin-top: 0;
}

#faqs .faq > :last-child {
    margin-bottom: 0;
}

#faqs .faq h1, #faqs .faq h2, #faqs .faq h3, #faqs .faq h4, #faqs .faq h5, #faqs .faq h6, #faqs .faq p, #faqs .faq li, #faqs .faq dl {
    color: #ffffff;
}

#faqs .faq h1, #faqs .faq h2, #faqs .faq h3, #faqs .faq h4, #faqs .faq h5, #faqs .faq h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

#faqs .faq h1.subheader, #faqs .faq h2.subheader, #faqs .faq h3.subheader, #faqs .faq h4.subheader, #faqs .faq h5.subheader, #faqs .faq h6.subheader {
    line-height: 1.4;
}

#faqs .faq h5 {
    color: #70a8cc;
}

#faqs .faq i {
    font-size: 3rem;
}

/*
   Front Page
   ========================================================================== */
#front-page-top .widget, #front-page-bottom .widget {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #080808;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #090909;
    color: #ffffff;
    height: 263px;
    width: 100%;
    margin-bottom: 0;
}

#front-page-top .widget > :first-child, #front-page-bottom .widget > :first-child {
    margin-top: 0;
}

#front-page-top .widget > :last-child, #front-page-bottom .widget > :last-child {
    margin-bottom: 0;
}

#front-page-top .widget h1, #front-page-top .widget h2, #front-page-top .widget h3, #front-page-top .widget h4, #front-page-top .widget h5, #front-page-top .widget h6, #front-page-top .widget p, #front-page-top .widget li, #front-page-top .widget dl, #front-page-bottom .widget h1, #front-page-bottom .widget h2, #front-page-bottom .widget h3, #front-page-bottom .widget h4, #front-page-bottom .widget h5, #front-page-bottom .widget h6, #front-page-bottom .widget p, #front-page-bottom .widget li, #front-page-bottom .widget dl {
    color: #ffffff;
}

#front-page-top .widget h1, #front-page-top .widget h2, #front-page-top .widget h3, #front-page-top .widget h4, #front-page-top .widget h5, #front-page-top .widget h6, #front-page-bottom .widget h1, #front-page-bottom .widget h2, #front-page-bottom .widget h3, #front-page-bottom .widget h4, #front-page-bottom .widget h5, #front-page-bottom .widget h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

#front-page-top .widget h1.subheader, #front-page-top .widget h2.subheader, #front-page-top .widget h3.subheader, #front-page-top .widget h4.subheader, #front-page-top .widget h5.subheader, #front-page-top .widget h6.subheader, #front-page-bottom .widget h1.subheader, #front-page-bottom .widget h2.subheader, #front-page-bottom .widget h3.subheader, #front-page-bottom .widget h4.subheader, #front-page-bottom .widget h5.subheader, #front-page-bottom .widget h6.subheader {
    line-height: 1.4;
}

@media only screen and (max-width: 40em) {
    #front-page-top .widget, #front-page-bottom .widget {
        height: auto;
    }
}

#front-page-top .widget p, #front-page-bottom .widget p {
    color: #b8b9bc;
    margin-bottom: 0.625rem;
}

#front-page-top h4.widget-title, #front-page-bottom h4.widget-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

#front-page-top .about-title:before, #front-page-bottom .about-title:before {
    font-size: 1.75rem;
    color: #fff;
    content: "\e602";
}

#front-page-top .latest-tweets, #front-page-bottom .latest-tweets {
    padding: 30px 0 10px;
}

#front-page-top .latest-tweets ul, #front-page-bottom .latest-tweets ul {
    list-style: none;
    margin-left: 0;
}

#front-page-top .latest-tweets ul:before, #front-page-bottom .latest-tweets ul:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px 0;
    font-size: 1.75rem;
    color: #fff;
    content: "\f099";
}

#front-page-top .latest-tweets li, #front-page-bottom .latest-tweets li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#front-page-top .latest-tweets .tweet-details, #front-page-bottom .latest-tweets .tweet-details {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin-bottom: 0;
    font-size: 0.75rem;
}

#front-page-top div.si_item, #front-page-bottom div.si_item {
    position: relative;
}

#front-page-top div.si_item:before, #front-page-bottom div.si_item:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    font-size: 1.75rem;
    color: #fff;
    content: "\f16d";
}

.image-grid .post, .image-grid article {
    margin-bottom: 0;
}

.image-grid article {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    position: relative;
}

.image-grid article .featured-post {
    margin-bottom: 1.25rem;
}

.image-grid article .entry-header {
    height: auto;
    text-align: left;
}

.image-grid article .entry-header .entry-title {
    margin-right: 1.25rem;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 2.3125rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.image-grid article .entry-header .entry-title a {
    color: #fff;
}

.image-grid article .entry-header .entry-image {
    margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
    .image-grid article {
        height: 125px;
    }

    .image-grid article .entry-header .entry-title {
        left: 10px;
        bottom: 0;
        font-size: 1rem;
    }

    .image-grid article .entry-header .entry-image {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 40em) {
    .image-grid .entry-header .entry-title {
        font-size: 1.75rem;
    }

    .image-grid .entry-header .entry-image {
        height: 100%;
        width: 100%;
    }
}

#front-page-top {
    margin-top: 1.875rem;
}

#front-page-bottom .widget {
    height: auto;
}

.site-content .front-page-post {
    margin-bottom: 0;
}

.site-content .fp-content {
    max-width: 50rem;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    .small-block-grid-1 {
        margin: 0;
    }
}

/* Footer */
.secondary-navigation ul {
    list-style: none;
    text-align: center;
    margin-left: 0;
}

.secondary-navigation ul > li {
    display: inline-block;
}

.secondary-navigation ul > li a {
    color: #b8b9bc;
    padding: 0.3125rem 0.625rem;
}

.secondary-navigation ul > li a:hover, .secondary-navigation ul > li a:focus {
    color: #ecedee;
}

.secondary-navigation ul > li.current-beers-ancestor a {
    color: #fff;
}

.site-footer {
    background: #000;
    width: 100%;
    padding: 2.5em 0;
}

.site-footer .tie {
    margin-bottom: 2.5rem;
}

.site-footer .site-info, .site-footer .cred {
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .site-footer .site-info, .site-footer .cred {
        font-size: 0.8125rem;
    }
}

/* 404 */
body.error404 {
    background-image: url("../img/bryan.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

body.error404 .site-header {
    display: none;
}

body.error404 .error-404 {
    margin-top: 3.75rem;
}

body.error404 .page-header {
    margin-bottom: 2.5rem;
    background: none;
}

body.error404 .page-header a {
    color: #fff;
}

body.error404 .site-footer {
    display: none;
}