@charset "UTF-8";
/** Foundation for Sites by ZURB Version 6.2.0 foundation.zurb.com Licensed under MIT Open Source */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@import url(../bower_components/webui-popover/dist/jquery.webui-popover.min.css);
@import url(../bower_components/animate.css/animate.min.css);
@import url(../bower_components/sweetalert/dist/sweetalert.css);
/* line 220, ../bower_components/foundation-sites/scss/_global.scss */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
/* line 230, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 244, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 265, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 278, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 288, ../bower_components/foundation-sites/scss/_global.scss */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
/* line 300, ../bower_components/foundation-sites/scss/_global.scss */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
/* line 309, ../bower_components/foundation-sites/scss/_global.scss */
a:active, a:hover { outline: 0; }

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

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
/* line 329, ../bower_components/foundation-sites/scss/_global.scss */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
/* line 338, ../bower_components/foundation-sites/scss/_global.scss */
dfn { font-style: italic; }

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

/** Address styling not present in IE 8/9. */
/* line 356, ../bower_components/foundation-sites/scss/_global.scss */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
/* line 365, ../bower_components/foundation-sites/scss/_global.scss */
small { font-size: 80%; }

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

/* line 381, ../bower_components/foundation-sites/scss/_global.scss */
sup { top: -0.5em; }

/* line 385, ../bower_components/foundation-sites/scss/_global.scss */
sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
/* line 396, ../bower_components/foundation-sites/scss/_global.scss */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
/* line 404, ../bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
/* line 415, ../bower_components/foundation-sites/scss/_global.scss */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
/* line 423, ../bower_components/foundation-sites/scss/_global.scss */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
/* line 432, ../bower_components/foundation-sites/scss/_global.scss */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
/* line 440, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 463, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 477, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 488, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 501, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 513, ../bower_components/foundation-sites/scss/_global.scss */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
/* line 522, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 533, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 545, ../bower_components/foundation-sites/scss/_global.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
/* line 557, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 567, ../bower_components/foundation-sites/scss/_global.scss */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
/* line 578, ../bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling. */
/* 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. */
/* line 599, ../bower_components/foundation-sites/scss/_global.scss */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 608, ../bower_components/foundation-sites/scss/_global.scss */
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. */
/* line 617, ../bower_components/foundation-sites/scss/_global.scss */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
/* line 628, ../bower_components/foundation-sites/scss/_global.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 633, ../bower_components/foundation-sites/scss/_global.scss */
td, th { padding: 0; }

/* line 120, ../bower_components/foundation-sites/scss/_global.scss */
.foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

/* line 124, ../bower_components/foundation-sites/scss/_global.scss */
html { font-size: 100%; box-sizing: border-box; }

/* line 130, ../bower_components/foundation-sites/scss/_global.scss */
*, *:before, *:after { box-sizing: inherit; }

/* line 137, ../bower_components/foundation-sites/scss/_global.scss */
body { padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #0a0a0a; background: #fefefe; }

/* line 152, ../bower_components/foundation-sites/scss/_global.scss */
img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; }

/* line 164, ../bower_components/foundation-sites/scss/_global.scss */
textarea { height: auto; min-height: 50px; border-radius: 0; }

/* line 171, ../bower_components/foundation-sites/scss/_global.scss */
select { width: 100%; border-radius: 0; }

/* line 181, ../bower_components/foundation-sites/scss/_global.scss */
#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; }

/* line 189, ../bower_components/foundation-sites/scss/_global.scss */
button { -webkit-appearance: none; -moz-appearance: none; background: transparent; padding: 0; border: 0; border-radius: 0; line-height: 1; }

/* line 200, ../bower_components/foundation-sites/scss/_global.scss */
.is-visible { display: block !important; }

/* line 204, ../bower_components/foundation-sites/scss/_global.scss */
.is-hidden { display: none !important; }

/* line 26, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row { max-width: 80.625rem; margin-left: auto; margin-right: auto; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.row::after { clear: both; }
/* line 31, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }
/* line 37, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row { margin-left: -0.625rem; margin-right: -0.625rem; }
@media screen and (min-width: 40em) { /* line 37, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .row .row { margin-left: -0.9375rem; margin-right: -0.9375rem; } }
/* line 40, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse { margin-left: 0; margin-right: 0; }
/* line 47, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded { max-width: none; }
/* line 50, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row { margin-left: auto; margin-right: auto; }

/* line 58, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.column, .columns { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }
@media screen and (min-width: 40em) { /* line 58, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
/* line 82, ../bower_components/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: right; }
/* line 46, ../bower_components/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child { float: left; }

/* line 70, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns { float: none; }
/* line 74, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-1 { width: 8.33333%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-1 { position: relative; left: 8.33333%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 { position: relative; left: -8.33333%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 { margin-left: 0%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-2 { width: 16.66667%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-2 { position: relative; left: 16.66667%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 { position: relative; left: -16.66667%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 { margin-left: 8.33333%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-3 { width: 25%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-3 { position: relative; left: 25%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 { position: relative; left: -25%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 { margin-left: 16.66667%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-4 { width: 33.33333%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-4 { position: relative; left: 33.33333%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 { position: relative; left: -33.33333%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 { margin-left: 25%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-5 { width: 41.66667%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-5 { position: relative; left: 41.66667%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 { position: relative; left: -41.66667%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 { margin-left: 33.33333%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-6 { width: 50%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-6 { position: relative; left: 50%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 { position: relative; left: -50%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 { margin-left: 41.66667%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-7 { width: 58.33333%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-7 { position: relative; left: 58.33333%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 { position: relative; left: -58.33333%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 { margin-left: 50%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-8 { width: 66.66667%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-8 { position: relative; left: 66.66667%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 { position: relative; left: -66.66667%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 { margin-left: 58.33333%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-9 { width: 75%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-9 { position: relative; left: 75%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 { position: relative; left: -75%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 { margin-left: 66.66667%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-10 { width: 83.33333%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-10 { position: relative; left: 83.33333%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 { position: relative; left: -83.33333%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 { margin-left: 75%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-11 { width: 91.66667%; }

/* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-11 { position: relative; left: 91.66667%; }

/* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 { position: relative; left: -91.66667%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 { margin-left: 83.33333%; }

/* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-12 { width: 100%; }

/* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 { margin-left: 91.66667%; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns { width: 100%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns { width: 50%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns { width: 33.33333%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns { width: 25%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns { width: 20%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns { width: 16.66667%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns { width: 14.28571%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }

/* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns { width: 12.5%; float: left; }
/* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }
/* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
/* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }

/* line 117, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns { padding-left: 0; padding-right: 0; }
/* line 119, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row { margin-left: 0; margin-right: 0; }

/* line 128, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns { padding-left: 0.625rem; padding-right: 0.625rem; }

/* line 132, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-centered { float: none; margin-left: auto; margin-right: auto; }

/* line 137, ../bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncentered, .small-push-0, .small-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; }

@media screen and (min-width: 40em) { /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-1 { width: 8.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 { position: relative; left: 8.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 { position: relative; left: -8.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 { margin-left: 0%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-2 { width: 16.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 { position: relative; left: 16.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 { position: relative; left: -16.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 { margin-left: 8.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-3 { width: 25%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 { position: relative; left: 25%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 { position: relative; left: -25%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 { margin-left: 16.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-4 { width: 33.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 { position: relative; left: 33.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 { position: relative; left: -33.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 { margin-left: 25%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-5 { width: 41.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 { position: relative; left: 41.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 { position: relative; left: -41.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 { margin-left: 33.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-6 { width: 50%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 { position: relative; left: 50%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 { position: relative; left: -50%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 { margin-left: 41.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-7 { width: 58.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 { position: relative; left: 58.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 { position: relative; left: -58.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 { margin-left: 50%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-8 { width: 66.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 { position: relative; left: 66.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 { position: relative; left: -66.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 { margin-left: 58.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-9 { width: 75%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 { position: relative; left: 75%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 { position: relative; left: -75%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 { margin-left: 66.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-10 { width: 83.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 { position: relative; left: 83.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 { position: relative; left: -83.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 { margin-left: 75%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-11 { width: 91.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 { position: relative; left: 91.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 { position: relative; left: -91.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 { margin-left: 83.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-12 { width: 100%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 { margin-left: 91.66667%; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns { width: 100%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns { width: 50%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns { width: 33.33333%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns { width: 25%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns { width: 20%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns { width: 16.66667%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns { width: 14.28571%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns { width: 12.5%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  /* line 117, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  /* line 119, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse .row { margin-left: 0; margin-right: 0; }
  /* line 128, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; }
  /* line 132, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-centered { float: none; margin-left: auto; margin-right: auto; }
  /* line 137, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }
@media screen and (min-width: 64em) { /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-1 { width: 8.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 { position: relative; left: 8.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 { position: relative; left: -8.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 { margin-left: 0%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-2 { width: 16.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 { position: relative; left: 16.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 { position: relative; left: -16.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 { margin-left: 8.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-3 { width: 25%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 { position: relative; left: 25%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 { position: relative; left: -25%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 { margin-left: 16.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-4 { width: 33.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 { position: relative; left: 33.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 { position: relative; left: -33.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 { margin-left: 25%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-5 { width: 41.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 { position: relative; left: 41.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 { position: relative; left: -41.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 { margin-left: 33.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-6 { width: 50%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 { position: relative; left: 50%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 { position: relative; left: -50%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 { margin-left: 41.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-7 { width: 58.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 { position: relative; left: 58.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 { position: relative; left: -58.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 { margin-left: 50%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-8 { width: 66.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 { position: relative; left: 66.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 { position: relative; left: -66.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 { margin-left: 58.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-9 { width: 75%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 { position: relative; left: 75%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 { position: relative; left: -75%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 { margin-left: 66.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-10 { width: 83.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 { position: relative; left: 83.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 { position: relative; left: -83.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 { margin-left: 75%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-11 { width: 91.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 { position: relative; left: 91.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 { position: relative; left: -91.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 { margin-left: 83.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-12 { width: 100%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 { margin-left: 91.66667%; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns { width: 100%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns { width: 50%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns { width: 33.33333%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns { width: 25%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns { width: 20%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns { width: 16.66667%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns { width: 14.28571%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns { width: 12.5%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  /* line 117, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns { padding-left: 0; padding-right: 0; }
  /* line 119, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse .row { margin-left: 0; margin-right: 0; }
  /* line 128, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; }
  /* line 132, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-centered { float: none; margin-left: auto; margin-right: auto; }
  /* line 137, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }
@media screen and (min-width: 75em) { /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-1 { width: 8.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-1 { position: relative; left: 8.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-1 { position: relative; left: -8.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-0 { margin-left: 0%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-2 { width: 16.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-2 { position: relative; left: 16.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-2 { position: relative; left: -16.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-1 { margin-left: 8.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-3 { width: 25%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-3 { position: relative; left: 25%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-3 { position: relative; left: -25%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-2 { margin-left: 16.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-4 { width: 33.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-4 { position: relative; left: 33.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-4 { position: relative; left: -33.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-3 { margin-left: 25%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-5 { width: 41.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-5 { position: relative; left: 41.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-5 { position: relative; left: -41.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-4 { margin-left: 33.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-6 { width: 50%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-6 { position: relative; left: 50%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-6 { position: relative; left: -50%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-5 { margin-left: 41.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-7 { width: 58.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-7 { position: relative; left: 58.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-7 { position: relative; left: -58.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-6 { margin-left: 50%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-8 { width: 66.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-8 { position: relative; left: 66.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-8 { position: relative; left: -66.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-7 { margin-left: 58.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-9 { width: 75%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-9 { position: relative; left: 75%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-9 { position: relative; left: -75%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-8 { margin-left: 66.66667%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-10 { width: 83.33333%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-10 { position: relative; left: 83.33333%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-10 { position: relative; left: -83.33333%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-9 { margin-left: 75%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-11 { width: 91.66667%; }
  /* line 91, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-push-11 { position: relative; left: 91.66667%; }
  /* line 95, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-pull-11 { position: relative; left: -91.66667%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-10 { margin-left: 83.33333%; }
  /* line 85, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-12 { width: 100%; }
  /* line 103, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-offset-11 { margin-left: 91.66667%; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns { width: 100%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns { width: 50%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns { width: 33.33333%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns { width: 25%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns { width: 20%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns { width: 16.66667%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns { width: 14.28571%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child { float: left; }
  /* line 17, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns { width: 12.5%; float: left; }
  /* line 21, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) { clear: none; }
  /* line 25, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  /* line 29, ../bower_components/foundation-sites/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child { float: left; }
  /* line 117, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns { padding-left: 0; padding-right: 0; }
  /* line 119, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-collapse .row { margin-left: 0; margin-right: 0; }
  /* line 128, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; }
  /* line 132, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-centered { float: none; margin-left: auto; margin-right: auto; }
  /* line 137, ../bower_components/foundation-sites/scss/grid/_classes.scss */
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }
/* line 193, ../bower_components/foundation-sites/scss/components/_button.scss */
.button { display: inline-block; text-align: center; line-height: 1; cursor: pointer; -webkit-appearance: none; transition: background-color 0.25s ease-out, color 0.25s ease-out; vertical-align: middle; border: 1px solid transparent; border-radius: 0; padding: 0.85em 1em; margin: 0 0 1rem 0; font-size: 0.9rem; background-color: #2199e8; color: #fefefe; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button { outline: 0; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus { background-color: #1583cc; color: #fefefe; }
/* line 198, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.tiny { font-size: 0.6rem; }
/* line 198, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.small { font-size: 0.75rem; }
/* line 198, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.large { font-size: 1.25rem; }
/* line 200, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.expanded { display: block; width: 100%; margin-left: 0; margin-right: 0; }
/* line 205, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.primary { background-color: #2199e8; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus { background-color: #147cc0; color: #fefefe; }
/* line 205, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary { background-color: #777; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus { background-color: #5f5f5f; color: #fefefe; }
/* line 205, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.success { background-color: #3adb76; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #fefefe; }
/* line 205, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.warning { background-color: #ffae00; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #fefefe; }
/* line 205, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.alert { background-color: #ec5840; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus { background-color: #da3116; color: #fefefe; }
/* line 222, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow { border: 1px solid #2199e8; color: #2199e8; }
/* line 120, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus { border-color: #0c4d78; color: #0c4d78; }
/* line 227, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary { border: 1px solid #2199e8; color: #2199e8; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #0c4d78; color: #0c4d78; }
/* line 227, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary { border: 1px solid #777; color: #777; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #3c3c3c; color: #3c3c3c; }
/* line 227, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }
/* line 227, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }
/* line 227, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert { border: 1px solid #ec5840; color: #ec5840; }
/* line 132, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #881f0e; color: #881f0e; }
/* line 235, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; pointer-events: none; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown::after { content: ''; display: block; width: 0; height: 0; border: inset 0.4em; border-color: #fefefe transparent transparent; border-top-style: solid; border-bottom-width: 0; position: relative; top: 0.4em; float: right; margin-left: 1em; display: inline-block; }
/* line 252, ../bower_components/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after { margin-left: 0; float: none; top: -0.1em; }

/* line 94, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion { list-style-type: none; background: #fefefe; border: 1px solid #e6e6e6; border-bottom: 0; border-radius: 0; margin-left: 0; }

/* line 102, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title { display: block; padding: 1.25rem 1rem; line-height: 1; font-size: 0.75rem; color: #2199e8; position: relative; border-bottom: 1px solid #e6e6e6; }
/* line 65, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus { background-color: #e6e6e6; }
/* line 71, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before { content: '+'; position: absolute; right: 1rem; top: 50%; margin-top: -0.5rem; }
/* line 79, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.is-active > .accordion-title::before { content: '–'; }

/* line 106, ../bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-content { padding: 1rem; display: none; border-bottom: 1px solid #e6e6e6; background-color: #fefefe; }

/* line 15, ../bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a { position: relative; }
/* line 18, ../bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 6px; border-color: #2199e8 transparent transparent; border-top-style: solid; border-bottom-width: 0; position: absolute; top: 50%; margin-top: -4px; right: 1rem; }

/* line 27, ../bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after { transform-origin: 50% 50%; transform: scaleY(-1); }

/* line 40, ../bower_components/foundation-sites/scss/components/_badge.scss */
.badge { display: inline-block; padding: 0.3em; min-width: 2.1em; font-size: 0.6rem; text-align: center; border-radius: 50%; background: #2199e8; color: #fefefe; }
/* line 48, ../bower_components/foundation-sites/scss/components/_badge.scss */
.badge.secondary { background: #777; color: #fefefe; }
/* line 48, ../bower_components/foundation-sites/scss/components/_badge.scss */
.badge.success { background: #3adb76; color: #fefefe; }
/* line 48, ../bower_components/foundation-sites/scss/components/_badge.scss */
.badge.warning { background: #ffae00; color: #fefefe; }
/* line 48, ../bower_components/foundation-sites/scss/components/_badge.scss */
.badge.alert { background: #ec5840; color: #fefefe; }

/* line 87, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs { list-style: none; margin: 0 0 1rem 0; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::after { clear: both; }
/* line 48, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li { float: left; color: #0a0a0a; font-size: 0.6875rem; cursor: default; text-transform: uppercase; }
/* line 62, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after { color: #cacaca; content: "/"; margin: 0 0.75rem; position: relative; top: 1px; opacity: 1; }
/* line 77, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a { color: #2199e8; }
/* line 80, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover { text-decoration: underline; }
/* line 90, ../bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled { color: #cacaca; }

/* line 140, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group { margin-bottom: 1rem; font-size: 0; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.button-group::before, .button-group::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.button-group::after { clear: both; }
/* line 40, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group .button { margin: 0; font-size: 0.9rem; float: left; }
/* line 51, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group .button:not(:last-child) { border-right: 1px solid #fefefe; }
/* line 145, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.tiny .button { font-size: 0.6rem; }
/* line 145, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.small .button { font-size: 0.75rem; }
/* line 145, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.large .button { font-size: 1.25rem; }
/* line 149, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded { margin-right: -1px; }
/* line 71, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after { display: none; }
/* line 85, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button { display: inline-block; width: calc(50% - 1px); margin-right: 1px; }
/* line 85, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button { display: inline-block; width: calc(33.33333% - 1px); margin-right: 1px; }
/* line 85, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button { display: inline-block; width: calc(25% - 1px); margin-right: 1px; }
/* line 85, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button { display: inline-block; width: calc(20% - 1px); margin-right: 1px; }
/* line 85, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button { display: inline-block; width: calc(16.66667% - 1px); margin-right: 1px; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.primary .button { background-color: #2199e8; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #147cc0; color: #fefefe; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.secondary .button { background-color: #777; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #5f5f5f; color: #fefefe; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.success .button { background-color: #3adb76; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #fefefe; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.warning .button { background-color: #ffae00; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #fefefe; }
/* line 154, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.alert .button { background-color: #ec5840; color: #fefefe; }
/* line 112, ../bower_components/foundation-sites/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #da3116; color: #fefefe; }
/* line 105, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { width: 100%; }
/* line 113, ../bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) { margin-right: 0; }
@media screen and (min-width: 40em) { /* line 125, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button { width: auto; }
  /* line 133, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) { margin-right: 1px; } }
@media screen and (min-width: 64em) { /* line 125, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button { width: auto; }
  /* line 133, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button:not(:last-child) { margin-right: 1px; } }
@media screen and (max-width: 39.9375em) { /* line 185, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded { display: block; }
  /* line 189, ../bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }

/* line 88, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout { margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 0; position: relative; color: #0a0a0a; background-color: white; }
/* line 55, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :first-child { margin-top: 0; }
/* line 59, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :last-child { margin-bottom: 0; }
/* line 92, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.primary { background-color: #def0fc; }
/* line 92, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.secondary { background-color: #ebebeb; }
/* line 92, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.success { background-color: #e1faea; }
/* line 92, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.warning { background-color: #fff3d9; }
/* line 92, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.alert { background-color: #fce6e2; }
/* line 97, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }
/* line 101, ../bower_components/foundation-sites/scss/components/_callout.scss */
.callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; }

/* line 58, ../bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button { position: absolute; color: #8a8a8a; right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; cursor: pointer; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button { outline: 0; }
/* line 51, ../bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus { color: #0a0a0a; }

/* line 27, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown { position: relative; overflow: hidden; }
/* line 31, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown li { display: block !important; }

/* line 37, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu { position: absolute; top: 0; left: 100%; z-index: -1; height: 100%; width: 100%; background: #fefefe; transition: transform 0.15s linear; }
/* line 47, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active { z-index: 1; display: block; transform: translateX(-100%); }
/* line 53, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing { transform: translateX(100%); }

/* line 59, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a { position: relative; }
/* line 62, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; position: absolute; top: 50%; margin-top: -6px; right: 1rem; }

/* line 71, ../bower_components/foundation-sites/scss/components/_drilldown.scss */
.js-drilldown-back > a::before { content: ''; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; border-left-width: 0; display: inline-block; vertical-align: middle; margin-right: 0.75rem; }

/* line 56, ../bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane { background-color: #fefefe; border: 1px solid #cacaca; border-radius: 0; display: block; font-size: 1rem; padding: 1rem; position: absolute; visibility: hidden; width: 300px; z-index: 10; }
/* line 50, ../bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-open { visibility: visible; }

/* line 61, ../bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny { width: 100px; }

/* line 61, ../bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small { width: 200px; }

/* line 61, ../bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large { width: 400px; }

/* line 52, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu { left: auto; right: 0; top: 100%; }
/* line 60, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu { right: auto; left: 0; top: 100%; }
/* line 68, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a { padding-right: 1.5rem; position: relative; }
/* line 73, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: #2199e8 transparent transparent; border-top-style: solid; border-bottom-width: 0; right: 5px; margin-top: -2px; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a { outline: 0; }
/* line 118, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul { display: none; }
/* line 82, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu { top: 0; }
/* line 87, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu { left: auto; right: 100%; }
/* line 94, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu { right: auto; left: 100%; }
/* line 35, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after { right: 14px; margin-top: -3px; }
/* line 40, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; }
/* line 44, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; }
@media screen and (min-width: 40em) { /* line 52, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { left: auto; right: 0; top: 100%; }
  /* line 60, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { right: auto; left: 0; top: 100%; }
  /* line 68, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a { padding-right: 1.5rem; position: relative; }
  /* line 73, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: #2199e8 transparent transparent; border-top-style: solid; border-bottom-width: 0; right: 5px; margin-top: -2px; }
  /* line 82, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu { top: 0; }
  /* line 87, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu { left: auto; right: 100%; }
  /* line 94, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu { right: auto; left: 100%; }
  /* line 35, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after { right: 14px; margin-top: -3px; }
  /* line 40, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; }
  /* line 44, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; } }
@media screen and (min-width: 64em) { /* line 52, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { left: auto; right: 0; top: 100%; }
  /* line 60, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { right: auto; left: 0; top: 100%; }
  /* line 68, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a { padding-right: 1.5rem; position: relative; }
  /* line 73, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: #2199e8 transparent transparent; border-top-style: solid; border-bottom-width: 0; right: 5px; margin-top: -2px; }
  /* line 82, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu { top: 0; }
  /* line 87, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu { left: auto; right: 100%; }
  /* line 94, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu { right: auto; left: 100%; }
  /* line 35, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after { right: 14px; margin-top: -3px; }
  /* line 40, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; }
  /* line 44, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; } }
@media screen and (min-width: 75em) { /* line 52, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu { left: auto; right: 0; top: 100%; }
  /* line 60, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu { right: auto; left: 0; top: 100%; }
  /* line 68, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a { padding-right: 1.5rem; position: relative; }
  /* line 73, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: #2199e8 transparent transparent; border-top-style: solid; border-bottom-width: 0; right: 5px; margin-top: -2px; }
  /* line 82, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu { top: 0; }
  /* line 87, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu { left: auto; right: 100%; }
  /* line 94, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu { right: auto; left: 100%; }
  /* line 35, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after { right: 14px; margin-top: -3px; }
  /* line 40, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; }
  /* line 44, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; } }
/* line 141, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub { top: 100%; left: auto; right: 0; }

/* line 149, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical { width: 100px; }
/* line 152, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right { float: right; }

/* line 157, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent { position: relative; }
/* line 160, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after { position: absolute; top: 50%; right: 5px; margin-top: -2px; }
/* line 167, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu { top: 100%; }
/* line 171, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu { left: auto; right: 0; top: 100%; }

/* line 178, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu { display: none; position: absolute; top: 0; left: 100%; min-width: 200px; z-index: 1; background: #fefefe; border: 1px solid #cacaca; }
/* line 35, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after { right: 14px; margin-top: -3px; }
/* line 40, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent #2199e8 transparent transparent; border-right-style: solid; border-left-width: 0; }
/* line 44, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after { content: ''; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent #2199e8; border-left-style: solid; border-right-width: 0; }
/* line 195, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu { margin-top: -1px; }
/* line 200, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li { width: 100%; }
/* line 206, ../bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active { display: block; }

/* line 52, ../bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video { position: relative; height: 0; padding-bottom: 75%; margin-bottom: 1rem; overflow: hidden; }
/* line 39, ../bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* line 55, ../bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.widescreen { padding-bottom: 56.25%; }
/* line 59, ../bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.vimeo { padding-top: 0; }

/* line 41, ../bower_components/foundation-sites/scss/components/_label.scss */
.label { display: inline-block; padding: 0.33333rem 0.5rem; font-size: 0.8rem; line-height: 1; white-space: nowrap; cursor: default; border-radius: 0; background: #2199e8; color: #fefefe; }
/* line 49, ../bower_components/foundation-sites/scss/components/_label.scss */
.label.secondary { background: #777; color: #fefefe; }
/* line 49, ../bower_components/foundation-sites/scss/components/_label.scss */
.label.success { background: #3adb76; color: #fefefe; }
/* line 49, ../bower_components/foundation-sites/scss/components/_label.scss */
.label.warning { background: #ffae00; color: #fefefe; }
/* line 49, ../bower_components/foundation-sites/scss/components/_label.scss */
.label.alert { background: #ec5840; color: #fefefe; }

/* line 70, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object { margin-bottom: 1rem; display: block; }
/* line 73, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object img { max-width: none; }
@media screen and (max-width: 39.9375em) { /* line 83, ../bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; display: block; }
  /* line 64, ../bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img { width: 100%; } }

/* line 90, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section { display: table-cell; vertical-align: top; }
/* line 42, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:first-child { padding-right: 1rem; }
/* line 46, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; }
/* line 100, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.middle { vertical-align: middle; }
/* line 101, ../bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.bottom { vertical-align: bottom; }

/* line 225, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu { margin: 0; list-style-type: none; }
/* line 46, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li { display: table-cell; vertical-align: middle; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li { outline: 0; }
/* line 59, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a { display: block; padding: 0.7rem 1rem; line-height: 1; }
/* line 66, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu input, .menu a, .menu button { margin-bottom: 0; }
/* line 161, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a img, .menu > li > a i { vertical-align: middle; }
/* line 166, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a i + span, .menu > li > a img + span { vertical-align: middle; }
/* line 180, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a img, .menu > li > a i { margin-right: 0.25rem; display: inline-block; }
/* line 100, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li { display: table-cell; }
/* line 120, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.vertical > li { display: block; }
@media screen and (min-width: 40em) { /* line 100, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.medium-horizontal > li { display: table-cell; }
  /* line 120, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.medium-vertical > li { display: block; } }
@media screen and (min-width: 64em) { /* line 100, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.large-horizontal > li { display: table-cell; }
  /* line 120, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.large-vertical > li { display: block; } }
@media screen and (min-width: 75em) { /* line 100, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.xlarge-horizontal > li { display: table-cell; }
  /* line 120, ../bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.xlarge-vertical > li { display: block; } }
/* line 132, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple li { line-height: 1; display: inline-block; margin-right: 1rem; }
/* line 138, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple a { padding: 0; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::after { clear: both; }
/* line 263, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.align-right > li { float: right; }
/* line 270, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded { width: 100%; display: table; table-layout: fixed; }
/* line 273, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child { width: 100%; }
/* line 191, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a { text-align: center; }
/* line 199, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a img, .menu.icon-top > li > a i { display: block; margin: 0 auto 0.25rem; }
/* line 284, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu.nested { margin-left: 1rem; }
/* line 289, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu .active > a { color: #fefefe; background: #2199e8; }

/* line 295, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu-text { font-weight: bold; color: inherit; line-height: 1; padding-top: 0; padding-bottom: 0; padding: 0.7rem 1rem; }

/* line 300, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu-centered { text-align: center; }
/* line 303, ../bower_components/foundation-sites/scss/components/_menu.scss */
.menu-centered > .menu { display: inline-block; }

/* line 309, ../bower_components/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul { display: none; }

/* line 46, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
html, body { height: 100%; }

/* line 51, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper { width: 100%; overflow-x: hidden; position: relative; backface-visibility: hidden; -webkit-overflow-scrolling: auto; }

/* line 59, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner { position: relative; width: 100%; transition: transform 0.5s ease; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after { clear: both; }

/* line 67, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content, .off-canvas-content { min-height: 100%; background: #fefefe; transition: transform 0.5s ease; backface-visibility: hidden; z-index: 1; padding-bottom: 0.1px; box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

/* line 82, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(254, 254, 254, 0.25); cursor: pointer; transition: background 0.5s ease; }

/* line 156, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas { position: absolute; background: #e6e6e6; z-index: -1; max-height: 100%; overflow-y: auto; transform: translateX(0); }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas { outline: 0; }
/* line 159, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-left { left: -250px; top: 0; width: 250px; }
/* line 124, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-left { transform: translateX(250px); }
/* line 160, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-right { right: -250px; top: 0; width: 250px; }
/* line 124, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-right { transform: translateX(-250px); }

@media screen and (min-width: 40em) { /* line 167, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium { left: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content { margin-left: 250px; }
  /* line 171, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium { right: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content { margin-right: 250px; } }
@media screen and (min-width: 64em) { /* line 167, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large { left: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content { margin-left: 250px; }
  /* line 171, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large { right: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content { margin-right: 250px; } }
@media screen and (min-width: 75em) { /* line 167, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge { left: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content { margin-left: 250px; }
  /* line 171, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge { right: 0; z-index: auto; position: fixed; }
  /* line 147, ../bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content { margin-right: 250px; } }
/* line 152, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit { position: relative; }

/* line 156, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-container { position: relative; margin: 0; overflow: hidden; list-style: none; }

/* line 160, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-slide { width: 100%; max-height: 100%; }
/* line 72, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active { top: 0; left: 0; }

/* line 164, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-figure { margin: 0; }

/* line 168, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-image { margin: 0; width: 100%; max-width: 100%; }

/* line 172, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-caption { position: absolute; bottom: 0; width: 100%; padding: 1rem; margin-bottom: 0; color: #fefefe; background-color: rgba(10, 10, 10, 0.5); }

/* line 176, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous, .orbit-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; padding: 1rem; color: #fefefe; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next { outline: 0; }
/* line 108, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus { background-color: rgba(10, 10, 10, 0.5); }

/* line 180, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous { left: 0; }

/* line 185, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-next { left: auto; right: 0; }

/* line 190, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets { position: relative; margin-top: 0.8rem; margin-bottom: 0.8rem; text-align: center; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets { outline: 0; }
/* line 134, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button { width: 1.2rem; height: 1.2rem; margin: 0.1rem; background-color: #cacaca; border-radius: 50%; }
/* line 141, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button:hover { background-color: #8a8a8a; }
/* line 145, ../bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button.is-active { background-color: #8a8a8a; }

/* line 131, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination { margin-left: 0; margin-bottom: 1rem; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::before, .pagination::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::after { clear: both; }
/* line 68, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li { font-size: 0.875rem; margin-right: 0.0625rem; border-radius: 0; display: none; }
/* line 79, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child { display: inline-block; }
@media screen and (min-width: 40em) { /* line 68, ../bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination li { display: inline-block; } }
/* line 91, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a, .pagination button { color: #0a0a0a; display: block; padding: 0.1875rem 0.625rem; border-radius: 0; }
/* line 98, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a:hover, .pagination button:hover { background: #e6e6e6; }
/* line 134, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .current { padding: 0.1875rem 0.625rem; background: #2199e8; color: #fefefe; cursor: default; }
/* line 138, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled { padding: 0.1875rem 0.625rem; color: #cacaca; cursor: default; }
/* line 118, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled:hover { background: transparent; }
/* line 142, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .ellipsis::after { content: '\2026'; padding: 0.1875rem 0.625rem; color: #0a0a0a; }

/* line 148, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-previous a::before, .pagination-previous.disabled::before { content: '\00ab'; display: inline-block; margin-right: 0.5rem; }

/* line 155, ../bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-next a::after, .pagination-next.disabled::after { content: '\00bb'; display: inline-block; margin-left: 0.5rem; }

/* line 43, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress { background-color: #cacaca; height: 1rem; margin-bottom: 1rem; border-radius: 0; }
/* line 48, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.primary .progress-meter { background-color: #2199e8; }
/* line 48, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter { background-color: #777; }
/* line 48, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.success .progress-meter { background-color: #3adb76; }
/* line 48, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.warning .progress-meter { background-color: #ffae00; }
/* line 48, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.alert .progress-meter { background-color: #ec5840; }

/* line 56, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter { position: relative; display: block; width: 0%; height: 100%; background-color: #2199e8; }

/* line 61, ../bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold; color: #fefefe; white-space: nowrap; }

/* line 30, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress { -webkit-appearance: none; -moz-appearance: none; display: block; width: 100%; height: 1rem; margin-bottom: 1rem; border-radius: 0; background: #cacaca; border: 0; }
/* line 46, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-webkit-progress-bar { background: #cacaca; border-radius: 0; }
/* line 54, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-webkit-progress-value { background: #2199e8; border-radius: 0; }
/* line 62, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-moz-progress-bar { background: #2199e8; border-radius: 0; }
/* line 71, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary { color: #2199e8; }
/* line 75, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary::-webkit-progress-value { background: #2199e8; }
/* line 79, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary::-moz-progress-bar { background: #2199e8; }
/* line 71, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary { color: #777; }
/* line 75, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary::-webkit-progress-value { background: #777; }
/* line 79, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary::-moz-progress-bar { background: #777; }
/* line 71, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success { color: #3adb76; }
/* line 75, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success::-webkit-progress-value { background: #3adb76; }
/* line 79, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success::-moz-progress-bar { background: #3adb76; }
/* line 71, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning { color: #ffae00; }
/* line 75, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning::-webkit-progress-value { background: #ffae00; }
/* line 79, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning::-moz-progress-bar { background: #ffae00; }
/* line 71, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert { color: #ec5840; }
/* line 75, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert::-webkit-progress-value { background: #ec5840; }
/* line 79, ../bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert::-moz-progress-bar { background: #ec5840; }

/* line 34, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter { -webkit-appearance: none; -moz-appearance: none; display: block; width: 100%; height: 1rem; margin-bottom: 1rem; background: #cacaca; border: 0; }
/* line 51, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-bar { background: #cacaca; }
/* line 65, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-optimum-value { background: #3adb76; }
/* line 73, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-suboptimum-value { background: #ffae00; }
/* line 81, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-even-less-good-value { background: #ec5840; }
/* line 89, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-moz-meter-bar { background: #2199e8; }
/* line 97, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-optimum::-moz-meter-bar { background: #3adb76; }
/* line 101, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-sub-optimum::-moz-meter-bar { background: #ffae00; }
/* line 105, ../bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar { background: #ec5840; }

/* line 102, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider { position: relative; height: 0.5rem; margin-top: 1.25rem; margin-bottom: 2.25rem; background-color: #e6e6e6; cursor: pointer; user-select: none; touch-action: none; }

/* line 107, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill { position: absolute; top: 0; left: 0; display: inline-block; max-width: 100%; height: 0.5rem; background-color: #cacaca; transition: all 0.2s ease-in-out; }
/* line 43, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill.is-dragging { transition: all 0s linear; }

/* line 112, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle { position: absolute; top: 50%; transform: translateY(-50%); position: absolute; left: 0; z-index: 1; display: inline-block; width: 1.4rem; height: 1.4rem; background-color: #2199e8; transition: all 0.2s ease-in-out; touch-action: manipulation; border-radius: 0; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle { outline: 0; }
/* line 63, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle:hover { background-color: #1583cc; }
/* line 67, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle.is-dragging { transition: all 0s linear; }

/* line 117, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider.disabled, .slider[disabled] { opacity: 0.25; cursor: not-allowed; }

/* line 123, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical { display: inline-block; width: 0.5rem; height: 12.5rem; margin: 0 1.25rem; transform: scale(1, -1); }
/* line 84, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-fill { top: 0; width: 0.5rem; max-height: 100%; }
/* line 90, ../bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-handle { position: absolute; top: 0; left: 50%; width: 1.4rem; height: 1.4rem; transform: translateX(-50%); }

/* line 6, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky-container { position: relative; }

/* line 10, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky { position: absolute; z-index: 0; transform: translate3d(0, 0, 0); }

/* line 16, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck { position: fixed; z-index: 5; }
/* line 20, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top { top: 0; }
/* line 24, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom { bottom: 0; }

/* line 29, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored { position: absolute; left: auto; right: auto; }
/* line 34, ../bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom { bottom: 0; }

/* line 112, ../bower_components/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open { overflow: hidden; }

/* line 117, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1005; background-color: rgba(10, 10, 10, 0.45); overflow-y: scroll; }

/* line 122, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal { display: none; z-index: 1006; padding: 1rem; border: 1px solid #cacaca; background-color: #fefefe; border-radius: 0; position: relative; top: 100px; margin-left: auto; margin-right: auto; overflow-y: auto; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal { outline: 0; }
@media screen and (min-width: 40em) { /* line 122, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal { min-height: 0; } }
/* line 70, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal .column, .reveal .columns, .reveal .columns { min-width: 0; }
/* line 76, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal > :last-child { margin-bottom: 0; }
@media screen and (min-width: 40em) { /* line 122, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal { width: 600px; max-width: 80.625rem; } }
@media screen and (min-width: 40em) { /* line 134, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal .reveal { left: auto; right: auto; margin: 0 auto; } }
/* line 142, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse { padding: 0; }
@media screen and (min-width: 40em) { /* line 147, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.tiny { width: 30%; max-width: 80.625rem; } }
@media screen and (min-width: 40em) { /* line 148, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.small { width: 50%; max-width: 80.625rem; } }
@media screen and (min-width: 40em) { /* line 149, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.large { width: 90%; max-width: 80.625rem; } }
/* line 152, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.full { top: 0; left: 0; width: 100%; height: 100%; height: 100vh; min-height: 100vh; max-width: none; margin-left: 0; border: 0; }
@media screen and (max-width: 39.9375em) { /* line 122, ../bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal { top: 0; left: 0; width: 100%; height: 100%; height: 100vh; min-height: 100vh; max-width: none; margin-left: 0; border: 0; } }
/* line 160, ../bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.without-overlay { position: fixed; }

/* line 189, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch { margin-bottom: 1rem; outline: 0; position: relative; user-select: none; color: #fefefe; font-weight: bold; font-size: 0.875rem; }

/* line 194, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-input { opacity: 0; position: absolute; }

/* line 199, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle { background: #cacaca; cursor: pointer; display: block; position: relative; width: 4rem; height: 2rem; transition: all 0.25s ease-out; border-radius: 0; color: inherit; font-weight: inherit; }
/* line 96, ../bower_components/foundation-sites/scss/components/_switch.scss */
input + .switch-paddle { margin: 0; }
/* line 101, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle::after { background: #fefefe; content: ''; display: block; position: absolute; height: 1.5rem; left: 0.25rem; top: 0.25rem; width: 1.5rem; transition: all 0.25s ease-out; transform: translate3d(0, 0, 0); border-radius: 0; }
/* line 116, ../bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle { background: #2199e8; }
/* line 119, ../bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after { left: 2.25rem; }
/* line 167, ../bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle { outline: 0; }

/* line 204, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive { position: absolute; top: 50%; transform: translateY(-50%); }

/* line 209, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active { left: 8%; display: none; }
/* line 141, ../bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-active { display: block; }

/* line 215, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch-inactive { right: 15%; }
/* line 150, ../bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-inactive { display: none; }

/* line 171, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle { width: 3rem; height: 1.5rem; font-size: 0.625rem; }
/* line 177, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after { width: 1rem; height: 1rem; }
/* line 182, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle:after { left: 1.75rem; }

/* line 171, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle { width: 3.5rem; height: 1.75rem; font-size: 0.75rem; }
/* line 177, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after { width: 1.25rem; height: 1.25rem; }
/* line 182, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle:after { left: 2rem; }

/* line 171, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle { width: 5rem; height: 2.5rem; font-size: 1rem; }
/* line 177, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after { width: 2rem; height: 2rem; }
/* line 182, ../bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle:after { left: 2.75rem; }

/* line 209, ../bower_components/foundation-sites/scss/components/_table.scss */
table { width: 100%; margin-bottom: 1rem; border-radius: 0; }
/* line 64, ../bower_components/foundation-sites/scss/components/_table.scss */
thead, tbody, tfoot { border: 1px solid #f1f1f1; background-color: #fefefe; }

/* line 72, ../bower_components/foundation-sites/scss/components/_table.scss */
caption { font-weight: bold; padding: 0.5rem 0.625rem 0.625rem; }

/* line 78, ../bower_components/foundation-sites/scss/components/_table.scss */
thead, tfoot { background: #f8f8f8; color: #0a0a0a; }
/* line 84, ../bower_components/foundation-sites/scss/components/_table.scss */
thead tr, tfoot tr { background: transparent; }
/* line 89, ../bower_components/foundation-sites/scss/components/_table.scss */
thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; text-align: left; }

/* line 102, ../bower_components/foundation-sites/scss/components/_table.scss */
tbody tr:nth-child(even) { background-color: #f1f1f1; }
/* line 115, ../bower_components/foundation-sites/scss/components/_table.scss */
tbody th, tbody td { padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) { /* line 188, ../bower_components/foundation-sites/scss/components/_table.scss */
  table.stack thead { display: none; }
  /* line 193, ../bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tfoot { display: none; }
  /* line 197, ../bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tr, table.stack th, table.stack td { display: block; }
  /* line 203, ../bower_components/foundation-sites/scss/components/_table.scss */
  table.stack td { border-top: 0; } }

/* line 219, ../bower_components/foundation-sites/scss/components/_table.scss */
table.scroll { display: block; width: 100%; overflow-x: auto; }

/* line 153, ../bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:hover { background-color: #f9f9f9; }
/* line 159, ../bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover { background-color: #ececec; }

/* line 227, ../bower_components/foundation-sites/scss/components/_table.scss */
.table-scroll { overflow-x: auto; }
/* line 230, ../bower_components/foundation-sites/scss/components/_table.scss */
.table-scroll table { width: auto; }

/* line 116, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs { margin: 0; list-style-type: none; background: #fefefe; border: 1px solid #e6e6e6; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::after { clear: both; }

/* line 63, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li { width: auto; float: none; display: block; }

/* line 127, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a { padding: 0; }
/* line 130, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a:hover { background: transparent; }

/* line 137, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary { background: #2199e8; }
/* line 140, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a { color: #fefefe; }
/* line 143, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #1893e4; }

/* line 150, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title { float: left; }
/* line 74, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a { display: block; padding: 1.25rem 1.5rem; line-height: 1; font-size: 0.75rem; }
/* line 80, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:hover { background: #fefefe; }
/* line 84, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: #e6e6e6; }

/* line 154, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content { background: #fefefe; transition: all 0.5s ease; border: 1px solid #e6e6e6; border-top: 0; }

/* line 158, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; }

/* line 162, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel { display: none; padding: 1rem; }
/* line 110, ../bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active { display: block; }

/* line 51, ../bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail { border: solid 4px #fefefe; box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); display: inline-block; line-height: 0; max-width: 100%; transition: box-shadow 200ms ease-out; border-radius: 0; margin-bottom: 1rem; }
/* line 44, ../bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus { box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

/* line 38, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar { background: #0a0a0a; color: #fefefe; padding: 0.5rem; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::after { clear: both; }
/* line 52, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.5rem; }

/* line 70, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left { float: left; }

/* line 74, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right { float: right; text-align: right; }

/* line 80, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title { font-weight: bold; vertical-align: middle; display: inline-block; }

/* line 86, ../bower_components/foundation-sites/scss/components/_title-bar.scss */
.menu-icon.dark { position: relative; display: inline-block; vertical-align: middle; cursor: pointer; width: 20px; height: 16px; }
/* line 79, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after { content: ''; position: absolute; display: block; width: 100%; height: 2px; background: #0a0a0a; top: 0; left: 0; box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
/* line 105, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after { background: #8a8a8a; box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/* line 97, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.has-tip { border-bottom: dotted 1px #8a8a8a; font-weight: bold; position: relative; display: inline-block; cursor: help; }

/* line 101, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip { background-color: #0a0a0a; color: #fefefe; font-size: 80%; padding: 0.75rem; position: absolute; z-index: 10; top: calc(100% + 0.6495rem); max-width: 10rem !important; border-radius: 0; }
/* line 64, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip::before { content: ''; display: block; width: 0; height: 0; border: inset 0.75rem; border-color: transparent transparent #0a0a0a; border-bottom-style: solid; border-top-width: 0; bottom: 100%; position: absolute; left: 50%; transform: translateX(-50%); }
/* line 72, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top::before { content: ''; display: block; width: 0; height: 0; border: inset 0.75rem; border-color: #0a0a0a transparent transparent; border-top-style: solid; border-bottom-width: 0; top: 100%; bottom: auto; }
/* line 78, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left::before { content: ''; display: block; width: 0; height: 0; border: inset 0.75rem; border-color: transparent transparent transparent #0a0a0a; border-left-style: solid; border-right-width: 0; bottom: auto; left: 100%; top: 50%; transform: translateY(-50%); }
/* line 86, ../bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right::before { content: ''; display: block; width: 0; height: 0; border: inset 0.75rem; border-color: transparent #0a0a0a transparent transparent; border-right-style: solid; border-left-width: 0; bottom: auto; left: auto; right: 100%; top: 50%; transform: translateY(-50%); }

/* line 119, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar { padding: 0.5rem; }
/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::after { clear: both; }
/* line 47, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar, .top-bar ul { background-color: #e6e6e6; }
/* line 60, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input { width: 200px; margin-right: 1rem; }
/* line 66, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar .input-group-field { width: 100%; margin-right: 0; }
/* line 72, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input.button { width: auto; }

@media screen and (max-width: 39.9375em) { /* line 91, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-left, .stacked-for-small .top-bar-right { width: 100%; } }

@media screen and (max-width: 63.9375em) { /* line 91, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-left, .stacked-for-medium .top-bar-right { width: 100%; } }

@media screen and (max-width: 74.9375em) { /* line 91, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-left, .stacked-for-large .top-bar-right { width: 100%; } }

@media screen and (max-width: 89.9375em) { /* line 91, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-xlarge .top-bar-left, .stacked-for-xlarge .top-bar-right { width: 100%; } }

/* line 91, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left, .top-bar-right { width: 100%; }

@media screen and (min-width: 40em) { /* line 110, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-left, .top-bar-right { width: auto; } }
/* line 152, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-title { float: left; margin-right: 1rem; }

/* line 158, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left { float: left; }

/* line 162, ../bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-right { float: right; }

/* line 61, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.hide { display: none !important; }

/* line 65, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible { visibility: hidden; }

@media screen and (max-width: 39.9375em) { /* line 81, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { /* line 85, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only { display: none !important; } }

@media screen and (min-width: 40em) { /* line 72, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.9375em) { /* line 76, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium { display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { /* line 81, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) { /* line 85, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only { display: none !important; } }

@media screen and (min-width: 64em) { /* line 72, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { /* line 76, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) { /* line 81, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { /* line 85, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only { display: none !important; } }

@media screen and (min-width: 75em) { /* line 72, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-xlarge { display: none !important; } }

@media screen and (max-width: 74.9375em) { /* line 76, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-xlarge { display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) { /* line 81, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-xlarge-only { display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) { /* line 85, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-xlarge-only { display: none !important; } }

/* line 92, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

/* line 99, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }

/* line 106, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape, .hide-for-portrait { display: block !important; }
@media screen and (orientation: landscape) { /* line 106, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape, .hide-for-portrait { display: block !important; } }
@media screen and (orientation: portrait) { /* line 106, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape, .hide-for-portrait { display: none !important; } }

/* line 119, ../bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape, .show-for-portrait { display: none !important; }
@media screen and (orientation: landscape) { /* line 119, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { /* line 119, ../bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape, .show-for-portrait { display: block !important; } }

/* line 10, ../bower_components/foundation-sites/scss/components/_float.scss */
.float-left { float: left !important; }

/* line 14, ../bower_components/foundation-sites/scss/components/_float.scss */
.float-right { float: right !important; }

/* line 18, ../bower_components/foundation-sites/scss/components/_float.scss */
.float-center { display: block; margin-left: auto; margin-right: auto; }

/* line 138, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after { content: ' '; display: table; flex-basis: 0; order: 1; }
/* line 146, ../bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after { clear: both; }

/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, ../sass/_jqueryui.scss */
.ui-helper-hidden { display: none; }

/* line 12, ../sass/_jqueryui.scss */
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* line 22, ../sass/_jqueryui.scss */
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

/* line 32, ../sass/_jqueryui.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }

/* line 37, ../sass/_jqueryui.scss */
.ui-helper-clearfix:after { clear: both; }

/* line 40, ../sass/_jqueryui.scss */
.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

/* line 43, ../sass/_jqueryui.scss */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }

/* line 53, ../sass/_jqueryui.scss */
.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 60, ../sass/_jqueryui.scss */
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
/* line 69, ../sass/_jqueryui.scss */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 81, ../sass/_jqueryui.scss */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

/* line 88, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ }

/* line 96, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }

/* line 99, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }

/* line 102, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }

/* line 105, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }

/* line 111, ../sass/_jqueryui.scss */
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }

/* line 116, ../sass/_jqueryui.scss */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; }

/* line 122, ../sass/_jqueryui.scss */
.ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */ }

/* line 133, ../sass/_jqueryui.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
/* line 141, ../sass/_jqueryui.scss */
.ui-button-icon-only { width: 2.2em; }

/* button elements seem to need a little more width */
/* line 145, ../sass/_jqueryui.scss */
button.ui-button-icon-only { width: 2.4em; }

/* line 148, ../sass/_jqueryui.scss */
.ui-button-icons-only { width: 3.4em; }

/* line 151, ../sass/_jqueryui.scss */
button.ui-button-icons-only { width: 3.7em; }

/* button text element */
/* line 156, ../sass/_jqueryui.scss */
.ui-button .ui-button-text { display: block; line-height: normal; }

/* line 160, ../sass/_jqueryui.scss */
.ui-button-text-only .ui-button-text { padding: .4em 1em; }

/* line 163, ../sass/_jqueryui.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }

/* line 168, ../sass/_jqueryui.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }

/* line 172, ../sass/_jqueryui.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }

/* line 176, ../sass/_jqueryui.scss */
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
/* line 181, ../sass/_jqueryui.scss */
input.ui-button { padding: .4em 1em; }

/* button icon element(s) */
/* line 186, ../sass/_jqueryui.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }

/* line 195, ../sass/_jqueryui.scss */
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }

/* line 199, ../sass/_jqueryui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }

/* line 204, ../sass/_jqueryui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/* button sets */
/* line 211, ../sass/_jqueryui.scss */
.ui-buttonset { margin-right: 7px; }

/* line 214, ../sass/_jqueryui.scss */
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 221, ../sass/_jqueryui.scss */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; }

/* line 226, ../sass/_jqueryui.scss */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }

/* line 231, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }

/* line 235, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }

/* line 242, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

/* line 246, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-prev { left: 2px; }

/* line 249, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-next { right: 2px; }

/* line 252, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

/* line 255, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

/* line 258, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }

/* line 267, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }

/* line 272, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }

/* line 276, ../sass/_jqueryui.scss */
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

/* line 279, ../sass/_jqueryui.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }

/* line 283, ../sass/_jqueryui.scss */
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }

/* line 289, ../sass/_jqueryui.scss */
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }

/* line 295, ../sass/_jqueryui.scss */
.ui-datepicker td { border: 0; padding: 1px; }

/* line 299, ../sass/_jqueryui.scss */
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

/* line 306, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }

/* line 314, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }

/* line 322, ../sass/_jqueryui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */
/* line 327, ../sass/_jqueryui.scss */
.ui-datepicker.ui-datepicker-multi { width: auto; }

/* line 330, ../sass/_jqueryui.scss */
.ui-datepicker-multi .ui-datepicker-group { float: left; }

/* line 333, ../sass/_jqueryui.scss */
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }

/* line 337, ../sass/_jqueryui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

/* line 340, ../sass/_jqueryui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

/* line 343, ../sass/_jqueryui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

/* line 346, ../sass/_jqueryui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

/* line 350, ../sass/_jqueryui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

/* line 353, ../sass/_jqueryui.scss */
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* RTL support */
/* line 360, ../sass/_jqueryui.scss */
.ui-datepicker-rtl { direction: rtl; }

/* line 363, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }

/* line 367, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }

/* line 371, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }

/* line 375, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }

/* line 379, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

/* line 382, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

/* line 385, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }

/* line 389, ../sass/_jqueryui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }

/* line 394, ../sass/_jqueryui.scss */
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; }

/* line 401, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }

/* line 405, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }

/* line 413, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; }

/* line 422, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }

/* line 429, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; }

/* line 436, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

/* line 439, ../sass/_jqueryui.scss */
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }

