@charset "UTF-8";
/** Foundation for Sites by ZURB Version 6.3.2 foundation.zurb.com Licensed under MIT Open Source */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@import url("https://fonts.googleapis.com/css?family=Questrial|Raleway:500,600,700");
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption, figure { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** Add the correct display in IE. */
main { display: block; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. */
button { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] { /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Show the overflow in Edge. */
input { overflow: visible; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ }

label.error { color: red; margin-bottom: 10px; }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Add the correct display in IE 9-. */
menu { display: block; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

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

html { box-sizing: border-box; font-size: 16px; }

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

body { margin: 0; padding: 0; background: #fff; font-family: "Questrial", sans-serif; font-weight: normal; line-height: 1.5; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

pre { overflow: auto; }

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

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

.row { max-width: 75rem; margin-right: auto; margin-left: auto; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }

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

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

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

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

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

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

.row:not(.expanded) .row { max-width: none; }

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

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-right: 0; margin-left: 0; }

.column, .columns { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; padding-right: 0.9375rem; padding-left: 0.9375rem; min-width: initial; }

@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns { float: none; display: block; }

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

.flex-container { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex-child-auto { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.flex-child-grow { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.flex-child-shrink { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.flex-dir-row { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }

.flex-dir-row-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-dir-column { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex-dir-column-reverse { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.small-1 { -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

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

.small-2 { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

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

.small-3 { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

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

.small-4 { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

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

.small-5 { -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

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

.small-6 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

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

.small-7 { -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

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

.small-8 { -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

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

.small-9 { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

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

.small-10 { -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

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

.small-11 { -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

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

.small-12 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

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

.small-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.small-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.small-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }

.small-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }

.small-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }

.small-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; }

.small-up-1 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.small-up-2 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.small-up-3 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-up-4 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.small-up-5 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.small-up-6 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-up-7 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns { -webkit-flex: 0 0 14.28571%; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }

.small-up-8 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns { -webkit-flex: 0 0 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) { .medium-1 { -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  .medium-up-1 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .medium-up-2 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .medium-up-3 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-up-4 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .medium-up-5 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .medium-up-6 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-up-7 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns { -webkit-flex: 0 0 14.28571%; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .medium-up-8 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns { -webkit-flex: 0 0 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-expand { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) { .medium-flex-dir-row { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .medium-flex-dir-row-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .medium-flex-dir-column { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .medium-flex-dir-column-reverse { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .medium-flex-child-auto { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .medium-flex-child-grow { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .medium-flex-child-shrink { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 40em) { .row.medium-unstack > .column, .row.medium-unstack > .columns { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) { .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) { .large-1 { -webkit-flex: 0 0 8.33333%; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { -webkit-flex: 0 0 41.66667%; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { -webkit-flex: 0 0 58.33333%; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { -webkit-flex: 0 0 66.66667%; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { -webkit-flex: 0 0 83.33333%; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { -webkit-flex: 0 0 91.66667%; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .large-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .large-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .large-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  .large-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  .large-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; }
  .large-up-1 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .large-up-2 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .large-up-3 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns { -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-up-4 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .large-up-5 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .large-up-6 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns { -webkit-flex: 0 0 16.66667%; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-up-7 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns { -webkit-flex: 0 0 14.28571%; -ms-flex: 0 0 14.28571%; flex: 0 0 14.28571%; max-width: 14.28571%; }
  .large-up-8 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns { -webkit-flex: 0 0 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-expand { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .large-flex-dir-row { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .large-flex-dir-row-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .large-flex-dir-column { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .large-flex-dir-column-reverse { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .large-flex-child-auto { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .large-flex-child-grow { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .large-flex-child-shrink { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

@media print, screen and (min-width: 64em) { .row.large-unstack > .column, .row.large-unstack > .columns { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.shrink { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; }

.column-block { margin-bottom: 1.875rem; }

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

@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; }
  .column-block > :last-child { margin-bottom: 0; } }

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

p { margin-bottom: 1rem; font-size: inherit; line-height: 1.6; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; font-style: normal; font-weight: 600; color: inherit; text-rendering: optimizeLegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { line-height: 0; color: #cacaca; }

h1 { font-size: 1.75rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

h2 { font-size: 1.625rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

h3 { font-size: 1.5rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

h4 { font-size: 1.1875rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

h5 { font-size: 1.0625rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

h6 { font-size: 1rem; line-height: 1.4; margin-top: 0; margin-bottom: 1rem; }

@media print, screen and (min-width: 40em) { h1 { font-size: 1.5rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.125rem; }
  h5 { font-size: 1.0625rem; }
  h6 { font-size: 1rem; } }

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

main p a { text-decoration: underline; }

main p a.button { text-decoration: none; }

a:hover, a:focus { color: black; }

a img { border: 0; }

hr { clear: both; max-width: 75rem; height: 0; margin: 0.9375rem auto; border-top: 0; border-right: 0; border-bottom: 2px solid #00adee; border-left: 0; }

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

li { font-size: inherit; }

ul { margin-left: 0; list-style-type: none; }

ol { margin-left: 0; }

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

dl { margin-bottom: 1rem; }

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

blockquote { margin: 0 0 1rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: none; }

blockquote, blockquote p { line-height: 1.6; color: #000; }

cite { display: block; font-size: 0.8125rem; color: #9b9b9b; }

cite:before { content: "— "; }

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

figure { margin: 0; }

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

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

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

.lead { font-size: 20px; line-height: 1.6; }

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

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

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

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

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

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

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

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

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

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

@media print { * { background: transparent !important; box-shadow: none !important; color: black !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #9b9b9b; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .print-break-inside { page-break-inside: auto; } }

.button { display: inline-block; vertical-align: middle; margin: 0; padding: 0.85em 1.5rem; min-width: 230px; -webkit-appearance: none; border: 1px solid transparent; border-radius: 999px; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 0.9rem; line-height: 1; text-align: center; cursor: pointer; background-color: #00adee; color: #fff; }

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

.button:hover, .button:focus { background-color: #00a4e2; color: #fff; }

.button.tiny { font-size: 0.6rem; }

.button.small { font-size: 0.75rem; }

.button.large { font-size: 1.25rem; }

.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }

.button.primary { background-color: #00adee; color: #000; }

.button.primary:hover, .button.primary:focus { background-color: #008abe; color: #000; }

.button.secondary { background-color: #fff; color: #000; }

.button.secondary:hover, .button.secondary:focus { background-color: #cccccc; color: #000; }

.button.success { background-color: #3adb76; color: #000; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #000; }

.button.warning { background-color: #ffae00; color: #000; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #000; }

.button.alert { background-color: #cc4b37; color: #000; }

.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #000; }

.button.hollow { border: 1px solid #00adee; color: #00adee; }

.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }

.button.hollow:hover, .button.hollow:focus { border-color: #005777; color: #005777; }

.button.hollow.primary { border: 1px solid #00adee; color: #00adee; }

.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #005777; color: #005777; }

.button.hollow.secondary { border: 1px solid #fff; color: #fff; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: gray; color: gray; }

.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }

.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }

.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #00adee; color: #fff; }

.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #00adee; color: #000; }

.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #fff; color: #000; }

.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #000; }

.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #000; }

.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc4b37; color: #000; }

.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #fff transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 4rem; }

.button.dropdown.hollow::after { border-top-color: #00adee; }

.button.dropdown.hollow.primary::after { border-top-color: #00adee; }

.button.dropdown.hollow.secondary::after { border-top-color: #fff; }

.button.dropdown.hollow.success::after { border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after { border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after { border-top-color: #cc4b37; }

.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; box-sizing: border-box; width: 100%; height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #000; border-radius: 0; background-color: #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; color: #000; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #9b9b9b; background-color: #fff; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cacaca; }

input::placeholder, textarea::placeholder { color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #f5f5f5; cursor: not-allowed; }

[type='submit'], [type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }

input[type='search'] { box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1rem; }

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

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.5rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #000; }

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

.help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #000; }

.input-group { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 1rem; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.input-group > :first-child { border-radius: 0 0 0 0; }

.input-group > :last-child > * { border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { margin: 0; white-space: nowrap; }

.input-group-label { padding: 0 1rem; border: 1px solid #000; background: #f5f5f5; color: #000; text-align: center; white-space: nowrap; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.input-group-label:first-child { border-right: 0; }

.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; min-width: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: 2.5rem; padding-top: 0; padding-bottom: 0; font-size: 1rem; }

fieldset { margin: 0; padding: 0; border: 0; }

legend { max-width: 100%; margin-bottom: 0.5rem; }

.fieldset { margin: 1.125rem 0; padding: 1.25rem; border: 1px solid #000; }

.fieldset legend { margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; background: #fff; }

select { height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #000; border-radius: 0; background-color: #fff; font-family: inherit; font-size: 1rem; line-height: normal; color: #000; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>"); background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus { outline: none; border: 1px solid #9b9b9b; background-color: #fff; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled { background-color: #f5f5f5; cursor: not-allowed; }

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

select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #faedeb; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus):-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #cc4b37; }

.form-error.is-visible { display: block; }

.callout { position: relative; margin: 0 0 1rem 0; padding: 1rem 3rem; border: 1px solid rgba(0, 0, 0, 0.25); border-radius: 0; background-color: white; color: #000; }

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

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

.callout.primary { background-color: #00adee; color: #000; }

.callout.secondary { background-color: white; color: #000; }

.callout.success { background-color: #3adb76; color: #000; }

.callout.warning { background-color: #ffae00; color: #000; }

.callout.alert { background-color: #cc4b37; color: #000; }

.callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }

.callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; }

.close-button { position: absolute; color: #9b9b9b; cursor: pointer; }

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

.close-button:hover, .close-button:focus { color: #000; }

.close-button.small { right: 0.66rem; top: 0.33em; font-size: 1.5em; line-height: 1; }

.close-button, .close-button.medium { right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; }

.menu { margin: 0; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.menu > li { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

[data-whatinput='mouse'] .menu > li { outline: 0; }

.menu > li > a { display: block; padding: 0.7rem 1rem; line-height: 1; }

.menu > li.highlight > a > span { display: inline-block; padding-bottom: 2px; border-bottom: 2px solid #00adee; }

.menu input, .menu select, .menu a, .menu button { margin-bottom: 0; }

.menu > li > a { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.menu > li > a { -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu > li > a img, .menu > li > a i, .menu > li > a svg { margin-right: 1rem; }

.menu, .menu.horizontal { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.menu > li, .menu.horizontal > li { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.menu.expanded > li { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.menu.expanded > li:first-child:last-child { width: 100%; }

.menu.vertical { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.menu.vertical > li { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.menu.vertical > li > a { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

@media print, screen and (min-width: 40em) { .menu.medium-horizontal { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .menu.medium-horizontal > li { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .menu.medium-expanded > li { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.medium-expanded > li:first-child:last-child { width: 100%; }
  .menu.medium-vertical { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .menu.medium-vertical > li { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .menu.medium-vertical > li > a { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media print, screen and (min-width: 64em) { .menu.large-horizontal { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .menu.large-horizontal > li { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .menu.large-expanded > li { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.large-expanded > li:first-child:last-child { width: 100%; }
  .menu.large-vertical { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .menu.large-vertical > li { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .menu.large-vertical > li > a { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.menu.simple li { display: inline-block; vertical-align: top; line-height: 1; }

.menu.simple a { padding: 0; }

.menu.simple li { margin-left: 0; margin-right: 1.5rem; }

.menu.simple.align-right li { margin-right: 0; margin-left: 1.5rem; }

.menu.align-right { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.menu.icon-top > li > a { -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg { -webkit-align-self: stretch; -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; margin-bottom: 1rem; text-align: center; }

.menu.icon-top.vertical a > span { margin: auto; }

.menu.nested { margin-left: 1rem; }

.menu .active > a { background: #00adee; color: #fff; }

.menu.menu-bordered li { border: 1px solid #f5f5f5; }

.menu.menu-bordered li:not(:first-child) { border-top: 0; }

.menu.menu-hover li:hover { background-color: #f5f5f5; }

.menu-text { padding-top: 0; padding-bottom: 0; padding: 0.7rem 1.5rem; font-weight: bold; line-height: 1; color: inherit; }

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

.menu-centered > .menu { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.no-js [data-responsive-menu] ul { display: none; }

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

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

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

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

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

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

.pagination { margin-left: 0; margin-bottom: 0; }

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

.pagination::after { clear: both; }

.pagination li { margin-right: 0; border-radius: 0; font-size: 0.9375rem; display: none; }

.pagination li:last-child, .pagination li:first-child { display: inline-block; }

@media print, screen and (min-width: 40em) { .pagination li { display: inline-block; } }

.pagination a, .pagination button { display: block; padding: 0.5rem 1rem; border-radius: 0; color: #000; }

.pagination a:hover, .pagination button:hover { background: #f5f5f5; }

.pagination .current { padding: 0.5rem 1rem; background: #fff; color: #000; cursor: default; }

.pagination .disabled { padding: 0.5rem 1rem; color: #cacaca; cursor: not-allowed; }

.pagination .disabled:hover { background: transparent; }

.pagination .ellipsis::after { padding: 0.5rem 1rem; content: '\2026'; color: #000; }

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

html.is-reveal-open, html.is-reveal-open body { min-height: 100%; overflow: hidden; position: fixed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

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

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

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

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

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

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

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

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

.reveal.collapse { padding: 0; }

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

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

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

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

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

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

.title-bar { padding: 1rem; background: #fff; color: #000; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left, .title-bar-right { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }

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

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 39.9375em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.align-right { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.align-top { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.align-self-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.align-bottom { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.align-self-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

.align-middle { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.align-self-middle { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }

.align-stretch { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.align-self-stretch { -webkit-align-self: stretch; -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; }

.align-center-middle { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }

.small-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.small-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.small-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }

.small-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }

.small-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }

.small-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; }

@media print, screen and (min-width: 40em) { .medium-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; } }

@media print, screen and (min-width: 64em) { .large-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .large-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .large-order-3 { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .large-order-4 { -webkit-order: 4; -ms-flex-order: 4; order: 4; }
  .large-order-5 { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
  .large-order-6 { -webkit-order: 6; -ms-flex-order: 6; order: 6; } }

table td { vertical-align: top; padding-right: 20px; }

.bg-gray { background-color: #f5f5f5; }

.bg-blue { background-color: #00adee; }

.bg-black { background-color: #000; }

.text-white { color: white; }

.text-blue { color: #00adee; }

.heading-big { font-size: 45px; line-height: 1.3; }

@media screen and (max-width: 39.9375em) { .heading-big { font-size: 38px; } }

.heading-big-2 { font-size: 36px; }

.button { font-weight: 700; }

.button.inverse { background-color: #fff; color: #00adee; }

.button.inverse:hover { color: #00adee; }

.button.share { padding-left: 1rem; padding-right: 1rem; min-width: 130px; }

.button.circle { min-width: 0; width: 30px; height: 30px; padding: 0; position: relative; margin-right: 10px; }

.button.circle:last-child { margin-right: 0; }

.button.circle > .fa { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sharer-buttons { padding-left: 0; padding-right: 0; }

html { height: 100%; }

@media print, screen and (min-width: 40em) { body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }
  body nav, body footer { -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; }
  body main { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { body .home-wrap .expanded { width: 100%; }
  body .home-wrap > .row > .column { padding-top: 1rem; padding-bottom: 1rem; }
  body .home-wrap > .row > .column > .row, body .home-wrap > .row > .columns > .row { width: 100%; } }

.mb0 { margin-bottom: 0px; }

.mb1 { margin-bottom: 1px; }

.mb2 { margin-bottom: 2px; }

.mb3 { margin-bottom: 3px; }

.mb4 { margin-bottom: 4px; }

.mb5 { margin-bottom: 5px; }

.mb6 { margin-bottom: 6px; }

.mb7 { margin-bottom: 7px; }

.mb8 { margin-bottom: 8px; }

.mb9 { margin-bottom: 9px; }

.mb10 { margin-bottom: 10px; }

.mb11 { margin-bottom: 11px; }

.mb12 { margin-bottom: 12px; }

.mb13 { margin-bottom: 13px; }

.mb14 { margin-bottom: 14px; }

.mb15 { margin-bottom: 15px; }

.mb16 { margin-bottom: 16px; }

.mb17 { margin-bottom: 17px; }

.mb18 { margin-bottom: 18px; }

.mb19 { margin-bottom: 19px; }

.mb20 { margin-bottom: 20px; }

.mb21 { margin-bottom: 21px; }

.mb22 { margin-bottom: 22px; }

.mb23 { margin-bottom: 23px; }

.mb24 { margin-bottom: 24px; }

.mb25 { margin-bottom: 25px; }

.mb26 { margin-bottom: 26px; }

.mb27 { margin-bottom: 27px; }

.mb28 { margin-bottom: 28px; }

.mb29 { margin-bottom: 29px; }

.mb30 { margin-bottom: 30px; }

.forcewidth { width: 100%; }

.forceheight { height: calc(100% - 39px); }

.flex-middle { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.flex-col-middle { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.section-pad { padding-top: 25px; padding-bottom: 25px; }

@media print, screen and (min-width: 64em) { .section-pad { padding-top: 50px; padding-bottom: 50px; } }

.section-pad-top { padding-top: 25px; }

@media print, screen and (min-width: 64em) { .section-pad-top { padding-top: 50px; } }

.section-pad-bot { padding-bottom: 25px; }

@media print, screen and (min-width: 64em) { .section-pad-bot { padding-bottom: 50px; } }

.less-pad { padding-top: 16.66667px; padding-bottom: 16.66667px; }

@media print, screen and (min-width: 64em) { .less-pad { padding-top: 25px; padding-bottom: 25px; } }

.less-pad-bot { padding-bottom: 16.66667px; }

@media print, screen and (min-width: 64em) { .less-pad-bot { padding-bottom: 25px; } }

.small-align-right { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.small-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.small-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.small-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.small-align-left { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.small-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.small-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.small-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-right { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-left { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-right { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-left { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-justify { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } }

.footer { background-color: #000; padding: 2px 0; }

@media screen and (max-width: 39.9375em) { .footer { padding: 2rem 0; }
  .footer > .row > .column:nth-child(2) { padding-top: 2rem; } }

.footer a, .footer p { color: #fff; font-size: 15px; }

.blog { height: 100%; }

hr { width: 100%; }

hr.short { max-width: 300px; }

hr.gap { margin: 25px auto; }

hr.no-gap { margin: 0 auto; }

hr.blue { clear: both; max-width: 75rem !important; height: 0; margin: 2rem auto !important; border-top: 2px solid #00adee !important; border-right: 0; border-bottom: 0; border-left: 0; }

@media screen and (max-width: 39.9375em) { hr.sm-no-gap { margin: 0 auto; } }

@media screen and (max-width: 39.9375em) { hr.sm-gap { margin: 25px auto; } }

@media screen and (max-width: 39.9375em) { hr.sm-gap-bot { margin: 0 auto 25px auto; } }

.hr-b { border-color: #000; border-width: 2px; }

@media screen and (max-width: 39.9375em) { .weather .column, .weather .columns { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; padding: 1rem 0; } }

.weather__city { font-size: 18px; }

@media screen and (max-width: 39.9375em) { .weather p { font-size: 0.5rem; } }

.weather img { height: 40px; }

.nav { padding: 15px 0; }

.nav.show-for-large .tagline { display: inline-block; padding-left: 30px; font-size: 18px; font-weight: 800; font-family: "Raleway", sans-serif; vertical-align: middle; }

.nav .menu a { font-weight: 700; letter-spacing: 1px; position: relative; z-index: 1; }

.nav .menu a.current, .nav .menu a:hover { color: #00adee; }

.button, button { text-transform: uppercase; font-family: "Raleway", sans-serif; }

@media print, screen and (min-width: 40em) { .button.is-larger, button.is-larger { padding-left: 4em; padding-right: 4em; } }

.button.big, button.big { font-size: 18px; }

.media-object__title, .mob__title { margin-bottom: 5px; line-height: 1; }

.mob-nav { padding: 10px; }

.mob-nav .menu-icon:after { top: -2px; }

.mob-nav__reveal { background-color: #f5f5f5; }

.mob-nav__reveal a { -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.mob-nav__close { font-size: 1.875rem; }

.mob-nav__list { margin-bottom: 2rem; }

.mob-nav__list > li > a { font-weight: bold; font-size: 18px; padding: 1rem 1.5rem; }

#menu-footer.vertical { margin-top: 2rem; margin-bottom: 2rem; }

.archive__select { max-width: 300px; }

.list--center a { -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

@media print, screen and (min-width: 40em) { .list__footer.menu li > a { padding-left: 0; } }

.menu.small-centered li > a { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media print, screen and (min-width: 40em) { .menu.medium-centered li > a { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (min-width: 64em) { .menu.large-centered li > a { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.pagination a { background-color: #00adee; }

.pagination .current, .pagination a { font-weight: bold; border: 1px solid #00adee; }

.post__title { margin-top: 1rem; }

blockquote { position: relative; }

blockquote .quote { font-size: 6em; color: #00adee; line-height: 0; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; }

blockquote .quote__sx { top: 30px; left: -10px; }

blockquote .quote__dx { bottom: 30px; right: -10px; }

.social-icons { margin: 0; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.social-icons > li { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

[data-whatinput='mouse'] .social-icons > li { outline: 0; }

.social-icons > li > a { display: block; padding: 0.7rem 1.5rem; line-height: 1; }

.social-icons input, .social-icons select, .social-icons a, .social-icons button { margin-bottom: 0; }

.social-icons > li { -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.social-icons > li:first-child:last-child { width: 100%; }

.social-icons > li > a { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.social-icons > li > a { -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.social-icons > li > a img, .social-icons > li > a i, .social-icons > li > a svg { -webkit-align-self: stretch; -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; margin-bottom: 1rem; text-align: center; }

.social-icons .fa { margin-bottom: 1rem; }

.social-icons a { padding: 5px !important; }

@media screen and (max-width: 39.9375em) { .social-icons a { -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; } }

.social-icons--w { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.social-icons--w a { color: #00adee; }

.invite-subhead { font-size: 16px; }

.w100 { width: 100%; }

.button.red { background-color: red; color: white; }

.button.red:hover { background-color: red; color: white; opacity: 0.9; }

.button.black { background-color: #000; color: white; }

.button.black:hover { background-color: #000; color: white; opacity: 0.9; }

.row.weather { padding-top: 1rem; margin-bottom: 2rem; }

.blog--results { margin-top: -16px; padding-top: 0 !important; }

.pagination .blog-page--btn { cursor: pointer; line-height: 1; font-weight: 400; }

.pagination .blog-page--btn.blog-page--next-prev { background: transparent; padding-right: 5px; padding-left: 5px; border: 0 none; }

.pagination .blog-page--btn.blog-page--next-prev:hover { background: transparent; }

.pagination .blog-page--btn.is-disabled { color: grey; }

.pagination .blog-page--number { padding: 12px 16px !important; background-color: #DEEBF8; font-family: "brandon", sans-serif; border: 0; }

.pagination a { line-height: 1; font-weight: 400; }

.pagination .blog-page--btn-current { padding: 12px 16px !important; background-color: transparent; cursor: pointer; font-family: "brandon", sans-serif; }

.subscribe-button-wrapper { padding-top: 20px; display: block; }

@media print, screen and (min-width: 640px) { .subscribe-button-wrapper { width: auto; display: flex; justify-content: space-between; } }

.subscribe-button { margin-bottom: 10px; display: inline-block; width: 49%; }

.subscribe-button:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 640px) { .subscribe-button { width: auto; margin-bottom: 0; } }

.subscribe-button img { width: auto; height: 30px; }

.hidden-mobile { display: none; }

@media print, screen and (min-width: 360px) { .subscribe-button img { height: 35px; } }

@media print, screen and (min-width: 420px) { .subscribe-button img { height: 40px; } }

@media print, screen and (min-width: 590px) { .subscribe-button { padding-left: 20px; }
  .subscribe-button-wrapper { display: inline-flex; padding-top: 0; }
  .hidden-mobile { display: block; }
  .hidden-tablet { display: none; } }

@media print, screen and (min-width: 640px) { .subscribe-button { padding-left: 0; }
  .subscribe-button-wrapper { display: flex; padding-top: 20px; } }

@media print, screen and (min-width: 880px) { .subscribe-button { padding-left: 20px; }
  .subscribe-button-wrapper { display: inline-flex; padding-top: 0; } }

@media print, screen and (min-width: 1024px) { .subscribe-button { padding-left: 0; }
  .subscribe-button-wrapper { display: flex; padding-top: 20px; } }

@media print, screen and (min-width: 1170px) { .subscribe-button { padding-left: 20px; }
  .subscribe-button-wrapper { display: inline-flex; padding-top: 0; } }

.text-red { color: red; }

.no-margin-bottom { margin-bottom: 0 !important; }

.home-wrap form label { display: inline-block; width: calc(100% - 220px); margin-right: 15px; }

.home-wrap form label span { display: inline-block; font-size: 24px; font-family: 'Raleway', sans-serif; width: 250px; font-weight: 800; margin-right: 15px; vertical-align: middle; }

.home-wrap form label input[type="email"] { display: inline-block; width: calc(100% - 270px); border-radius: 23px; height: 46px; padding: 0.5rem 1.5rem; border: 0 none; margin-bottom: 0; text-align: left; }

.home-wrap form label input[type="email"]::-webkit-input-placeholder { color: #888; }

.home-wrap form label input[type="email"]::-moz-placeholder { color: #888; }

.home-wrap form label input[type="email"]:-ms-input-placeholder { color: #888; }

.home-wrap form label input[type="email"]:-moz-placeholder { color: #888; }

.home-wrap form input[type="submit"] { display: inline-block; width: 200px; min-width: 0; border-radius: 23px; }

@media screen and (max-width: 39.9375em) { .home-wrap form label, .home-wrap form label span, .home-wrap form label input[type="email"] { width: 100%; display: block; }
  .home-wrap form label span { font-size: 24px; margin-bottom: 0.5rem; }
  .home-wrap form label input[type="email"] { margin-bottom: 1rem; }
  .home-wrap form input[type="submit"] { width: auto; min-width: 250px; margin-bottom: 1rem; } }

.testimonial-slider { width: 230px; margin-left: auto; margin-right: auto; }

@media screen and (min-width: 22em) { .testimonial-slider { width: 300px; } }

@media screen and (min-width: 40em) { .testimonial-slider { width: 555px; } }

.testimonial-slider .testimonial .testimonial-content { font-size: 16px; line-height: 21px; position: relative; padding-left: 40px; padding-right: 40px; padding-bottom: 20px; }

.testimonial-slider .testimonial .testimonial-content:before { position: absolute; top: 1px; left: 0; content: ''; display: block; width: 20px; height: 15px; background-image: url("../images/quote1.png"); background-repeat: no-repeat; background-size: contain; }

.testimonial-slider .testimonial .testimonial-content:after { position: absolute; bottom: 0; right: 0; content: ''; display: block; width: 20px; height: 15px; background-image: url("../images/quote2.png"); background-repeat: no-repeat; background-size: contain; }

.testimonial-slider .testimonial .testimonial-title { font-size: 18px; font-weight: bold; text-align: center; font-family: "Raleway", sans-serif; }

.testimonial-slider .testimonial .testimonial-title span { display: inline-block; width: 34px; height: 34px; border-radius: 34px; vertical-align: middle; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-right: 13px; }

.post-squizsplains { background-color: #fff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); margin-bottom: 50px; margin-left: 15px; margin-right: 15px; }

.post-squizsplains .top-wrapper { position: relative; padding-top: 61.7647%; background-color: #00adee; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.post-squizsplains .top-wrapper .title { padding: 0 15px; position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); display: none; }

.post-squizsplains .top-wrapper p { margin: 0; }

.post-squizsplains .top-wrapper .button { min-width: 0px; margin-bottom: 18px; }

.post-squizsplains .player-wrapper { padding: 17px 20px; font-size: 0; min-height: 70px; }

.post-squizsplains .player-wrapper .button-wrapper { margin-bottom: 0; text-align: center; }

.post-squizsplains .player-wrapper .button-wrapper .button { min-width: 0; max-width: 134px; }

.post-squizsplains .player-wrapper audio { margin-top: 1rem; width: 100%; }

.menu li.menu-item-has-children { position: relative; }

.menu li.menu-item-has-children > ul { display: none; background-color: #fff; position: absolute; top: 100%; left: 0; padding-top: 0.7rem; padding-bottom: 0.7rem; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.menu li.menu-item-has-children > ul > li > a { display: block; padding: 0.7rem 2.5rem 0.7rem 1.5rem; line-height: 1; white-space: nowrap; }

.menu li.menu-item-has-children:hover > ul { display: block; }

.menu li.menu-item-2633 > a:hover { color: #00adee !important; }

.menu li.menu-item-2633 > a > span { border-bottom: 2px solid #000; }

.menu.mob-nav__list > li.menu-item-has-children > ul { display: block; position: initial; background: transparent; box-shadow: none; text-align: center; padding-top: 0; }

.squiz-today-container hr { margin: 2rem auto !important; }

.section-squiz-today .post__title { margin-top: 0; }

.draft-mode-box { margin-top: 20px; padding: 20px; border: 2px solid #333; }

#squiz-the-rest .draft-mode-box { display: none; }

#squiz-the-rest .sharer-buttons { display: none; }

#squiz-the-rest + hr { display: none; }

#squiz-the-rest ~ .section-squiz-today h1 { font-size: 1.125rem; }

#squiz-the-rest ~ hr { border-top: 2px solid #f5f5f5; border-bottom: 0; border-left: 0; border-right: 0; width: 100%; padding-right: 0.9375rem; padding-left: 0.9375rem; margin: 2rem auto; }

@media print, screen and (min-width: 40em) { #squiz-the-rest ~ hr { max-width: 63%; padding-right: 0; padding-left: 0; } }

@media print, screen and (min-width: 64em) { #squiz-the-rest ~ hr { max-width: 40%; } }

#squiz-sayings .post__title { margin-top: 2rem; }

header.header .logo-tagline { margin-right: auto; }

@media (max-width: 1265px) { header.header .logo-tagline { max-width: unset; width: 100%; } }

header.header.show .search-form .search-form__form { max-width: 200px; opacity: 1; }

@media (max-width: 1450px) { header.header.show .logo-tagline .tagline { display: none; } }

@media (max-width: 1265px) { header.header.show .logo-tagline .tagline { display: block; } }

.mob-nav .search-form.mobile { position: absolute; width: 100%; padding: 0; left: 0; top: 57px; z-index: 99; max-width: 100%; max-height: 0; opacity: 0; transition: max-height 350ms ease, opacity 350ms ease; }

.mob-nav .search-form.mobile.show { max-height: 60px; opacity: 1; }

.mob-nav .search-form.mobile .search-form__form { display: block; max-width: 100%; opacity: 1; width: 100%; }

.mob-nav .search-form.mobile .search-form__form #s { background-color: #f5f5f5; padding: 15px 10px; width: 100%; }

.mob-nav .search-form__trigger { position: absolute; right: 10px; }

.mob-nav .search-form__trigger > .fa { color: #00adee; }

.search-form { padding-left: 0; padding-right: 2rem; }

.search-form .search-form__form, .search-form .search-form__trigger { display: inline-block; vertical-align: middle; }

@media (max-width: 769px) { .search-form .search-form__form, .search-form .search-form__trigger { display: block; } }

.search-form .search-form__form { transition: max-width 350ms ease, opacity 350ms ease; max-width: 0; opacity: 0; }

.search-form .search-form__form #s { border-top: 0; border-right: 0; border-left: 0; border-bottom: 2px solid #00adee; box-shadow: none !important; outline: none !important; font-size: 16px; line-height: 16px; height: auto; color: #000000; padding: 2px 0; margin-bottom: 0; }

.search-form .search-form__form #s::-webkit-input-placeholder { color: #000000; }

.search-form .search-form__form #s::-moz-placeholder { color: #000000; }

.search-form .search-form__form #s:-ms-input-placeholder { color: #000000; }

.search-form .search-form__form #s:-moz-placeholder { color: #000000; }

.search-form__trigger { outline: none !important; cursor: pointer; }

.search-result { padding-bottom: 1rem; padding-top: 1rem; border-bottom: 2px solid #00adee; }

.blurb-box { margin-bottom: 3rem; }

.blurb-box .blurb-box__image { position: relative; overflow: hidden; background-size: cover !important; margin-bottom: 1.5rem; }

.blurb-box .blurb-box__image > a { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

.blurb-box .blurb-box__image::before { content: ''; display: block; padding-top: 75%; }

.blurb-box a.more { color: #000; border-bottom: 2px solid #00adee; }

.most-recent-post { display: none; }

.most-recent-post .blurb-box { margin-bottom: 0; }

@media (max-width: 769px) { .most-recent-post .blurb-box-post__title { margin-top: 2rem; } }

.most-recent-post .blurb-box__image { margin-bottom: 0; }

.most-recent-post .blurb-box__image::before { padding-top: 65%; }

.most-recent-post hr { margin: 2rem auto; visibility: hidden; }

.most-recent-post.first-page { display: block; }

.most-recent-post.first-page + article { display: none; }

.other-posts.first-page article:first-child { display: none; }

.sign-up-block .column { padding-top: 15px; padding-bottom: 15px; }

.sign-up-block form label { display: inline-block; width: calc(100% - 220px); margin-right: 15px; }

.sign-up-block form label span { display: inline-block; font-size: 24px; font-family: 'Raleway', sans-serif; width: 340px; font-weight: 800; margin-right: 15px; vertical-align: middle; }

.sign-up-block form label input[type="email"] { display: inline-block; width: calc(100% - 370px); border-radius: 23px; height: 46px; padding: 0.5rem 1.5rem; border: 0 none; margin-bottom: 0; text-align: left; }

.sign-up-block form label input[type="email"]::-webkit-input-placeholder { color: #888; }

.sign-up-block form label input[type="email"]::-moz-placeholder { color: #888; }

.sign-up-block form label input[type="email"]:-ms-input-placeholder { color: #888; }

.sign-up-block form label input[type="email"]:-moz-placeholder { color: #888; }

.sign-up-block form input[type="submit"] { display: inline-block; width: 200px; min-width: 0; border-radius: 23px; }

@media screen and (max-width: 39.9375em) { .sign-up-block form label, .sign-up-block form label span, .sign-up-block form label input[type="email"] { width: 100%; display: block; }
  .sign-up-block form label span { font-size: 24px; margin-bottom: 0.5rem; }
  .sign-up-block form label input[type="email"] { margin-bottom: 1rem; }
  .sign-up-block form input[type="submit"] { width: auto; min-width: 250px; margin-bottom: 1rem; } }

@media screen and (min-width: 1024px) { body.has-sticky-banner:not(.page-id-2628) { padding-top: 71px; } }

body.page-id-2628 .sticky-banner { display: none !important; }

.sticky-banner { background-color: #000; padding-top: 16px; padding-bottom: 15px; padding-right: 0.9375rem; padding-left: 0.9375rem; }

@media screen and (min-width: 1024px) { .sticky-banner { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; padding-right: 85px; } }

.sticky-banner ul { list-style-type: none; text-align: right; margin-bottom: 0; padding-left: 0; }

@media screen and (max-width: 1024px) { .sticky-banner ul { text-align: center; max-width: 220px; margin: 0 auto; } }

.sticky-banner ul > li { list-style: none; display: inline-block; margin-right: 20px; }

.sticky-banner ul > li:last-child { margin-right: 0; }

@media screen and (max-width: 1024px) { .sticky-banner ul > li { display: block; margin-right: 0; margin-bottom: 10px; }
  .sticky-banner ul > li:last-child { margin-bottom: 0; } }

.sticky-banner ul > li, .sticky-banner ul > li > a { color: #fff; font-size: 18px; line-height: 24px; font-weight: 700; letter-spacing: 1px; }

.sticky-banner ul > li > a.button { display: inline-block; padding: 7px 20px; min-width: 0; }

@media (max-width: 480px) { .squiz-the-election #election-intro { padding: 35px; }
  .squiz-the-election #election-intro > .column { padding-left: 0; padding-right: 0; }
  .squiz-the-election #election-intro .button { background-color: #000; } }

.squiz-the-election #election-intro a { font-weight: bold; }

@media (max-width: 480px) { .squiz-the-election #testimonials { padding-top: 45px; padding-bottom: 0; }
  .squiz-the-election #testimonials .testimonial-slider { width: 100% !important; }
  .squiz-the-election #testimonials .testimonial-slider .testimonial .testimonial-content { padding-left: 30px; padding-right: 20px; } }

@media (max-width: 480px) { .squiz-the-election .sign-up-block { padding-top: 20px; padding-bottom: 20px; }
  .squiz-the-election .sign-up-block .column, .squiz-the-election .sign-up-block section { padding-top: 0 !important; padding-bottom: 0 !important; } }

@media (max-width: 480px) { .squiz-the-election .sign-up-block span.text-white { font-size: 18px; margin-bottom: 25px; } }

@media (max-width: 480px) { .squiz-the-election #social .button.share { margin-bottom: 20px; } }

/** Owl Carousel v2.3.4 Copyright 2013-2018 David Deutsch Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; outline: none; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #00adee; border: 1px solid transparent; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span { background: #fff; border-color: #00adee; }