/* line 443, ../sass/_jqueryui.scss */
.ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; }

/* line 450, ../sass/_jqueryui.scss */
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* line 453, ../sass/_jqueryui.scss */
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none; }

/* line 460, ../sass/_jqueryui.scss */
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }

/* line 464, ../sass/_jqueryui.scss */
.ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; }

/* line 469, ../sass/_jqueryui.scss */
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }

/* line 476, ../sass/_jqueryui.scss */
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; min-height: 0; /* support: IE7 */ font-weight: normal; }

/* line 484, ../sass/_jqueryui.scss */
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

/* line 490, ../sass/_jqueryui.scss */
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }

/* line 495, ../sass/_jqueryui.scss */
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
/* line 500, ../sass/_jqueryui.scss */
.ui-menu-icons { position: relative; }

/* line 503, ../sass/_jqueryui.scss */
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
/* line 509, ../sass/_jqueryui.scss */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
/* line 516, ../sass/_jqueryui.scss */
.ui-menu .ui-menu-icon { position: static; float: right; }

/* line 520, ../sass/_jqueryui.scss */
.ui-progressbar { height: 2em; text-align: left; overflow: hidden; }

/* line 525, ../sass/_jqueryui.scss */
.ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }

/* line 529, ../sass/_jqueryui.scss */
.ui-progressbar .ui-progressbar-overlay { background: url("images/animated-overlay.gif"); height: 100%; filter: alpha(opacity=25); opacity: 0.25; }

/* line 535, ../sass/_jqueryui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }

/* line 538, ../sass/_jqueryui.scss */
.ui-resizable { position: relative; }

/* line 541, ../sass/_jqueryui.scss */
.ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; }

/* line 546, ../sass/_jqueryui.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }

/* line 550, ../sass/_jqueryui.scss */
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }

/* line 557, ../sass/_jqueryui.scss */
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }

/* line 564, ../sass/_jqueryui.scss */
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }

/* line 571, ../sass/_jqueryui.scss */
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }

/* line 578, ../sass/_jqueryui.scss */
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }

/* line 585, ../sass/_jqueryui.scss */
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }

/* line 592, ../sass/_jqueryui.scss */
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }

/* line 599, ../sass/_jqueryui.scss */
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }

/* line 606, ../sass/_jqueryui.scss */
.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }

/* line 611, ../sass/_jqueryui.scss */
.ui-slider { position: relative; text-align: left; }

/* line 615, ../sass/_jqueryui.scss */
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }

/* line 622, ../sass/_jqueryui.scss */
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* For IE8 - See #6727 */
/* line 632, ../sass/_jqueryui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

/* line 637, ../sass/_jqueryui.scss */
.ui-slider-horizontal { height: .8em; }

/* line 640, ../sass/_jqueryui.scss */
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }

/* line 644, ../sass/_jqueryui.scss */
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

/* line 648, ../sass/_jqueryui.scss */
.ui-slider-horizontal .ui-slider-range-min { left: 0; }

/* line 651, ../sass/_jqueryui.scss */
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* line 655, ../sass/_jqueryui.scss */
.ui-slider-vertical { width: .8em; height: 100px; }

/* line 659, ../sass/_jqueryui.scss */
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }

/* line 664, ../sass/_jqueryui.scss */
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }

/* line 668, ../sass/_jqueryui.scss */
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

/* line 671, ../sass/_jqueryui.scss */
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* line 674, ../sass/_jqueryui.scss */
.ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }

/* line 681, ../sass/_jqueryui.scss */
.ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }

/* line 691, ../sass/_jqueryui.scss */
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }

/* more specificity required here to overide default borders */
/* line 705, ../sass/_jqueryui.scss */
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; }

/* vertical centre icon */
/* line 711, ../sass/_jqueryui.scss */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; }

/* line 717, ../sass/_jqueryui.scss */
.ui-spinner-up { top: 0; }

/* line 720, ../sass/_jqueryui.scss */
.ui-spinner-down { bottom: 0; }

/* TR overrides */
/* line 725, ../sass/_jqueryui.scss */
.ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; }

/* line 729, ../sass/_jqueryui.scss */
.ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; }

/* line 733, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }

/* line 737, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }

/* line 747, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }

/* line 752, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }

/* line 756, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }

/* line 761, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; }

/* line 765, ../sass/_jqueryui.scss */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

/* line 771, ../sass/_jqueryui.scss */
.ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }

/* line 779, ../sass/_jqueryui.scss */
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
/* line 785, ../sass/_jqueryui.scss */
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }

/* line 789, ../sass/_jqueryui.scss */
.ui-widget .ui-widget { font-size: 1em; }

/* line 792, ../sass/_jqueryui.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }

/* line 799, ../sass/_jqueryui.scss */
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }

/* line 804, ../sass/_jqueryui.scss */
.ui-widget-content a { color: #222222; }

/* line 807, ../sass/_jqueryui.scss */
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }

/* line 813, ../sass/_jqueryui.scss */
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
/* line 819, ../sass/_jqueryui.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }

/* line 827, ../sass/_jqueryui.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }

/* line 833, ../sass/_jqueryui.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }

/* line 844, ../sass/_jqueryui.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }

/* line 851, ../sass/_jqueryui.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }

/* line 859, ../sass/_jqueryui.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/* line 868, ../sass/_jqueryui.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }

/* line 875, ../sass/_jqueryui.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; }

/* line 880, ../sass/_jqueryui.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }

/* line 887, ../sass/_jqueryui.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }

/* line 892, ../sass/_jqueryui.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }

/* line 897, ../sass/_jqueryui.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

/* line 902, ../sass/_jqueryui.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; }

/* line 909, ../sass/_jqueryui.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; }

/* line 916, ../sass/_jqueryui.scss */
.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/* line 924, ../sass/_jqueryui.scss */
.ui-icon { width: 16px; height: 16px; background-position: 16px 16px; }

/* line 929, ../sass/_jqueryui.scss */
.ui-icon, .ui-widget-content .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); }

/* line 933, ../sass/_jqueryui.scss */
.ui-widget-header .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); }

/* line 936, ../sass/_jqueryui.scss */
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }

/* line 939, ../sass/_jqueryui.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); }

/* line 943, ../sass/_jqueryui.scss */
.ui-state-active .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); }

/* line 946, ../sass/_jqueryui.scss */
.ui-state-highlight .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png); }

/* line 949, ../sass/_jqueryui.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
/* line 955, ../sass/_jqueryui.scss */
.ui-icon-carat-1-n { background-position: 0 0; }

/* line 956, ../sass/_jqueryui.scss */
.ui-icon-carat-1-ne { background-position: -16px 0; }

/* line 957, ../sass/_jqueryui.scss */
.ui-icon-carat-1-e { background-position: -32px 0; }

/* line 958, ../sass/_jqueryui.scss */
.ui-icon-carat-1-se { background-position: -48px 0; }

/* line 959, ../sass/_jqueryui.scss */
.ui-icon-carat-1-s { background-position: -64px 0; }

/* line 960, ../sass/_jqueryui.scss */
.ui-icon-carat-1-sw { background-position: -80px 0; }

/* line 961, ../sass/_jqueryui.scss */
.ui-icon-carat-1-w { background-position: -96px 0; }

/* line 962, ../sass/_jqueryui.scss */
.ui-icon-carat-1-nw { background-position: -112px 0; }

/* line 963, ../sass/_jqueryui.scss */
.ui-icon-carat-2-n-s { background-position: -128px 0; }

/* line 964, ../sass/_jqueryui.scss */
.ui-icon-carat-2-e-w { background-position: -144px 0; }

/* line 965, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-n { background-position: 0 -16px; }

/* line 966, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-ne { background-position: -16px -16px; }

/* line 967, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-e { background-position: -32px -16px; }

/* line 968, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-se { background-position: -48px -16px; }

/* line 969, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-s { background-position: -64px -16px; }

/* line 970, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-sw { background-position: -80px -16px; }

/* line 971, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-w { background-position: -96px -16px; }

/* line 972, ../sass/_jqueryui.scss */
.ui-icon-triangle-1-nw { background-position: -112px -16px; }

/* line 973, ../sass/_jqueryui.scss */
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

/* line 974, ../sass/_jqueryui.scss */
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

/* line 975, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-n { background-position: 0 -32px; }

/* line 976, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-ne { background-position: -16px -32px; }

/* line 977, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-e { background-position: -32px -32px; }

/* line 978, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-se { background-position: -48px -32px; }

/* line 979, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-s { background-position: -64px -32px; }

/* line 980, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-sw { background-position: -80px -32px; }

/* line 981, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-w { background-position: -96px -32px; }

/* line 982, ../sass/_jqueryui.scss */
.ui-icon-arrow-1-nw { background-position: -112px -32px; }

/* line 983, ../sass/_jqueryui.scss */
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

/* line 984, ../sass/_jqueryui.scss */
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

/* line 985, ../sass/_jqueryui.scss */
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

/* line 986, ../sass/_jqueryui.scss */
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

/* line 987, ../sass/_jqueryui.scss */
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

/* line 988, ../sass/_jqueryui.scss */
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

/* line 989, ../sass/_jqueryui.scss */
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

/* line 990, ../sass/_jqueryui.scss */
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

/* line 991, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

/* line 992, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

/* line 993, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

/* line 994, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

/* line 995, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

/* line 996, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

/* line 997, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

/* line 998, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

/* line 999, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

/* line 1000, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

/* line 1001, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

/* line 1002, ../sass/_jqueryui.scss */
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

/* line 1003, ../sass/_jqueryui.scss */
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

/* line 1004, ../sass/_jqueryui.scss */
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

/* line 1005, ../sass/_jqueryui.scss */
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

/* line 1006, ../sass/_jqueryui.scss */
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

/* line 1007, ../sass/_jqueryui.scss */
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

/* line 1008, ../sass/_jqueryui.scss */
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

/* line 1009, ../sass/_jqueryui.scss */
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

/* line 1010, ../sass/_jqueryui.scss */
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

/* line 1011, ../sass/_jqueryui.scss */
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

/* line 1012, ../sass/_jqueryui.scss */
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

/* line 1013, ../sass/_jqueryui.scss */
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

/* line 1014, ../sass/_jqueryui.scss */
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

/* line 1015, ../sass/_jqueryui.scss */
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

/* line 1016, ../sass/_jqueryui.scss */
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

/* line 1017, ../sass/_jqueryui.scss */
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

/* line 1018, ../sass/_jqueryui.scss */
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

/* line 1019, ../sass/_jqueryui.scss */
.ui-icon-arrow-4 { background-position: 0 -80px; }

/* line 1020, ../sass/_jqueryui.scss */
.ui-icon-arrow-4-diag { background-position: -16px -80px; }

/* line 1021, ../sass/_jqueryui.scss */
.ui-icon-extlink { background-position: -32px -80px; }

/* line 1022, ../sass/_jqueryui.scss */
.ui-icon-newwin { background-position: -48px -80px; }

/* line 1023, ../sass/_jqueryui.scss */
.ui-icon-refresh { background-position: -64px -80px; }

/* line 1024, ../sass/_jqueryui.scss */
.ui-icon-shuffle { background-position: -80px -80px; }

/* line 1025, ../sass/_jqueryui.scss */
.ui-icon-transfer-e-w { background-position: -96px -80px; }

/* line 1026, ../sass/_jqueryui.scss */
.ui-icon-transferthick-e-w { background-position: -112px -80px; }

/* line 1027, ../sass/_jqueryui.scss */
.ui-icon-folder-collapsed { background-position: 0 -96px; }

/* line 1028, ../sass/_jqueryui.scss */
.ui-icon-folder-open { background-position: -16px -96px; }

/* line 1029, ../sass/_jqueryui.scss */
.ui-icon-document { background-position: -32px -96px; }

/* line 1030, ../sass/_jqueryui.scss */
.ui-icon-document-b { background-position: -48px -96px; }

/* line 1031, ../sass/_jqueryui.scss */
.ui-icon-note { background-position: -64px -96px; }

/* line 1032, ../sass/_jqueryui.scss */
.ui-icon-mail-closed { background-position: -80px -96px; }

/* line 1033, ../sass/_jqueryui.scss */
.ui-icon-mail-open { background-position: -96px -96px; }

/* line 1034, ../sass/_jqueryui.scss */
.ui-icon-suitcase { background-position: -112px -96px; }

/* line 1035, ../sass/_jqueryui.scss */
.ui-icon-comment { background-position: -128px -96px; }

/* line 1036, ../sass/_jqueryui.scss */
.ui-icon-person { background-position: -144px -96px; }

/* line 1037, ../sass/_jqueryui.scss */
.ui-icon-print { background-position: -160px -96px; }

/* line 1038, ../sass/_jqueryui.scss */
.ui-icon-trash { background-position: -176px -96px; }

/* line 1039, ../sass/_jqueryui.scss */
.ui-icon-locked { background-position: -192px -96px; }

/* line 1040, ../sass/_jqueryui.scss */
.ui-icon-unlocked { background-position: -208px -96px; }

/* line 1041, ../sass/_jqueryui.scss */
.ui-icon-bookmark { background-position: -224px -96px; }

/* line 1042, ../sass/_jqueryui.scss */
.ui-icon-tag { background-position: -240px -96px; }

/* line 1043, ../sass/_jqueryui.scss */
.ui-icon-home { background-position: 0 -112px; }

/* line 1044, ../sass/_jqueryui.scss */
.ui-icon-flag { background-position: -16px -112px; }

/* line 1045, ../sass/_jqueryui.scss */
.ui-icon-calendar { background-position: -32px -112px; }

/* line 1046, ../sass/_jqueryui.scss */
.ui-icon-cart { background-position: -48px -112px; }

/* line 1047, ../sass/_jqueryui.scss */
.ui-icon-pencil { background-position: -64px -112px; }

/* line 1048, ../sass/_jqueryui.scss */
.ui-icon-clock { background-position: -80px -112px; }

/* line 1049, ../sass/_jqueryui.scss */
.ui-icon-disk { background-position: -96px -112px; }

/* line 1050, ../sass/_jqueryui.scss */
.ui-icon-calculator { background-position: -112px -112px; }

/* line 1051, ../sass/_jqueryui.scss */
.ui-icon-zoomin { background-position: -128px -112px; }

/* line 1052, ../sass/_jqueryui.scss */
.ui-icon-zoomout { background-position: -144px -112px; }

/* line 1053, ../sass/_jqueryui.scss */
.ui-icon-search { background-position: -160px -112px; }

/* line 1054, ../sass/_jqueryui.scss */
.ui-icon-wrench { background-position: -176px -112px; }

/* line 1055, ../sass/_jqueryui.scss */
.ui-icon-gear { background-position: -192px -112px; }

/* line 1056, ../sass/_jqueryui.scss */
.ui-icon-heart { background-position: -208px -112px; }

/* line 1057, ../sass/_jqueryui.scss */
.ui-icon-star { background-position: -224px -112px; }

/* line 1058, ../sass/_jqueryui.scss */
.ui-icon-link { background-position: -240px -112px; }

/* line 1059, ../sass/_jqueryui.scss */
.ui-icon-cancel { background-position: 0 -128px; }

/* line 1060, ../sass/_jqueryui.scss */
.ui-icon-plus { background-position: -16px -128px; }

/* line 1061, ../sass/_jqueryui.scss */
.ui-icon-plusthick { background-position: -32px -128px; }

/* line 1062, ../sass/_jqueryui.scss */
.ui-icon-minus { background-position: -48px -128px; }

/* line 1063, ../sass/_jqueryui.scss */
.ui-icon-minusthick { background-position: -64px -128px; }

/* line 1064, ../sass/_jqueryui.scss */
.ui-icon-close { background-position: -80px -128px; }

/* line 1065, ../sass/_jqueryui.scss */
.ui-icon-closethick { background-position: -96px -128px; }

/* line 1066, ../sass/_jqueryui.scss */
.ui-icon-key { background-position: -112px -128px; }

/* line 1067, ../sass/_jqueryui.scss */
.ui-icon-lightbulb { background-position: -128px -128px; }

/* line 1068, ../sass/_jqueryui.scss */
.ui-icon-scissors { background-position: -144px -128px; }

/* line 1069, ../sass/_jqueryui.scss */
.ui-icon-clipboard { background-position: -160px -128px; }

/* line 1070, ../sass/_jqueryui.scss */
.ui-icon-copy { background-position: -176px -128px; }

/* line 1071, ../sass/_jqueryui.scss */
.ui-icon-contact { background-position: -192px -128px; }

/* line 1072, ../sass/_jqueryui.scss */
.ui-icon-image { background-position: -208px -128px; }

/* line 1073, ../sass/_jqueryui.scss */
.ui-icon-video { background-position: -224px -128px; }

/* line 1074, ../sass/_jqueryui.scss */
.ui-icon-script { background-position: -240px -128px; }

/* line 1075, ../sass/_jqueryui.scss */
.ui-icon-alert { background-position: 0 -144px; }

/* line 1076, ../sass/_jqueryui.scss */
.ui-icon-info { background-position: -16px -144px; }

/* line 1077, ../sass/_jqueryui.scss */
.ui-icon-notice { background-position: -32px -144px; }

/* line 1078, ../sass/_jqueryui.scss */
.ui-icon-help { background-position: -48px -144px; }

/* line 1079, ../sass/_jqueryui.scss */
.ui-icon-check { background-position: -64px -144px; }

/* line 1080, ../sass/_jqueryui.scss */
.ui-icon-bullet { background-position: -80px -144px; }

/* line 1081, ../sass/_jqueryui.scss */
.ui-icon-radio-on { background-position: -96px -144px; }

/* line 1082, ../sass/_jqueryui.scss */
.ui-icon-radio-off { background-position: -112px -144px; }

/* line 1083, ../sass/_jqueryui.scss */
.ui-icon-pin-w { background-position: -128px -144px; }

/* line 1084, ../sass/_jqueryui.scss */
.ui-icon-pin-s { background-position: -144px -144px; }

/* line 1085, ../sass/_jqueryui.scss */
.ui-icon-play { background-position: 0 -160px; }

/* line 1086, ../sass/_jqueryui.scss */
.ui-icon-pause { background-position: -16px -160px; }

/* line 1087, ../sass/_jqueryui.scss */
.ui-icon-seek-next { background-position: -32px -160px; }

/* line 1088, ../sass/_jqueryui.scss */
.ui-icon-seek-prev { background-position: -48px -160px; }

/* line 1089, ../sass/_jqueryui.scss */
.ui-icon-seek-end { background-position: -64px -160px; }

/* line 1090, ../sass/_jqueryui.scss */
.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1092, ../sass/_jqueryui.scss */
.ui-icon-seek-first { background-position: -80px -160px; }

/* line 1093, ../sass/_jqueryui.scss */
.ui-icon-stop { background-position: -96px -160px; }

/* line 1094, ../sass/_jqueryui.scss */
.ui-icon-eject { background-position: -112px -160px; }

/* line 1095, ../sass/_jqueryui.scss */
.ui-icon-volume-off { background-position: -128px -160px; }

/* line 1096, ../sass/_jqueryui.scss */
.ui-icon-volume-on { background-position: -144px -160px; }

/* line 1097, ../sass/_jqueryui.scss */
.ui-icon-power { background-position: 0 -176px; }

/* line 1098, ../sass/_jqueryui.scss */
.ui-icon-signal-diag { background-position: -16px -176px; }

/* line 1099, ../sass/_jqueryui.scss */
.ui-icon-signal { background-position: -32px -176px; }

/* line 1100, ../sass/_jqueryui.scss */
.ui-icon-battery-0 { background-position: -48px -176px; }

/* line 1101, ../sass/_jqueryui.scss */
.ui-icon-battery-1 { background-position: -64px -176px; }

/* line 1102, ../sass/_jqueryui.scss */
.ui-icon-battery-2 { background-position: -80px -176px; }

/* line 1103, ../sass/_jqueryui.scss */
.ui-icon-battery-3 { background-position: -96px -176px; }

/* line 1104, ../sass/_jqueryui.scss */
.ui-icon-circle-plus { background-position: 0 -192px; }

/* line 1105, ../sass/_jqueryui.scss */
.ui-icon-circle-minus { background-position: -16px -192px; }

/* line 1106, ../sass/_jqueryui.scss */
.ui-icon-circle-close { background-position: -32px -192px; }

/* line 1107, ../sass/_jqueryui.scss */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }

/* line 1108, ../sass/_jqueryui.scss */
.ui-icon-circle-triangle-s { background-position: -64px -192px; }

/* line 1109, ../sass/_jqueryui.scss */
.ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* line 1110, ../sass/_jqueryui.scss */
.ui-icon-circle-triangle-n { background-position: -96px -192px; }

/* line 1111, ../sass/_jqueryui.scss */
.ui-icon-circle-arrow-e { background-position: -112px -192px; }

/* line 1112, ../sass/_jqueryui.scss */
.ui-icon-circle-arrow-s { background-position: -128px -192px; }

/* line 1113, ../sass/_jqueryui.scss */
.ui-icon-circle-arrow-w { background-position: -144px -192px; }

/* line 1114, ../sass/_jqueryui.scss */
.ui-icon-circle-arrow-n { background-position: -160px -192px; }

/* line 1115, ../sass/_jqueryui.scss */
.ui-icon-circle-zoomin { background-position: -176px -192px; }

/* line 1116, ../sass/_jqueryui.scss */
.ui-icon-circle-zoomout { background-position: -192px -192px; }

/* line 1117, ../sass/_jqueryui.scss */
.ui-icon-circle-check { background-position: -208px -192px; }

/* line 1118, ../sass/_jqueryui.scss */
.ui-icon-circlesmall-plus { background-position: 0 -208px; }

/* line 1119, ../sass/_jqueryui.scss */
.ui-icon-circlesmall-minus { background-position: -16px -208px; }

/* line 1120, ../sass/_jqueryui.scss */
.ui-icon-circlesmall-close { background-position: -32px -208px; }

/* line 1121, ../sass/_jqueryui.scss */
.ui-icon-squaresmall-plus { background-position: -48px -208px; }

/* line 1122, ../sass/_jqueryui.scss */
.ui-icon-squaresmall-minus { background-position: -64px -208px; }

/* line 1123, ../sass/_jqueryui.scss */
.ui-icon-squaresmall-close { background-position: -80px -208px; }

/* line 1124, ../sass/_jqueryui.scss */
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

/* line 1125, ../sass/_jqueryui.scss */
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

/* line 1126, ../sass/_jqueryui.scss */
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

/* line 1127, ../sass/_jqueryui.scss */
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

/* line 1128, ../sass/_jqueryui.scss */
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

/* line 1129, ../sass/_jqueryui.scss */
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1136, ../sass/_jqueryui.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 4px; }

/* line 1142, ../sass/_jqueryui.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 4px; }

/* line 1148, ../sass/_jqueryui.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 4px; }

/* line 1154, ../sass/_jqueryui.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 4px; }

/* Overlays */
/* line 1162, ../sass/_jqueryui.scss */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); }

/* line 1167, ../sass/_jqueryui.scss */
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); border-radius: 8px; }

/* IE min-height workaround */
/* rounded corners */
@font-face { font-family: 'ConverseMedium'; src: url("../fonts/ConveDINMed.eot"); src: url("../fonts/ConverseDINMedium.ttf") format("truetype"); }
@font-face { font-family: 'Converse'; src: url("../fonts/ConveDINReg.eot"); src: url("../fonts/ConverseDINRegular.ttf") format("truetype"); }
@font-face { font-family: 'DINWeb-Bold'; src: url("../fonts/DINWeb-Bold.eot"); src: url("../fonts/DINWeb-Bold.woff") format("woff"); }
@font-face { font-family: 'DINWeb-BoldIta'; src: url("../fonts/DINWeb-BoldIta.eot"); src: url("../fonts/DINWeb-BoldIta.woff") format("woff"); }
@font-face { font-family: 'DINWeb'; src: url("../fonts/DINWeb.eot"); src: url("../fonts/DINWeb.woff") format("woff"); }
@font-face { font-family: 'DINWeb-Ita'; src: url("../fonts/DINWeb-Ita.eot"); src: url("../fonts/DINWeb-Ita.woff") format("woff"); }
@font-face { font-family: 'DINWeb-Medium'; src: url("../fonts/DINWeb-Medium.eot"); src: url("../fonts/DINWeb-Medium.woff") format("woff"); }
@font-face { font-family: 'DINWeb-MediumIta'; src: url("../fonts/DINWeb-MediumIta.eot"); src: url("../fonts/DINWeb-MediumIta.woff") format("woff"); }
/* HTML 5 support */
/* line 2, ../sass/_akcms.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* line 7, ../sass/_akcms.scss */
#admin-edit, .admin-edit { background-color: #e79825; border-bottom: solid 1px #d3881a; border-right: solid 1px #d3881a; left: 0; padding: 2px 10px; position: absolute; top: 0; z-index: 49; font-family: helvetica, arial, verdana, sans-serif; font-size: 14px; }
/* line 20, ../sass/_akcms.scss */
#admin-edit a, .admin-edit a { color: #ffffff !important; text-decoration: none; text-transform: uppercase; }
/* line 25, ../sass/_akcms.scss */
#admin-edit:hover, .admin-edit:hover { background-color: #c37d16; }

/* line 30, ../sass/_akcms.scss */
div.spacer { clear: both; height: 1px; }
/* line 33, ../sass/_akcms.scss */
div.spacer * { height: 1px; font-size: 1px; }

/* line 36, ../sass/_akcms.scss */
div.spacerleft { clear: left; height: 1px; }
/* line 39, ../sass/_akcms.scss */
div.spacerleft * { height: 1px; font-size: 1px; }

/* line 42, ../sass/_akcms.scss */
body { margin: 0; padding: 0; border: 0; }

/* line 48, ../sass/_akcms.scss */
img, a img { border: 0px transparent; }

/* line 52, ../sass/_akcms.scss */
sup { line-height: 1px; }
/* line 54, ../sass/_akcms.scss */
sup small { font-family: helvetica, arial, verdana, sans-serif !important; }

/* line 59, ../sass/_akcms.scss */
a { color: #015cab; }

/** Featherlight - ultra slim jQuery lightbox Version 1.2.3 - http://noelboss.github.io/featherlight/  Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com) MIT Licensed.
**/
@media all { /* line 9, ../sass/_featherlight.scss */
  .featherlight { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; text-align: center; white-space: nowrap; cursor: pointer; background: #333; background: transparent; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight:last-of-type { background: rgba(0, 0, 0, 0.8); }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -.25em; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight .featherlight-content { position: relative; text-align: left; vertical-align: middle; display: inline-block; overflow: auto; padding: 25px 25px 0; border-bottom: 25px solid transparent; min-width: 30%; margin-left: 5%; margin-right: 5%; max-height: 95%; background: #fff; cursor: auto; white-space: normal; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight .featherlight-inner { display: block; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight .featherlight-close-icon { position: absolute; z-index: 9999; top: 0; right: 0; line-height: 25px; width: 25px; cursor: pointer; text-align: center; font: Arial,sans-serif; background: #fff; background: rgba(255, 255, 255, 0.3); color: #000; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight .featherlight-image { width: 100%; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight-iframe .featherlight-content { border-bottom: 0; padding: 0; }
  /* line 9, ../sass/_featherlight.scss */
  .featherlight iframe { border: 0; }
  /* line 11, ../sass/_featherlight.scss */
  .featherlight-iframe .featherlight-content { padding-top: 25px; } }
@media only screen and (max-width: 1024px) { /* line 16, ../sass/_featherlight.scss */
  .featherlight .featherlight-content { margin-left: 10px; margin-right: 10px; max-height: 98%; padding: 10px 10px 0; border-bottom: 10px solid transparent; } }
/* line 19, ../sass/_featherlight.scss */
.featherlight-content #popvidframe { max-width: 100%; }

/* LINK EFFECTS */
/* line 3, ../sass/_effects.scss */
.cl-effect a { position: relative; outline: none; /*
display: inline-block;
margin: 15px 25px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1.35em;	
*/ }

/* Effect 1: Brackets */
/* line 20, ../sass/_effects.scss */
.cl-effect-1 a::before, .cl-effect-1 a::after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }

/* line 29, ../sass/_effects.scss */
.cl-effect-1 a::before { margin-right: 10px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); }

/* line 37, ../sass/_effects.scss */
.cl-effect-1 a::after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); }

/* line 45, ../sass/_effects.scss */
.cl-effect-1 a:hover::before, .cl-effect-1 a:hover::after, .cl-effect-1 a:focus::before, .cl-effect-1 a:focus::after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
/* line 56, ../sass/_effects.scss */
.cl-effect-2 a { line-height: 44px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; }

/* line 63, ../sass/_effects.scss */
.cl-effect-2 a span { position: relative; display: inline-block; padding: 0 14px; background: #2195de; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }

/* line 79, ../sass/_effects.scss */
.csstransforms3d .cl-effect-2 a span::before { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: #0965a0; content: attr(data-hover); -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; }

/* line 98, ../sass/_effects.scss */
.cl-effect-2 a:hover span, .cl-effect-2 a:focus span { -webkit-transform: rotateX(90deg) translateY(-22px); -moz-transform: rotateX(90deg) translateY(-22px); transform: rotateX(90deg) translateY(-22px); }

/* line 105, ../sass/_effects.scss */
.csstransforms3d .cl-effect-2 a:hover span::before, .csstransforms3d .cl-effect-2 a:focus span::before { background: #28a2ee; }

/* Effect 3: bottom line slides/fades in */
/* line 111, ../sass/_effects.scss */
.cl-effect-3 a { padding: 8px 0; }

/* line 115, ../sass/_effects.scss */
.cl-effect-3 a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 4px; background: rgba(0, 0, 0, 0.1); content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }

/* line 132, ../sass/_effects.scss */
.cl-effect-3 a:hover::after, .cl-effect-3 a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* Effect 4: bottom border enlarge */
/* line 145, ../sass/_effects.scss */
.cl-effect-4 a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #f16234; content: ''; opacity: 0; -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: height 0.3s, opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }

/*
.consumerSite {
	.cl-effect-4 a::after {
		background: white;
	}
}
*/
/* line 170, ../sass/_effects.scss */
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after { height: 5px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* line 179, ../sass/_effects.scss */
.cl-effect-4b a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: transparent; border-bottom: 1px dotted #aaa; content: ''; opacity: 0; -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: height 0.3s, opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }

/* line 197, ../sass/_effects.scss */
.cl-effect-4b a:hover::after, .cl-effect-4b a:focus::after { height: 5px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* Effect 5: same word slide in */
/* line 207, ../sass/_effects.scss */
.cl-effect-5 a { overflow: hidden; padding: 0 4px; height: 1em; }

/* line 213, ../sass/_effects.scss */
.cl-effect-5 a span { position: relative; display: inline-block; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }

/* line 221, ../sass/_effects.scss */
.cl-effect-5 a span::before { position: absolute; top: 100%; content: attr(data-hover); font-weight: 700; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* line 231, ../sass/_effects.scss */
.cl-effect-5 a:hover span, .cl-effect-5 a:focus span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); }

/* Effect 5: same word slide in and border bottom */
/* line 239, ../sass/_effects.scss */
.cl-effect-6 a { margin: 0 10px; padding: 10px 20px; }

/* line 244, ../sass/_effects.scss */
.cl-effect-6 a::before { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #fff; content: ''; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; transition: top 0.3s; }

/* line 257, ../sass/_effects.scss */
.cl-effect-6 a::after { position: absolute; top: 0; left: 0; width: 2px; height: 2px; background: #fff; content: ''; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; transition: height 0.3s; }

/* line 270, ../sass/_effects.scss */
.cl-effect-6 a:hover::before { top: 100%; opacity: 1; }

/* line 275, ../sass/_effects.scss */
.cl-effect-6 a:hover::after { height: 100%; }

/* Effect 7: second border slides up */
/* line 280, ../sass/_effects.scss */
.cl-effect-7 a { padding: 12px 10px 10px; color: #566473; text-shadow: none; font-weight: 700; }

/* line 287, ../sass/_effects.scss */
.cl-effect-7 a::before, .cl-effect-7 a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 3px; background: #566473; content: ''; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); transform: scale(0.85); }

/* line 304, ../sass/_effects.scss */
.cl-effect-7 a::after { opacity: 0; -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: top 0.3s, opacity 0.3s, transform 0.3s; }

/* line 311, ../sass/_effects.scss */
.cl-effect-7 a:hover::before, .cl-effect-7 a:hover::after, .cl-effect-7 a:focus::before, .cl-effect-7 a:focus::after { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }

/* line 320, ../sass/_effects.scss */
.cl-effect-7 a:hover::after, .cl-effect-7 a:focus::after { top: 0%; opacity: 1; }

/* Effect 8: border slight translate */
/* line 327, ../sass/_effects.scss */
.cl-effect-8 a { padding: 10px 20px; }

/* line 331, ../sass/_effects.scss */
.cl-effect-8 a::before, .cl-effect-8 a::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid #354856; content: ''; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; }

/* line 345, ../sass/_effects.scss */
.cl-effect-8 a::after { border-color: #fff; opacity: 0; -webkit-transform: translateY(-7px) translateX(6px); -moz-transform: translateY(-7px) translateX(6px); transform: translateY(-7px) translateX(6px); }

/* line 353, ../sass/_effects.scss */
.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before { opacity: 0; -webkit-transform: translateY(5px) translateX(-5px); -moz-transform: translateY(5px) translateX(-5px); transform: translateY(5px) translateX(-5px); }

/* line 361, ../sass/_effects.scss */
.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after { opacity: 1; -webkit-transform: translateY(0px) translateX(0px); -moz-transform: translateY(0px) translateX(0px); transform: translateY(0px) translateX(0px); }

/* Effect 9: second text and borders */
/* line 370, ../sass/_effects.scss */
.cl-effect-9 a { margin: 0 20px; padding: 18px 20px; }

/* line 375, ../sass/_effects.scss */
.cl-effect-9 a::before, .cl-effect-9 a::after { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #fff; content: ''; opacity: 0.2; -webkit-transition: opacity 0.3s, height 0.3s; -moz-transition: opacity 0.3s, height 0.3s; transition: opacity 0.3s, height 0.3s; }

/* line 390, ../sass/_effects.scss */
.cl-effect-9 a::after { top: 100%; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }

/* line 401, ../sass/_effects.scss */
.cl-effect-9 a span:first-child { z-index: 2; display: block; font-weight: 300; }

/* line 407, ../sass/_effects.scss */
.cl-effect-9 a span:last-child { z-index: 1; display: block; padding: 8px 0 0 0; color: rgba(0, 0, 0, 0.4); text-shadow: none; text-transform: none; font-style: italic; font-size: 0.75em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); }

/* line 426, ../sass/_effects.scss */
.cl-effect-9 a:hover::before, .cl-effect-9 a:focus::before { height: 6px; }

/* line 431, ../sass/_effects.scss */
.cl-effect-9 a:hover::before, .cl-effect-9 a:hover::after, .cl-effect-9 a:focus::before, .cl-effect-9 a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* line 441, ../sass/_effects.scss */
.cl-effect-9 a:hover span:last-child, .cl-effect-9 a:focus span:last-child { opacity: 1; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); }

/* Effect 10: reveal, push out */
/* line 450, ../sass/_effects.scss */
.cl-effect-10 { position: relative; z-index: 1; }

/* line 455, ../sass/_effects.scss */
.cl-effect-10 a { overflow: hidden; margin: 0 15px; }

/* line 460, ../sass/_effects.scss */
.cl-effect-10 a span { display: block; padding: 10px 20px; background: #0f7c67; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }

/* line 469, ../sass/_effects.scss */
.cl-effect-10 a::before { position: absolute; top: 0; left: 0; z-index: -1; padding: 10px 20px; width: 100%; height: 100%; background: #fff; color: #0f7c67; content: attr(data-hover); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: translateX(-25%); }

/* line 486, ../sass/_effects.scss */
.cl-effect-10 a:hover span, .cl-effect-10 a:focus span { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); transform: translateX(100%); }

/* line 493, ../sass/_effects.scss */
.cl-effect-10 a:hover::before, .cl-effect-10 a:focus::before { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%); }

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
/* line 501, ../sass/_effects.scss */
.cl-effect-11 a { padding: 10px 0; border-top: 2px solid #0972b4; color: #0972b4; text-shadow: none; }

/* line 508, ../sass/_effects.scss */
.cl-effect-11 a::before { position: absolute; top: 0; left: 0; overflow: hidden; padding: 10px 0; max-width: 0; border-bottom: 2px solid #fff; color: #fff; content: attr(data-hover); -webkit-transition: max-width 0.5s; -moz-transition: max-width 0.5s; transition: max-width 0.5s; }

/* line 523, ../sass/_effects.scss */
.cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before { max-width: 100%; }

/* Effect 12: circle */
/* line 529, ../sass/_effects.scss */
.cl-effect-12 a::before, .cl-effect-12 a::after { position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 50%; content: ''; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2); -moz-transform: translateX(-50%) translateY(-50%) scale(0.2); transform: translateX(-50%) translateY(-50%) scale(0.2); }

/* line 548, ../sass/_effects.scss */
.cl-effect-12 a::after { width: 90px; height: 90px; border-width: 6px; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8); -moz-transform: translateX(-50%) translateY(-50%) scale(0.8); transform: translateX(-50%) translateY(-50%) scale(0.8); }

/* line 557, ../sass/_effects.scss */
.cl-effect-12 a:hover::before, .cl-effect-12 a:hover::after, .cl-effect-12 a:focus::before, .cl-effect-12 a:focus::after { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -moz-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); }

/* Effect 13: three circles */
/* line 568, ../sass/_effects.scss */
.cl-effect-13 a { -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; }

/* line 574, ../sass/_effects.scss */
.cl-effect-13 a::before { position: absolute; top: 100%; left: 50%; color: transparent; content: '•'; text-shadow: 0 0 transparent; font-size: 1.2em; -webkit-transition: text-shadow 0.3s, color 0.3s; -moz-transition: text-shadow 0.3s, color 0.3s; transition: text-shadow 0.3s, color 0.3s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none; }

/* line 591, ../sass/_effects.scss */
.cl-effect-13 a:hover::before, .cl-effect-13 a:focus::before { color: #fff; text-shadow: 10px 0 #fff, -10px 0 #fff; }

/* line 597, ../sass/_effects.scss */
.cl-effect-13 a:hover, .cl-effect-13 a:focus { color: #ba7700; }

/* Effect 14: border switch */
/* line 603, ../sass/_effects.scss */
.cl-effect-14 a { padding: 0 20px; height: 45px; line-height: 45px; }

/* line 609, ../sass/_effects.scss */
.cl-effect-14 a::before, .cl-effect-14 a::after { position: absolute; width: 45px; height: 2px; background: #fff; content: ''; opacity: 0.2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; pointer-events: none; }

/* line 623, ../sass/_effects.scss */
.cl-effect-14 a::before { top: 0; left: 0; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; }

/* line 634, ../sass/_effects.scss */
.cl-effect-14 a::after { right: 0; bottom: 0; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; transform-origin: 100% 0; }

/* line 645, ../sass/_effects.scss */
.cl-effect-14 a:hover::before, .cl-effect-14 a:hover::after, .cl-effect-14 a:focus::before, .cl-effect-14 a:focus::after { opacity: 1; }

/* line 652, ../sass/_effects.scss */
.cl-effect-14 a:hover::before, .cl-effect-14 a:focus::before { left: 50%; -webkit-transform: rotate(0deg) translateX(-50%); -moz-transform: rotate(0deg) translateX(-50%); transform: rotate(0deg) translateX(-50%); }

/* line 660, ../sass/_effects.scss */
.cl-effect-14 a:hover::after, .cl-effect-14 a:focus::after { right: 50%; -webkit-transform: rotate(0deg) translateX(50%); -moz-transform: rotate(0deg) translateX(50%); transform: rotate(0deg) translateX(50%); }

/* Effect 15: scale down, reveal */
/* line 669, ../sass/_effects.scss */
.cl-effect-15 a { color: rgba(0, 0, 0, 0.2); font-weight: 700; text-shadow: none; }

/* line 675, ../sass/_effects.scss */
.cl-effect-15 a::before { color: #fff; content: attr(data-hover); position: absolute; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; }

/* line 684, ../sass/_effects.scss */
.cl-effect-15 a:hover::before, .cl-effect-15 a:focus::before { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); transform: scale(0.9); opacity: 0; }

/* Effect 16: fall down */
/* line 693, ../sass/_effects.scss */
.cl-effect-16 a { color: #6f8686; text-shadow: 0 0 1px rgba(111, 134, 134, 0.3); }

/* line 698, ../sass/_effects.scss */
.cl-effect-16 a::before { color: #fff; content: attr(data-hover); position: absolute; opacity: 0; text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg); -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg); transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; pointer-events: none; }

/* line 713, ../sass/_effects.scss */
.cl-effect-16 a:hover::before, .cl-effect-16 a:focus::before { -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg); -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg); transform: scale(1) translateX(0px) translateY(0px) rotate(0deg); opacity: 1; }

/* Effect 17: move up fade out, push border */
/* line 722, ../sass/_effects.scss */
.cl-effect-17 a { color: #10649b; text-shadow: none; padding: 10px 0; }

/* line 728, ../sass/_effects.scss */
.cl-effect-17 a::before { color: #fff; text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); content: attr(data-hover); position: absolute; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; pointer-events: none; }

/* line 739, ../sass/_effects.scss */
.cl-effect-17 a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #fff; opacity: 0; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); transform: translateY(5px); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; pointer-events: none; }

/* line 757, ../sass/_effects.scss */
.cl-effect-17 a:hover::before, .cl-effect-17 a:focus::before { opacity: 0; -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); transform: translateY(-2px); }

/* line 765, ../sass/_effects.scss */
.cl-effect-17 a:hover::after, .cl-effect-17 a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* Effect 18: cross */
/* line 774, ../sass/_effects.scss */
.cl-effect-18 { position: relative; z-index: 1; }

/* line 779, ../sass/_effects.scss */
.cl-effect-18 a { padding: 0 5px; color: #b4770d; font-weight: 700; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; }

/* line 788, ../sass/_effects.scss */
.cl-effect-18 a::before, .cl-effect-18 a::after { position: absolute; width: 100%; left: 0; top: 50%; height: 2px; margin-top: -1px; background: #b4770d; content: ''; z-index: -1; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; pointer-events: none; }

/* line 805, ../sass/_effects.scss */
.cl-effect-18 a::before { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px); }

/* line 811, ../sass/_effects.scss */
.cl-effect-18 a::after { -webkit-transform: translateY(20px); -moz-transform: translateY(20px); transform: translateY(20px); }

/* line 817, ../sass/_effects.scss */
.cl-effect-18 a:hover, .cl-effect-18 a:focus { color: #fff; }

/* line 822, ../sass/_effects.scss */
.cl-effect-18 a:hover::before, .cl-effect-18 a:hover::after, .cl-effect-18 a:focus::before, .cl-effect-18 a:focus::after { opacity: 0.7; }

/* line 829, ../sass/_effects.scss */
.cl-effect-18 a:hover::before, .cl-effect-18 a:focus::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }

/* line 836, ../sass/_effects.scss */
.cl-effect-18 a:hover::after, .cl-effect-18 a:focus::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Effect 19: 3D side */
/* line 844, ../sass/_effects.scss */
.cl-effect-19 a { line-height: 2em; margin: 15px; -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; width: 200px; }

/* line 853, ../sass/_effects.scss */
.cl-effect-19 a span { position: relative; display: inline-block; width: 100%; padding: 0 14px; background: #e35041; -webkit-transition: -webkit-transform 0.4s, background 0.4s; -moz-transition: -moz-transform 0.4s, background 0.4s; transition: transform 0.4s, background 0.4s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: 50% 50% -100px; -moz-transform-origin: 50% 50% -100px; transform-origin: 50% 50% -100px; }

/* line 870, ../sass/_effects.scss */
.csstransforms3d .cl-effect-19 a span::before { position: absolute; top: 0; left: 100%; width: 100%; height: 100%; background: #b53a2d; content: attr(data-hover); -webkit-transition: background 0.4s; -moz-transition: background 0.4s; transition: background 0.4s; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; transform-origin: 0 50%; pointer-events: none; }

/* line 890, ../sass/_effects.scss */
.cl-effect-19 a:hover span, .cl-effect-19 a:focus span { background: #b53a2d; -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); transform: rotateY(-90deg); }

/* line 898, ../sass/_effects.scss */
.csstransforms3d .cl-effect-19 a:hover span::before, .csstransforms3d .cl-effect-19 a:focus span::before { background: #ef5e50; }

/* Effect 20: 3D side */
/* line 904, ../sass/_effects.scss */
.cl-effect-20 a { line-height: 2em; -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; }

/* line 911, ../sass/_effects.scss */
.cl-effect-20 a span { position: relative; display: inline-block; padding: 3px 15px 0; background: #587285; box-shadow: inset 0 3px #2f4351; -webkit-transition: background 0.6s; -moz-transition: background 0.6s; transition: background 0.6s; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; transform-origin: 0% 50%; }

/* line 931, ../sass/_effects.scss */
.cl-effect-20 a span::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; color: #2f4351; content: attr(data-hover); -webkit-transform: rotateX(270deg); -moz-transform: rotateX(270deg); transform: rotateX(270deg); -webkit-transition: -webkit-transform 0.6s; -moz-transition: -moz-transform 0.6s; transition: transform 0.6s; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; pointer-events: none; }

/* line 952, ../sass/_effects.scss */
.cl-effect-20 a:hover span, .cl-effect-20 a:focus span { background: #2f4351; }

/* line 957, ../sass/_effects.scss */
.cl-effect-20 a:hover span::before, .cl-effect-20 a:focus span::before { -webkit-transform: rotateX(10deg); -moz-transform: rotateX(10deg); transform: rotateX(10deg); }

/* Effect 21: borders slight translate */
/* line 965, ../sass/_effects.scss */
.cl-effect-21 a { padding: 10px; color: #237546; font-weight: 700; text-shadow: none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; }

/* line 975, ../sass/_effects.scss */
.cl-effect-21 a::before, .cl-effect-21 a::after { position: absolute; left: 0; width: 100%; height: 2px; background: #fff; content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }

/* line 992, ../sass/_effects.scss */
.cl-effect-21 a::before { top: 0; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }

/* line 999, ../sass/_effects.scss */
.cl-effect-21 a::after { bottom: 0; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }

/* line 1006, ../sass/_effects.scss */
.cl-effect-21 a:hover, .cl-effect-21 a:focus { color: #fff; }

/* line 1011, ../sass/_effects.scss */
.cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

/* CLICK EFFECTS */
/* line 1025, ../sass/_effects.scss */
.cbutton { position: relative; display: inline-block; padding: 0; border: none; background: none; font-size: 1.4em; overflow: visible; -webkit-transition: color 0.7s; transition: color 0.7s; -webkit-tap-highlight-color: transparent; }

/* line 1040, ../sass/_effects.scss */
.cbutton.cbutton--click, .cbutton:focus { outline: none; }

/* line 1046, ../sass/_effects.scss */
.cbutton__icon { display: block; }

/* line 1050, ../sass/_effects.scss */
.cbutton__text { position: absolute; opacity: 0; pointer-events: none; }

/* line 1056, ../sass/_effects.scss */
.cbutton::after { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; width: 70px; height: 70px; border-radius: 50%; content: ''; opacity: 0; pointer-events: none; }

/* line 1069, ../sass/_effects.scss */
.cbutton--box { width: 24px; height: 24px; border: 4px solid #16232f; }

/* line 1075, ../sass/_effects.scss */
.cbutton--box-color-1 { background: #ff8b00; }

/* line 1079, ../sass/_effects.scss */
.cbutton--box-color-2 { background: #b61854; }

/* line 1083, ../sass/_effects.scss */
.cbutton--box-color-3 { background: #1d5cab; }

/* line 1087, ../sass/_effects.scss */
.cbutton--box-color-4 { background: #f2438c; }

/* line 1091, ../sass/_effects.scss */
.cbutton--box-color-5 { background: #ff6414; }

/* line 1095, ../sass/_effects.scss */
.cbutton--box-color-6 { background: #5ed500; }

/* line 1099, ../sass/_effects.scss */
.cbutton--box-color-7 { background: #0077ff; }

/* line 1103, ../sass/_effects.scss */
.cbutton--box-color-8 { background: #7bff00; }

/* line 1107, ../sass/_effects.scss */
.cbutton--box-color-9 { background: #fff; }

/* Individual Effects */
/* Effect Boris */
/* line 1114, ../sass/_effects.scss */
.cbutton--effect-boris::after { background: rgba(111, 148, 182, 0.1); }

/* line 1118, ../sass/_effects.scss */
.cbutton--effect-boris.cbutton--click::after { -webkit-animation: anim-effect-boris 0.3s forwards; animation: anim-effect-boris 0.3s forwards; }

@-webkit-keyframes anim-effect-boris { 0% { -webkit-transform: scale3d(0.3, 0.3, 1); transform: scale3d(0.3, 0.3, 1); }
  25%, 50% { opacity: 1; }
  to { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
@keyframes anim-effect-boris { 0% { -webkit-transform: scale3d(0.3, 0.3, 1); transform: scale3d(0.3, 0.3, 1); }
  25%, 50% { opacity: 1; }
  to { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
/* Jelena */
/* line 1154, ../sass/_effects.scss */
.cbutton--effect-jelena::after { border: 2px solid rgba(111, 148, 182, 0.5); }

/* line 1158, ../sass/_effects.scss */
.cbutton--effect-jelena.cbutton--click::after { -webkit-animation: anim-effect-jelena 0.3s ease-out forwards; animation: anim-effect-jelena 0.3s ease-out forwards; }

@-webkit-keyframes anim-effect-jelena { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  to { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
@keyframes anim-effect-jelena { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  to { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
/* Radomir */
/* line 1190, ../sass/_effects.scss */
.cbutton--effect-radomir::after { box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0); }

/* line 1194, ../sass/_effects.scss */
.cbutton--effect-radomir.cbutton--click::after { -webkit-animation: anim-effect-radomir 0.5s ease-out forwards; animation: anim-effect-radomir 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-radomir { 0% { opacity: 1; -webkit-transform: scale3d(0.4, 0.4, 1); transform: scale3d(0.4, 0.4, 1); }
  80% { box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8); opacity: 0.1; }
  100% { box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8); opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
@keyframes anim-effect-radomir { 0% { opacity: 1; -webkit-transform: scale3d(0.4, 0.4, 1); transform: scale3d(0.4, 0.4, 1); }
  80% { box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8); opacity: 0.1; }
  100% { box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8); opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
/* Sanja */
/* line 1236, ../sass/_effects.scss */
.cbutton--effect-sanja::after { background: rgba(111, 148, 182, 0.1); }

/* line 1240, ../sass/_effects.scss */
.cbutton--effect-sanja.cbutton--click::after { -webkit-animation: anim-effect-sanja 1s ease-out forwards; animation: anim-effect-sanja 1s ease-out forwards; }

@-webkit-keyframes anim-effect-sanja { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  25% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes anim-effect-sanja { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  25% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
/* Novak */
/* line 1282, ../sass/_effects.scss */
.cbutton--effect-novak::after { background: rgba(111, 148, 182, 0.25); }

/* line 1286, ../sass/_effects.scss */
.cbutton--effect-novak.cbutton--click::after { -webkit-animation: anim-effect-novak 0.5s forwards; animation: anim-effect-novak 0.5s forwards; }

@-webkit-keyframes anim-effect-novak { 0% { opacity: 1; -webkit-transform: scale3d(0.1, 0.1, 1); transform: scale3d(0.1, 0.1, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(8, 8, 1); transform: scale3d(8, 8, 1); } }
@keyframes anim-effect-novak { 0% { opacity: 1; -webkit-transform: scale3d(0.1, 0.1, 1); transform: scale3d(0.1, 0.1, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(8, 8, 1); transform: scale3d(8, 8, 1); } }
/* Ilinka */
/* line 1318, ../sass/_effects.scss */
.cbutton--effect-ilinka::after { background: rgba(111, 148, 182, 0.25); }

/* line 1322, ../sass/_effects.scss */
.cbutton--effect-ilinka.cbutton--click::after { -webkit-animation: anim-effect-ilinka 0.5s ease-out forwards; animation: anim-effect-ilinka 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-ilinka { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes anim-effect-ilinka { 0% { opacity: 1; }
  100% { opacity: 0; } }
/* Marin */
/* line 1346, ../sass/_effects.scss */
.cbutton--effect-marin::after { box-shadow: inset 0 0 0 3px rgba(111, 148, 182, 0.05); }

/* line 1350, ../sass/_effects.scss */
.cbutton--effect-marin.cbutton--click::after { -webkit-animation: anim-effect-marin 0.5s ease-out forwards; animation: anim-effect-marin 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-marin { 0% { opacity: 1; }
  100% { box-shadow: inset 0 0 0 3px rgba(111, 148, 182, 0.8); opacity: 0; -webkit-transform: scale3d(0.75, 0.75, 1); transform: scale3d(0.75, 0.75, 1); } }
@keyframes anim-effect-marin { 0% { opacity: 1; }
  100% { box-shadow: inset 0 0 0 3px rgba(111, 148, 182, 0.8); opacity: 0; -webkit-transform: scale3d(0.75, 0.75, 1); transform: scale3d(0.75, 0.75, 1); } }
/* Nikola */
/* line 1380, ../sass/_effects.scss */
.cbutton--effect-nikola::after { background: rgba(111, 148, 182, 0.1); }

/* line 1384, ../sass/_effects.scss */
.cbutton--effect-nikola.cbutton--click::after { -webkit-animation: anim-effect-nikola 0.5s forwards; animation: anim-effect-nikola 0.5s forwards; }

@-webkit-keyframes anim-effect-nikola { 0% { opacity: 0; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  50% { opacity: 1; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); } }
@keyframes anim-effect-nikola { 0% { opacity: 0; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  50% { opacity: 1; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); } }
/* Tamara */
/* line 1426, ../sass/_effects.scss */
.cbutton--effect-tamara::after { box-shadow: 0 0 0 3px rgba(111, 148, 182, 0.05); }

/* line 1430, ../sass/_effects.scss */
.cbutton--effect-tamara.cbutton--click::after { -webkit-animation: anim-effect-tamara 0.5s ease-out forwards; animation: anim-effect-tamara 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-tamara { 0% { box-shadow: 0 0 0 3px rgba(111, 148, 182, 0.3); opacity: 1; -webkit-transform: scale3d(0.6, 0.6, 1); transform: scale3d(0.6, 0.6, 1); }
  100% { box-shadow: 0 0 0 100px rgba(111, 148, 182, 0); opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes anim-effect-tamara { 0% { box-shadow: 0 0 0 3px rgba(111, 148, 182, 0.3); opacity: 1; -webkit-transform: scale3d(0.6, 0.6, 1); transform: scale3d(0.6, 0.6, 1); }
  100% { box-shadow: 0 0 0 100px rgba(111, 148, 182, 0); opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
/* Zoran */
/* line 1466, ../sass/_effects.scss */
.cbutton--effect-zoran::after { background: rgba(111, 148, 182, 0.1); }

/* line 1470, ../sass/_effects.scss */
.cbutton--effect-zoran.cbutton--click::after { -webkit-animation: anim-effect-zoran 0.5s ease-out forwards; animation: anim-effect-zoran 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-zoran { 0% { opacity: 0.2; }
  50% { opacity: 1; -webkit-transform: scale3d(0.6, 1, 1); transform: scale3d(0.6, 1, 1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  100% { opacity: 0.3; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
@keyframes anim-effect-zoran { 0% { opacity: 0.2; }
  50% { opacity: 1; -webkit-transform: scale3d(0.6, 1, 1); transform: scale3d(0.6, 1, 1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  100% { opacity: 0.3; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
/* Ivana */
/* line 1512, ../sass/_effects.scss */
.cbutton--effect-ivana::before { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; width: 70px; height: 70px; border-radius: 50%; content: ''; opacity: 0; pointer-events: none; }

/* line 1525, ../sass/_effects.scss */
.cbutton--effect-ivana::before, .cbutton--effect-ivana::after { box-shadow: 0 0 0 2px rgba(111, 148, 182, 0.5); }

/* line 1530, ../sass/_effects.scss */
.cbutton--effect-ivana.cbutton--click::before { -webkit-animation: anim-effect-ivana-1 0.5s forwards; animation: anim-effect-ivana-1 0.5s forwards; }

/* line 1535, ../sass/_effects.scss */
.cbutton--effect-ivana.cbutton--click::after { -webkit-animation: anim-effect-ivana-2 0.5s forwards; animation: anim-effect-ivana-2 0.5s forwards; }

@-webkit-keyframes anim-effect-ivana-1 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
@keyframes anim-effect-ivana-1 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
@-webkit-keyframes anim-effect-ivana-2 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  50%, 100% { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
@keyframes anim-effect-ivana-2 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  50%, 100% { opacity: 0; -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } }
/* Marko */
/* line 1593, ../sass/_effects.scss */
.cbutton--effect-marko::after { box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.3); }

/* line 1597, ../sass/_effects.scss */
.cbutton--effect-marko.cbutton--click::after { -webkit-animation: anim-effect-marko 0.5s forwards; animation: anim-effect-marko 0.5s forwards; }

@-webkit-keyframes anim-effect-marko { 0% { opacity: 1; }
  50% { box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0.1); opacity: 1; }
  100% { box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0.1); opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
@keyframes anim-effect-marko { 0% { opacity: 1; }
  50% { box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0.1); opacity: 1; }
  100% { box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0.1); opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } }
/* Stoja */
/* line 1635, ../sass/_effects.scss */
.cbutton--effect-stoja::before { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; width: 70px; height: 70px; border-radius: 50%; content: ''; opacity: 0; pointer-events: none; }

/* line 1648, ../sass/_effects.scss */
.cbutton--effect-stoja::before, .cbutton--effect-stoja::after { box-shadow: 0 0 0 2px rgba(111, 148, 182, 0.5); }

/* line 1653, ../sass/_effects.scss */
.cbutton--effect-stoja-left::before, .cbutton--effect-stoja-left::after { -webkit-clip-path: polygon(0% 0%, 50% 0%, 50% 50%, 0% 50%); clip-path: polygon(0% 0%, 50% 0%, 50% 50%, 0% 50%); }

/* line 1659, ../sass/_effects.scss */
.cbutton--effect-stoja-top::before, .cbutton--effect-stoja-top::after { -webkit-clip-path: polygon(10% 0%, 90% 0%, 50% 50%); clip-path: polygon(25% 0%, 75% 0%, 50% 50%); }

/* line 1665, ../sass/_effects.scss */
.cbutton--effect-stoja-right::before, .cbutton--effect-stoja-right::after { -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%); clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%); }

/* line 1671, ../sass/_effects.scss */
.cbutton--effect-stoja.cbutton--click::before { -webkit-animation: anim-effect-stoja-1 0.5s forwards; animation: anim-effect-stoja-1 0.5s forwards; }

/* line 1676, ../sass/_effects.scss */
.cbutton--effect-stoja.cbutton--click::after { -webkit-animation: anim-effect-stoja-2 0.5s forwards; animation: anim-effect-stoja-2 0.5s forwards; }

@-webkit-keyframes anim-effect-stoja-1 { 0% { opacity: 1; -webkit-transform: scale3d(0.3, 0.3, 1); transform: scale3d(0.3, 0.3, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes anim-effect-stoja-1 { 0% { opacity: 1; -webkit-transform: scale3d(0.3, 0.3, 1); transform: scale3d(0.3, 0.3, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@-webkit-keyframes anim-effect-stoja-2 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1); transform: scale3d(1.5, 1.5, 1); } }
@keyframes anim-effect-stoja-2 { 0% { opacity: 1; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1); transform: scale3d(1.5, 1.5, 1); } }
/* Azra */
/* line 1734, ../sass/_effects.scss */
.cbutton--effect-azra img { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; width: 70px; height: 70px; border-radius: 50%; opacity: 0; pointer-events: none; }

/* line 1746, ../sass/_effects.scss */
.cbutton--effect-azra.cbutton--click img { -webkit-animation: anim-effect-azra 0.5s ease-in forwards; animation: anim-effect-azra 0.5s ease-in forwards; }

@-webkit-keyframes anim-effect-azra { 0% { opacity: 0; -webkit-transform: scale3d(0.2, 0.2, 1) translate3d(0, 100%, 0); transform: scale3d(0.2, 0.2, 1) translate3d(0, 100%, 0); }
  50% { opacity: 0.7; -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 100%, 0); transform: scale3d(0.5, 0.5, 1) translate3d(0, 100%, 0); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 200%, 0); transform: scale3d(0.5, 0.5, 1) translate3d(0, 200%, 0); } }
@keyframes anim-effect-azra { 0% { opacity: 0.5; -webkit-transform: scale3d(0.2, 0.2, 1) translate3d(0, 100%, 0); transform: scale3d(0.2, 0.2, 1) translate3d(0, 100%, 0); }
  100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 200%, 0); transform: scale3d(0.5, 0.5, 1) translate3d(0, 200%, 0); } }
/* Dejan */
/* line 1786, ../sass/_effects.scss */
.cbutton--effect-dejan::after { margin: -4px 0 0 -4px; width: 8px; height: 8px; }

/* line 1792, ../sass/_effects.scss */
.cbutton--box-color-4.cbutton--effect-dejan::after { background: #f2438c; }

/* line 1796, ../sass/_effects.scss */
.cbutton--box-color-5.cbutton--effect-dejan::after { background: #ff6414; }

/* line 1800, ../sass/_effects.scss */
.cbutton--box-color-6.cbutton--effect-dejan::after { background: #5ed500; }

/* line 1804, ../sass/_effects.scss */
.cbutton--effect-dejan .cbutton__helper { position: absolute; bottom: 0; opacity: 0; pointer-events: none; }

/* line 1811, ../sass/_effects.scss */
.cbutton--effect-dejan .cbutton__helper--first { left: -15px; width: 30px; height: 30px; -webkit-transform-origin: -40% 50%; transform-origin: -40% 50%; }

/* line 1819, ../sass/_effects.scss */
.cbutton--effect-dejan .cbutton__helper--second { left: 0px; width: 30px; height: 60px; -webkit-transform-origin: 140% 50%; transform-origin: 140% 50%; }

/* line 1827, ../sass/_effects.scss */
.cbutton--effect-dejan .cbutton__helper img { position: absolute; top: 0; left: 0; }

/* line 1833, ../sass/_effects.scss */
.cbutton--effect-dejan.cbutton--click .cbutton__helper--first { -webkit-animation: anim-effect-dejan-1 0.3s ease-out forwards; animation: anim-effect-dejan-1 0.3s ease-out forwards; }

/* line 1838, ../sass/_effects.scss */
.cbutton--effect-dejan.cbutton--click .cbutton__helper--second { -webkit-animation: anim-effect-dejan-2 0.3s ease-out forwards; animation: anim-effect-dejan-2 0.3s ease-out forwards; }

/* line 1843, ../sass/_effects.scss */
.cbutton--effect-dejan.cbutton--click .cbutton__helper--first img, .cbutton--effect-dejan.cbutton--click .cbutton__helper--second img { -webkit-animation: anim-effect-dejan-3 0.3s ease-in forwards; animation: anim-effect-dejan-3 0.3s ease-in forwards; }

/* line 1849, ../sass/_effects.scss */
.cbutton--effect-dejan.cbutton--click::after { -webkit-animation: anim-effect-dejan-4 0.3s ease-out forwards; animation: anim-effect-dejan-4 0.3s ease-out forwards; }

@-webkit-keyframes anim-effect-dejan-1 { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); } }
@keyframes anim-effect-dejan-1 { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); } }
@-webkit-keyframes anim-effect-dejan-2 { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); } }
@keyframes anim-effect-dejan-2 { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); } }
@-webkit-keyframes anim-effect-dejan-3 { 0% { -webkit-transform: scale3d(0.4, 0.4, 1); transform: scale3d(0.4, 0.4, 1); }
  50% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes anim-effect-dejan-3 { 0% { -webkit-transform: scale3d(0.4, 0.4, 1); transform: scale3d(0.4, 0.4, 1); }
  50% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@-webkit-keyframes anim-effect-dejan-4 { 0% { opacity: 1; -webkit-transform: scale3d(0.1, 0.1, 1); transform: scale3d(0.1, 0.1, 1); }
  80% { opacity: 0.7; -webkit-transform: translate3d(0, -70px, 0) scale3d(1, 1, 1); transform: translate3d(0, -70px, 0) scale3d(1, 1, 1); }
  100% { opacity: 0; -webkit-transform: translate3d(0, -60px, 0) scale3d(1, 1, 1); transform: translate3d(0, -60px, 0) scale3d(1, 1, 1); } }
@keyframes anim-effect-dejan-4 { 0% { opacity: 1; -webkit-transform: scale3d(0.1, 0.1, 1); transform: scale3d(0.1, 0.1, 1); }
  80% { opacity: 0.7; -webkit-transform: translate3d(0, -70px, 0) scale3d(1, 1, 1); transform: translate3d(0, -70px, 0) scale3d(1, 1, 1); }
  100% { opacity: 0; -webkit-transform: translate3d(0, -60px, 0) scale3d(1, 1, 1); transform: translate3d(0, -60px, 0) scale3d(1, 1, 1); } }
/* Filipa */
/* line 1969, ../sass/_effects.scss */
.cbutton--effect-filipa::after { border-radius: 0px; box-shadow: 0 0 0 2px rgba(111, 148, 182, 0.9); }

/* line 1974, ../sass/_effects.scss */
.cbutton--effect-filipa.cbutton--effect-filipa-left.cbutton--click::after { -webkit-animation: anim-effect-filipa-left 0.5s forwards; animation: anim-effect-filipa-left 0.5s forwards; }

@-webkit-keyframes anim-effect-filipa-left { 0% { opacity: 0.7; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -135deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -135deg); } }
@keyframes anim-effect-filipa-left { 0% { opacity: 0.7; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -135deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -135deg); } }
/* line 2005, ../sass/_effects.scss */
.cbutton--effect-filipa.cbutton--effect-filipa-right.cbutton--click::after { -webkit-animation: anim-effect-filipa-right 0.5s forwards; animation: anim-effect-filipa-right 0.5s forwards; }

@-webkit-keyframes anim-effect-filipa-right { 0% { opacity: 0.7; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 135deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 135deg); } }
@keyframes anim-effect-filipa-right { 0% { opacity: 0.7; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); }
  100% { opacity: 0; -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 135deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 135deg); } }
/* Lazar */
/* line 2037, ../sass/_effects.scss */
.cbutton--effect-lazar-inverted { -webkit-transform: scale3d(-1, 1, 1); transform: scale3d(-1, 1, 1); }

/* line 2041, ../sass/_effects.scss */
.cbutton--effect-lazar::before { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 0; width: 35px; height: 70px; border-radius: 0 35px 35px 0; background: rgba(111, 148, 182, 0.15); content: ''; opacity: 0; -webkit-transform-origin: 0 50%; transform-origin: 0 50%; pointer-events: none; }

/* line 2057, ../sass/_effects.scss */
.cbutton--effect-lazar::after { right: 50%; left: auto; margin: -35px 0 0 0; width: 35px; height: 70px; border-radius: 35px 0 0 35px; background: rgba(111, 148, 182, 0.1); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; }

/* line 2069, ../sass/_effects.scss */
.cbutton--effect-lazar.cbutton--click::before { -webkit-animation: anim-effect-lazar-1 0.8s ease-out forwards; animation: anim-effect-lazar-1 0.8s ease-out forwards; }

/* line 2074, ../sass/_effects.scss */
.cbutton--effect-lazar.cbutton--click::after { -webkit-animation: anim-effect-lazar-2 0.8s ease-out forwards; animation: anim-effect-lazar-2 0.8s ease-out forwards; }

@-webkit-keyframes anim-effect-lazar-1 { 0%, 25% { opacity: 1; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg); transform: perspective(1000px) rotate3d(0, 1, 0, 0deg); }
  100% { opacity: 0; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); } }
@keyframes anim-effect-lazar-1 { 0%, 25% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); } }
@-webkit-keyframes anim-effect-lazar-2 { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes anim-effect-lazar-2 { 0% { opacity: 1; }
  100% { opacity: 0; } }
/* Jagoda */
/* line 2122, ../sass/_effects.scss */
.cbutton--effect-jagoda::before { position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; border-radius: 50%; content: ''; opacity: 0; pointer-events: none; }

/* line 2135, ../sass/_effects.scss */
.cbutton--effect-jagoda::after { margin: -25px 0 0 -25px; width: 50px; height: 50px; }

/* line 2141, ../sass/_effects.scss */
.cbutton--effect-jagoda::before, .cbutton--effect-jagoda::after { box-shadow: 0 0 0 2px rgba(111, 148, 182, 0.5); }

/* line 2146, ../sass/_effects.scss */
.cbutton--effect-jagoda.cbutton--click::before, .cbutton--effect-jagoda.cbutton--click::after { -webkit-animation-name: anim-effect-jagoda-2, anim-effect-jagoda-1; animation-name: anim-effect-jagoda-2, anim-effect-jagoda-1; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-iteration-count: 5; animation-iteration-count: 5; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

/* line 2160, ../sass/_effects.scss */
.cbutton--effect-jagoda.cbutton--click::after { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

@-webkit-keyframes anim-effect-jagoda-1 { 0%, 100% { opacity: 0; }
  40%, 60% { opacity: 1; } }
@keyframes anim-effect-jagoda-1 { 0%, 100% { opacity: 0; }
  40%, 60% { opacity: 1; } }
@-webkit-keyframes anim-effect-jagoda-2 { 0% { -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { -webkit-transform: scale3d(1.4, 1.4, 1); transform: scale3d(1.4, 1.4, 1); } }
@keyframes anim-effect-jagoda-2 { 0% { -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
  100% { -webkit-transform: scale3d(1.4, 1.4, 1); transform: scale3d(1.4, 1.4, 1); } }
/* Simo */
/* line 2206, ../sass/_effects.scss */
.cbutton--effect-simo::before { position: absolute; top: 50%; left: -20px; margin: -4px 0 0 0; width: 8px; height: 8px; border-radius: 50%; background: rgba(111, 148, 182, 0.3); content: ''; opacity: 0; -webkit-transform-origin: 35px 50%; transform-origin: 35px 50%; }

/* line 2221, ../sass/_effects.scss */
.cbutton--effect-simo::after { border: 8px solid rgba(111, 148, 182, 0.1); }

/* line 2225, ../sass/_effects.scss */
.cbutton--effect-simo.cbutton--click::after { -webkit-animation: anim-effect-simo-1 5s forwards; animation: anim-effect-simo-1 5s forwards; }

/* line 2230, ../sass/_effects.scss */
.cbutton--effect-simo.cbutton--click::before { -webkit-animation-name: anim-effect-simo-2, anim-effect-simo-3; animation-name: anim-effect-simo-2, anim-effect-simo-3; -webkit-animation-duration: 5s, 0.4s; animation-duration: 5s, 0.4s; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-timing-function: ease, linear; animation-timing-function: ease, linear; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@-webkit-keyframes anim-effect-simo-1 { 0%, 100% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); opacity: 0; }
  5%, 95% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes anim-effect-simo-1 { 0%, 100% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); opacity: 0; }
  5%, 95% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@-webkit-keyframes anim-effect-simo-2 { 0%, 5%, 95%, 100% { opacity: 0; }
  10%, 90% { opacity: 1; } }
@keyframes anim-effect-simo-2 { 0%, 5%, 95%, 100% { opacity: 0; }
  10%, 90% { opacity: 1; } }
@-webkit-keyframes anim-effect-simo-3 { 100% { -webkit-transform: rotate3d(0, 0, 1, 360deg); transform: rotate3d(0, 0, 1, 360deg); } }
@keyframes anim-effect-simo-3 { 100% { -webkit-transform: rotate3d(0, 0, 1, 360deg); transform: rotate3d(0, 0, 1, 360deg); } }
/* Milan */
/* line 2302, ../sass/_effects.scss */
.cbutton--effect-milan::before { content: ""; position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; width: 70px; height: 70px; border-radius: 50%; opacity: 0; pointer-events: none; }

/* line 2315, ../sass/_effects.scss */
.cbutton--effect-milan::after, .cbutton--effect-milan::before { border: 4px solid rgba(111, 148, 182, 0.1); }

/* line 2320, ../sass/_effects.scss */
.cbutton--effect-milan.cbutton--click::after { -webkit-animation-name: anim-effect-milan-3, anim-effect-milan-1; animation-name: anim-effect-milan-3, anim-effect-milan-1; -webkit-animation-duration: 5s, 2s; animation-duration: 5s, 2s; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-timing-function: ease, linear; animation-timing-function: ease, linear; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

/* line 2333, ../sass/_effects.scss */
.cbutton--effect-milan.cbutton--click::before { -webkit-animation-name: anim-effect-milan-3, anim-effect-milan-2; animation-name: anim-effect-milan-3, anim-effect-milan-2; -webkit-animation-duration: 5s, 2s; animation-duration: 5s, 2s; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-timing-function: ease, linear; animation-timing-function: ease, linear; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@-webkit-keyframes anim-effect-milan-1 { 0% { -webkit-transform: perspective(1000px) rotate3d(1, 1, 1, 0deg); transform: perspective(1000px) rotate3d(1, 1, 1, 0deg); }
  100% { -webkit-transform: perspective(1000px) rotate3d(1, 1, 1, 360deg); transform: perspective(1000px) rotate3d(1, 1, 1, 360deg); } }
@keyframes anim-effect-milan-1 { 0% { -webkit-transform: perspective(1000px) rotate3d(1, 1, 1, 0deg); transform: perspective(1000px) rotate3d(1, 1, 1, 0deg); }
  100% { -webkit-transform: perspective(1000px) rotate3d(1, 1, 1, 360deg); transform: perspective(1000px) rotate3d(1, 1, 1, 360deg); } }
@-webkit-keyframes anim-effect-milan-2 { 0% { -webkit-transform: perspective(1000px) rotate3d(-1, -1, -1, 0deg); transform: perspective(1000px) rotate3d(-1, -1, -1, 0deg); }
  100% { -webkit-transform: perspective(1000px) rotate3d(-1, -1, -1, 360deg); transform: perspective(1000px) rotate3d(-1, -1, -1, 360deg); } }
@keyframes anim-effect-milan-2 { 0% { -webkit-transform: perspective(1000px) rotate3d(1, -1, 1, 0deg); transform: perspective(1000px) rotate3d(1, -1, 1, 0deg); }
  100% { -webkit-transform: perspective(1000px) rotate3d(1, -1, 1, 360deg); transform: perspective(1000px) rotate3d(1, -1, 1, 360deg); } }
@-webkit-keyframes anim-effect-milan-3 { 0%, 100% { opacity: 0; }
  25%, 75% { opacity: 1; } }
@keyframes anim-effect-milan-3 { 0%, 100% { opacity: 0; }
  25%, 75% { opacity: 1; } }
/* Zorka */
/* line 2409, ../sass/_effects.scss */
.cbutton--effect-zorka .cbutton__helper { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -100px; width: 200px; height: 70px; opacity: 0; -webkit-filter: url(../index.html#lb-goo-filter); filter: url(../index.html#lb-goo-filter); pointer-events: none; }

/* line 2422, ../sass/_effects.scss */
.cbutton--effect-zorka .cbutton__helper::before, .cbutton--effect-zorka .cbutton__helper::after { position: absolute; top: 50%; left: 50%; margin: -28px 0 0 -28px; width: 56px; height: 56px; border-radius: 50%; background: #6f94b6; content: ''; }

/* line 2435, ../sass/_effects.scss */
.cbutton--effect-zorka.cbutton--click .cbutton__helper { -webkit-animation: anim-effect-zorka-1 0.7s ease-out; animation: anim-effect-zorka-1 0.7s ease-out; }

/* line 2440, ../sass/_effects.scss */
.cbutton--effect-zorka.cbutton--click .cbutton__helper::before { -webkit-animation: anim-effect-zorka-2 0.7s ease-out forwards; animation: anim-effect-zorka-2 0.7s ease-out forwards; }

/* line 2445, ../sass/_effects.scss */
.cbutton--effect-zorka.cbutton--click .cbutton__helper::after { -webkit-animation: anim-effect-zorka-3 0.7s ease-out forwards; animation: anim-effect-zorka-3 0.7s ease-out forwards; }

@-webkit-keyframes anim-effect-zorka-1 { 0% { opacity: 0.1; }
  50% { opacity: 0.175; }
  100% { opacity: 0; } }
@keyframes anim-effect-zorka-1 { 0% { opacity: 0.1; }
  50% { opacity: 0.175; }
  100% { opacity: 0; } }
@-webkit-keyframes anim-effect-zorka-2 { 100% { -webkit-transform: translate3d(40px, 0, 0) scale3d(0.8, 0.8, 1); transform: translate3d(40px, 0, 0) scale3d(0.8, 0.8, 1); } }
@keyframes anim-effect-zorka-2 { 100% { -webkit-transform: translate3d(40px, 0, 0) scale3d(0.8, 0.8, 1); transform: translate3d(40px, 0, 0) scale3d(0.8, 0.8, 1); } }
@-webkit-keyframes anim-effect-zorka-3 { 100% { -webkit-transform: translate3d(-40px, 0, 0) scale3d(0.8, 0.8, 1); transform: translate3d(-40px, 0, 0) scale3d(0.8, 0.8, 1); } }
@keyframes anim-effect-zorka-3 { 100% { -webkit-transform: translate3d(-40px, 0, 0) scale3d(0.8, 0.8, 1); transform: translate3d(-40px, 0, 0) scale3d(0.8, 0.8, 1); } }
/* Stana */
/* line 2503, ../sass/_effects.scss */
.cbutton--effect-stana .cbutton__helper { position: absolute; top: 50%; left: 50%; margin: -40px 0 0 -40px; width: 80px; height: 80px; opacity: 0; pointer-events: none; }

/* line 2514, ../sass/_effects.scss */
.cbutton--effect-stana line { fill: none; stroke-width: 2; }

/* line 2519, ../sass/_effects.scss */
.cbutton--box-color-7 line { stroke: #0077ff; }

/* line 2523, ../sass/_effects.scss */
.cbutton--box-color-8 line { stroke: #7bff00; }

/* line 2527, ../sass/_effects.scss */
.cbutton--box-color-9 line { stroke: #fff; }

/* line 2531, ../sass/_effects.scss */
.clip-ring { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }

/* line 2536, ../sass/_effects.scss */
.cbutton--effect-stana.cbutton--click .cbutton__helper { -webkit-animation: anim-effect-stana 0.4s ease-in forwards; animation: anim-effect-stana 0.4s ease-in forwards; }

@-webkit-keyframes anim-effect-stana { 0%, 100% { opacity: 1; }
  50% { opacity: 0.3; -webkit-animation-timing: ease-out; animation-timing: ease-out; } }
@keyframes anim-effect-stana { 0%, 100% { opacity: 1; }
  50% { opacity: 0.3; -webkit-animation-timing: ease-out; animation-timing: ease-out; } }
/* line 2565, ../sass/_effects.scss */
.cbutton--effect-stana.cbutton--click .clip-ring { -webkit-transition: -webkit-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; -webkit-transform: scale3d(3, 3, 1); transform: scale3d(3, 3, 1); }

/* line 1, ../sass/_bootstrap-dropdowns.scss */
.clearfix { *zoom: 1; }

/* line 5, ../sass/_bootstrap-dropdowns.scss */
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }

/* line 12, ../sass/_bootstrap-dropdowns.scss */
.clearfix:after { clear: both; }

/* line 16, ../sass/_bootstrap-dropdowns.scss */
.hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

/* line 24, ../sass/_bootstrap-dropdowns.scss */
.input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 33, ../sass/_bootstrap-dropdowns.scss */
.dropup, .dropdown { position: relative; }

/* line 38, ../sass/_bootstrap-dropdowns.scss */
.dropdown-toggle { *margin-bottom: -3px; }

/* line 42, ../sass/_bootstrap-dropdowns.scss */
.dropdown-toggle:active, .open .dropdown-toggle { outline: 0; }

/* line 47, ../sass/_bootstrap-dropdowns.scss */
.caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; }

/* line 58, ../sass/_bootstrap-dropdowns.scss */
.dropdown .caret { margin-top: 8px; margin-left: 2px; }

/* line 63, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }

/* line 90, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu.pull-right { right: 0; left: auto; }

/* line 95, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; }

/* line 105, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; }

/* line 115, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

/* line 131, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; outline: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

/* line 147, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; }

/* line 153, ../sass/_bootstrap-dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: default; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* line 162, ../sass/_bootstrap-dropdowns.scss */
.open { *z-index: 1000; }

/* line 166, ../sass/_bootstrap-dropdowns.scss */
.open > .dropdown-menu { display: block; }

/* line 170, ../sass/_bootstrap-dropdowns.scss */
.pull-right > .dropdown-menu { right: 0; left: auto; }

/* line 175, ../sass/_bootstrap-dropdowns.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: ""; }

/* line 182, ../sass/_bootstrap-dropdowns.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

/* line 189, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu { position: relative; }

/* line 193, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; }

/* line 203, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu { display: block; }

/* line 207, ../sass/_bootstrap-dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; margin-top: 0; margin-bottom: -2px; -webkit-border-radius: 5px 5px 5px 0; -moz-border-radius: 5px 5px 5px 0; border-radius: 5px 5px 5px 0; }

/* line 217, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu > a:after { display: block; float: right; width: 0; height: 0; margin-top: 5px; margin-right: -10px; border-color: transparent; border-left-color: #cccccc; border-style: solid; border-width: 5px 0 5px 5px; content: " "; }

/* line 231, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu:hover > a:after { border-left-color: #ffffff; }

/* line 235, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu.pull-left { float: none; }

/* line 239, ../sass/_bootstrap-dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }

/* line 247, ../sass/_bootstrap-dropdowns.scss */
.dropdown .dropdown-menu .nav-header { padding-right: 20px; padding-left: 20px; }

/* line 252, ../sass/_bootstrap-dropdowns.scss */
.typeahead { z-index: 1051; margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/* Slider */
/* line 3, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

/* line 17, ../node_modules/slick-carousel/slick/slick.scss */
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
/* line 24, ../node_modules/slick-carousel/slick/slick.scss */
.slick-list:focus { outline: none; }
/* line 28, ../node_modules/slick-carousel/slick/slick.scss */
.slick-list.dragging { cursor: pointer; cursor: hand; }

/* line 33, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* line 42, ../node_modules/slick-carousel/slick/slick.scss */
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
/* line 50, ../node_modules/slick-carousel/slick/slick.scss */
.slick-track:before, .slick-track:after { content: ""; display: table; }
/* line 56, ../node_modules/slick-carousel/slick/slick.scss */
.slick-track:after { clear: both; }
/* line 60, ../node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-track { visibility: hidden; }

/* line 64, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
/* line 68, ../node_modules/slick-carousel/slick/slick.scss */
[dir="rtl"] .slick-slide { float: right; }
/* line 71, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slide img { display: block; }
/* line 74, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slide.slick-loading img { display: none; }
/* line 80, ../node_modules/slick-carousel/slick/slick.scss */
.slick-slide.dragging img { pointer-events: none; }
/* line 84, ../node_modules/slick-carousel/slick/slick.scss */
.slick-initialized .slick-slide { display: block; }
/* line 88, ../node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-slide { visibility: hidden; }
/* line 92, ../node_modules/slick-carousel/slick/slick.scss */
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* line 98, ../node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden { display: none; }

/* Slider */
/* line 45, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-loading .slick-list { background: #fff url('/images/ajax-loader.gif?1432822038') center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url('/fonts/slick.eot?1432822038'); src: url('/fonts/slick.eot?&1432822038#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1432822038') format("woff"), url('/fonts/slick.ttf?1432822038') format("truetype"), url('/fonts/slick.svg?1432822038#slick') format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
/* line 63, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
/* line 81, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
/* line 85, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
/* line 89, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* line 92, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* line 103, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev { left: -25px; }
/* line 105, ../node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
/* line 109, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-prev:before { content: "←"; }
/* line 111, ../node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-prev:before { content: "→"; }

/* line 117, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-next { right: -25px; }
/* line 119, ../node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-next { left: -25px; right: auto; }
/* line 123, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-next:before { content: "→"; }
/* line 125, ../node_modules/slick-carousel/slick/slick-theme.scss */
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
/* line 133, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dotted.slick-slider { margin-bottom: 30px; }

/* line 137, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
/* line 146, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
/* line 154, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
/* line 166, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
/* line 168, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
/* line 172, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* line 189, ../node_modules/slick-carousel/slick/slick-theme.scss */
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/* line 1, ../bower_components/toastr/toastr.scss */
.toast-title { font-weight: bold; }

/* line 4, ../bower_components/toastr/toastr.scss */
.toast-message { -ms-word-wrap: break-word; word-wrap: break-word; }

/* line 8, ../bower_components/toastr/toastr.scss */
.toast-message a, .toast-message label { color: #ffffff; }

/* line 12, ../bower_components/toastr/toastr.scss */
.toast-message a:hover { color: #cccccc; text-decoration: none; }

/* line 16, ../bower_components/toastr/toastr.scss */
.toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #ffffff; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); }

/* line 30, ../bower_components/toastr/toastr.scss */
.toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); }

/*Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`.*/
/* line 42, ../bower_components/toastr/toastr.scss */
button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

/* line 49, ../bower_components/toastr/toastr.scss */
.toast-top-center { top: 0; right: 0; width: 100%; }

/* line 54, ../bower_components/toastr/toastr.scss */
.toast-bottom-center { bottom: 0; right: 0; width: 100%; }

/* line 59, ../bower_components/toastr/toastr.scss */
.toast-top-full-width { top: 0; right: 0; width: 100%; }

/* line 64, ../bower_components/toastr/toastr.scss */
.toast-bottom-full-width { bottom: 0; right: 0; width: 100%; }

/* line 69, ../bower_components/toastr/toastr.scss */
.toast-top-left { top: 12px; left: 12px; }

/* line 73, ../bower_components/toastr/toastr.scss */
.toast-top-right { top: 12px; right: 12px; }

/* line 77, ../bower_components/toastr/toastr.scss */
.toast-bottom-right { right: 12px; bottom: 12px; }

/* line 81, ../bower_components/toastr/toastr.scss */
.toast-bottom-left { bottom: 12px; left: 12px; }

/* line 85, ../bower_components/toastr/toastr.scss */
#toast-container { position: fixed; z-index: 999999; /*overrides*/ }

/* line 91, ../bower_components/toastr/toastr.scss */
#toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* line 96, ../bower_components/toastr/toastr.scss */
#toast-container > div { position: relative; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #ffffff; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); }

/* line 115, ../bower_components/toastr/toastr.scss */
#toast-container > :hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; }

/* line 124, ../bower_components/toastr/toastr.scss */
#toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

/* line 127, ../bower_components/toastr/toastr.scss */
#toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

/* line 130, ../bower_components/toastr/toastr.scss */
#toast-container > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

/* line 133, ../bower_components/toastr/toastr.scss */
#toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

/* line 136, ../bower_components/toastr/toastr.scss */
#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div { width: 300px; margin: auto; }

/* line 141, ../bower_components/toastr/toastr.scss */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin: auto; }

/* line 146, ../bower_components/toastr/toastr.scss */
.toast { background-color: #030303; }

/* line 149, ../bower_components/toastr/toastr.scss */
.toast-success { background-color: #51a351; }

/* line 152, ../bower_components/toastr/toastr.scss */
.toast-error { background-color: #bd362f; }

/* line 155, ../bower_components/toastr/toastr.scss */
.toast-info { background-color: #2f96b4; }

/* line 158, ../bower_components/toastr/toastr.scss */
.toast-warning { background-color: #f89406; }

/* line 162, ../bower_components/toastr/toastr.scss */
.toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000000; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) { /* line 175, ../bower_components/toastr/toastr.scss */
  #toast-container > div { padding: 8px 8px 8px 50px; width: 11em; }
  /* line 179, ../bower_components/toastr/toastr.scss */
  #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) { /* line 185, ../bower_components/toastr/toastr.scss */
  #toast-container > div { padding: 8px 8px 8px 50px; width: 18em; }
  /* line 189, ../bower_components/toastr/toastr.scss */
  #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) { /* line 195, ../bower_components/toastr/toastr.scss */
  #toast-container > div { padding: 15px 15px 15px 50px; width: 25em; } }
/* line 4, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-overlay { border-radius: 3px; }

/* line 9, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert { font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; padding: 12px; padding-top: 53px; text-align: right; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11), 0px 6px 30px rgba(0, 0, 0, 0.14); }
/* line 22, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert h2 { position: absolute; top: 0; left: 0; right: 0; height: 41px; background-color: #f6f7f8; margin: 0; font-size: 15px; text-align: left; padding-left: 12px; color: #131722; border-bottom: 1px solid #e5e5e5; }
/* line 37, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert p { display: block; text-align: center; color: #131722; font-weight: 400; font-size: 15px; margin-top: 7px; }
/* line 46, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-button-container { border-top: 1px solid #dcdee3; }
/* line 49, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] { padding-bottom: 10px; }
/* line 51, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] .sa-button-container { display: none; }
/* line 56, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert button { font-size: 12px; padding: 5px 10px; border-radius: 2px; box-shadow: none !important; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); font-weight: 500; margin: 0; margin-top: 12px; }
/* line 65, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert button:focus, .sweet-alert button.cancel:focus { box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15) !important; }
/* line 69, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert button.confirm { border: 1px solid #3d5586; background-color: #47639c !important; margin-left: 4px; }
/* line 74, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert button.cancel { color: #4e5664; background-color: #fafbfb; text-shadow: 0px -1px 0px white; border: 1px solid #c5c6c8; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04) !important; font-weight: 600; }
/* line 81, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert button.cancel:hover { background-color: #fafbfb; }
/* line 87, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-icon:not(.sa-custom) { transform: scale(0.7); margin-bottom: -10px; margin-top: -10px; }
/* line 93, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert input { border: 1px solid #bdc7d8; padding: 3px; border-radius: 0; box-shadow: none; font-size: 15px; height: 33px; margin: 10px 0; }
/* line 101, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert input:focus { box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15) !important; }
/* line 106, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert fieldset .sa-input-error { display: none; }
/* line 110, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-error-container { text-align: center; background-color: #fdebe8; margin: 0; border: none; }
/* line 115, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-error-container.show { margin: 14px; margin-top: 0; border: 1px solid #d5512d; }
/* line 121, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-error-container .icon { display: none; }
/* line 124, ../bower_components/sweetalert/themes/facebook/facebook.scss */
.sweet-alert .sa-error-container p { color: #303b44; margin-top: 3px; }

@-webkit-keyframes animateErrorIcon { 0% { transform: rotateX(100deg), scale(0.5); -webkit-transform: rotateX(100deg), scale(0.5); opacity: 0; }
  100% { transform: rotateX(0deg), scale(0.5); -webkit-transform: rotateX(0deg), scale(0.5); opacity: 1; } }
@keyframes animateErrorIcon { 0% { transform: rotateX(100deg), scale(0.5); -webkit-transform: rotateX(100deg), scale(0.5); opacity: 0; }
  100% { transform: rotateX(0deg), scale(0.5); -webkit-transform: rotateX(0deg), scale(0.5); opacity: 1; } }
/* line 24, ../sass/vss2.scss */
.msp-bg, .exs-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9000; background-color: black; background-color: rgba(0, 0, 0, 0.75); }

/* line 35, ../sass/vss2.scss */
.exs-wbg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9000; background-color: white; background-color: rgba(255, 255, 255, 0.75); }

/* line 46, ../sass/vss2.scss */
.msp-pop { position: fixed; top: 50px; left: 0px; width: 100%; z-index: 9001; }

/* line 54, ../sass/vss2.scss */
.msp-consumerCol { text-align: right; }

/* line 58, ../sass/vss2.scss */
.announcement_band { background-color: #ed5c2c; color: white; border-bottom: 8px solid #585951; text-align: center; padding-top: 20px; padding-bottom: 20px; }
/* line 68, ../sass/vss2.scss */
.announcement_band .announcementBandRow { position: relative; background-color: rgba(0, 0, 0, 0.125); border-top: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-top: 30px; padding-bottom: 30px; }
/* line 80, ../sass/vss2.scss */
.announcement_band .announcementBandRow h1 { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; }
/* line 84, ../sass/vss2.scss */
.announcement_band .announcementBandRow a { color: white; text-decoration: underline; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 91, ../sass/vss2.scss */
.announcement_band .announcementBandClose { position: absolute; top: 15px; right: 25px; font-size: 28px; cursor: pointer; }

/* line 101, ../sass/vss2.scss */
.webui-popover .webui-popover-content { padding-left: 0px; padding-right: 0px; }
/* line 109, ../sass/vss2.scss */
.webui-popover.webui-popover-infopop .webui-popover-content { padding-left: 14px; padding-right: 9px; font-size: 14px; line-height: 18px; }
/* line 119, ../sass/vss2.scss */
.webui-popover.pop-out { -webkit-transition: 0s; -moz-transition: 0s; transition: 0s; }
/* line 124, ../sass/vss2.scss */
.webui-popover .dropdown-menu { font-family: Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; }
/* line 130, ../sass/vss2.scss */
.webui-popover .dropdown-menu > li { padding: 1px; cursor: pointer; }
/* line 134, ../sass/vss2.scss */
.webui-popover .dropdown-menu > li > a:hover { background-color: #e6e6e6; background-image: none; color: black; }
/* line 142, ../sass/vss2.scss */
.webui-popover .dropdown-menu > li > a:focus { background-color: white; background-image: none; color: black; }
/* line 150, ../sass/vss2.scss */
.webui-popover .dropdown-menu > li > a.active { color: #f16234 !important; }

/* line 157, ../sass/vss2.scss */
body { font-family: "DINWeb", helvetica, arial, verdana, sans-serif; }

/* line 161, ../sass/vss2.scss */
a { text-decoration: none; }

/* line 165, ../sass/vss2.scss */
thead, tbody, tfoot { border: none; background-color: transparent; }

/* line 171, ../sass/vss2.scss */
.nowrap { white-space: nowrap; }

/* line 175, ../sass/vss2.scss */
.rel { position: relative; }

/* line 179, ../sass/vss2.scss */
.col-95 { width: 95%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }
@media screen and (min-width: 40em) { /* line 179, ../sass/vss2.scss */
  .col-95 { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
/* line 82, ../bower_components/foundation-sites/scss/grid/_column.scss */
.col-95:last-child:not(:first-child) { float: right; }

/* line 184, ../sass/vss2.scss */
.col-5 { width: 5%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }
@media screen and (min-width: 40em) { /* line 184, ../sass/vss2.scss */
  .col-5 { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
/* line 82, ../bower_components/foundation-sites/scss/grid/_column.scss */
.col-5:last-child:not(:first-child) { float: right; }

/* line 189, ../sass/vss2.scss */
.col-fifth { width: 20%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }
@media screen and (min-width: 40em) { /* line 189, ../sass/vss2.scss */
  .col-fifth { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
/* line 82, ../bower_components/foundation-sites/scss/grid/_column.scss */
.col-fifth:last-child:not(:first-child) { float: right; }
@media screen and (max-width: 39.9375em) { /* line 189, ../sass/vss2.scss */
  .col-fifth { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) { /* line 189, ../sass/vss2.scss */
  .col-fifth { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
@media screen and (max-width: 39.9375em) { /* line 82, ../bower_components/foundation-sites/scss/grid/_column.scss */
  .col-fifth:last-child:not(:first-child) { float: right; } }

/* line 199, ../sass/vss2.scss */
.comfort dl { float: right; font-size: 14px; }
/* line 203, ../sass/vss2.scss */
.comfort dl dt { display: inline-block; height: 23px; line-height: 23px; padding-left: 10px; padding-right: 10px; border-left: 1px solid #cdcdce; }
/* line 213, ../sass/vss2.scss */
.comfort dl dt.first { border-left: none; }
/* line 217, ../sass/vss2.scss */
.comfort dl dt.last { padding-right: 0px; }
/* line 221, ../sass/vss2.scss */
.comfort dl dt.consumerLink { padding-left: 38px; background-image: url(../images/peoplecircle.png); background-position: 10px center; background-repeat: no-repeat; }
/* line 230, ../sass/vss2.scss */
.comfort dl dt.lenderLink { padding-left: 38px; background-image: url(../images/bankicon.png); background-position: 10px center; background-repeat: no-repeat; }
/* line 240, ../sass/vss2.scss */
.comfort dl a { color: #797a7c; }
/* line 242, ../sass/vss2.scss */
.comfort dl a:hover { text-decoration: underline; }

/* line 249, ../sass/vss2.scss */
.logoRow { position: relative; text-align: center; padding-top: 24px; padding-bottom: 34px; }

/* line 258, ../sass/vss2.scss */
#expandedSearch { display: none; position: absolute; z-index: 5000; background-color: #000; background-color: rgba(0, 0, 0, 0.9); color: #fff; font-size: 36px; height: 0px; width: 0px; }

/* line 270, ../sass/vss2.scss */
.closeExpandedSearch { cursor: pointer; font-size: 36px; }

/* line 275, ../sass/vss2.scss */
.headerSocial { /*
	position: absolute;
	top: 36px;
	right: 0px;
*/ padding-top: 36px; text-align: right; font-size: 27px; }
/* line 285, ../sass/vss2.scss */
.headerSocial a { margin-left: 8px; }
/* line 289, ../sass/vss2.scss */
.headerSocial a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 294, ../sass/vss2.scss */
.headerSocial a .fa { -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* line 301, ../sass/vss2.scss */
.fa-facebook-square { color: #015cab; }

/* line 305, ../sass/vss2.scss */
.fa-twitter-square { color: #008bd0; }

/* line 309, ../sass/vss2.scss */
.fa-linkedin-square { color: #015cab; }

/* line 313, ../sass/vss2.scss */
.fa-youtube-play { color: #bf2f38; }

/* line 317, ../sass/vss2.scss */
.fa-instagram { color: #f77737; }

/* line 321, ../sass/vss2.scss */
.topnav_spacer { position: relative; height: 77px; z-index: 50; width: 100% !important; }

/* line 328, ../sass/vss2.scss */
.topnav_outer { position: absolute; top: 0px; left: 0px; width: 100%; height: auto; min-height: 77px; max-height: 77px; /* increases when menu is open */ font-size: 18px; color: white; overflow: hidden; background-color: #414042; background-image: url(../images/dotpattern-left.png), url(../images/dotpattern-right.png); background-position: left top,  right top; background-repeat: repeat-y; -webkit-transition: max-height 0.6s ease-out; -moz-transition: max-height 0.6s ease-out; transition: max-height 0.6s ease-out; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; }
/* line 350, ../sass/vss2.scss */
.topnav_outer:hover { -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; transition-delay: 0.1s; }
/* line 354, ../sass/vss2.scss */
.topnav_outer.mega { max-height: 700px; -moz-box-shadow: 0px 3px 8px 0px #000; -webkit-box-shadow: 0px 3px 8px 0px #000; box-shadow: 0px 3px 8px 0px #000; }
/* line 359, ../sass/vss2.scss */
.topnav_outer.isFixed { -moz-box-shadow: 0px 3px 8px 0px #000; -webkit-box-shadow: 0px 3px 8px 0px #000; box-shadow: 0px 3px 8px 0px #000; }
/* line 363, ../sass/vss2.scss */
.topnav_outer a { color: white; text-decoration: none; }
/* line 367, ../sass/vss2.scss */
.topnav_outer a:hover { color: #f16234; }
/* line 371, ../sass/vss2.scss */
.topnav_outer a.active { color: #f16234; }

/* line 377, ../sass/vss2.scss */
.topnav_rel { position: relative; }

/* line 381, ../sass/vss2.scss */
.topnav_main { height: 77px; padding-top: 24px; text-transform: uppercase; }
/* line 386, ../sass/vss2.scss */
.topnav_main a { display: inline-block; }
/* line 391, ../sass/vss2.scss */
.topnav_main .current a { color: #f16234; border-bottom: 3px solid #f16234; }

/* line 398, ../sass/vss2.scss */
.topnav_expanded { padding-bottom: 30px; }
/* line 401, ../sass/vss2.scss */
.topnav_expanded a.current { color: #f16234; }

/* line 406, ../sass/vss2.scss */
.headerSubnavCol { position: relative; }

/* line 411, ../sass/vss2.scss */
.your-topnav .headerSubnavCol { padding-bottom: 60px; }

/* line 416, ../sass/vss2.scss */
.topnav_social { position: absolute; bottom: 0px; font-size: 27px; }
/* line 421, ../sass/vss2.scss */
.topnav_social a { margin-right: 12px; }
/* line 425, ../sass/vss2.scss */
.topnav_social i { color: white !important; }

/* line 430, ../sass/vss2.scss */
.topnav_dri { position: absolute; bottom: 52px; }

/* line 435, ../sass/vss2.scss */
.navsub_choice { display: block; margin-bottom: 10px; line-height: 21px; }

/* line 441, ../sass/vss2.scss */
.searchCol { text-align: right; }
/* line 444, ../sass/vss2.scss */
.searchCol .fa-search { cursor: pointer; }

/* line 449, ../sass/vss2.scss */
.maincontent { color: #585951; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; }
/* line 457, ../sass/vss2.scss */
.maincontent h1 { margin-top: 0px; line-height: 1.2em; }
/* line 462, ../sass/vss2.scss */
.maincontent h2 { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 30px; font-weight: normal; line-height: 30px; color: #f16234; text-transform: uppercase; margin-top: 42px; margin-bottom: 26px; border-top: 4px solid #e6e6e6; padding-top: 30px; }
/* line 478, ../sass/vss2.scss */
.maincontent h2.nobar { margin-top: 0px; border-top: none; padding-top: 0px; }
/* line 485, ../sass/vss2.scss */
.maincontent h4 { margin-top: 0px; margin-bottom: 4px; color: black; font-size: 24px; line-height: 24px; }
/* line 495, ../sass/vss2.scss */
.maincontent p { margin-top: 0px; margin-bottom: 24px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 18px; }
/* line 505, ../sass/vss2.scss */
.maincontent p strong, .maincontent p b { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 509, ../sass/vss2.scss */
.maincontent p .initial { font-size: 24px; color: black; }
/* line 516, ../sass/vss2.scss */
.maincontent ul li { margin-bottom: 0.5em; }
/* line 519, ../sass/vss2.scss */
.maincontent ul li strong, .maincontent ul li b { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 526, ../sass/vss2.scss */
.maincontent .newsStoryText h2 { margin-top: 0px; border-top: none; padding-top: 0px; }
/* line 532, ../sass/vss2.scss */
.maincontent .newsStoryText h3 { font-weight: normal; }

/* line 539, ../sass/vss2.scss */
.crc-row { margin-top: 40px; margin-bottom: 40px; }
/* line 545, ../sass/vss2.scss */
.crc-row .crc-cell, .crc-row .outlink_cell { text-align: center; border-right: 4px solid #e6e6e6; padding-left: 2%; padding-right: 2%; }
/* line 553, ../sass/vss2.scss */
.crc-row .crc-cell p, .crc-row .outlink_cell p { font-size: 20px; }
/* line 557, ../sass/vss2.scss */
.crc-row .crc-cell a, .crc-row .outlink_cell a { display: block; margin-top: 1em; font-size: 16px; text-transform: uppercase; color: #585951; }
/* line 563, ../sass/vss2.scss */
.crc-row .crc-cell a:hover, .crc-row .outlink_cell a:hover { text-decoration: underline; }
/* line 565, ../sass/vss2.scss */
.crc-row .crc-cell a:hover .fa, .crc-row .outlink_cell a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 570, ../sass/vss2.scss */
.crc-row .crc-cell a .fa, .crc-row .outlink_cell a .fa { margin-left: 4px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 577, ../sass/vss2.scss */
.crc-row .crc-cell.last, .crc-row .last.outlink_cell { border-right: none; }
/* line 582, ../sass/vss2.scss */
.crc-row .outlink_cell { text-align: left; }
/* line 586, ../sass/vss2.scss */
.crc-row .outlink_cell p { font-size: 18px; }
/* line 590, ../sass/vss2.scss */
.crc-row .outlink_cell a { display: inline; text-transform: none; margin-top: 0px; font-size: inherit; color: #015cab; }
/* line 599, ../sass/vss2.scss */
.crc-row.mtpl { padding-bottom: 40px; }
/* line 604, ../sass/vss2.scss */
.crc-row.mtpl .crc-cell, .crc-row.mtpl .outlink_cell { padding-bottom: 14px; }

/* line 611, ../sass/vss2.scss */
.socialconnect-bar { background-color: #e6e6e6; padding-top: 34px; padding-bottom: 42px; margin-bottom: 50px; }

/* line 621, ../sass/vss2.scss */
.socialconnect-row .socialconnect-cell { text-align: center; padding-left: 4%; padding-right: 4%; }
/* line 629, ../sass/vss2.scss */
.socialconnect-row .socialChannelIcon { font-size: 120px; border-bottom: 4px solid #bcbcbd; margin-bottom: 20px; }
/* line 634, ../sass/vss2.scss */
.socialconnect-row .socialChannelIcon .fa-twitter { color: #008bd0; }
/* line 638, ../sass/vss2.scss */
.socialconnect-row .socialChannelIcon .fa-linkedin { color: #015cab; }
/* line 643, ../sass/vss2.scss */
.socialconnect-row p.followLinkWrap { line-height: 20px; }
/* line 647, ../sass/vss2.scss */
.socialconnect-row a.followLink { color: #585951; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; }
/* line 653, ../sass/vss2.scss */
.socialconnect-row a.followLink:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 658, ../sass/vss2.scss */
.socialconnect-row a.followLink .fa { margin-left: 4px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 665, ../sass/vss2.scss */
.socialconnect-row .socialClip { font-size: 24px; font-style: italic; line-height: 24px; }
/* line 673, ../sass/vss2.scss */
.socialconnect-row .channelWhen { margin-top: 1em; }

/* line 678, ../sass/vss2.scss */
.resourceIntro { margin-bottom: 48px; }

/* line 682, ../sass/vss2.scss */
.pullquoteRow { background-color: #e6e6e6; padding-top: 34px; padding-bottom: 34px; margin-top: 36px; margin-bottom: 46px; }
/* line 693, ../sass/vss2.scss */
.pullquoteRow .bigquote { font-size: 36px; font-style: italic; line-height: 40px; color: #015cab; }

/* line 703, ../sass/vss2.scss */
.hpVidMobile { display: none; }
/* line 705, ../sass/vss2.scss */
.hpVidMobile img { display: block; width: 100%; }
/* line 710, ../sass/vss2.scss */
.hpVidMobile.onTouchscreen { display: block; }

/* line 715, ../sass/vss2.scss */
.hpVidRow { background-image: url(../images/linen.png); background-repeat: repeat; }
/* line 721, ../sass/vss2.scss */
.hpVidRow.onTouchscreen { display: none; }

/* line 726, ../sass/vss2.scss */
.hpVid { width: 100%; display: block; }
/* line 729, ../sass/vss2.scss */
.hpVid.hidden { display: none; }

/* line 734, ../sass/vss2.scss */
.featuredVidRow { background-color: #e6e6e6; background-image: url(../images/texture-gray.png); background-position: left top; background-repeat: repeat-x; }

/* line 743, ../sass/vss2.scss */
.featuredVid-textcol { padding-top: 112px; padding-left: 45px; padding-bottom: 24px; background-image: url(../images/vidicon.png); background-position: 45px 26px; background-repeat: no-repeat; }
/* line 755, ../sass/vss2.scss */
.featuredVid-textcol .video-title { margin-top: 0px; margin-bottom: 10px; color: #f16234; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 64px; line-height: 56px; }
/* line 767, ../sass/vss2.scss */
.featuredVid-textcol .video-title a { color: #f16234; }
/* line 772, ../sass/vss2.scss */
.featuredVid-textcol .video-description { font-size: 24px; line-height: 28px; }

/* line 778, ../sass/vss2.scss */
.featuredVid-postercol { padding-top: 26px; padding-bottom: 14px; }
/* line 784, ../sass/vss2.scss */
.featuredVid-postercol .video-poster { display: block; width: 80%; margin-left: auto; margin-right: auto; }

/* line 791, ../sass/vss2.scss */
.newsbar-outer { border-top: 4px solid #585951; margin-bottom: 36px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdce+0,cdcdce+50,e6e6e6+51,e6e6e6+100 */ background: #e6e6e6; /* Old browsers */ background: -moz-linear-gradient(left, #cdcdce 0%, #cdcdce 50%, #e6e6e6 51%, #e6e6e6 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #cdcdce 0%, #cdcdce 50%, #e6e6e6 51%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #cdcdce 0%, #cdcdce 50%, #e6e6e6 51%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdce', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */ }
/* line 796, ../sass/vss2.scss */
.newsbar-outer.newsbar-open { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdce+0,cdcdce+50,585951+51,585951+100 */ background: #e6e6e6; /* Old browsers */ background: -moz-linear-gradient(left, #cdcdce 0%, #cdcdce 50%, #585951 51%, #585951 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #cdcdce 0%, #cdcdce 50%, #585951 51%, #585951 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #cdcdce 0%, #cdcdce 50%, #585951 51%, #585951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdce', endColorstr='#585951',GradientType=1 ); /* IE6-9 */ }
/* line 799, ../sass/vss2.scss */
.newsbar-outer.newsbar-open .newsbar { max-height: 1000px; }
/* line 803, ../sass/vss2.scss */
.newsbar-outer.newsbar-open .newstimer-track { visibility: hidden; }
/* line 808, ../sass/vss2.scss */
.newsbar-outer.newsbar-open .barstory:hover { background-color: #dedede; }
/* line 814, ../sass/vss2.scss */
.newsbar-outer.newsbar-open .newsbar-moreBlock a { color: white; }

/* line 821, ../sass/vss2.scss */
.newsbar-texture { background-image: url(../images/slanttexture-right.png); background-position: right top; background-repeat: repeat-y; }

/* line 829, ../sass/vss2.scss */
.newsbar { -webkit-transition: max-height 1.6s ease-out; -moz-transition: max-height 1.6s ease-out; transition: max-height 1.6s ease-out; }

/* line 833, ../sass/vss2.scss */
.newsbar-areaName { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 16px; background-color: #cdcdce; color: #585951; text-align: center; padding-top: 16px; padding-bottom: 8px; }
/* line 846, ../sass/vss2.scss */
.newsbar-areaName a { color: #585951; }

/* line 851, ../sass/vss2.scss */
.newsbar-stories { position: relative; background-color: #e6e6e6; }

/* line 856, ../sass/vss2.scss */
.newstimer-track { position: absolute; top: 0px; left: 0px; width: 100%; height: 3px; }

/* line 864, ../sass/vss2.scss */
.newstimer-bar { position: absolute; top: 0px; left: 0px; height: 3px; background-color: #f26c33; -webkit-transition: width 0.2s linear; -moz-transition: width 0.2s linear; transition: width 0.2s linear; }

/* line 873, ../sass/vss2.scss */
.newsbar-moreBlock { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 16px; padding-top: 8px; padding-bottom: 6px; text-align: center; background-color: #e6e6e6; background-image: url(../images/slanttexture-right.png); background-position: right top; background-repeat: repeat-y; }
/* line 890, ../sass/vss2.scss */
.newsbar-moreBlock a { display: none; color: #585951; }
/* line 893, ../sass/vss2.scss */
.newsbar-moreBlock a.active { display: inline; }

/* line 899, ../sass/vss2.scss */
.barstory { display: block; position: relative; color: black; padding-left: 18px; padding-right: 60px; -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }
/* line 909, ../sass/vss2.scss */
.barstory .fa-quote-left { color: #585951; position: absolute; top: 16px; left: 0px; }
/* line 916, ../sass/vss2.scss */
.barstory .fa-quote-right { color: #585951; position: relative; top: -5px; margin-left: 4px; }

/* line 924, ../sass/vss2.scss */
.barstory-source { font-style: italic; margin-left: 0.5em; }

/* line 929, ../sass/vss2.scss */
.barstory-deco { font-size: 24px; position: absolute; top: 10px; right: 30px; color: #585951; }

/* line 941, ../sass/vss2.scss */
.hotbox-upper:hover .hotbox-img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; -webkit-filter: brightness(1.1); filter: brightness(1.1); }
/* line 947, ../sass/vss2.scss */
.hotbox-upper .hotbox-img { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

/* line 952, ../sass/vss2.scss */
.hotboxes_area { position: relative; padding-left: 46px; padding-right: 46px; margin-bottom: 30px; height: auto; overflow: hidden; -webkit-transition: max-height 0.8s ease-in-out; -moz-transition: max-height 0.8s ease-in-out; transition: max-height 0.8s ease-in-out; }
/* line 963, ../sass/vss2.scss */
.hotboxes_area .hotbox-lower { height: auto; max-height: 0px; overflow: hidden; -webkit-transition: max-height 0.8s ease-in-out; -moz-transition: max-height 0.8s ease-in-out; transition: max-height 0.8s ease-in-out; }
/* line 971, ../sass/vss2.scss */
.hotboxes_area.expanded .hotbox-lower { max-height: 1000px; }
/* line 975, ../sass/vss2.scss */
.hotboxes_area.expanded .hotbox-upper { cursor: default; }

/* line 981, ../sass/vss2.scss */
.hotbox { position: relative; padding-left: 30px; padding-right: 30px; }

/* line 989, ../sass/vss2.scss */
.hotbox-headline { margin-bottom: 10px; color: #585951; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 31px; line-height: 34px; cursor: pointer; }
/* line 999, ../sass/vss2.scss */
.hotbox-headline strong { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; text-transform: uppercase; }

/* line 1005, ../sass/vss2.scss */
.hotbox-subhead { margin-top: 12px; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 24px; line-height: 26px; cursor: pointer; }
/* line 1016, ../sass/vss2.scss */
.hotbox-subhead .fa-chevron-right { color: #f15f23; }

/* line 1021, ../sass/vss2.scss */
.hotbox-body { margin-top: 40px; font-size: 18px; line-height: 21px; }
/* line 1026, ../sass/vss2.scss */
.hotbox-body ul { margin-left: 0px; padding-left: 25px; list-style-image: url(../images/check-orange.png); }
/* line 1031, ../sass/vss2.scss */
.hotbox-body ul li { margin-top: 0px; margin-bottom: 1em; }

/* line 1040, ../sass/vss2.scss */
.hotbox-readmore { margin-top: 10px; text-align: right; font-size: 16px; }
/* line 1045, ../sass/vss2.scss */
.hotbox-readmore a { text-transform: uppercase; color: #585951; }
/* line 1048, ../sass/vss2.scss */
.hotbox-readmore a:hover { color: #f16234; }

/* line 1052, ../sass/vss2.scss */
.hotboxes_back, .hotboxes_fwd { position: absolute; top: 169px; left: 0px; font-size: 36px; cursor: pointer; }
/* line 1059, ../sass/vss2.scss */
.hotboxes_back.disabled, .disabled.hotboxes_fwd { visibility: hidden; }

/* line 1064, ../sass/vss2.scss */
.hotboxes_fwd { left: auto; right: 0px; }

/* line 1070, ../sass/vss2.scss */
.hotboxes-closebar { position: relative; background-color: #015cab; color: white; text-align: center; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 16px; height: 0px; line-height: 40px; cursor: pointer; -webkit-transition: height 0.8s ease-in-out; -moz-transition: height 0.8s ease-in-out; transition: height 0.8s ease-in-out; }
/* line 1085, ../sass/vss2.scss */
.hotboxes-closebar::before { content: ""; display: block; width: 0px; height: 0px; border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 0px solid #015cab; position: absolute; top: -14px; left: 50%; margin-left: -14px; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
/* line 1100, ../sass/vss2.scss */
.hotboxes-closebar.expanded { height: 40px; }
/* line 1102, ../sass/vss2.scss */
.hotboxes-closebar.expanded::before { border-bottom: 14px solid #015cab; }

/* line 1108, ../sass/vss2.scss */
.defs-only { position: absolute; height: 0; width: 0; overflow: none; left: -100%; }

/* line 1115, ../sass/vss2.scss */
.addlResourcesBottomRow, .carouselAnywhere { position: relative; }
/* line 1118, ../sass/vss2.scss */
.addlResourcesBottomRow .carousel_back, .addlResourcesBottomRow .carousel_fwd, .carouselAnywhere .carousel_back, .carouselAnywhere .carousel_fwd { position: absolute; top: 75px; left: 24px; font-size: 36px; cursor: pointer; }
/* line 1126, ../sass/vss2.scss */
.addlResourcesBottomRow .carousel_fwd, .carouselAnywhere .carousel_fwd { left: auto; right: 24px; }
/* line 1132, ../sass/vss2.scss */
.addlResourcesBottomRow .carousel_area, .carouselAnywhere .carousel_area { padding-left: 96px; padding-right: 96px; }
/* line 1139, ../sass/vss2.scss */
.addlResourcesBottomRow .carousel, .carouselAnywhere .carousel { margin-left: auto; margin-right: auto; margin-bottom: 40px; }
/* line 1144, ../sass/vss2.scss */
.addlResourcesBottomRow .resource_slide, .carouselAnywhere .resource_slide { text-align: center; font-size: 16px; line-height: 19px; padding-left: 10px; padding-right: 10px; }
/* line 1154, ../sass/vss2.scss */
.addlResourcesBottomRow .resource_picwrap, .carouselAnywhere .resource_picwrap { margin-bottom: 12px; }
/* line 1156, ../sass/vss2.scss */
.addlResourcesBottomRow .resource_picwrap img, .carouselAnywhere .resource_picwrap img { margin-left: auto; margin-right: auto; }

/* line 1162, ../sass/vss2.scss */
.resourceSliderRow { position: relative; background-color: #cdcdce; background-image: url(../images/dotpattern-left-vssgray.png), url(../images/dotpattern-right-vssgray.png); background-position: left top,  right top; background-size: auto 100%; background-repeat: no-repeat; }
/* line 1174, ../sass/vss2.scss */
.resourceSliderRow .carousel_back, .resourceSliderRow .carousel_fwd { position: absolute; top: 75px; left: 24px; font-size: 36px; cursor: pointer; }
/* line 1182, ../sass/vss2.scss */
.resourceSliderRow .carousel_fwd { left: auto; right: 24px; }
/* line 1188, ../sass/vss2.scss */
.resourceSliderRow .carousel_area { padding-left: 96px; padding-right: 96px; }
/* line 1195, ../sass/vss2.scss */
.resourceSliderRow .carousel { margin-left: auto; margin-right: auto; height: 200px; margin-bottom: 0px; }
/* line 1201, ../sass/vss2.scss */
.resourceSliderRow .resourceBlock { height: 200px; padding-top: 16px; text-align: center; line-height: 20px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1209, ../sass/vss2.scss */
.resourceSliderRow .resourceBlock:hover .resourceIcon { -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); filter: url(#colorizeOrange); -webkit-filter: url(#colorizeOrange); }
/* line 1216, ../sass/vss2.scss */
.resourceSliderRow .resourceBlock:hover .resourceTitle { -webkit-transform: translateY(-10px) scale(1.1); -moz-transform: translateY(-10px) scale(1.1); -ms-transform: translateY(-10px) scale(1.1); -o-transform: translateY(-10px) scale(1.1); transform: translateY(-10px) scale(1.1); border-bottom: 2px dotted #585951; padding-bottom: 6px; margin-bottom: -4px; font-size: 18px; color: #f16234; }
/* line 1228, ../sass/vss2.scss */
.resourceSliderRow .resourceIcon { margin-left: auto; margin-right: auto; height: 84px; margin-bottom: 14px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1235, ../sass/vss2.scss */
.resourceSliderRow .resourceTitle { display: block; margin-bottom: 4px; margin-left: 14px; margin-right: 14px; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 18px; color: black; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1250, ../sass/vss2.scss */
.resourceSliderRow .resourceType { font-size: 16px; color: #585951; }

/* line 1256, ../sass/vss2.scss */
.introLine { margin-bottom: 60px; font-size: 16px; }
/* line 1260, ../sass/vss2.scss */
.introLine p { margin-top: 0px; }
/* line 1264, ../sass/vss2.scss */
.introLine strong { font-size: 22px; font-weight: normal; }

/* line 1272, ../sass/vss2.scss */
.pagecross { position: relative; margin-bottom: 16px; border-right: 4px solid #e6e6e6; padding-left: 20px; padding-right: 20px; padding-bottom: 34px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; }
/* line 1287, ../sass/vss2.scss */
.pagecross .cross-linkwrap { text-align: right; }
/* line 1291, ../sass/vss2.scss */
.pagecross a { color: #585951; text-transform: uppercase; }
/* line 1294, ../sass/vss2.scss */
.pagecross a:hover { text-decoration: underline; }
/* line 1296, ../sass/vss2.scss */
.pagecross a:hover .fa-chevron-circle-right { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 1301, ../sass/vss2.scss */
.pagecross a .fa { -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1306, ../sass/vss2.scss */
.pagecross a.freeformLink { color: #015cab; text-transform: none; }
/* line 1312, ../sass/vss2.scss */
.pagecross .fileicon { position: relative; top: 7px; font-size: 36px; margin-right: 10px; }
/* line 1319, ../sass/vss2.scss */
.pagecross .fa-chevron-circle-right { position: relative; top: 3px; font-size: 24px; margin-left: 5px; }
/* line 1326, ../sass/vss2.scss */
.pagecross h2 { color: #f16234; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 26px; line-height: 26px; text-transform: uppercase; margin-top: 0px; margin-bottom: 8px; }
/* line 1339, ../sass/vss2.scss */
.pagecross h2 a { color: #f16234; }
/* line 1341, ../sass/vss2.scss */
.pagecross h2 a:hover { text-decoration: none; }
/* line 1347, ../sass/vss2.scss */
.pagecross h3 { color: black; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 26px; font-weight: normal; line-height: 26px; margin: 0px; }
/* line 1357, ../sass/vss2.scss */
.pagecross h3 a { color: black; text-transform: none; }
/* line 1360, ../sass/vss2.scss */
.pagecross h3 a:hover { text-decoration: none; }
/* line 1366, ../sass/vss2.scss */
.pagecross h6 { margin-top: 10px; margin-bottom: 10px; font-size: 14px; line-height: 17px; color: black; }
/* line 1376, ../sass/vss2.scss */
.pagecross p { margin: 0px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 18px; }
/* line 1384, ../sass/vss2.scss */
.pagecross .crossimg { margin-bottom: 16px; max-height: 150px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* line 1392, ../sass/vss2.scss */
.sb_rellink { margin-bottom: 1em; line-height: 20px; }

/* line 1398, ../sass/vss2.scss */
.sbform label { display: block; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 14px; margin-top: 6px; margin-bottom: 2px; }
/* line 1410, ../sass/vss2.scss */
.sbform #sbemail { border: 1px solid #d5d2d2; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 4px; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; width: 80%; }
/* line 1421, ../sass/vss2.scss */
.sbform textarea { border: 1px solid #d5d2d2; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 4px; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; line-height: 16px; width: 80%; height: 80px; }

/* line 1437, ../sass/vss2.scss */
.pageLinksGrid .column:last-of-type .pageLinkBlock, .pageLinksGrid .columns:last-of-type .pageLinkBlock { border-right: none; }

/* line 1443, ../sass/vss2.scss */
.pageLinkBlock { position: relative; margin-bottom: 80px; letter-spacing: -4px; font-size: 40px; line-height: 48px; border-right: 4px solid #e6e6e6; padding-left: 20px; padding-right: 20px; padding-bottom: 34px; }
/* line 1456, ../sass/vss2.scss */
.pageLinkBlock a { color: #585951; }
/* line 1459, ../sass/vss2.scss */
.pageLinkBlock a .secondChunk { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 46px; color: #015cab; text-transform: uppercase; }
/* line 1469, ../sass/vss2.scss */
.pageLinkBlock a:hover .secondChunk { color: #014178; }
/* line 1475, ../sass/vss2.scss */
.pageLinkBlock .slideArrow { position: absolute; bottom: 0px; width: 88%; font-size: 30px; height: 28px; line-height: 28px; color: #585951; }
/* line 1485, ../sass/vss2.scss */
.pageLinkBlock .slideArrowBG { text-align: right; width: 0%; background-image: url(../images/slideBG.png); background-position: right 16px top 7px; background-repeat: no-repeat; -webkit-transition: width 1.2s ease-in-out; -moz-transition: width 1.2s ease-in-out; transition: width 1.2s ease-in-out; }
/* line 1494, ../sass/vss2.scss */
.pageLinkBlock .slideArrowBG.extended { width: 100%; }

/* line 1500, ../sass/vss2.scss */
.spotlightRow { margin-bottom: 42px; border-top: 4px solid #e6e6e6; border-bottom: 4px solid #e6e6e6; padding: 0px; }

/* line 1509, ../sass/vss2.scss */
.spotlightText { font-size: 21px; line-height: 28px; padding-top: 36px; padding-left: 40px; }
/* line 1517, ../sass/vss2.scss */
.spotlightText h3 { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 24px; line-height: 24px; margin-top: 0px; margin-bottom: 4px; color: #585951; }
/* line 1530, ../sass/vss2.scss */
.spotlightText h2 { font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 40px; font-weight: normal; line-height: 42px; margin-top: 0px; margin-bottom: 10px; color: #008bd0; }
/* line 1543, ../sass/vss2.scss */
.spotlightText h2 a { font-family: "DINWeb", helvetica, arial, verdana, sans-serif; color: #008bd0; }
/* line 1546, ../sass/vss2.scss */
.spotlightText h2 a:hover { text-decoration: none; }
/* line 1550, ../sass/vss2.scss */
.spotlightText p { margin-top: 0px; }
/* line 1554, ../sass/vss2.scss */
.spotlightText a { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #f16234; }
/* line 1557, ../sass/vss2.scss */
.spotlightText a:hover { text-decoration: underline; }
/* line 1560, ../sass/vss2.scss */
.spotlightText .fa { color: #f16234; }

/* line 1565, ../sass/vss2.scss */
.scoreSpotlightRow { margin-top: 30px; }
/* line 1568, ../sass/vss2.scss */
.scoreSpotlightRow .spotlightText { font-size: 18px; line-height: 23px; padding-top: 20px; }
/* line 1573, ../sass/vss2.scss */
.scoreSpotlightRow .spotlightText h2 { font-size: 28px; line-height: 32px; }

/* line 1580, ../sass/vss2.scss */
.spotlightImage { padding-right: 0px; text-align: right; }

/* line 1585, ../sass/vss2.scss */
.spotlightImageWrap { display: table; width: 100%; height: 100%; }

/* line 1591, ../sass/vss2.scss */
.spotlightImageCell { display: table-cell; vertical-align: middle; }

/* line 1596, ../sass/vss2.scss */
.newsGrid { margin-bottom: 36px; }

/* line 1602, ../sass/vss2.scss */
.scoreNewsGrid .newsblock .newstext { font-size: 18px; line-height: 24px; }
/* line 1606, ../sass/vss2.scss */
.scoreNewsGrid .newsblock .newstext .fa { font-size: 22px; color: #f16234; }
/* line 1612, ../sass/vss2.scss */
.scoreNewsGrid .newsblock .news-title { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 26px; line-height: 26px; }
/* line 1620, ../sass/vss2.scss */
.scoreNewsGrid .newsblock .news-teaser { margin-top: 18px; }

/* line 1626, ../sass/vss2.scss */
.newsPaginationBar { margin-bottom: 56px; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 24px; color: #797a7c; }
/* line 1635, ../sass/vss2.scss */
.newsPaginationBar .pageLinksCol a { color: #797a7c; margin-right: 10px; }
/* line 1638, ../sass/vss2.scss */
.newsPaginationBar .pageLinksCol a.active { color: #f16234; }
/* line 1643, ../sass/vss2.scss */
.newsPaginationBar .pageLinksCol span { margin-right: 10px; }
/* line 1647, ../sass/vss2.scss */
.newsPaginationBar .pageLinksCol .currentPagination { color: #f16234; }
/* line 1652, ../sass/vss2.scss */
.newsPaginationBar .pageCounterCol { text-align: right; color: #797a7c; }

/* line 1658, ../sass/vss2.scss */
.crosses-separator { margin-top: 60px; }

/* line 1662, ../sass/vss2.scss */
.crossesGrid, .relatedResourcesGrid { margin-top: 34px; }
/* line 1665, ../sass/vss2.scss */
.crossesGrid .column:last-of-type .pagecross, .relatedResourcesGrid .column:last-of-type .pagecross, .crossesGrid .columns:last-of-type .pagecross, .relatedResourcesGrid .columns:last-of-type .pagecross { border-right: none; }

/* line 1673, ../sass/vss2.scss */
.relatedResourcesGrid .column, .relatedResourcesGrid .columns { text-align: center; }
/* line 1677, ../sass/vss2.scss */
.relatedResourcesGrid img { display: block; margin-left: auto; margin-right: auto; }

/* line 1683, ../sass/vss2.scss */
.resourcesHotContentGrid { padding-bottom: 20px; border-bottom: 4px solid #e6e6e6; margin-bottom: 34px; }

/* line 1689, ../sass/vss2.scss */
.resourcesHotblock { border-right: 4px solid #e6e6e6; padding-left: 20px; padding-right: 20px; margin-bottom: 30px; }
/* line 1697, ../sass/vss2.scss */
.resourcesHotblock h3 { font-size: 24px; margin-bottom: 8px; }
/* line 1700, ../sass/vss2.scss */
.resourcesHotblock h3 a { color: #0a0a0a; }
/* line 1702, ../sass/vss2.scss */
.resourcesHotblock h3 a:hover { color: #f16234; }
/* line 1708, ../sass/vss2.scss */
.resourcesHotblock p { margin-top: 0px; font-size: 18px; }

/* line 1714, ../sass/vss2.scss */
.detailShareBar { text-align: right; border-bottom: 1px solid #cdcdce; padding-top: 0px; padding-bottom: 20px; margin-top: 20px; margin-bottom: 72px; }
/* line 1726, ../sass/vss2.scss */
.detailShareBar label { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 16px; position: relative; top: 3px; }
/* line 1735, ../sass/vss2.scss */
.detailShareBar .shareicon { margin-left: 17px; vertical-align: middle; height: 34px; width: 34px; }

/* line 1748, ../sass/vss2.scss */
.segmentbottom { position: relative; height: 14px; line-height: 1px; background-color: #e6e6e6; margin-bottom: 44px; }
/* line 1756, ../sass/vss2.scss */
.segmentbottom::before { content: ""; display: block; width: 0px; height: 0px; border-left: 32px solid transparent; border-right: 32px solid transparent; border-top: 24px solid #e6e6e6; position: absolute; top: 14px; left: 50%; margin-left: -32px; }

/* line 1771, ../sass/vss2.scss */
.bannerRow { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b54718+0,f05e21+13,f05e21+100 */ background: #b54718; /* Old browsers */ background: -moz-linear-gradient(left, #b54718 0%, #f05e21 13%, #f05e21 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #b54718 0%, #f05e21 13%, #f05e21 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #b54718 0%, #f05e21 13%, #f05e21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54718', endColorstr='#f05e21',GradientType=1 ); /* IE6-9 */ position: relative; color: white; border-bottom: 8px solid #585951; margin-bottom: 45px; overflow: hidden; }

/* line 1785, ../sass/vss2.scss */
.detailBannerRow { background-color: #f15f23; background-image: url(../images/hdr-smudge-left.png), url(../images/hdr-smudge-right.png); background-position: left top,  right top; background-repeat: repeat-y; background-size: auto 100%; padding-top: 24px; padding-bottom: 22px; min-height: 124px; border-bottom: 8px solid #585951; margin-bottom: 44px; }
/* line 1805, ../sass/vss2.scss */
.detailBannerRow .resourceBanner { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 36px; line-height: 36px; color: white; text-transform: uppercase; margin-bottom: 14px; }
/* line 1815, ../sass/vss2.scss */
.detailBannerRow .resourceBanner strong { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #fbcfbd; }
/* line 1821, ../sass/vss2.scss */
.detailBannerRow a { color: white; font-size: 16px; }
/* line 1824, ../sass/vss2.scss */
.detailBannerRow a .fa { position: relative; top: 2px; font-size: 24px; margin-right: 6px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1833, ../sass/vss2.scss */
.detailBannerRow a:hover { text-decoration: underline; }
/* line 1835, ../sass/vss2.scss */
.detailBannerRow a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

/* line 1842, ../sass/vss2.scss */
.bannerBG { position: absolute; top: 0px; right: 0px; height: 100%; width: auto; }

/* line 1850, ../sass/vss2.scss */
.bannerBG-full { position: absolute; top: 0px; right: 0px; min-height: 100%; min-width: 100%; max-width: none; }

/* line 1859, ../sass/vss2.scss */
.bannerTextCol { position: relative; padding-top: 36px; font-size: 18px; line-height: 26px; }
/* line 1865, ../sass/vss2.scss */
.bannerTextCol h2 { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 44px; font-weight: normal; line-height: 46px; color: black; margin-top: 0px; margin-bottom: 8px; }
/* line 1879, ../sass/vss2.scss */
.bannerTextCol h1 { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 75px; font-weight: normal; line-height: 70px; color: white; margin-top: 0px; margin-bottom: 12px; }
/* line 1893, ../sass/vss2.scss */
.bannerTextCol p { margin-top: 0px; }

/* line 1899, ../sass/vss2.scss */
.bannerRow-full .bannerTextCol { padding-top: 160px; text-shadow: 2px 3px 7px #000; }
/* line 1903, ../sass/vss2.scss */
.bannerRow-full .bannerTextCol h2 { color: white; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }

/* line 1910, ../sass/vss2.scss */
.bulletTable { margin-bottom: 30px; }
/* line 1913, ../sass/vss2.scss */
.bulletTable td { background-color: white; border-top: 1px solid #d9dee1; padding-top: 8px; padding-bottom: 8px; padding-right: 1em; min-width: 300px; }
/* line 1925, ../sass/vss2.scss */
.bulletTable .oddrow td { background-color: #f2f7fb; }

/* line 1931, ../sass/vss2.scss */
.newsblock { position: relative; border: 3px solid #e6e6e6; margin-bottom: 36px; padding-left: 14px; padding-right: 14px; min-height: 360px; }
/* line 1941, ../sass/vss2.scss */
.newsblock .newspicwrap { border-bottom: 3px solid #e6e6e6; margin-top: 10px; margin-bottom: 16px; }
/* line 1949, ../sass/vss2.scss */
.newsblock .newspicHolder { display: table; width: 100%; }
/* line 1954, ../sass/vss2.scss */
.newsblock .newspicLink { display: table-cell; vertical-align: middle; }
/* line 1959, ../sass/vss2.scss */
.newsblock .newspic { display: block; max-height: 202px; margin-left: auto; margin-right: auto; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 1964, ../sass/vss2.scss */
.newsblock .newspic:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; -webkit-filter: brightness(1.2); filter: brightness(1.2); }
/* line 1970, ../sass/vss2.scss */
.newsblock .newstext { padding-bottom: 14px; }
/* line 1974, ../sass/vss2.scss */
.newsblock .news-dateline { font-family: arial, helvetica, verdana, sans-serif; font-style: italic; color: #585951; }
/* line 1982, ../sass/vss2.scss */
.newsblock .news-title { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; color: #015cab; }
/* line 1990, ../sass/vss2.scss */
.newsblock .news-title:hover { color: #014178; }
/* line 1994, ../sass/vss2.scss */
.newsblock .news-title .fa-chevron-right { color: #f16234; size: 22px; }

/* line 2002, ../sass/vss2.scss */
.resourceblock { min-height: 400px; }

/* line 2008, ../sass/vss2.scss */
.resourcedetail .detailBodyRow h2 { margin-top: 48px; border-top: none; padding-top: 0px; }

/* line 2016, ../sass/vss2.scss */
.resourceTypeName { margin-top: 10px; margin-bottom: 14px; text-align: center; }

/* line 2025, ../sass/vss2.scss */
#regform .fieldwrap { margin-top: 0.5em; margin-bottom: 0.5em; }
/* line 2032, ../sass/vss2.scss */
#regform .promptfield { width: 300px; padding-left: 5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* line 2039, ../sass/vss2.scss */
.eventblock { position: relative; border: 3px solid #e6e6e6; padding-bottom: 51px; margin-bottom: 36px; }
/* line 2045, ../sass/vss2.scss */
.eventblock .eventpicwrap { border-bottom: 3px solid #e6e6e6; margin-bottom: 16px; }
/* line 2050, ../sass/vss2.scss */
.eventblock .eventpic { display: block; max-height: 202px; margin-left: auto; margin-right: auto; }
/* line 2056, ../sass/vss2.scss */
.eventblock .eventtext { padding-left: 14px; padding-right: 14px; padding-bottom: 14px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; }
/* line 2069, ../sass/vss2.scss */
.eventblock .event-date { font-family: arial, helvetica, verdana, sans-serif; font-style: italic; color: #585951; margin-bottom: 8px; }
/* line 2078, ../sass/vss2.scss */
.eventblock .event-name { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 26px; line-height: 24px; color: #015cab; margin-bottom: 4px; }
/* line 2087, ../sass/vss2.scss */
.eventblock .event-name .fa-chevron-right { color: #f16234; size: 22px; }
/* line 2093, ../sass/vss2.scss */
.eventblock .calendarLink { position: absolute; right: 14px; bottom: 14px; text-align: right; }
/* line 2098, ../sass/vss2.scss */
.eventblock .calendarLink a { color: #585951; }
/* line 2100, ../sass/vss2.scss */
.eventblock .calendarLink a .fa { font-size: 24px; color: #f16234; }

/* line 2108, ../sass/vss2.scss */
.partnerblock { border: 3px solid #e6e6e6; padding-left: 14px; padding-right: 14px; margin-bottom: 42px; }

/* line 2117, ../sass/vss2.scss */
.partnerImageWrap { display: table; width: 100%; }

/* line 2122, ../sass/vss2.scss */
.partner-image { display: table-cell; height: 196px; vertical-align: middle; text-align: center; border-bottom: 3px solid #e6e6e6; }

/* line 2130, ../sass/vss2.scss */
.partner-text { margin-bottom: 24px; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; color: #585951; }

/* line 2140, ../sass/vss2.scss */
.evenChartsWrap { background-color: #e6e6e6; padding-top: 48px; padding-bottom: 18px; margin-bottom: 56px; font-size: 18px; line-height: 24px; }
/* line 2150, ../sass/vss2.scss */
.evenChartsWrap h2 { margin-top: 0px; margin-bottom: 24px; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 30px; font-weight: normal; line-height: 32px; color: #f16234; text-transform: uppercase; }

/* line 2166, ../sass/vss2.scss */
.chartcarousel-wrap { position: relative; padding-left: 40px; padding-right: 40px; }
/* line 2173, ../sass/vss2.scss */
.chartcarousel-wrap .chartpic { margin-left: auto; margin-right: auto; }
/* line 2177, ../sass/vss2.scss */
.chartcarousel-wrap .chartpic-titlebar { margin-left: auto; margin-right: auto; }

/* line 2182, ../sass/vss2.scss */
.chartpic-titlebar { position: relative; margin-bottom: 10px; padding-right: 34px; font-size: 20px; line-height: 22px; color: #f16234; text-align: left; }
/* line 2191, ../sass/vss2.scss */
.chartpic-titlebar p { margin: 0px; }
/* line 2195, ../sass/vss2.scss */
.chartpic-titlebar strong { color: black; font-weight: normal; }
/* line 2200, ../sass/vss2.scss */
.chartpic-titlebar .maximizer { position: absolute; top: 0px; right: 0px; color: black; border-left: 2px solid #cdcdce; padding-left: 10px; cursor: pointer; }

/* line 2211, ../sass/vss2.scss */
.charts_back, .charts_fwd { position: absolute; top: 50%; left: 0px; margin-top: -18px; font-size: 36px; cursor: pointer; }

/* line 2220, ../sass/vss2.scss */
.charts_fwd { left: auto; right: 0px; }

/* line 2226, ../sass/vss2.scss */
.fullwidth-chart, .sidebyside-charts { text-align: left; }
/* line 2229, ../sass/vss2.scss */
.fullwidth-chart .chartpicwrap, .sidebyside-charts .chartpicwrap { margin-bottom: 40px; }
/* line 2233, ../sass/vss2.scss */
.fullwidth-chart .chartpic, .sidebyside-charts .chartpic { cursor: pointer; }

/* line 2238, ../sass/vss2.scss */
.followbar { padding-bottom: 14px; border-bottom: 4px solid #e6e6e6; margin-bottom: 34px; }

/* line 2244, ../sass/vss2.scss */
.scoreFollowbar { margin-top: 40px; }

/* line 2248, ../sass/vss2.scss */
.eventsFilters, .newsFilters { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 28px; line-height: 28px; color: #585951; }
/* line 2256, ../sass/vss2.scss */
.eventsFilters a, .newsFilters a { display: inline-block; margin-left: 30px; padding-right: 30px; border-right: 1px solid #9b9b9d; color: #9b9b9d; }
/* line 2263, ../sass/vss2.scss */
.eventsFilters a.active, .newsFilters a.active { color: #f16234; }
/* line 2267, ../sass/vss2.scss */
.eventsFilters a:last-of-type, .newsFilters a:last-of-type { border-right: none; padding-right: 0px; }

/* line 2274, ../sass/vss2.scss */
.monthsFilterBar { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 18px; text-transform: uppercase; text-align: right; margin-top: -20px; margin-bottom: 14px; }
/* line 2286, ../sass/vss2.scss */
.monthsFilterBar a { margin-left: 1em; color: #585951; }
/* line 2289, ../sass/vss2.scss */
.monthsFilterBar a:hover { color: black; }
/* line 2290, ../sass/vss2.scss */
.monthsFilterBar a.disabled { cursor: default; color: #e6e6e6 !important; pointer-events: none; }
/* line 2295, ../sass/vss2.scss */
.monthsFilterBar a.active { color: #f16234 !important; }

/* line 2303, ../sass/vss2.scss */
.scoreMonthsFilters a:hover { color: #f16234; }

/* line 2309, ../sass/vss2.scss */
.followLinks { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 18px; text-align: right; }
/* line 2316, ../sass/vss2.scss */
.followLinks a { color: black; }
/* line 2318, ../sass/vss2.scss */
.followLinks a:hover { text-decoration: underline; }
/* line 2320, ../sass/vss2.scss */
.followLinks a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 2325, ../sass/vss2.scss */
.followLinks a .fa { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* line 2330, ../sass/vss2.scss */
.followLinks a .fa-twitter { color: #008bd0; font-size: 30px; }
/* line 2335, ../sass/vss2.scss */
.followLinks a .fa-rss { color: #f16234; font-size: 30px; margin-left: 20px; }

/* line 2344, ../sass/vss2.scss */
.scoreUpcomingEventsCol h2 { margin-top: 0px; margin-bottom: 16px; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 30px; text-transform: uppercase; color: #f16234; }
/* line 2357, ../sass/vss2.scss */
.scoreUpcomingEventsCol .upevrow { padding: 14px; margin-bottom: 4px; font-size: 16px; line-height: 20px; }
/* line 2364, ../sass/vss2.scss */
.scoreUpcomingEventsCol .upevrow_odd { background-color: #f2f7fb; }
/* line 2368, ../sass/vss2.scss */
.scoreUpcomingEventsCol .upev_date { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }

/* line 2373, ../sass/vss2.scss */
.upev_image { margin-bottom: 1em; }

/* line 2377, ../sass/vss2.scss */
.scoreSignupBar, .scoreHeaderBar { position: relative; margin-top: 48px; padding-top: 47px; padding-bottom: 23px; background-color: #015cab; background-image: url(../images/scorebar-texture-left.png), url(../images/scorebar-texture-right.png); background-position: left top,  right top; background-repeat: repeat-y; background-size: auto 100%; color: white; }
/* line 2400, ../sass/vss2.scss */
.scoreSignupBar::before, .scoreHeaderBar::before { content: ""; display: block; width: 0px; height: 0px; border-left: 24px solid transparent; border-right: 24px solid transparent; border-top: 24px solid white; position: absolute; top: 0px; left: 50%; margin-left: -12px; }
/* line 2414, ../sass/vss2.scss */
.scoreSignupBar .button, .scoreHeaderBar .button { background-color: #015cab; font-size: 20px; line-height: 20px; padding-top: 25px; padding-bottom: 21px; padding-left: 25px; padding-right: 25px; }
/* line 2425, ../sass/vss2.scss */
.scoreSignupBar .button:hover, .scoreHeaderBar .button:hover { background-color: #014178; }

/* line 2431, ../sass/vss2.scss */
.postScoreBanner { background-color: #015cab; background-image: url(../images/texture-blue.png); background-position: left top; background-repeat: no-repeat; background-size: auto 100%; color: white; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 15px; }
/* line 2445, ../sass/vss2.scss */
.postScoreBanner strong { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 2449, ../sass/vss2.scss */
.postScoreBanner .postScoreCol { padding-left: 8%; }
/* line 2453, ../sass/vss2.scss */
.postScoreBanner a { color: white; text-transform: uppercase; }
/* line 2456, ../sass/vss2.scss */
.postScoreBanner a:hover { text-decoration: underline; }
/* line 2461, ../sass/vss2.scss */
.postScoreBanner dl { margin-top: 13px; margin-bottom: 9px; }
/* line 2467, ../sass/vss2.scss */
.postScoreBanner dl dt { display: inline-block; margin-right: 36px; }

/* line 2474, ../sass/vss2.scss */
.scoreMastheadCol { padding-right: 50px; padding-bottom: 14px; }

/* line 2481, ../sass/vss2.scss */
.scoreTeaserCol { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 20px; line-height: 25px; border-left: 2px solid #008bd0; padding-left: 18px; }

/* line 2491, ../sass/vss2.scss */
.scorePreviewList { list-style-type: none; margin-left: 0px; padding-left: 0px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; }
/* line 2497, ../sass/vss2.scss */
.scorePreviewList li { position: relative; padding-left: 30px; margin-top: 0px; margin-bottom: 8px; }
/* line 2505, ../sass/vss2.scss */
.scorePreviewList li .fa-check { position: absolute; top: 0px; left: 0px; font-size: 22px; color: #008bd0; }

/* line 2516, ../sass/vss2.scss */
.scoreTeaserSnippet p { margin: 0px; }
/* line 2520, ../sass/vss2.scss */
.scoreTeaserSnippet ul { list-style-type: none; margin-left: 0px; padding-left: 0px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; }
/* line 2526, ../sass/vss2.scss */
.scoreTeaserSnippet ul li { position: relative; padding-left: 30px; margin-top: 0px; margin-bottom: 8px; }
/* line 2534, ../sass/vss2.scss */
.scoreTeaserSnippet ul li:before { content: "\f00c"; position: absolute; top: 0px; left: 0px; font-family: FontAwesome; font-size: 22px; color: #008bd0; }

/* line 2549, ../sass/vss2.scss */
.scoreSignupCol { display: table; }

/* line 2553, ../sass/vss2.scss */
.signupButtonCell { display: table-cell; vertical-align: middle; }

/* line 2558, ../sass/vss2.scss */
.scoreHeaderWrap { background-color: #015cab; background-image: url(../images/scorebar-texture-left.png), url(../images/scorebar-texture-right.png); background-position: left top,  right top; background-repeat: repeat-y; }

/* line 2571, ../sass/vss2.scss */
.scoreHeaderBar { margin-top: 0px; background-color: transparent; background-image: none; }
/* line 2580, ../sass/vss2.scss */
.scoreHeaderBar::before { display: none; }
/* line 2584, ../sass/vss2.scss */
.scoreHeaderBar .scoreSignupCol { text-align: center; }
/* line 2588, ../sass/vss2.scss */
.scoreHeaderBar .button { padding: 0px; width: 269px; height: 50px; line-height: 51px; }
/* line 2595, ../sass/vss2.scss */
.scoreHeaderBar .scoreShareButton { background-color: #585951; }
/* line 2597, ../sass/vss2.scss */
.scoreHeaderBar .scoreShareButton:hover { background-color: #3e3e39; }

/* line 2603, ../sass/vss2.scss */
.dumbbell-container { width: 130px; margin-left: auto; margin-right: auto; }

/* line 2608, ../sass/vss2.scss */
.dumbbell-top, .dumbbell-bottom { width: 130px; height: 130px; padding-top: 48px; -moz-border-radius: 65px; -webkit-border-radius: 65px; border-radius: 65px; background-color: #31943a; color: white; font-size: 14px; line-height: 16px; text-align: center; }

/* line 2620, ../sass/vss2.scss */
.dumbbell-bar { width: 10px; margin-left: auto; margin-right: auto; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31943a+0,fa9916+50,fa9916+50,d5372b+100 */ background: #31943a; /* Old browsers */ background: -moz-linear-gradient(top, #31943a 0%, #fa9916 50%, #fa9916 50%, #d5372b 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #31943a 0%, #fa9916 50%, #fa9916 50%, #d5372b 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #31943a 0%, #fa9916 50%, #fa9916 50%, #d5372b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31943a', endColorstr='#d5372b',GradientType=0 ); /* IE6-9 */ }

/* line 2626, ../sass/vss2.scss */
.dumbbell-bottom { background-color: #d5372b; }

/* line 2633, ../sass/vss2.scss */
.improve-great tr td { background-color: white; border-top: 1px solid #acd9c1; border-right: 1px solid #acd9c1; }
/* line 2639, ../sass/vss2.scss */
.improve-great tr td:last-of-type { border-right: none; }
/* line 2644, ../sass/vss2.scss */
.improve-great tr:nth-child(odd) td { background-color: #e5f3ec; }

/* line 2653, ../sass/vss2.scss */
.improve-meh tr td { background-color: white; border-top: 1px solid #facfb9; border-right: 1px solid #facfb9; }
/* line 2659, ../sass/vss2.scss */
.improve-meh tr td:last-of-type { border-right: none; }
/* line 2664, ../sass/vss2.scss */
.improve-meh tr:nth-child(odd) td { background-color: #fbe2d7; }

/* line 2673, ../sass/vss2.scss */
.improve-bad tr td { background-color: white; border-top: 1px solid #fbd8cd; border-right: 1px solid #fbd8cd; }
/* line 2679, ../sass/vss2.scss */
.improve-bad tr td:last-of-type { border-right: none; }
/* line 2684, ../sass/vss2.scss */
.improve-bad tr:nth-child(odd) td { background-color: #fdeee9; }

/* line 2693, ../sass/vss2.scss */
.improve-awful tr td { background-color: white; border-top: 1px solid #d2c0dc; border-right: 1px solid #d2c0dc; }
/* line 2699, ../sass/vss2.scss */
.improve-awful tr td:last-of-type { border-right: none; }
/* line 2704, ../sass/vss2.scss */
.improve-awful tr:nth-child(odd) td { background-color: #f1ebf4; }

/* line 2716, ../sass/vss2.scss */
.backToTopRow { text-align: center; margin-top: 84px; margin-bottom: -84px; font-size: 14px; }
/* line 2724, ../sass/vss2.scss */
.backToTopRow a { color: #585951; }

/* line 2729, ../sass/vss2.scss */
.footerNavOuter { margin-top: 92px; padding-top: 48px; padding-bottom: 40px; background-color: #414042; color: white; font-size: 18px; line-height: 21px; }
/* line 2740, ../sass/vss2.scss */
.footerNavOuter a { color: white; }
/* line 2743, ../sass/vss2.scss */
.footerNavOuter a.foot-primarynavlink { display: block; color: #f16234; text-transform: uppercase; }

/* line 2751, ../sass/vss2.scss */
.footerNavCol { position: relative; }

/* line 2755, ../sass/vss2.scss */
.footer_social { position: absolute; bottom: 0px; }
/* line 2759, ../sass/vss2.scss */
.footer_social a { margin-right: 12px; }
/* line 2763, ../sass/vss2.scss */
.footer_social i { color: white !important; font-size: 27px; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
/* line 2769, ../sass/vss2.scss */
.footer_social i.fa-facebook-square:hover { color: #015cab !important; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 2774, ../sass/vss2.scss */
.footer_social i.fa-twitter-square:hover { color: #008bd0 !important; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 2779, ../sass/vss2.scss */
.footer_social i.fa-linkedin-square:hover { color: #015cab !important; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 2784, ../sass/vss2.scss */
.footer_social i.fa-instagram:hover { color: #f77737 !important; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 2789, ../sass/vss2.scss */
.footer_social i.fa-youtube-play:hover { color: #bf2f38 !important; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

/* line 2796, ../sass/vss2.scss */
.footer-sublinks { margin-top: 18px; }

/* line 2800, ../sass/vss2.scss */
.footerPartnersOuter { background-color: #e6e6e6; color: #acacad; text-align: center; padding-top: 72px; padding-bottom: 72px; }

/* line 2810, ../sass/vss2.scss */
#footerPartners-1 { margin-bottom: 50px; }

/* line 2814, ../sass/vss2.scss */
.partnerLabel { display: inline-block; margin-left: 18px; margin-right: 18px; }

/* line 2823, ../sass/vss2.scss */
.footer_org { display: inline-block; margin-left: 18px; margin-right: 18px; }

/* line 2832, ../sass/vss2.scss */
.lastFooter { padding-top: 70px; padding-bottom: 120px; color: #acacad; text-align: center; line-height: 18px; }
/* line 2841, ../sass/vss2.scss */
.lastFooter a { color: #acacad; }
/* line 2843, ../sass/vss2.scss */
.lastFooter a:hover { text-decoration: underline; }

/* line 2847, ../sass/vss2.scss */
.footerLogoRow { text-align: center; }

/* line 2851, ../sass/vss2.scss */
.logo-footer { margin-bottom: 75px; }

/* line 2855, ../sass/vss2.scss */
.footerLegal { margin: 0px; }
/* line 2858, ../sass/vss2.scss */
.footerLegal dt { display: inline-block; padding-left: 20px; padding-right: 20px; border-right: 1px solid #acacad; }
/* line 2866, ../sass/vss2.scss */
.footerLegal dt.footerPrivacy { border-right: none; }

/* line 2872, ../sass/vss2.scss */
.formatHeader, .resourceAccordion .topicHeader, .resourceAccordion .newsHeader, .resourceAccordion .newsPressHeader, .resourceAccordion .newsCoverageHeader { position: relative; height: auto; line-height: 24px; padding-left: 80px; padding-right: 55px; padding-top: 15px; padding-bottom: 8px; border-top: 1px solid #d9dee1; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 20px; color: #4c4d4f; }
/* line 2889, ../sass/vss2.scss */
.formatHeader a, .resourceAccordion .topicHeader a, .resourceAccordion .newsHeader a, .resourceAccordion .newsPressHeader a, .resourceAccordion .newsCoverageHeader a { color: #4c4d4f; text-decoration: none; }
/* line 2892, ../sass/vss2.scss */
.formatHeader a:hover, .resourceAccordion .topicHeader a:hover, .resourceAccordion .newsHeader a:hover, .resourceAccordion .newsPressHeader a:hover, .resourceAccordion .newsCoverageHeader a:hover { color: #f16234; }
/* line 2895, ../sass/vss2.scss */
.formatHeader .formatIcon, .resourceAccordion .topicHeader .formatIcon, .resourceAccordion .newsHeader .formatIcon, .resourceAccordion .newsPressHeader .formatIcon, .resourceAccordion .newsCoverageHeader .formatIcon { position: absolute; left: 15px; top: 14px; }

/* line 2903, ../sass/vss2.scss */
.resourceAccordion { border-top: 1px solid #d5d2d2; display: none; }
/* line 2906, ../sass/vss2.scss */
.resourceAccordion.active { display: block; }
/* line 2908, ../sass/vss2.scss */
.resourceAccordion .odd { background-color: #f2f7fb; }
/* line 2912, ../sass/vss2.scss */
.resourceAccordion .formatHeader, .resourceAccordion .topicHeader, .resourceAccordion .newsHeader, .resourceAccordion .newsPressHeader, .resourceAccordion .newsCoverageHeader { cursor: pointer; background-image: url(../images/triright-blue.png); background-repeat: no-repeat; background-position: 0px 24px; }
/* line 2919, ../sass/vss2.scss */
.resourceAccordion .formatHeader.active, .resourceAccordion .active.topicHeader, .resourceAccordion .active.newsHeader, .resourceAccordion .active.newsPressHeader, .resourceAccordion .active.newsCoverageHeader { background-image: url(../images/tridown-blue.png); border-bottom: 1px solid #d9dee1; }
/* line 2927, ../sass/vss2.scss */
.resourceAccordion .formatRow, .resourceAccordion .topicRow { height: 54px; line-height: 58px; padding-left: 80px; border-bottom: 1px solid #d9dee1; font-family: arial, helvetica, verdana, sans-serif; font-size: 16px; }
/* line 2937, ../sass/vss2.scss */
.resourceAccordion .formatRow a, .resourceAccordion .topicRow a { text-decoration: none; }
/* line 2939, ../sass/vss2.scss */
.resourceAccordion .formatRow a:hover, .resourceAccordion .topicRow a:hover { color: #f16234; }
/* line 2943, ../sass/vss2.scss */
.resourceAccordion .viewallRow { font-weight: bold; }
/* line 2947, ../sass/vss2.scss */
.resourceAccordion .topicHeader, .resourceAccordion .newsHeader, .resourceAccordion .newsPressHeader, .resourceAccordion .newsCoverageHeader { padding-left: 24px; }
/* line 2952, ../sass/vss2.scss */
.resourceAccordion .topicRow { position: relative; padding-left: 64px; }

/* line 2963, ../sass/vss2.scss */
h2.scoreIssueName { margin-top: 0px; margin-bottom: 16px; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 30px; text-transform: uppercase; color: #f16234; }
/* line 2975, ../sass/vss2.scss */
h2.scoreIssueName .issuelong-link { font-size: 14px; color: #acacad; }

/* line 2981, ../sass/vss2.scss */
.scoreSelectAMonth, .noArticlesRow { margin-top: 50px; margin-bottom: 160px; text-align: center; font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 30px; color: #acacad; }

/* line 2995, ../sass/vss2.scss */
.issueIntroRow p { margin-top: 0px; }

/* line 3001, ../sass/vss2.scss */
#expandedScoreSignup { display: none; position: fixed; z-index: 9001; background-color: #015cab; color: white; height: 0px; width: 0px; }
/* line 3010, ../sass/vss2.scss */
#expandedScoreSignup .fa-times { font-size: 24px; cursor: pointer; }
/* line 3016, ../sass/vss2.scss */
#expandedScoreSignup.onConsumerSite label { display: inline-block; width: 85px; }
/* line 3020, ../sass/vss2.scss */
#expandedScoreSignup.onConsumerSite label.full_line { display: block; width: 92%; }
/* line 3026, ../sass/vss2.scss */
#expandedScoreSignup.onConsumerSite .textfield { width: 210px; }
/* line 3030, ../sass/vss2.scss */
#expandedScoreSignup.onConsumerSite .extraword { display: none; }

/* line 3036, ../sass/vss2.scss */
#expandedScoreShare { display: none; position: fixed; z-index: 9001; background-color: #585951; color: white; height: 0px; width: 0px; }

/* line 3046, ../sass/vss2.scss */
.closeScoreShare { font-size: 24px; }

/* line 3050, ../sass/vss2.scss */
.exs-share { padding: 18px; text-align: center; font-size: 30px; }
/* line 3055, ../sass/vss2.scss */
.exs-share .shareLinkWrap { padding-top: 6px; margin-bottom: 14px; -webkit-transition: background-color 0.4s ease-in-out; -moz-transition: background-color 0.4s ease-in-out; transition: background-color 0.4s ease-in-out; }
/* line 3059, ../sass/vss2.scss */
.exs-share .shareLinkWrap:hover { background-color: #3e3e39; }
/* line 3064, ../sass/vss2.scss */
.exs-share a { color: white; }

/* line 3069, ../sass/vss2.scss */
.exs-form { padding: 18px; }
/* line 3072, ../sass/vss2.scss */
.exs-form h3 { margin-top: -20px; margin-bottom: 12px; line-height: 28px; text-align: center; }
/* line 3080, ../sass/vss2.scss */
.exs-form h3 .exs-big { display: block; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 36px; text-transform: uppercase; }
/* line 3090, ../sass/vss2.scss */
.exs-form label { display: block; }
/* line 3092, ../sass/vss2.scss */
.exs-form label.longlabel { line-height: 20px; }
/* line 3097, ../sass/vss2.scss */
.exs-form .fieldwrap { margin-bottom: 18px; }
/* line 3101, ../sass/vss2.scss */
.exs-form .tribesWrap { margin-bottom: 8px; }
/* line 3105, ../sass/vss2.scss */
.exs-form .textfield { width: 90%; padding: 5px; color: black; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; }
/* line 3115, ../sass/vss2.scss */
.exs-form select { width: 90%; color: black; }
/* line 3120, ../sass/vss2.scss */
.exs-form .optblock { display: inline-block; margin-right: 30px; margin-bottom: 8px; }
/* line 3127, ../sass/vss2.scss */
.exs-form .optblock input, .exs-form .optblock .fauxcheck { position: relative; top: -2px; margin-right: 5px; vertical-align: baseline; }
/* line 3134, ../sass/vss2.scss */
.exs-form .optblock .fauxcheck { top: 1px; cursor: not-allowed; }
/* line 3139, ../sass/vss2.scss */
.exs-form .optblock label { display: inline !important; }

/* line 3146, ../sass/vss2.scss */
.expandedSearchArea { text-align: center; }
/* line 3149, ../sass/vss2.scss */
.expandedSearchArea #cse { margin-left: auto; margin-right: auto; margin-top: 30px; width: 100%; }

/* line 3157, ../sass/vss2.scss */
.searchFieldWrap { background-color: #e6e6e6; border: 1px solid #cdcdce; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden; }
/* line 3164, ../sass/vss2.scss */
.searchFieldWrap a.searchSubmit { color: black; }
/* line 3168, ../sass/vss2.scss */
.searchFieldWrap .fa-search { color: black; }

/* line 3173, ../sass/vss2.scss */
#searchTerms { width: 90%; height: 52px; background-color: transparent !important; border: none; color: #585951; font-size: 22px; vertical-align: middle; }

/* line 3183, ../sass/vss2.scss */
.search-display-url { font-size: 14px; line-height: 15px; margin-bottom: 2px; color: #006621; }

/* line 3190, ../sass/vss2.scss */
.gsc-control-searchbox-only { background-color: #e6e6e6; border: 1px solid #cdcdce; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden; }

/* line 3198, ../sass/vss2.scss */
table.gsc-search-box td.gsc-input { text-align: left; padding-top: 6px; padding-bottom: 2px; height: 60px; background-image: none; }
/* line 3208, ../sass/vss2.scss */
table.gsc-search-box input.gsc-input { width: 97%; height: 52px; background-color: transparent !important; color: #585951; font-size: 22px; }
/* line 3218, ../sass/vss2.scss */
table.gsc-search-box td.gsc-search-button input { width: 48px; height: 64px; background-color: transparent; background-image: url(../images/fa-mag.png); background-position: center; background-repeat: no-repeat; }

/* line 3231, ../sass/vss2.scss */
.searchResultsContainer { margin-bottom: 40px; }

/* line 3235, ../sass/vss2.scss */
.search-result { margin-top: 1em; margin-bottom: 1.25em; }
/* line 3241, ../sass/vss2.scss */
.search-result strong, .search-result b { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }

/* line 3246, ../sass/vss2.scss */
.search-desc { font-size: 15px; line-height: 20px; }
/* line 3250, ../sass/vss2.scss */
.search-desc br { display: none; }

/* line 3255, ../sass/vss2.scss */
.industryIntroRow { border-top: 4px solid #e6e6e6; border-bottom: 4px solid #e6e6e6; margin-bottom: 42px; }
/* line 3262, ../sass/vss2.scss */
.industryIntroRow .industryIconCol { text-align: right; }
/* line 3265, ../sass/vss2.scss */
.industryIntroRow .industryIconCol h3 { margin-bottom: 16px; font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 32px; line-height: 30px; color: #015cab; }
/* line 3275, ../sass/vss2.scss */
.industryIntroRow .industryIconCol .indLinkWrap { margin-bottom: 5px; }
/* line 3279, ../sass/vss2.scss */
.industryIntroRow .industryIconCol a { font-family: "DINWeb", helvetica, arial, verdana, sans-serif; font-size: 22px; color: black; }
/* line 3285, ../sass/vss2.scss */
.industryIntroRow .industryIconCol a:hover { text-decoration: underline; }
/* line 3289, ../sass/vss2.scss */
.industryIntroRow .industryIconCol a .fa { color: #f16234; }
/* line 3295, ../sass/vss2.scss */
.industryIntroRow .industryIntroCol { text-align: right; padding-right: 0px; }
/* line 3299, ../sass/vss2.scss */
.industryIntroRow .industryIntroCol img { width: 100%; }
/* line 3305, ../sass/vss2.scss */
.industryIntroRow .topicMasterLinks p { position: relative; margin-bottom: 5px; padding-right: 22px; }
/* line 3311, ../sass/vss2.scss */
.industryIntroRow .topicMasterLinks a:after { position: absolute; bottom: 0px; right: 0px; font-family: FontAwesome; color: #f16234; content: " \f054"; }

/* line 3324, ../sass/vss2.scss */
h3.industryGreyHdline { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }

/* line 3328, ../sass/vss2.scss */
.industry_link_block { position: relative; border-bottom: 1px solid #aaa; display: block; width: 100%; padding-top: 12px; padding-bottom: 5px; padding-left: 36px; min-height: 40px; line-height: 18px; }
/* line 3341, ../sass/vss2.scss */
.industry_link_block p { margin: 0px; }
/* line 3345, ../sass/vss2.scss */
.industry_link_block img { position: absolute; left: 0px; top: 50%; margin-top: -16px; }
/* line 3352, ../sass/vss2.scss */
.industry_link_block a:hover { color: #f16234; }

/* line 3358, ../sass/vss2.scss */
.industry_link_titleblock { padding-left: 2px; }

/* line 3362, ../sass/vss2.scss */
.industryCrossesRow { padding-top: 0px; }

/* line 3366, ../sass/vss2.scss */
.indCrossIcon { float: left; }

/* line 15, ../sass/bourbon/addons/_clearfix.scss */
.indCrossText dl:after { content: ""; display: table; clear: both; }
/* line 3375, ../sass/vss2.scss */
.indCrossText dl dt { float: left; line-height: 16px; padding-right: 10px; border-right: 1px solid black; margin-right: 10px; }
/* line 3382, ../sass/vss2.scss */
.indCrossText dl dt.last { padding-right: 0px; border-right: 0px transparent; margin-right: 0px; }
/* line 3389, ../sass/vss2.scss */
.indCrossText dl dt.current a { color: black; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; cursor: default; }
/* line 3393, ../sass/vss2.scss */
.indCrossText dl dt.current a:hover { color: black; text-decoration: none; }
/* line 3400, ../sass/vss2.scss */
.indCrossText dl dt a { color: #aaa; font-size: 16px; font-weight: normal; }
/* line 3406, ../sass/vss2.scss */
.indCrossText dl dt a:hover { text-decoration: underline; color: #f16234; }

/* line 3415, ../sass/vss2.scss */
.featResourceRow { margin-bottom: 28px !important; }

/* line 3420, ../sass/vss2.scss */
.featResourcePreviewCell .featVideo { display: block; max-width: 100%; }

/* line 3426, ../sass/vss2.scss */
.featResourceCaption { margin-right: 10%; margin-bottom: 80px; }
/* line 3432, ../sass/vss2.scss */
.featResourceCaption h3 { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 16px; font-weight: bold; line-height: 18px; margin-top: 0px; margin-bottom: 0px; }
/* line 3445, ../sass/vss2.scss */
.featResourceCaption p { font-size: 16px; font-style: italic; line-height: 18px; margin-top: 0px; }

/* line 3456, ../sass/vss2.scss */
.captionBox { margin-bottom: 0; margin-right: 0; padding: 10px 20px; background: #cccccc; width: 100%; border-left: 1px solid #4c4d4f; border-right: 1px solid #4c4d4f; border-bottom: 1px solid #4c4d4f; }

/* line 3467, ../sass/vss2.scss */
.videoRow { margin-bottom: 1em; }

/* line 3471, ../sass/vss2.scss */
.newsImageWrap { margin-bottom: 20px; }

/* line 3475, ../sass/vss2.scss */
.widescreenWrap { position: relative; padding-bottom: 56.25%; max-width: 640px; height: 0px; }
/* line 3481, ../sass/vss2.scss */
.widescreenWrap iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: black; }

/* line 3491, ../sass/vss2.scss */
.resourceThumb { text-align: center; margin-bottom: 18px; }

/* line 3496, ../sass/vss2.scss */
.download-pdf { display: block; margin-left: auto; margin-right: auto; margin-bottom: 18px; width: 32px; }

/* line 3503, ../sass/vss2.scss */
.download-pdf-label { margin-left: auto; margin-right: auto; text-align: center; max-width: 196px; font-size: 20px; line-height: 26px; }
/* line 3510, ../sass/vss2.scss */
.download-pdf-label a { color: #585951; }

/* line 3515, ../sass/vss2.scss */
.detailHeaderRow { padding-bottom: 0px; margin-bottom: 0px; }
/* line 3521, ../sass/vss2.scss */
.detailHeaderRow .column, .detailHeaderRow .columns, .detailHeaderRow .columns { position: relative; }
/* line 3523, ../sass/vss2.scss */
.detailHeaderRow .column .admin-edit, .detailHeaderRow .columns .admin-edit, .detailHeaderRow .column #admin-edit, .detailHeaderRow .columns #admin-edit, .detailHeaderRow .columns .admin-edit, .detailHeaderRow .columns #admin-edit { left: auto; right: 0px; }
/* line 3529, ../sass/vss2.scss */
.detailHeaderRow h1 { font-family: "DINWeb-Medium", helvetica, arial, verdana, sans-serif; font-size: 60px; line-height: 65px; color: #015cab; margin-bottom: 0px; }
/* line 3538, ../sass/vss2.scss */
.detailHeaderRow h1 .headlineFirst { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 48px; color: #585951; text-transform: uppercase; }
/* line 3548, ../sass/vss2.scss */
.detailHeaderRow strong, .detailHeaderRow b { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 3552, ../sass/vss2.scss */
.detailHeaderRow .article_metadata { margin-top: 20px; }
/* line 3555, ../sass/vss2.scss */
.detailHeaderRow .article_metadata a { color: #f16234; }
/* line 3557, ../sass/vss2.scss */
.detailHeaderRow .article_metadata a:hover { text-decoration: underline; }
/* line 3563, ../sass/vss2.scss */
.detailHeaderRow .meta-date, .detailHeaderRow .meta-space, .detailHeaderRow .meta-source { display: inline; }

/* line 3569, ../sass/vss2.scss */
.scoreArticlePage .detailHeaderRow { margin-top: 50px; }
/* line 3574, ../sass/vss2.scss */
.scoreArticlePage .scoreTextCol h3 { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 18px; line-height: 24px; color: #015cab; text-transform: uppercase; }

/* line 3586, ../sass/vss2.scss */
.scoreArticle { margin-top: 30px; border-top: 1px dashed #bcbcbd; }
/* line 3590, ../sass/vss2.scss */
.scoreArticle:first-of-type { margin-top: 0px; border-top: none; }

/* line 3596, ../sass/vss2.scss */
.scoreArticleImage { border: 1px solid #585951; }

/* line 3601, ../sass/vss2.scss */
.scoreSideCol h4 { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; font-size: 24px; color: #f16234; padding-bottom: 10px; border-bottom: 4px solid #015cab; }
/* line 3611, ../sass/vss2.scss */
.scoreSideCol h4 .fa { margin-right: 6px; }
/* line 3615, ../sass/vss2.scss */
.scoreSideCol h4 a { color: inherit; }
/* line 3617, ../sass/vss2.scss */
.scoreSideCol h4 a:hover { text-decoration: underline; }
/* line 3621, ../sass/vss2.scss */
.scoreSideCol .sb-articles { margin-bottom: 0px; }
/* line 3625, ../sass/vss2.scss */
.scoreSideCol .sbarticle { position: relative; padding-top: 8px; padding-bottom: 10px; padding-left: 0px; padding-right: 20px; border-bottom: 1px solid #c5c5c5; background-color: white; font-size: 18px; line-height: 21px; -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }
/* line 3639, ../sass/vss2.scss */
.scoreSideCol .sbarticle a { color: inherit; }
/* line 3643, ../sass/vss2.scss */
.scoreSideCol .sbarticle:hover { background-color: #f3f3f3; }
/* line 3647, ../sass/vss2.scss */
.scoreSideCol .sbarticle .sbLinkDeco { position: absolute; right: 0px; bottom: 10px; color: #f16234; }
/* line 3655, ../sass/vss2.scss */
.scoreSideCol .sbContentsBack { border-top: 4px solid #015cab; padding-top: 12px; font-size: 16px; text-align: right; color: #585951; }
/* line 3662, ../sass/vss2.scss */
.scoreSideCol .sbContentsBack a { color: #585951; }
/* line 3664, ../sass/vss2.scss */
.scoreSideCol .sbContentsBack a:hover { color: #585951; text-decoration: underline; }

/* line 3673, ../sass/vss2.scss */
.your-footerNav .footerNavCol { padding-bottom: 40px; }

/* line 3678, ../sass/vss2.scss */
.err404-row { margin-top: 60px; margin-bottom: 200px; }

/* line 3686, ../sass/vss2.scss */
table.nostripe tr { background-color: transparent !important; }

/* line 3691, ../sass/vss2.scss */
.providerRow { padding-bottom: 10px; border-bottom: 1px solid #d5d2d2; margin-bottom: 30px; }
/* line 3696, ../sass/vss2.scss */
.providerRow.last { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; }
/* line 3702, ../sass/vss2.scss */
.providerRow img { margin-bottom: 14px; }

/* line 3709, ../sass/vss2.scss */
.toast-title { font-family: helvetica, arial, verdana, sans-serif; font-size: 16px; line-height: 20px; }

/* line 3717, ../sass/vss2.scss */
.toast-message { font-family: helvetica, arial, verdana, sans-serif; font-size: 14px; line-height: 20px; }

/* line 3725, ../sass/vss2.scss */
#toast-container > div.toast-info { background-color: #fff; background-image: url(../images/pushpin.png) !important; color: #444 !important; border: 2px solid #f16234; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }

/* line 3735, ../sass/vss2.scss */
.graphWidget { max-width: 1000px; margin-left: auto; margin-right: auto; text-align: center; color: #585951; }
/* line 3744, ../sass/vss2.scss */
.graphWidget.labeled { position: relative; padding-left: 20px; }
/* line 3748, ../sass/vss2.scss */
.graphWidget.labeled .Yaxis-label { position: absolute; top: 190px; left: 10px; font-size: 15px; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); display: none; }
/* line 3759, ../sass/vss2.scss */
.graphWidget .chartAnnot { font-size: 12px; font-style: italic; margin: 0px; text-align: center; }
/* line 3766, ../sass/vss2.scss */
.graphWidget .c3-tooltip-container { text-align: left; }
/* line 3770, ../sass/vss2.scss */
.graphWidget .c3-target.c3-defocused { opacity: 1.0 !important; }
/* line 3774, ../sass/vss2.scss */
.graphWidget .c3-legend-item { opacity: 1.0 !important; }
/* line 3777, ../sass/vss2.scss */
.graphWidget .c3-legend-item-hidden { opacity: 0.3 !important; }
/* line 3781, ../sass/vss2.scss */
.graphWidget .c3-line { stroke-width: 2px; }

/* line 3789, ../sass/vss2.scss */
.csstransforms .graphWidget.labeled .Yaxis-label { display: block; }

/* line 3795, ../sass/vss2.scss */
.graphControls { margin-left: 14px; margin-bottom: 14px; }
/* line 3801, ../sass/vss2.scss */
.graphControls select { width: auto; font-family: helvetica, arial, verdana, sans-serif; font-size: 16px; }

/* line 3810, ../sass/vss2.scss */
.graphRestoreWrap { text-align: center; height: 20px; overflow: visible; position: relative; z-index: 10; visibility: hidden; font-size: 15px; text-transform: uppercase; }
/* line 3820, ../sass/vss2.scss */
.graphRestoreWrap.active { visibility: visible; }

/* line 3825, ../sass/vss2.scss */
.dri-tabs { text-align: center; }

/* line 3829, ../sass/vss2.scss */
.driTab { position: relative; display: inline-block; width: 33%; text-align: center; font-size: 27px; }
/* line 3836, ../sass/vss2.scss */
.driTab .notch { display: none; }
/* line 3840, ../sass/vss2.scss */
.driTab.active { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; }
/* line 3843, ../sass/vss2.scss */
.driTab.active .notch { display: block; width: 48px; height: 25px; position: absolute; bottom: -27px; left: 50%; margin-left: -24px; }

/* line 3855, ../sass/vss2.scss */
.dri-pageIntro { margin-bottom: 60px; }
/* line 3858, ../sass/vss2.scss */
.dri-pageIntro strong, .dri-pageIntro b { color: #015cab; }
/* line 3862, ../sass/vss2.scss */
.dri-pageIntro a { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #f15f23; }
/* line 3867, ../sass/vss2.scss */
.dri-pageIntro a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 3872, ../sass/vss2.scss */
.dri-pageIntro a .fa { -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* line 3879, ../sass/vss2.scss */
.driPane { display: none; border-top: 2px solid #f15f23; background-color: #e6e6e6; background-image: url(../images/texture-gray.png); background-position: center top; background-repeat: repeat-x; padding-left: 3.25%; padding-right: 3.25%; padding-top: 40px; padding-bottom: 86px; }
/* line 3881, ../sass/vss2.scss */
.driPane.active { display: block; }
/* line 3896, ../sass/vss2.scss */
.driPane h2 { text-transform: none; margin-top: 0px; margin-bottom: 8px; border-top: none; padding-top: 0px; }
/* line 3907, ../sass/vss2.scss */
.driPane select { width: auto; font-family: "San Francisco", "Helvetica Neue", helvetica, arial, menu; font-size: 14px; }
/* line 3915, ../sass/vss2.scss */
.driPane .pane-commentary { position: relative; background-color: #cdcdce; width: 772px; max-width: 92%; min-height: 63px; margin-left: auto; margin-right: auto; margin-top: 40px; padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 1px; color: black; font-size: 16px; line-height: 20px; /*
// Pennant
&::before {
	content: "";
	display: block;
	width: 19px;
	height: 63px;
	position: absolute;
	top: 0px;
	left: -19px;
	background: {
		image: url(../images/pennant.png);
		position: right top;
		repeat: no-repeat;
	}
}
*/ }
/* line 3956, ../sass/vss2.scss */
.driPane .pane-commentary p { margin-bottom: 22px; }
/* line 3961, ../sass/vss2.scss */
.driPane .dri-instrux { color: #015cab; font-size: 16px; line-height: 20px; text-align: center; margin-left: 15%; margin-right: 15%; }

/* line 3973, ../sass/vss2.scss */
.driControlsWrap { text-align: center; }

/* line 3977, ../sass/vss2.scss */
.driControls { display: inline-block; background-color: #cdcdce; background-image: url(../images/slanttexture-right.png); background-position: left top; padding-left: 25px; padding-right: 18px; padding-top: 18px; padding-bottom: 18px; margin-bottom: 22px; font-size: 16px; color: black; }
/* line 3996, ../sass/vss2.scss */
.driControls select { margin-left: 8px; margin-right: 8px; }

/* line 4004, ../sass/vss2.scss */
.dri-toggles { margin-bottom: 18px; }

/* line 4008, ../sass/vss2.scss */
.driToggleMenu { position: relative; width: 300px; max-width: 86%; height: 44px; line-height: 44px; text-align: center; margin-left: auto; margin-right: auto; border: 2px solid #c5c5c5; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #015cab; cursor: pointer; }
/* line 4024, ../sass/vss2.scss */
.driToggleMenu .fa { position: absolute; top: 12px; right: 8px; }
/* line 4030, ../sass/vss2.scss */
.driToggleMenu.expanded { border-bottom: none; }

/* line 4035, ../sass/vss2.scss */
.driToggleDropdown { display: none; position: relative; width: 300px; max-width: 86%; margin-left: auto; margin-right: auto; }
/* line 4045, ../sass/vss2.scss */
.driToggleDropdown.expanded { display: block; }
/* line 4049, ../sass/vss2.scss */
.driToggleDropdown a { display: block; text-align: center; font-size: 16px; border-top: 1px solid #d5d2d2; padding-top: 9px; padding-bottom: 4px; color: #9b9b9d; }
/* line 4060, ../sass/vss2.scss */
.driToggleDropdown a.active { color: #015cab; }
/* line 4064, ../sass/vss2.scss */
.driToggleDropdown a:hover { background-color: #f7f6f6; }

/* line 4070, ../sass/vss2.scss */
.driToggleDropdown-inner { position: absolute; width: 100%; background-color: white; border-left: 2px solid #c5c5c5; border-right: 2px solid #c5c5c5; border-bottom: 2px solid #c5c5c5; }

/* line 4081, ../sass/vss2.scss */
.dri-datarow { text-align: right; font-size: 16px; }
/* line 4085, ../sass/vss2.scss */
.dri-datarow a { color: #585951; }
/* line 4089, ../sass/vss2.scss */
.dri-datarow a:hover .fa { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/* line 4094, ../sass/vss2.scss */
.dri-datarow a .fa { -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* line 4101, ../sass/vss2.scss */
.driTable-quarterly { margin-left: auto; margin-right: auto; }
/* line 4104, ../sass/vss2.scss */
.driTable-quarterly th, .driTable-quarterly td { width: 185px; height: 55px; text-align: left; color: #585951; padding-top: 14px; padding-left: 18px; line-height: 22px; border-right: 2px solid #bcbcbd; border-bottom: 2px solid #f15f23; }
/* line 4119, ../sass/vss2.scss */
.driTable-quarterly th:last-of-type, .driTable-quarterly td:last-of-type { border-right: none; }
/* line 4124, ../sass/vss2.scss */
.driTable-quarterly th.controlCell, .driTable-quarterly td.rowName { width: 132px; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #585951; border-bottom: none; }
/* line 4132, ../sass/vss2.scss */
.driTable-quarterly th.controlCell select, .driTable-quarterly td.rowName select { color: #585951; }
/* line 4137, ../sass/vss2.scss */
.driTable-quarterly td.rowName { color: white; }
/* line 4141, ../sass/vss2.scss */
.driTable-quarterly th.pdcol, .driTable-quarterly td.pdcol { width: 200px; }
/* line 4145, ../sass/vss2.scss */
.driTable-quarterly th { background-color: #cdcdce; font-size: 18px; height: 89px; }
/* line 4150, ../sass/vss2.scss */
.driTable-quarterly th.last { position: relative; }
/* line 4152, ../sass/vss2.scss */
.driTable-quarterly th.last .rowbg { display: block; position: absolute; top: 0px; right: 0px; width: 550px; height: 100%; background-image: url(../images/slanttexture-right.png); background-position: right top; background-repeat: no-repeat; pointer-events: none; }
/* line 4169, ../sass/vss2.scss */
.driTable-quarterly td { background-color: white; font-size: 19px; }
/* line 4173, ../sass/vss2.scss */
.driTable-quarterly td.rowName { font-size: 20px; text-align: right; padding-left: 0px; padding-right: 20px; border-bottom: none; }
/* line 4183, ../sass/vss2.scss */
.driTable-quarterly td.row-mortgage { background-color: #015cab; }
/* line 4187, ../sass/vss2.scss */
.driTable-quarterly td.row-bankcard { background-color: #f15f23; }
/* line 4191, ../sass/vss2.scss */
.driTable-quarterly td.row-auto { background-color: #faa41a; }
/* line 4195, ../sass/vss2.scss */
.driTable-quarterly td.row-student { background-color: #585951; }
/* line 4199, ../sass/vss2.scss */
.driTable-quarterly td.negative { color: #bf2f38; }

/* line 4207, ../sass/vss2.scss */
.dri-method h3 { font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; margin-bottom: 10px; color: #015cab; }
/* line 4214, ../sass/vss2.scss */
.dri-method p a { display: inline-block; margin-right: 3em; margin-bottom: 1em; font-family: "DINWeb-Bold", helvetica, arial, verdana, sans-serif; color: #f15f23; }

/* line 4226, ../sass/vss2.scss */
.dri-legal { margin-top: 18px; }
/* line 4229, ../sass/vss2.scss */
.dri-legal p { margin-bottom: 10px; font-size: 15px; line-height: 18px; color: #585951; }

/* line 4237, ../sass/vss2.scss */
.smallest-only { display: none; }

/* line 4242, ../sass/vss2.scss */
.landingPageIntro h2 { margin-top: 0px; border-top: none; padding-top: 0px; }

/* line 4251, ../sass/vss2.scss */
table.vertstripe tr th, table.vertstripe tr td { border-right: 1px solid #ccc; }
/* line 4253, ../sass/vss2.scss */
table.vertstripe tr th:last-of-type, table.vertstripe tr td:last-of-type { border-right: none; }

/* line 1, ../sass/_consumer2.scss */
.consumerSite { /*
.topnav_outer {
	background: {
		color: $consumer_blue;
		image: 
			url(../images/slanttexture-blue-left.png), 
			url(../images/slanttexture-blue-right.png);
	}
	
	a {
		&:hover {
			color: white;
		}
		
		&.active {
			color: white;
		}
	}
}

.topnav_main {
	.current {
		a {
			color: white;
			border-bottom-color: white;
		}
	}
}
*/ }
/* line 37, ../sass/_consumer2.scss */
.consumerSite .bannerRow { background: #008bd0; }
/* line 41, ../sass/_consumer2.scss */
.consumerSite .newstimer-bar { background-color: #1a6cb3; }
/* line 46, ../sass/_consumer2.scss */
.consumerSite .hotbox-subhead .fa-chevron-right { color: #1a6cb3; }
/* line 52, ../sass/_consumer2.scss */
.consumerSite .hotbox-body ul { list-style-image: url(../images/check-blue.png); }
/* line 58, ../sass/_consumer2.scss */
.consumerSite .featuredVid-textcol .video-title { color: #008bd0; }
/* line 60, ../sass/_consumer2.scss */
.consumerSite .featuredVid-textcol .video-title a { color: #008bd0; }
/* line 69, ../sass/_consumer2.scss */
.consumerSite .resourceSliderRow .resourceBlock:hover .resourceIcon { filter: url(#colorizeBlue); -webkit-filter: url(#colorizeBlue); }
/* line 74, ../sass/_consumer2.scss */
.consumerSite .resourceSliderRow .resourceBlock:hover .resourceTitle { color: #1a6cb3; }
/* line 83, ../sass/_consumer2.scss */
.consumerSite .footerNavOuter a.foot-primarynavlink { color: #008bd0; }

/* line 1, ../sass/_tipsy.scss */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }

/* line 2, ../sass/_tipsy.scss */
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
/* line 5, ../sass/_tipsy.scss */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
/* line 10, ../sass/_tipsy.scss */
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
/* line 13, ../sass/_tipsy.scss */
.tipsy-arrow-n { border-bottom-color: #000; }

/* line 14, ../sass/_tipsy.scss */
.tipsy-arrow-s { border-top-color: #000; }

/* line 15, ../sass/_tipsy.scss */
.tipsy-arrow-e { border-left-color: #000; }

/* line 16, ../sass/_tipsy.scss */
.tipsy-arrow-w { border-right-color: #000; }

/* line 18, ../sass/_tipsy.scss */
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }

/* line 19, ../sass/_tipsy.scss */
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }

/* line 20, ../sass/_tipsy.scss */
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }

/* line 21, ../sass/_tipsy.scss */
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }

/* line 22, ../sass/_tipsy.scss */
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }

/* line 23, ../sass/_tipsy.scss */
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }

/* line 24, ../sass/_tipsy.scss */
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }

/* line 25, ../sass/_tipsy.scss */
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

@media screen and (max-width: 39.9375em) { /* line 3, ../sass/responsive/vss2/_small.scss */
  #admin-edit, .admin-edit { display: none; }
  /* line 7, ../sass/responsive/vss2/_small.scss */
  .msp-pop { position: absolute; }
  /* line 10, ../sass/responsive/vss2/_small.scss */
  .msp-pop .row { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; }
  /* line 16, ../sass/responsive/vss2/_small.scss */
  .msp-consumerCol { text-align: center; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; order: 2; -ms-flex-order: 2; }
  /* line 21, ../sass/responsive/vss2/_small.scss */
  .msp-lenderCol { text-align: center; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; order: 1; -ms-flex-order: 1; }
  /* line 27, ../sass/responsive/vss2/_small.scss */
  .headerSocial { text-align: center; }
  /* line 32, ../sass/responsive/vss2/_small.scss */
  .topnav_outer.mega { max-height: 2000px; }
  /* line 37, ../sass/responsive/vss2/_small.scss */
  .topnav_main { position: relative; }
  /* line 40, ../sass/responsive/vss2/_small.scss */
  .topnav_main .searchCol { position: absolute; right: 30px; text-align: left; }
  /* line 47, ../sass/responsive/vss2/_small.scss */
  .topnav_social { position: static; margin-top: 30px; }
  /* line 52, ../sass/responsive/vss2/_small.scss */
  .topMenuTriggerRow { float: left; width: 100%; text-align: center; }
  /* line 58, ../sass/responsive/vss2/_small.scss */
  .topMenuTrigger { color: white; }
  /* line 60, ../sass/responsive/vss2/_small.scss */
  .topMenuTrigger:hover { color: white !important; }
  /* line 63, ../sass/responsive/vss2/_small.scss */
  .headerSubnavCol { margin-bottom: 30px; }
  /* line 66, ../sass/responsive/vss2/_small.scss */
  .headerSubnavCol.last { padding-bottom: 60px; }
  /* line 70, ../sass/responsive/vss2/_small.scss */
  .headerSubnavCol .navsub_top { display: block; margin-bottom: 10px; color: #f16234; font-size: 20px; text-transform: uppercase; }
  /* line 80, ../sass/responsive/vss2/_small.scss */
  .your-topnav .headerSubnavCol { padding-bottom: 0px; }
  /* line 85, ../sass/responsive/vss2/_small.scss */
  .hpVidMobile { display: block; }
  /* line 89, ../sass/responsive/vss2/_small.scss */
  .hotboxes_area { padding-left: 36px; padding-right: 36px; }
  /* line 97, ../sass/responsive/vss2/_small.scss */
  .resourceSliderRow .carousel_area { padding-left: 48px; padding-right: 48px; }
  /* line 106, ../sass/responsive/vss2/_small.scss */
  .your-footerNav .footerNavCol { padding-bottom: 0px; }
  /* line 111, ../sass/responsive/vss2/_small.scss */
  .bannerBG { display: none; }
  /* line 116, ../sass/responsive/vss2/_small.scss */
  .bannerTextCol h2 { font-size: 34px; line-height: 36px; }
  /* line 121, ../sass/responsive/vss2/_small.scss */
  .bannerTextCol h1 { font-size: 55px; line-height: 50px; }
  /* line 128, ../sass/responsive/vss2/_small.scss */
  .featuredVid-textcol .video-title { font-size: 32px; line-height: 34px; }
  /* line 133, ../sass/responsive/vss2/_small.scss */
  .featuredVid-textcol .video-description { font-size: 20px; line-height: 24px; }
  /* line 139, ../sass/responsive/vss2/_small.scss */
  .featuredVid-postercol { padding-top: 0px; }
  /* line 143, ../sass/responsive/vss2/_small.scss */
  .column .pageLinkBlock, .columns .pageLinkBlock { border-right: none !important; }
  /* line 147, ../sass/responsive/vss2/_small.scss */
  .crossesGrid .column .pagecross, .relatedResourcesGrid .column .pagecross, .crossesGrid .columns .pagecross, .relatedResourcesGrid .columns .pagecross { border-right: none; }
  /* line 151, ../sass/responsive/vss2/_small.scss */
  .resourcesHotContentGrid .column, .resourcesHotContentGrid .columns { border-right: none; }
  /* line 155, ../sass/responsive/vss2/_small.scss */
  .barstory { margin-top: 10px; margin-bottom: 18px; }
  /* line 161, ../sass/responsive/vss2/_small.scss */
  .barstory:nth-of-type(2), .barstory:nth-of-type(3), .barstory:nth-of-type(4) { display: none; }
  /* line 165, ../sass/responsive/vss2/_small.scss */
  .barstory .fa-quote-left, .barstory .fa-quote-right { display: none; }
  /* line 172, ../sass/responsive/vss2/_small.scss */
  .newsbar-open .barstory:nth-of-type(2), .newsbar-open .barstory:nth-of-type(3), .newsbar-open .barstory:nth-of-type(4) { display: block; }
  /* line 177, ../sass/responsive/vss2/_small.scss */
  .newsbar-open .newsbar-moreBlock { background-color: #585951; }
  /* line 182, ../sass/responsive/vss2/_small.scss */
  .barstory-deco { top: 5px; }
  /* line 186, ../sass/responsive/vss2/_small.scss */
  .detailBodyRow { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; }
  /* line 190, ../sass/responsive/vss2/_small.scss */
  .detailBodyRow .eventPhotoCol, .detailBodyRow .resourceSideCol { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; order: 1; -ms-flex-order: 1; margin-bottom: 30px; }
  /* line 195, ../sass/responsive/vss2/_small.scss */
  .detailBodyRow .eventTextCol, .detailBodyRow .resourceTextCol { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; order: 2; -ms-flex-order: 2; }
  /* line 200, ../sass/responsive/vss2/_small.scss */
  .followbar { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; }
  /* line 204, ../sass/responsive/vss2/_small.scss */
  .followbar .followLinks { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; order: 1; -ms-flex-order: 1; margin-bottom: 18px; text-align: center; }
  /* line 210, ../sass/responsive/vss2/_small.scss */
  .followbar .newsFilters, .followbar .eventsFilters { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; order: 2; -ms-flex-order: 2; }
  /* line 213, ../sass/responsive/vss2/_small.scss */
  .followbar .newsFilters strong, .followbar .eventsFilters strong { display: block; text-align: center; }
  /* line 218, ../sass/responsive/vss2/_small.scss */
  .followbar .newsFilters a, .followbar .eventsFilters a { display: block; text-align: center; border-right: none; margin-top: 0.75em; margin-left: 0px; padding-right: 0px; }
  /* line 231, ../sass/responsive/vss2/_small.scss */
  .spotlightImage { padding-left: 10px; padding-right: 10px; text-align: center; }
  /* line 239, ../sass/responsive/vss2/_small.scss */
  .industryIconCol { margin-bottom: 24px; }
  /* line 245, ../sass/responsive/vss2/_small.scss */
  .indCrossText dl dt { float: none; border-right: none; margin-top: 1em; }
  /* line 253, ../sass/responsive/vss2/_small.scss */
  .captionBox { margin-bottom: 20px; }
  /* line 258, ../sass/responsive/vss2/_small.scss */
  .detailHeaderRow h1 { font-size: 30px; line-height: 36px; }
  /* line 262, ../sass/responsive/vss2/_small.scss */
  .detailHeaderRow h1 .headlineFirst { font-size: 28px; }
  /* line 267, ../sass/responsive/vss2/_small.scss */
  .detailHeaderRow .meta-date, .detailHeaderRow .meta-source { display: block; }
  /* line 271, ../sass/responsive/vss2/_small.scss */
  .detailHeaderRow .meta-space { display: none; }
  /* line 276, ../sass/responsive/vss2/_small.scss */
  .detailShareBar { text-align: left; }
  /* line 279, ../sass/responsive/vss2/_small.scss */
  .detailShareBar label { display: block; margin-bottom: 8px; }
  /* line 284, ../sass/responsive/vss2/_small.scss */
  .detailShareBar a:first-of-type .shareicon { margin-left: 0px; }
  /* line 289, ../sass/responsive/vss2/_small.scss */
  .scoreSignupBar, .scoreHeaderBar, .scoreHeaderBar { background-color: #015cab; background-image: url(../images/scorebar-texture-right.png); background-position: right top; background-repeat: repeat-y; background-size: auto; }
  /* line 299, ../sass/responsive/vss2/_small.scss */
  .scoreMastheadCol { padding-right: 25px; }
  /* line 305, ../sass/responsive/vss2/_small.scss */
  .scorePreviewList li .fa-check { color: white; }
  /* line 313, ../sass/responsive/vss2/_small.scss */
  .scoreTeaserSnippet ul li:before { text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8); }
  /* line 321, ../sass/responsive/vss2/_small.scss */
  .postScoreBanner dl dt { display: block; }
  /* line 328, ../sass/responsive/vss2/_small.scss */
  .crc-row .crc-cell, .crc-row .outlink_cell { border-right: none; border-bottom: 4px solid #e6e6e6; padding-bottom: 10px; padding-left: 0px; padding-right: 0px; margin-bottom: 20px; margin-left: 7%; margin-right: 7%; width: 86%; }
  /* line 343, ../sass/responsive/vss2/_small.scss */
  .crc-row .crc-cell.last, .crc-row .last.outlink_cell { border-bottom: none; padding-bottom: 0px; }
  /* line 349, ../sass/responsive/vss2/_small.scss */
  .crc-row.mtpl { padding-bottom: 0px; }
  /* line 353, ../sass/responsive/vss2/_small.scss */
  .crc-row.mtpl .crc-cell, .crc-row.mtpl .outlink_cell { padding-bottom: 40px; }
  /* line 359, ../sass/responsive/vss2/_small.scss */
  .detailBannerRow { background-image: url(../images/hdr-smudge-left.png); background-position: left top; }
  /* line 367, ../sass/responsive/vss2/_small.scss */
  .scoreSideCol .contentsBlock { margin-top: 50px; }
  /* line 373, ../sass/responsive/vss2/_small.scss */
  .socialconnect-row .socialconnect-cell { border-bottom: 4px solid #bcbcbd; padding-bottom: 18px; margin-bottom: 20px; width: 86%; margin-left: 7%; margin-right: 7%; }
  /* line 383, ../sass/responsive/vss2/_small.scss */
  .socialconnect-row .socialconnect-cell.lastCell { border-bottom: none; padding-bottom: 0px; }
  /* line 389, ../sass/responsive/vss2/_small.scss */
  .socialconnect-row .socialChannelIcon { border-bottom: none; margin-bottom: 0px; }
  /* line 394, ../sass/responsive/vss2/_small.scss */
  .socialconnect-row p.followLinkWrap { margin-top: -30px; }
  /* line 398, ../sass/responsive/vss2/_small.scss */
  .socialconnect-row .socialClip { font-size: 18px; line-height: 21px; }
  /* line 404, ../sass/responsive/vss2/_small.scss */
  .hotbox-headline { font-size: 28px; line-height: 30px; display: table-cell; vertical-align: bottom; padding-bottom: 6px; }
  /* line 412, ../sass/responsive/vss2/_small.scss */
  .industryIntroRow { border-top: none; display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; }
  /* line 419, ../sass/responsive/vss2/_small.scss */
  .industryIntroRow .industryIconCol { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; order: 2; -ms-flex-order: 2; text-align: left; }
  /* line 424, ../sass/responsive/vss2/_small.scss */
  .industryIntroRow .industryIntroCol { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; order: 1; -ms-flex-order: 1; text-align: left; }
  /* line 427, ../sass/responsive/vss2/_small.scss */
  .industryIntroRow .industryIntroCol img { width: auto; max-width: 96%; }
  /* line 434, ../sass/responsive/vss2/_small.scss */
  .driTab { display: block; width: auto; line-height: 30px; color: #9b9b9d; margin-bottom: 20px; }
  /* line 440, ../sass/responsive/vss2/_small.scss */
  .driTab.active { color: #015cab; }
  /* line 442, ../sass/responsive/vss2/_small.scss */
  .driTab.active .notch { display: none; }
  /* line 449, ../sass/responsive/vss2/_small.scss */
  .driControls .controls-label { display: block; }
  /* line 455, ../sass/responsive/vss2/_small.scss */
  .driPane .dri-instrux { margin-left: 0px; margin-right: 0px; }
  /* line 463, ../sass/responsive/vss2/_small.scss */
  .footerNavOuter { padding-top: 8px; padding-bottom: 0px; }
  /* line 470, ../sass/responsive/vss2/_small.scss */
  .footerNavCol { margin-bottom: 1.5em; }
  /* line 473, ../sass/responsive/vss2/_small.scss */
  .footerNavCol.last { padding-bottom: 2em; }
  /* line 477, ../sass/responsive/vss2/_small.scss */
  .footerNavCol .navsub_top { display: none !important; }
  /* line 482, ../sass/responsive/vss2/_small.scss */
  .footer_social { left: 10px; }
  /* line 487, ../sass/responsive/vss2/_small.scss */
  .consumerSite .footer_social { position: static; margin-top: 30px; }
  /* line 493, ../sass/responsive/vss2/_small.scss */
  .partnerLabel, .footer_org { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
  /* line 499, ../sass/responsive/vss2/_small.scss */
  .lastFooter { text-align: left; }
  /* line 502, ../sass/responsive/vss2/_small.scss */
  .lastFooter a { text-decoration: underline; }
  /* line 507, ../sass/responsive/vss2/_small.scss */
  .footerLogoRow { text-align: left; }
  /* line 511, ../sass/responsive/vss2/_small.scss */
  .footerLegal { text-align: center; }
  /* line 514, ../sass/responsive/vss2/_small.scss */
  .footerLegal dt { display: block; padding: 0px; border-right: none; }
  /* line 519, ../sass/responsive/vss2/_small.scss */
  .footerLegal dt.footerCopyright { margin-bottom: 1em; }
  /* line 525, ../sass/responsive/vss2/_small.scss */
  .footerPartnersOuter { padding-top: 30px; padding-bottom: 30px; }
  /* line 532, ../sass/responsive/vss2/_small.scss */
  .footerPartners .partnerLabel { cursor: pointer; }
  /* line 536, ../sass/responsive/vss2/_small.scss */
  #footerPartners-1 { margin-bottom: 20px; }
  /* line 540, ../sass/responsive/vss2/_small.scss */
  .footerPartnersWrapper { height: auto; max-height: 0px; overflow: hidden; -webkit-transition: max-height 0.8s ease-in-out; -moz-transition: max-height 0.8s ease-in-out; transition: max-height 0.8s ease-in-out; -webkit-transition-delay: 0.15s; -moz-transition-delay: 0.15s; transition-delay: 0.15s; }
  /* line 547, ../sass/responsive/vss2/_small.scss */
  .footerPartnersWrapper.footerPartnersExpanded { max-height: 1000px; }
  /* line 552, ../sass/responsive/vss2/_small.scss */
  .dri-pageIntro .introClicks br { display: none; } }
@media screen and (max-width: 320px) { /* line 562, ../sass/responsive/vss2/_small.scss */
  .hotbox-headline { font-size: 24px; line-height: 26px; padding-bottom: 4px; }
  /* line 568, ../sass/responsive/vss2/_small.scss */
  .hotbox-subhead { font-size: 24px; line-height: 24px; }
  /* line 574, ../sass/responsive/vss2/_small.scss */
  .resourceSliderRow .resourceTitle { font-size: 16px; line-height: 18px; }
  /* line 580, ../sass/responsive/vss2/_small.scss */
  .smallest-block { display: block; margin-bottom: 5px; }
  /* line 585, ../sass/responsive/vss2/_small.scss */
  .smallest-only { display: inline-block; width: 50px; text-align: right; }
  /* line 591, ../sass/responsive/vss2/_small.scss */
  .smallest-hide { display: none; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) { /* line 3, ../sass/responsive/vss2/_medium.scss */
  .headerSocial { text-align: center; }
  /* line 7, ../sass/responsive/vss2/_medium.scss */
  .topnav_outer { font-size: 14px; }
  /* line 11, ../sass/responsive/vss2/_medium.scss */
  .topnav_main { padding-top: 20px; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 58.75em) { /* line 11, ../sass/responsive/vss2/_medium.scss */
  .topnav_main { padding-top: 28px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { /* line 19, ../sass/responsive/vss2/_medium.scss */
  .barstory { margin-top: 10px; margin-bottom: 18px; padding-left: 0px; padding-right: 30px; }
  /* line 29, ../sass/responsive/vss2/_medium.scss */
  .barstory:nth-of-type(2), .barstory:nth-of-type(3), .barstory:nth-of-type(4) { display: none; }
  /* line 33, ../sass/responsive/vss2/_medium.scss */
  .barstory .fa-quote-left { position: relative; top: -5px; left: 0px; margin-right: 2px; font-size: 10px; }
  /* line 41, ../sass/responsive/vss2/_medium.scss */
  .barstory .fa-quote-right { top: -5px; margin-left: 4px; font-size: 10px; }
  /* line 50, ../sass/responsive/vss2/_medium.scss */
  .newsbar-open .barstory:nth-of-type(2), .newsbar-open .barstory:nth-of-type(3), .newsbar-open .barstory:nth-of-type(4) { display: block; }
  /* line 55, ../sass/responsive/vss2/_medium.scss */
  .newsbar-open .newsbar-moreBlock { background-color: #585951; }
  /* line 60, ../sass/responsive/vss2/_medium.scss */
  .barstory-deco { top: -2px; right: 5px; }
  /* line 65, ../sass/responsive/vss2/_medium.scss */
  .bannerBG { display: none; }
  /* line 70, ../sass/responsive/vss2/_medium.scss */
  .bannerTextCol h2 { font-size: 34px; line-height: 36px; }
  /* line 75, ../sass/responsive/vss2/_medium.scss */
  .bannerTextCol h1 { font-size: 55px; line-height: 50px; }
  /* line 82, ../sass/responsive/vss2/_medium.scss */
  .featuredVid-textcol .video-title { font-size: 44px; line-height: 40px; }
  /* line 87, ../sass/responsive/vss2/_medium.scss */
  .featuredVid-textcol .video-description { font-size: 18px; line-height: 22px; }
  /* line 93, ../sass/responsive/vss2/_medium.scss */
  .footerNavOuter { font-size: 14px; }
  /* line 98, ../sass/responsive/vss2/_medium.scss */
  .footer_social a { margin-right: 4px; }
  /* line 103, ../sass/responsive/vss2/_medium.scss */
  .topnav_social { font-size: 20px; }
  /* line 105, ../sass/responsive/vss2/_medium.scss */
  .topnav_social a { margin-right: 4px; }
  /* line 110, ../sass/responsive/vss2/_medium.scss */
  .column:nth-of-type(2n) .pageLinkBlock, .columns:nth-of-type(2n) .pageLinkBlock { border-right: none; }
  /* line 116, ../sass/responsive/vss2/_medium.scss */
  .crc-row.mtpl { padding-bottom: 30px; }
  /* line 122, ../sass/responsive/vss2/_medium.scss */
  .crossesGrid .column:nth-of-type(2n) .pagecross, .relatedResourcesGrid .column:nth-of-type(2n) .pagecross, .crossesGrid .columns:nth-of-type(2n) .pagecross, .relatedResourcesGrid .columns:nth-of-type(2n) .pagecross { border-right: none; }
  /* line 126, ../sass/responsive/vss2/_medium.scss */
  .resourcesHotContentGrid .column:nth-of-type(2n), .resourcesHotContentGrid .columns:nth-of-type(2n) { border-right: none; }
  /* line 130, ../sass/responsive/vss2/_medium.scss */
  .partnerLabel { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
  /* line 136, ../sass/responsive/vss2/_medium.scss */
  .followLinks { font-size: 16px; }
  /* line 139, ../sass/responsive/vss2/_medium.scss */
  .followLinks a .fa { font-size: 26px; }
  /* line 146, ../sass/responsive/vss2/_medium.scss */
  .newsFilters strong { display: block; }
  /* line 151, ../sass/responsive/vss2/_medium.scss */
  .resourceFilters { font-size: 22px; line-height: 22px; padding-top: 7px; }
  /* line 156, ../sass/responsive/vss2/_medium.scss */
  .resourceFilters strong { display: block; }
  /* line 160, ../sass/responsive/vss2/_medium.scss */
  .resourceFilters a { margin-left: 0px; margin-right: 8px; padding-right: 12px; }
  /* line 171, ../sass/responsive/vss2/_medium.scss */
  .indCrossText dl dt { margin-bottom: 12px; }
  /* line 178, ../sass/responsive/vss2/_medium.scss */
  .socialconnect-row .socialClip { font-size: 18px; line-height: 21px; }
  /* line 184, ../sass/responsive/vss2/_medium.scss */
  .scoreSignupBar, .scoreHeaderBar, .scoreHeaderBar { background-color: #015cab; background-image: url(../images/scorebar-texture-right.png); background-position: right top; background-repeat: repeat-y; }
  /* line 192, ../sass/responsive/vss2/_medium.scss */
  .scoreSignupBar .button, .scoreHeaderBar .button, .scoreHeaderBar .button { font-size: 16px; line-height: 16px; padding-top: 18px; padding-bottom: 14px; padding-left: 12px; padding-right: 12px; }
  /* line 205, ../sass/responsive/vss2/_medium.scss */
  .scoreHeaderBar .button { width: 220px; height: 44px; padding: 0px; line-height: 46px; }
  /* line 213, ../sass/responsive/vss2/_medium.scss */
  .scoreMastheadCol { padding-right: 14px; }
  /* line 219, ../sass/responsive/vss2/_medium.scss */
  .postScoreBanner dl dt.postScoreLabel { display: block; }
  /* line 226, ../sass/responsive/vss2/_medium.scss */
  .footerLegal dt { display: block; text-align: center; border-right: none; }
  /* line 231, ../sass/responsive/vss2/_medium.scss */
  .footerLegal dt.footerCopyright { margin-bottom: 1em; }
  /* line 237, ../sass/responsive/vss2/_medium.scss */
  .industryIntroRow { border-top: none; display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; }
  /* line 244, ../sass/responsive/vss2/_medium.scss */
  .industryIntroRow .industryIconCol { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; order: 2; -ms-flex-order: 2; text-align: left; }
  /* line 249, ../sass/responsive/vss2/_medium.scss */
  .industryIntroRow .industryIntroCol { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; order: 1; -ms-flex-order: 1; text-align: left; }
  /* line 252, ../sass/responsive/vss2/_medium.scss */
  .industryIntroRow .industryIntroCol img { width: auto; }
  /* line 258, ../sass/responsive/vss2/_medium.scss */
  .driTab { width: 32%; font-size: 22px; }
  /* line 263, ../sass/responsive/vss2/_medium.scss */
  .driTab.active .notch { bottom: -26px !important; } }
@media screen and (min-width: 40em) { /* .dri-pageIntro { 	margin: { 		left: 32px; 		right: 32px; 	}	 } */
  /* line 283, ../sass/responsive/vss2/_medium.scss */
  .scoreLongIssuePage div.backToTopRow { display: block !important; }
  /* line 290, ../sass/responsive/vss2/_medium.scss */
  .footerLegal dt br { display: none; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) { /* line 3, ../sass/responsive/vss2/_large.scss */
  .topnav_outer { font-size: 15px; }
  /* line 7, ../sass/responsive/vss2/_large.scss */
  .topnav_main { padding-top: 28px; }
  /* line 12, ../sass/responsive/vss2/_large.scss */
  .featuredVid-textcol .video-title { font-size: 50px; line-height: 46px; }
  /* line 19, ../sass/responsive/vss2/_large.scss */
  .bannerTextCol h2 { font-size: 34px; line-height: 36px; }
  /* line 24, ../sass/responsive/vss2/_large.scss */
  .bannerTextCol h1 { font-size: 65px; line-height: 60px; }
  /* line 30, ../sass/responsive/vss2/_large.scss */
  .resourceFilters { font-size: 22px; line-height: 22px; padding-top: 7px; }
  /* line 36, ../sass/responsive/vss2/_large.scss */
  .footerNavOuter { font-size: 15px; } }
@media screen and (min-width: 64em) { /* line 45, ../sass/responsive/vss2/_large.scss */
  .column:nth-of-type(3n) .pageLinkBlock, .columns:nth-of-type(3n) .pageLinkBlock { border-right: none; }
  /* line 50, ../sass/responsive/vss2/_large.scss */
  .crossesGrid .column:nth-of-type(3n) .pagecross, .relatedResourcesGrid .column:nth-of-type(3n) .pagecross, .crossesGrid .columns:nth-of-type(3n) .pagecross, .relatedResourcesGrid .columns:nth-of-type(3n) .pagecross { border-right: none; }
  /* line 54, ../sass/responsive/vss2/_large.scss */
  .resourcesHotContentGrid .column:nth-of-type(3n), .resourcesHotContentGrid .columns:nth-of-type(3n) { border-right: none; }
  /* line 58, ../sass/responsive/vss2/_large.scss */
  .newsbar { max-height: 53px; height: auto; overflow: hidden; }
  /* line 64, ../sass/responsive/vss2/_large.scss */
  .newsbarcol { min-height: 53px; }
  /* line 68, ../sass/responsive/vss2/_large.scss */
  .newsbar-areaName { text-align: right; padding-right: 15px; }
  /* line 75, ../sass/responsive/vss2/_large.scss */
  .newsbar-stories { border-right: 4px solid #cdcdce; }
  /* line 79, ../sass/responsive/vss2/_large.scss */
  .newsbar-moreBlock { text-align: left; padding-top: 16px; background-color: transparent; background-image: none; }
  /* line 88, ../sass/responsive/vss2/_large.scss */
  .barstory { min-height: 54px; padding-top: 16px; padding-bottom: 4px; border-bottom: 1px dotted #bbb; }
  /* line 95, ../sass/responsive/vss2/_large.scss */
  .barstory:last-of-type { border-bottom: none; } }
@media screen and (min-width: 75em) { /* line 3, ../sass/responsive/vss2/_xlarge.scss */
  .pageLinkBlock { font-size: 56px; line-height: 60px; }
  /* line 8, ../sass/responsive/vss2/_xlarge.scss */
  .pageLinkBlock a .secondChunk { font-size: 60px; } }
